/*
Theme Name: AL Photo Blog
Theme URI: http://www.antoineleclair.ca/
Description: Le thème est développé pour la page personnelle d'Antoine Leclair.
Version: 0.9
Author: Antoine Leclair
Author URI: http://www.hooba.ca/
Tags: photo, picture, journal, personnal
*/
* {margin:0; padding:0;}
.clearfix {clear:both;}
body {
font-size: 62.5%; /* Resets 1em to 10px */
font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
color:#333;
text-align:center; /* IE5 */
}
h1,h2,h3,h4,h5,h6{
	font-family: Georgia, Serif;
	letter-spacing:0.1em;
	clear:both;
}
h1,h3 {
	font-variant:small-caps;
}
p {
	font-size:1.4em;
	line-height:1.9em;
	letter-spacing:0.1em;
}
a img {
	border:none;
}
#page {
width:750px;
margin:0 auto;
text-align:left; /* IE5 */
}
#header {
	background:url('images/header.jpg') no-repeat;
	height:276px;
	margin-bottom:30px;
}
#header h1 {
	padding: 86px 0 0 260px;
	font-size:2.5em;
	font-family:'Times New Roman', Georgia, Serif;
}
#header h3 {
	font-size:2.0em;
	font-family:'Times New Roman', Georgia, Serif;
	padding: 0.7em 0 0 290px;
}
#header a {
	text-decoration:none;
	color : #333;
}
#header a:hover {
	text-decoration:underline;
}
#content {
	width:470px;
	float:left;
	padding:0 40px 0 40px;
}
#content h2 {
	font-size:2.5em;
	line-height:1.5em;
	padding:1em 0 0 0;
	margin:0 0 0.5em 0;
	border-bottom:1px solid #333;
	clear:both;
	text-indent:0.2em;	
}
#content h2 a, #content h3 a {
	text-decoration:none;
	color:#333;
}
#content h3 a {
	border-bottom:1px solid #333;
}
#content h3 {
	font-size:2em;
	line-height:1.3em;
	margin:20px 0 5px 0;
}
#content #searchform {
  margin:40px 0 0 10px;
}
.more-link{
	display:block;
	text-align:left;
}
.date {
	font-size:1.0em;
	line-height:3em;
}
.navigation {
	font-size:1.3em;
	line-height:1em;
	margin:2em 0;
	padding:0;
}
.alignright{
	float:right;
}
.alignleft{
	float:left;
}
#content img {
	padding:15px;
	background:#eee;
}
.entry p {
	margin:15px 0;
}
.postmetadata {
	font-size:1.0em;
}
#sidebar{
	margin-top:27px;
	width:150px;
	float:right;
	padding:22px 22px 22px 22px;
	border:2px solid #eee;
	-moz-border-radius:15px;
	-web-kit-border-radius:15px;
	border-radius:15px;
}

#sidebar h3 {
	font-size:1.5em;
	padding:1em 0 1.5em 0;
	line-height:1.5em;
	clear:both;
}
#sidebar img {
	background:#eee;
	padding:15px;
}
#sidebar p {
	font-size:1em;
	line-height:2.5em;
	padding:2em 0 0 0;
	letter-spacing:0.3em;
}
#sidebar img.feed-icon {
	border:0;
	clear:both;
	padding:0 1em 0 0;
	background:white;
	float:left;
	margin-top:2.3em;
}

#searchform label {
	font-size:1.3em;
	line-height:2em;
}
#searchform input {
	background:#fff;
	border:1px solid #ccc;
	color:#333;
	padding:5px 7px;
}
#searchform #s {
	width:133px;
	height:1.3em;
	margin-bottom:5px;
}
#searchform #searchsubmit{
	width:149px;
}
.commentlist {
	font-size:1.4em;
}
.commentlist li {
	padding-left:1em;
	border-left:5px hidden #eee;
	margin:1.3em 0;
}
.commentlist a {
	color:#333;
}
	.alt {
		border-left:5px solid #eee !important;
	}
.commentlist li img {
	padding:0 1.3em 1.5em 0 !important;
	float:left;
	background:#fff !important;
}
.commentlist p {
	font-size:0.9em;
	line-height:1.6em;
	letter-spacing:0.1em;
	clear:both;
	padding:0.5em 0;
}
#commentform {
	width:420px;
	background:#eee;
	/*border:1px solid #ddd;*/
	padding:1.2em 2em;
}
#commentform p {
	margin:0.3em 0;
}
#commentform label {
	font-size:0.8em;
}
#commentform input, textarea {
	padding:0.4em 0.6em;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size:0.85em;
	background:#fff;
	border:1px solid #ddd;
	width:96%;
}
#commentform #submit {
	width:100%;
	margin:0.3em 0 0 0;
}

#footer {
	margin-top:100px;
	padding:2.5em 4em 2.5em 4em;
	border-top:2px solid #333;
	background:#eee;
}
#footer #col1 {
	width:300px;
	float:left;
}
#footer h3 {
	font-size:2em;
	line-height:2em;
}
#footer #col1 ul li {
	list-style-type:none;
	font-size:1.5em;
	line-height:2em;
	width:15em;
}
#footer #col1 ul li a {
	color:#333;
}
#footer #col2 {
	padding:0 0 0 0;
	text-align:right;
	width:350px;
	float:right;
}
#footer #col2 p {
	font-size:1em;
	padding:1em 0;
	letter-spacing:0em;
}
#footer #col2 p a {
	color:#333;
}
