/*
Theme Name: Template 2
Theme URI: http://www.saobart.com/
Description: Basic Template 2. Two Columns, Logo, search, and navigation in header. Two dynamic sidebars.
Version: 1.0
Author: Chris Beaven
Author URI: http://www.saobart.com/
Tags: template,fixed width, two columns

	Template 2 v1.0
	 http://www.saobart.com/

	This theme was designed and built by Chris Beaven,
	whose blog you will find at http://www.saobart.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/
/*------------------------------------------------------------*/
/***************  TABLE OF CONTENTS   ***********************/

/*

Template 2

RESET - 
GENERAL ELEMENTS -         h1 thru h5, img, etc..
MAIN STRUCTURAL ELEMENTS - 
COUNTER-ACT OF RESET ON MAIN CONTENT AREA -
CAPTIONS -


HTML STRUCTURE

BODY
	- Page
		- Header
			+ logo
			+ headerinfo
			+ search-box
			+ topnav
		+ Content
		+ Sidebar
		+ Footer

****/	
/*------------------------------------------------------------*/
/***************          RESET      **************************/
* {
	vertical-align: baseline;
	font-family: inherit;
	font-style: inherit;
	font-size: 100%;
	outline: 0;
	padding: 0;
	margin: 0;
}
ol,ul,li {
	list-style: none;
}
/*------------------------------------------------------------*/
/***************  GENERAL ELEMENTS   **************************/

body{
	font: normal normal 12px "Lucida Grande", Lucida, Verdana, sans-serif;
}
h1, h2, h3, h4, h5, h6{
	margin: 10px 0;
}
h1{
	font-size: 250%;
}
h2{
	font-size: 200%;
}
h3{
	font-size: 175%;
}
h4{
	font-size: 150%;
}
h5{
	font-size: 125%;
}
h6{
	font-size: 100%;
}
hr{}

a:active,
a:link,
a:visited {
	color: #333;
}
a:hover,
a:visited:hover{
	color: #666;
}
input:focus{
	background: #ffc;
}
img{
	border: 0;
}
/*------------------------------------------------------------*/
/***************  MAIN STRUCTURAL ELEMENTS  *******************/
#page{
	width: 100%;
	margin: 0 auto;
}
#pageheader,
#pagecontent,
#pagefooter {
	background: #999;
	width: 100%;
	height:  250px;
	margin: 0 auto;
}
#pagefooter, #pagecontent { height: auto; }

#header,
#footer,
#pagecontent2 {
	width: 1000px;
  	position: relative;
	overflow: auto;
	margin: 0 auto;
	padding: 0 5px;

}

#logo{
	width: 285px;
	height: 160px;
	background-color: #1a171b;
	padding-top: 10px;
	padding-left: 20px;
	float: left;
	position: relative;
	overflow: auto;
}
#header #photo {
	width: 645px;
	height: 230px;
	float: left;
	position: relative;
	overflow: auto;
	background-color: #1a171b;
	padding: 10px 40px 10px 10px;
}
#logo a{
	display: block;
}
#headerinfo{
	width: 300px;
	float: left;
	text-align: center;
	padding: 35px 0 0 0;
}
#search-box{
	width: 220px;
	float: right;
	padding: 4px 15px 0 0;
}
#topnav{
	width: 100%;
	clear: both;
	height: 30px;
	background-color: #ffaa00;
}
#topnav li{
	padding: 7px 10px;
	font-weight: bold;
	float: left;
}
#topnav li a{
	text-decoration: none;
}
#content,
#sidebar {
	width: 690px;
	float: left;
	margin: 0;
	padding: 10px 20px;
	position: relative;
	overflow: auto;
}
#sidebar{
	width: 230px;

}


/*------------------------------------------------------------*/
/******  COUNTER-ACT OF RESET ON MAIN CONTENT AREA ************/
#content ol, #content ul{
	list-style: auto;
	margin: 12px 0;
	padding: 0 0 0 40px;
}
#content ol li{
	list-style: decimal;
}
#content ul li{
	list-style: disc;
}
blockquote{
	margin: 12px 40px;
}
p{
	margin: 12px 0;
}
em{
	font-style: italic;
}
/*------------------------------------------------------------*/
/*****************      CAPTIONS   ***************************/
.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {








	font-size: 11px;
	line-height: 17px;






	padding: 0 4px 5px;
	margin: 0;
}
/*-------------------------------------------------------------------------------*/
/**  TO REMOVE ALL COLOR AND BORDER STYLES DELETE THE ALL LINES BELLOW HERE *****/
body{
	background: #ccc;
	color: #666;
}
#pagecontent {
	background: #ccc;
}
#header { background: url(../../../_images/fond-header.png) repeat;}
#footer { background: url(../../../_images/fond-footer.png) repeat;}
#pagecontent2 {	background: url(../../../_images/fond-content.png) repeat;}

#logo{

}
#content{
	background: #fff;

}
#sidebar{
	background: #fff;

}

.carrejaune {
	width: 56px;
	height: 56px;
	background-color: #ffaa00;
}
#header .carrejaune {
	right: 5px;
	top: 180px;
	z-index: 10000000;
	position: absolute;
	overflow: auto;
}




/*---------------------------------------------------*/
/***************  FOOTER ELEMENTS  *******************/

#footer {
	font-size: 10px;
	color: #ccc;
}

#footer a,
#footer a:hover {
	color: #ccc;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#footer .carrejaune {
	left: 944px;
	position: relative;
}

#content .post {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 6px solid #707173;
}
#content .post h2,
#content .post h2 a,
#content .post h2 a:hover,
.pagetitle {
	width: auto;
	text-decoration: none;
	border: 3px solid #868889;
	color: #707173;
	font-size: 18px;
	font-weight: bold;
	margin: 0;
	display: inline;
	line-height: 30px;
	padding: 0 8px;
	background-color: #fff;
}

#content .post h2 a,
#content .post h2 a:hover {
	border: none;
}

#content .post .auteur,
#content .post .auteur a,
#content .post .auteur a:hover,
#content .postmetadata,
#content .postmetadata a,
#content .postmetadata a:hover,
.commentdata,
.commentdata a,
.commentdata a:hover {
	color: #707173;
	font-size: 10px;
}

#comments,
#respond,
.post h3 {
	background: url(../../../_images/puce-orange-8x8.png) no-repeat 0 13px;
	padding: 8px 0 0 14px;
	font-size: 14px;
}
.post h3 {
	padding: 6px 0 0 14px;
}
.post h3,
.post h3 a,
.post h3 a:hover {
	text-decoration: none;
	color: #707173;
	font-size: 16px;
}

.navigation,
.navigation a,
.navigation a:hover {
	width: 500px;
	color: #707173;
	font-size: 11px;
}
.navigation {
	margin-bottom: 20px;
}

#sidebar h2 {
	border-top: 6px solid #707173;
	font-size: 16px;
	font-weight: bold;
	color: #707173;
	margin: 20px 0;
}

#sidebar ul,
#sidebar ul a,
#sidebar ul a:hover {
	color: #707173;
	font-size: 11px;
}

#endsidebar {
	margin-top: 20px;
	height: 0 auto !important;
	border-bottom: 6px solid #ffaa00;
}

.commentlist {
	font-size: 11px;
}

.navigation {
	width: 690px;
	margin-bottom: 30px;
}

.navigation .alignleft,
.navigation .alignright  {
	width: 345px;
	float: left;
	position: relative;
	overflow: auto;
}

.navigation .alignright {
	text-align: right;
}

#commentform {
	font-size: 11px;
}