/*
Theme Name: The Coffee Blog Theme
Theme URI: http://www.level-studio.net/
Description: The Wordpress Thème for The Coffee Blog.


*/







/* ---------------------------- entete ---------------------------- */

body {
	

	background-image:  url(img/bg.png) ;
	background-repeat : repeat-x; 
	padding: 0 auto;
	margin: 0 auto;
	font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	text-align: center;

}





/* ---------------------------- body ---------------------------- */

.page {	
	padding: 0 auto;
	margin: 0 auto;
	width: 1000px;
	text-align: left;
	
}


#pieds{
	 background-image: url(img/header/pieds.png);
	 width:971;
	 margin-left:29;
	 background-repeat : no-repeat;
	 border-collapse:collapse;  

}

#rechercheform {

	 white-space: nowrap;


} 

.content {
	
	width: 1000px;
	margin: 0 auto;
	margin-top: 60px;
	float: left;


}

.navigation {

	margin: 0 auto 0 auto;
	width: 1000px;
	position: relative;

}

.sidebar {
	
	background-image: url(img/bandeau.png);
	width: 133px;
	height: 412px; 
	float: right;

}

.commentmetadata {

	display:inline;

} 


#bulletitre {

	background-image: url(img/bulletitre.png);
	width: 72px;
	height: 48px; 

}

#bullephoto {

	background-image: url(img/bullephoto.png);
	width: 62px;
	height: 56px; 

}

#bullecom {

	background-image: url(img/bullecom.png);
	width: 72px;
	height: 48px; 

}

p {

	font-size:14px;
	line-height:1.6em;
	margin-top:0em;
	color:#666;


}

h1 {

	font-family:Georgia,"Bitstream Vera Serif","Times New Roman",serif;
	font-size:30px;
	color:#000;
	margin:0;


}



h2 {

	font-size:14px;
	margin:0;

}

h3 {

	font-size:12px;
	color:#666;
	margin:0;
	

}

h4 {

	font-family:Georgia,"Bitstream Vera Serif","Times New Roman",serif;
	font-size:13px;
	color:#92918f;
	margin:0;

}

#photo {

	margin-left:48px; 

}


a:link 			{color:#21759b;font-weight:normal;border-bottom:1px solid #dfdfdf;}
a:visited 		{color:#21759b;font-weight:normal;border-bottom:1px solid #dfdfdf;}
a:hover 		{color:#d54e21;font-weight:normal;border-bottom:1px solid #dfdfdf;}
a:active 		{color:#d54e21;font-weight:normal;border-bottom:1px solid #dfdfdf;}

h1 a:link 		{color:#000000;font-weight:normal;border-bottom:0px}
h1 a:visited 		{color:#000000;font-weight:normal;border-bottom:0px}

h2 a:link 		{color:#000000;font-weight:normal;border-bottom:0px}
h2 a:visited 		{color:#000000;font-weight:normal;border-bottom:0px}

h3 a:link 		{color:#21759b;font-weight:normal;border-bottom:1px solid #dfdfdf;}
h3 a:visited	 	{color:#21759b;font-weight:normal;border-bottom:1px solid #dfdfdf;}
h3 a:hover 		{color:#d54e21;font-weight:normal;border-bottom:1px solid #dfdfdf;}
h3 a:active 		{color:#d54e21;font-weight:normal;border-bottom:1px solid #dfdfdf;}

h4 a:link 		{color:#92918f;font-weight:normal;border-bottom:0px;font-family:Georgia,"Bitstream Vera Serif","Times New Roman",serif;}
h4 a:visited	 	{color:#92918f;font-weight:normal;border-bottom:0px;font-family:Georgia,"Bitstream Vera Serif","Times New Roman",serif;}
h4 a:hover 		{color:#92918f;font-weight:normal;border-bottom:0px;font-family:Georgia,"Bitstream Vera Serif","Times New Roman",serif;}
h4 a:active 		{color:#92918f;font-weight:normal;border-bottom:0px;font-family:Georgia,"Bitstream Vera Serif","Times New Roman",serif;}

a {text-decoration:none;}



/* ---------------------------- bas de page ---------------------------- */


.footer {

	clear: both;
	width: 1000px;
	height: 170px;
	
}

#searchbox {
	border: 1px solid #ccc;
	font-size: 14px;
	padding: 1px;
	margin-right: 20px;
	background: #f9f9f9 url('http://www.thecoffeeblog.net/wp-content/themes/TheCoffeeBlog/img/search.png') no-repeat 8px center;
	padding-left: 25px;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;	
	width: 180px;
	display: block;
	margin: 0 auto;

}

