﻿/*
Theme Name: baseblog-2-colonnes
Theme URI: http://www.pointflou.net
Description: Theme pour sites politiques à deux colonnes
Version: 2.0
Author: Florent Pessaud
Author URI: http://www.pointflou.net/
Latest updated: Today
*/

/* ADAPTER LES COULEURS :
fond #ffffff (blanc)

survol menu #d0cac0 (crème)

couleur des liens #d6007a (rose profond)

couleur titres colonnes /articles /texte menu / footer / ... #695e4a (gris-brun)
*/


/* Body */
*{margin:0;padding:0;}
body{background:#eaeaea url(img/bg.gif) top center repeat-y;color:#303030;font:80% Verdana,Tahoma,Arial,sans-serif}
#wrap{background-color:#fff;color:#202020;margin:0 auto;width:760px;}

/* body background = couleur des cotes
   wrap : concerne la zone des billets : background et couleur du texte
*/



/* Menu */

/* concerne la zone d'affichage des pages */

#menu
{
/*couleur du fond */

	background: #ffffff;
	width: 760px;
	height:32px;
	line-height:26px;
	margin:0 0;
	padding:0;
}
Theme URI: http://www.pointflou.net
Description: Theme pour sites politiques
Version: 1.0
Author: Florent Pessaud
Author URI: http://www.pointflou.net/
Latest updated: Today
*/


/* Body */
*{margin:0;padding:0;}
body{background:#eaeaea url(img/bg.gif) top center repeat-y;color:#303030;font:80% Verdana,Tahoma,Arial,sans-serif;}
#wrap{background-color:#fff;color:#202020;margin:0 auto;width:760px;}

/* body background = couleur des cotes
   wrap : concerne la zone des billets : background et couleur du texte
*/



/* Menu */

/* concerne la zone d'affichage des pages */

#menu
{
/*couleur du fond */

	background: #ffffff;
	width: 760px;
	height:32px;
	line-height:26px;
	margin:0 0;
	padding:0;
}

#menu ul
{
	padding:0px 0;
	margin:0;
	list-style: none;
	text-align: left;
	position: relative;
}

#menu li
{
	margin:0;
	padding: 0;
	display: inline;
}

#menu li a
{
/*couleur et format du texte */
	color: #695e4a;
	font-weight: bold;
	text-transform:uppercase;
	text-decoration: none;
	font-size: 0.9em;
	letter-spacing: 0.2em;
	padding:4px 10px;
}


#menu li a:hover,#menu li.current_page_item a
{
/* couleur lors du survol background et texte */

	background:#d0cac0;
	color:#695e4a;
}


/* Links */

/* presentation des liens texte et image, lors du survol et dans le cas general*/

a{color:#d6007a;text-decoration:none}
a:hover{color:#d6007a;font-weight:bold;text-decoration:none}
a img{border:0;}

/* Header */

/*Le bandeau */

#header{margin:0 0 0px;background:#fff bottom left no-repeat;height:190px;}


/* Sidebars */
#extras{float:right;line-height:1.4em;margin:0 0 5px;width:175px;} /*format bandeau de droite*/

/* caracteristiques globales du texte menus de droite*/
#extras p,#extras ul,#extras div.textwidget
{
	font-size:0.8em;
	margin:0 0 18px;
}

#extras li{line-height:1.2em;list-style:none;margin:0 0 6px;}
#extras ul ul{margin:6px 0 0 10px;}
#extras ul ul li{margin:0 0 4px;}

/* concerne le style des liens/
#extras ul ul li a{font-weight:700}


/* la liste des liens : taille */
#extras ul.linklist{font-size:0.9em;}
#extras ul.linklist ul{margin:0 0 18px;}
#extras ul.linklist ul li a{font-weight:700;}
#extras h2,#extras ul.linklist li h2,#extras h3, table#wp-calendar caption
{ /*Style du titre des widgets des colonnes */
	color:#695e4a;font-size:1.3em;font-weight:400;margin:0 0 8px;text-align:left;
}
#extras label{display:none;}


/* Content */
#content{margin:0 185px 5px 5px;padding:0;line-height:1.5em;}


/*TITRE ARTICLES */
h2{font-size:2em;}
#content h2, #content h2 a
{	
	color:#695e4a;
	font-weight : normal;
	letter-spacing:-1px;
	margin:5px 0 8px;
}
#content h2 a:hover
{
	color:#d6007a;
	font-weight : normal;
	letter-spacing:-1px;
	margin:5px 0 8px;
}


/*SOUS-TITRES ("poster un commentaire") */
h3{font-size:1.6em;}
#content h3,#content h3 a
{
	font-weight : 400;
	margin:0 0 8px;
	color:#695e4a;
	letter-spacing:0px;
}
#content h3 a:hover
{
	font-weight : 400;
	margin:0 0 8px;
	color:#d6007a;
	letter-spacing:0px;
	text-decoration:none;
}
#content img{border:0px solid #d0d0d0;margin:3px 10px 3px 0;}
#content ul,#content ol{margin:0 0 16px 20px;text-indent:0}
#content li{padding:0 0 0 5px;text-indent:0}
#content ul ul,#content ol ol{margin:0 0 0 16px;text-indent:0}

/* Pied de page */
/* partie avec infos legales en bas */

#footer{
	border-top:2px solid #695e4a;clear:both;
	color:#695e4a;font-weight:400;line-height:1.4em;margin:0 auto;padding:15px 0;text-align:center;width:760px;}
#footer p{margin:0;padding:0;}
#footer .credits{color:#695e4a;}
#footer .credits a{color:#695e4a;}
#footer a{color:#695e4a;text-decoration:none;}
#footer a:hover{color:#d6007a;text-decoration:none;}


/* Tags */
p,ul,ol{margin:0 0 18px;}

/* presentation des mises en retrait */
blockquote{border-left:4px solid #695e4a;margin:20px;padding:8px 8px 8px 15px;}
blockquote p{font-size:0.9em;line-height:1.3em;}

label{color:#606060;font-size:0.9em;font-weight:700;}
table#wp-calendar{margin:0 0 18px;width:175px;}


/* Formulairess */
#s,#submit
{	/*CONCERNE LE BOUTON "VALIDER"*/
	background-color:#fff; /*couleur fond*/
	border:1px solid #695e4a; /*couleur bordure*/
	color:#555; /*couleur texte*/
	font-size:0.9em;
	margin:0 0 16px;padding:4px;
	width:100px;
}
#author,#email,#url,#comment
{	/*CONCERNE LE RESTE DU FORMULAIRE*/
	border:1px solid #695e4a;
	font-family:Verdana,Tahoma,Arial,Sans-Serif;
	font-size:0.9em;margin:0;padding:4px;
        text-indent: 0;
}
#commentsection{margin:25px 0 0;}
#commentsection p{margin:0 0 6px;}


/* Float fix */
.contenttext{overflow:hidden;text-align:justify;text-indent:2em;}
* html .contenttext{height:1px;overflow:visible;}
* html .contenttext p{overflow:hidden;width:99%;}

/* Various classes */

.left{border:1px solid #695e4a;float:left;margin:10px 15px 10px 0;}
.right{border:1px solid #695e4a;float:right;margin:10px 0 5px 10px;}
.center{border:1px solid #aaa;margin:5px auto 12px;text-align:center;}
.textright{text-align:right;}
.small{font-size:0.8em;}
.bold{font-weight:700;}
.hide{display:none;}
.clearing{clear:left;padding:5px 0;visibility:hidden;}
.post{margin:0 0 25px;}

.postinfo
{	/* Le pave d'infos (poste le tout ca)*/
	/*background : 1 couleur ou dégrade avec blanc f4f4f4 et .gif renomme pour activer*/
	background:#f4f4f4 url(img/menubg.gif) bottom left repeat-x;
	border-top:1px solid #695e4a;
	border-right:1px solid #695e4a;
	border-bottom:1px solid #695e4a;
	border-left:4px solid #695e4a;
	color:#695e4a;
	font-size:0.9em;font-weight:700;line-height:1.5em;
	margin:1px 0 40px;
	padding:8px 5px 8px 8px;
        text-indent: 0;
}

.comment
{	/* le pave commentaires (les titres) */
	background:#f4f4f4 url(img/menubg.gif) bottom left repeat-x;
	border-top:1px solid #695e4a;
	border-right:1px solid #695e4a;
	border-bottom:1px solid #695e4a;
	border-left:4px solid #695e4a;
	color:#695e4a;margin:0 0 10px;padding:8px 5px 4px 8px;
        text-indent: 0;
}

.comment p.commenthead{line-height:1.6em;}
.comment p{font-size:0.9em;line-height:1.3em;margin:0 0 6px;text-indent:0;}
.navigation{display:block;margin:10px 0;padding:0 0 15px;text-align:center;}
.navigation p{margin:0;padding:0;}
.prevlink{margin-right:20px;}
.nextlink{margin-left:20px;}
