/* Thème Photo Gallery Red porté par Ti_Pierre pour Pluxml.org */


/* ===== Sommaire =====
1/ html et body
2/ Styles généraux
3/ Haut de page (#top)
4/ Zone de contenu (#content)
5/ Paneau latéral (#sidebar) 
6/ Commentaires 
7/ Pied de page (#footer)
=================== */



/* ---------------------
Html et body
--------------------- */
html {
	font : 75%/1.7em "Lucida sans unicode", Lucida, Tahoma, Arial, sans-serif;
	color : #333;
	background : #F6F6EE;
	margin : 0; padding : 0;
	}

body {
	margin : 0; padding : 0;
	}
	

#page {
	width : 850px;
	margin : 0 auto; padding : 10px 0 10px 0;
	clear : both;
	border: 8px solid #FFF;
	border-top: none;
	}




/* ---------------------
Styles généraux
--------------------- */
h1 {font-size : 1.8em;}
h2 {font-size : 1.2em;}
h3 {font-size : 1.1em; padding : 5px 0; margin : 0;}
p {margin : 0; padding : 3px 0;}
a {color : #EB7F1C;text-decoration : none;}
a:hover {color : #EB7F1C;}
hr, .clearer {clear : both; visibility : hidden; margin : 0; padding : 0;}



/* ---------------------
Haut de page (#top)
--------------------- */
#top {
	background :transparent url(img/body_bg.jpg) repeat-x;
	width:100%;
	height: 200px;
	}
#header {
	width : 850px;
	color : #482018;
	margin : 0 auto; padding : 20px 0 5px 0;
	border: 8px solid #FFF;
	border-bottom: none;
	background: #F6F6EE url(img/bg_header.jpg) no-repeat top right;
	height: 120px;
	}
#header .logo{
	padding : 35px 0px 35px 110px;
	background: transparent url(img/logo.jpg) no-repeat left;
	}
#header h1{ /* titre et sous-titre du site */
	margin : 0; padding : 0;
	font-weight : normal;
	letter-spacing : 1px;
	color : #eee;
	font-size: 24px;
	}
#top h1 a { /* lien du titre */
	text-decoration : none;
	color : #EB7F1C;
	}
#top h1 a:hover {
	color : #EB7F1C;
	}
#header p {
	display : inline;
	color: #735E5D;
	font-size: 14px;
	}
#menu {
	background : transparent;
	height: 48px;
	}
#menu ul {
	margin : 0 auto; padding : 0;
	width : 850px;
	list-style-type : none;
	}
#menu li {
	float : left;
	}
#menu li a {
	display : block;
	padding : 15px 10px 0px 30px;
	color :  #fff;
	text-decoration : none;
	text-transform : uppercase;
	font-size : 0.85em;
	letter-spacing : 1px;
	background : url(img/bt_bg.jpg) no-repeat 5px 15px;
	}
#menu li a:hover, #menu li.active a {
	color : #ddd;
	background : url(img/bt_bg_a.jpg) no-repeat 5px 15px;
	}



/* --------------------- 
Zone de contenu (#content)  
--------------------- */
#content { /* Bloc */
	float : left;
	width : 630px;
	padding: 0px 15px 0px 15px;
	border-right: 1px dashed #EB7F1C;
	}

.post, #comments, #form { /* Conteneur de l'article */
	padding : 0 0 25px 0;
	}
.post .categorie {
	padding : 0 0 2px 0; margin : 0;
	font-size : 0.85em;
	line-height : 1em;
	}
.title, #form h2, #comments h2{ /* Titre de l'article */
	color : #EB7F1C;
	font-size : 1.4em;
	margin : 0; padding : 0 0 5px 0;
	letter-spacing : 2px;
	border-bottom: 1px dashed #735E5D;
	}
.title a{ /* Lien sur le titre de l'article */
	color : #EB7F1C;
	text-decoration : none;
	}
.title a:hover{
	color : #735E5D;
	text-decoration: none;
	}
.post-info span { /* Informations de l'article (auteur, date etc...) */
	margin : 0; padding :0 8px 0 140px;
	}
.post-info{
	border: 1px dashed #735E5D;
	padding-left: 8px;
	}
#pagination { /* Conteneur des liens 'page suivante' et 'page précédente' */
	text-align : center;
	margin : 0; padding : 0;
	}
/* --------------------- 
Paneau latéral (#sidebar)  
--------------------- */
#sidebar {
	float : right;
	width : 180px;
	padding : 2px 0;
	}
#sidebar div {
	margin : 0 0 10px 0;
	}
#sidebar h2 { /* Titre des menus de la sidebar */
	color : #808080;
	font-size : 1.1em;
	margin : 0; padding : 3px 0 0 10px;
	font-weight: lighter;
	}
#sidebar ul { /* bloc de liste */
	margin : 0; padding : 3px 0;
	}
#sidebar li { /* élément de liste */
	list-style-type : none;
	padding: 1px 0 0px 10px;
	}
#sidebar li a { /* Liens dans les listes */
	color : #EB7F1C;
	padding: 0 0 0 20px;
	text-decoration : none;
	background : url(img/bullet.png) no-repeat 5px 0.3em;
	}
#sidebar li a:hover, #sidebar li.active a {
	color : #EB7F1C;
	background : url(img/bullet_a.png) no-repeat 5px 0.3em;
	}
#syndication li a{
	display : block;
	padding : 0 0 0 25px;
	background : url(img/feed-icon-14x14.gif) no-repeat 5px 0.2em;
	}
#syndication li a:hover{
	background : url(img/feed-icon-14x14-2.gif) no-repeat 5px 0.2em;
	}



/* ---------------------
Commentaires
--------------------- */
.comment {
	padding : 2px 0 0 0;
	border: 1px solid #808080;
	margin: 4px 0;
	}
.comment blockquote{
	padding : 2px 10px 2px 12px;
	margin : 0;
	background: #FFF;
	border-top: 1px dashed #808080;
	}
.info_comment{
	padding: 0 0 0 8px;
	}
#form input, #form textarea{
	border: 1px solid #808080;
	}



/* ---------------------
Pied de page (#footer)
--------------------- */
#footer {
	width : 100%;
	margin : 30px auto -30px auto;
	text-align : center;
	font-size : 0.85em;
	background: #333;
	color: #FFF;
	height: 75px;
	padding: 25px 0 0 0;
	}
	
#footer a{
	color: #FFF;
	font-style: italic;
	}
	
#footer a:hover{
	text-decoration: none;
	border-bottom: 1px dashed;
	}
	
fieldset {
	border : 0;
	}

label {
	display : block;
	}

input, textarea {
	border : 1px solid #fff;
	border-left : 4px solid #fff;
	}

textarea {
	width : 95%;
	}
