/**
 * Theme Name:I Am
 * Theme URI: www.julienwerquin.com
 * Description: Mon premier Thème sous wordpress pour mon blog personnel julienwerquin.com
 * Author: Julien Werquin
 * Author URI: http://www.julienwerquin.com
 *
 * Copyright (c) 2008 - 2010 julienwerquin.com.  All rights reserved.
 * http://www.julienwerquin.com
 *
*/

html,body,div,span,object,h1,h2,h3,h4,h5,h6,p
,pre,a,abbr,acronym,address,big,cite
,code,del,dfn,em,img,ins,kbd,q,samp,small
,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,
form,label,legend,table,caption,tbody,tfoot,
thead,tr,th,td{
margin:0;
padding:0;
vertical-align:baseline;
outline:none;

}
body {
	margin: 0;
	margin-top: 100px;
	background: url('images/background.jpg') no-repeat top;
	font-family:Arial,Century gothic, Tahoma,sans-serif;
}

img {
	padding: 0px;
	max-width:400px;
}

img.centered  {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	padding: 0px;
}
	
img.alignnone {
	padding: 5px 5px;
	margin: 0px 0px 10px 0px;
	display: inline;
	background:#E4E4E4;
	border: 1px solid #fff;
}

img.alignright {
	padding: 5px 5px;
	margin: 0px 0px 0px 10px;
	display: inline;
	background:#E4E4E4;
	float:right;
}

img.alignleft {
	padding: 5px 5px;
	margin: 0px 10px 0px 0px;
	display: inline;
	background:#E4E4E4;
	float:left;
}

#page{
	width: 640px;
	margin: auto;
}

#header {
	background: url('images/header.jpg') no-repeat;
	width:638px;
	height:104px;
	margin:auto;
}

#statut {
        float:right;
        width: 150px;
        margin-right: 80px;
        margin-top: 15px;
        height: 50px;
        overflow: auto;
        text-align:center;
        font-size:12px;
}

.logo {
	margin: 0 0 0 50px;
	float:left;
	display:block;
	height:100px;
	width:300px;
}

#nav {
	background: url('images/nav.jpg') no-repeat;
	width: 640px;
	height: 49px;
}

#nav ul { margin: 0; list-style-type: none; width:600px; padding:0 0 0 35px;}
#nav li { margin: 0; list-style-type: none;  width: auto; float: left; padding-right: 15px;}
#nav li a { display: block; color: #FFF; text-transform: uppercase; text-decoration: none; font-size:12px;  padding: 8px; padding-top:10px;}
#nav li a:hover { background: url('images/link.jpg') repeat-x; color: #999;}

#content {
	background: url('images/bg.jpg') repeat-y;
	width: 640px; 
	font:12px Arial,Helvetica,Sans-Serif;
}

.post_content {
	padding:0;
	line-height:22px;
}

.post_content p{
	padding: 10px 0 10px 0;
}

.post_content ul{
	padding: 0 0 0 30px;
}

.post_content li{
	padding: 0;
}

.post_content a{
	text-decoration:none;
	font-weight:bold;
	color:#007da0;
}

.post_content a:hover{
	text-decoration:underline;
}

#content h2 a{
	text-decoration:none;
	color: #007da0;
}

.postmetadata {
	background: #999;
	border: 1px solid #BBB;
	font-size: 12px;
	font-style: italic;
	margin: 5px 0 5px 0;
	width:100%;
}

.comments{
	font-size: 12px;
	margin: 5px 0 5px 0;
	width:100%;
	padding: 0 0 10px 0;
}

.comments a{
	text-decoration:none;
	color: #666;
	padding: 0 0 0 10px;
}

.comments a:hover{
	color: #000;
}

.post {  padding: 0 10px 0 30px; width:400px; border-right: 1px solid #BBB;}

.clear {clear:both;}

.left {float: left;}

.sidebar {
	float:right;
	width: 180px;
	padding : 0 15px 0 0;
}

.sidebox {
	list-style-type:none;
	padding : 0 15px 0 0;
}

.sidebox ul{
	color: #666;
}

.sidebar ul li {
	color: #666;
	font-weight: bold; 
	font-size: 18px;
}

.sidebar h2 {
	color: #666;
	font-size: 18px;
}

.sidebar ul{
	list-style-type:none;
	padding: 0 0 10px 0;
}

.sidebar a{
	text-decoration:none;
	color: #000;
	font-weight: bold; 
}

.sidebar a:hover {
	color: #007da0;
	}

.sidebar li li{
	border-bottom: 1px solid #BBB;
	width: 80%;
	font-size:12px;
}

.sidebar ul ul{
	list-style-type:none;
	padding: 0 0 10px 25px;
}
	
#footer {
	background: url('images/footer.jpg') no-repeat;
	margin: auto;
	width: 620px;
	min-height: 10px;
	text-align:center;
	padding: 15px 0 0 0;
	font-size: 12px;
}

#footer a{
	font-weight:bold;
	text-decoration:none;
	color: #007da0;
}

#footer a:hover{
	text-decoration:underline;
}


#searchform {
 	padding: 0 0 10px 0;
 }

#searchform input[type=text]{
 	border:1px solid #FFF;
 	background-color:#A6BEDE;
	width:100px;
 }

.button {
   border-top: 1px solid #96d1f8;
   background: #65a9d7;
   background: -webkit-gradient(linear, left top, left bottom, from(#92bcd9), to(#65a9d7));
   background: -moz-linear-gradient(top, #92bcd9, #65a9d7);
   padding: 2px 4px;
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   border-radius: 5px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   font-size: 12px;
   font-family: Georgia, serif;
   text-decoration: none;
   vertical-align: middle;
}

.button:hover {
   border-top-color: #28597a;
   background: #28597a;
   color: #ccc;
}

.button:active {
   border-top-color: #1b435e;
   background: #1b435e;
}

#commentsbox {

margin:0;
width:635px;
}

h3#comments{
font-size:20px;
font-family:Georgia,Tahoma,Arial,Century gothic, sans-serif;
color:#eee;
text-shadow: 1px 1px 1px #2C2F14;
font-weight:normal;
background:#413d3c;
padding:10px 10px ;
margin-top:10px;
}


ol.commentlist {
margin:0px 0 0;
clear:both;
overflow:hidden;
list-style:none;

}
ol.commentlist li {
margin:10px 0;
line-height:18px;
padding:10px;
background:#F1EAD6;

}
ol.commentlist li .comment-author {
	color:#eee;
}
ol.commentlist li .comment-author a:link,ol.commentlist li .comment-author a:visited{
	text-shadow: 1px 1px 1px #5F5C53;
	color:#F1EAD6;
font-weight:bold;
	text-decoration:none !important;
}

ol.commentlist li .comment-author .fn {
color:#fff;
}
cite.fn ,cite.fn a{
	color:#4A4E1E!important;
	font-style:normal;
		text-shadow: none!important;
}
ol.commentlist li .comment-author .avatar{
float:right;
border:1px solid #dddddd;
background:#fff;
padding:3px;
}
ol.commentlist li .comment-meta{
font-size:10px;

}
ol.commentlist li .comment-meta .commentmetadata{

color:#555;
}

ol.commentlist li .comment-meta a {
color:#777;
text-decoration:none !important;
}
ol.commentlist li p {
line-height:22px;
margin-top:5px;
color:#7F7D77;
font-size:12px;
}
ol.commentlist li .reply{
margin-top:10px;
font-size:10px;
}
ol.commentlist li .reply a{
background:#BCCE2E;
color:#fff;
text-decoration:none;
padding:3px 10px;
}

ol.commentlist li.odd {
	background:#DFDCD1;
	border:1px solid #fff;

}
ol.commentlist li.even {
	background:#EFECE0;
	border:1px solid #fff;


}

ol.commentlist li ul.children {
list-style:none;
margin:1em 0 0;
text-indent:0;

}

ol.commentlist li ul.children li.depth-2 {

margin:0 0 0px 50px;

}

ol.commentlist li ul.children li.depth-3 {

margin:0 0 0px 50px;

}

ol.commentlist li ul.children li.depth-4 {

margin:0 0 0px 50px;

}
ol.commentlist li ul.children li.depth-5 {

margin:0 0 0px 50px;

}

 #respond h3 {
font-size:18px;
font-family:Georgia,Arial,Century gothic, Tahoma,sans-serif;
color:#7F7A67;
	text-shadow: 1px 1px 1px #F0EFEA;
padding-bottom:10px;
}

#commentform p{
margin:5px 0px;
color:#777;
}

textarea#comment{
border:none;
background:#F0EFEA;
border:1px solid #CFCCC2;
width:99%;
margin:0px 0px;
padding:5px 0px;
color:#7F7A67;
}