/*   
Theme Name: La Jolie Tuile
Description: Theme pour La Jolie Tuile
Author: ARSENEAULT Consultation
Author URI: http://arseneault.ca
Template: thematic
Version: 1.0
Tags: Thematic
.
Thematic is © Ian Stewart http://themeshaper.com/
.
*/

/* Reset browser defaults */
@import url('../thematic/library/styles/reset.css');

/* Apply basic typography styles */
@import url('../thematic/library/styles/typography.css');

/* Apply a basic layout */
@import url('../thematic/library/layouts/2c-r-fixed.css');

/* Apply basic image styles */
@import url('../thematic/library/styles/images.css');

/* Apply default theme styles and colors */
/* It's better to actually copy over default.css into this file (or link to a copy in your child theme) if you're going to do anything outrageous */
@import url('../thematic/library/styles/default.css');

/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');

#main {
	min-height: 400px;
	padding: 33px 0 11px 0;
}

#blog-title span a {
	display: none;
}

#content {
    width:620px;
}

#branding {
    padding: 10px 0;
}

.aside h3 {
    font-size:22px;
    font-style:normal;
    line-height:22px;
    font-weight: bolder;
    padding-bottom: 10px;
    font-variant: small-caps;
}
.aside h3 a {
    text-decoration:none;
}

.aside {
	font-size: 0.9em;
	line-height: 20px;
}


div.textwidget p span {
	float: right;
	margin-right: 125px;
	width: 50px;
}

#footer {
	background-color: #336699;
}

#footer div, #footer a {
	color: white;
	text-decoration: none;
}

#footer a:hover {
	background-color: #6699cc;
	color: white;
}

#subsidiary {
	padding: 10px 0;
}

#siteinfo span.design {
	float:  right;
	padding-right: 108px;
}

.entry-content h3 {
	font-weight: bold;
	font-style: normal;
	padding: 5px 0 5px 0;
}

#siteinfo {
	padding: 10px 0 20px 0;
	font-size: 0.8em;
}

#container {
 width: 960px;
}

#content {
 width: 840px;
}

/* move header stuff to the right - needs more work 
#logo-image a img {
	float: right;
}

.menu ul {
	float: right;
}
*/
