/*
Theme Name: Connard Déchaîné 2 - Thème enfant WordPress
Theme URI: http://www.sdf75.fr
Description: Thème enfant créé sur la base du Nouveau thème Livre WordPress.
Version: 0.2
Author: Musclor - SDF75
Template:default
 
Creation Theme by Musclor - SDF75 | http://www.sdf75.fr
*/


body {
font-family: Arial, Sans Serif;
font-size: 0.9em;
text-align: left;
/* background: #ffffff;  */
color: #444;
margin: 0;
padding-left: 10px;
padding-right: 10px;
background: #8C9BE7;    /*#555 url(images/header_bg6.jpg);  */
}

#page {

margin-left: 15px;
margin-top: 25px;
width: 1112px;      /*Ancien 960 */
background-color: #FFFCAC;	/* Ancien white */
border: 2px solid #000;


}

/* header */

#header {
margin: 20px 20px 10px 20px;
height: 263px;		/*Ancien 213 */
background-image: url('images/site-le-connard-2d.png');
}


h1 a {
	position: absolute;
	left: -5000px;
	top: -5000px;
	text-indent: -5000px;
	}

#header p {
	position: absolute;
	left: -5000px;
	top: -5000px;
	text-indent: -5000px;
	}

/* home content */

#content {
font-family: Arial, sans serif;
font-size: 13px;
line-height: 14px;
width: 750px;	     /*Ancien 580px */
margin-left: 40px;   /*Ancien 10px */
margin-top:50px;     /*ligne rajoutée */
padding: 30px 20px 20px 10px;
float: left;

}

* html #content {
width: 740px;    /*Ancien 580px */
margin-left: 30px;
padding: 30px 20px 20px 10px;
float: left;
}

#content h2 a {
font-family: Arial, sans serif;
font-size: 17px;		/*36*/
font-style: normal;
font-weight: bold;		/*normal*/
/*letter-spacing: -2px; */
line-height: 1em;
text-decoration: none;
color:red;				/*rajouté */
}

#content h2 {
font-family: Arial Narrow, Arial, sans serif;
font-size: 17px;		/*36*/
font-style: normal;
font-weight: bold;
/*letter-spacing: -2px; */
line-height: 18px;      /* Ancien 1em */
text-decoration: none;
color:#0000CC;       /* Ancien #579200;*/
margin: 0;
}

.h2 {
padding-left:0px;
text-align:left;


}

.post_content {
font-family: Arial, sans serif;
font-size: 13px;
font-style: normal;
font-weight: normal;
letter-spacing: normal;
line-height: 13px;		/*Ancien 1.5em */
text-align:justify;		/*rajouté */		
color: #000000;			/*Ancien #555; */
}


.tags {
	background-color: yellow;       /* Ancien #f2f2f2; */
	padding: 5px;
	margin-bottom: 0px;            /* ancien 30 */
	color:yellow;                   /*color:#000000;*/
         line-height: 5px;               /* Rajouté le 5 Juillet 2009 */
	
}

#date {
	font-family: New Times Roman, serif;
font-size: 18px;
font-style: normal;
font-weight: bold;		/*normal*/
/*letter-spacing: -2px; */
line-height: 1em;
text-decoration: none;
color: #000000;			/*Ancien #555; */
}

#home-comments, #home-comments a {
	display: inline;
	color: #555;

}

/* sidebar */

.sidebar {
width: 240px;

margin-left:0px;
/*margin: 0 20px 0 20px;*/
margin-top:70px;
margin-right:20px;
float: right;

}

*html .sidebar {
width: 240px;
/* margin: 0 20px 0 20px;*/
margin-top:80px;
margin-right:20px;
float: right;
}

.sidebar a {
	text-decoration: none;
/*color:blue;*/

}

.sidebar ul{
list-style-type: none;
padding: 0;
margin-bottom: 20px;
margin-left: 0;

}

.sidebar ul h2{
	color: white;
	background:green; 	/*Ancien #555; */
	font-size: 14px;
        font-weight: bold;
	padding: 8px;
	font-weight: normal;
}

.widget{
	margin-bottom: 20px;

       
}

/* footer */

#footer{
clear: both;
margin: 0 10px 0 10px;
}

#footer p{
padding: 20px;
background-color: #999;
color: white;
}

#footer p a{
color: #ccc;
text-decoration: none;
}

a {
	color: blue;
	text-decoration: none;


}

a:hover {
	color:#000000;
}

/* navigation */

#navbar {
display: block;
float: left;
background-color: red;     /*Ancien #555 */
margin-left: 20px;
margin-top: 50px;
margin-right: 20px;
width: 1072px;
}

#nav2 {
    font-size:14px;
    background: red;	   /*Ancien #555 */   
}

#nav2, #nav2 ul {
	list-style: none;
	float: left;
	line-height: 21px;
	padding: 0;
        margin: 0;
	width: 695px;   /*Ancien 655 pour 920 de largeur*/
}

* html #navbar {
margin-left: 20px;
margin-top: 30px;
margin-right: 20px;
width: 1072px;
}

#nav2 a ,#nav2 a:hover{
	display: block;
	text-decoration: none;
	border:none;
	background-color: blue;   /*Ancien #555 */
        color:#000;
}

#nav2 li {
	float: left;
	list-style:none;
	border-right:1px solid #777;
}


#nav2 a,#nav2 a:visited {
	display:block;
	color:#FFF;      /* Ancien #f5f5f4; */
	padding:6px 10px 6px 10px;
}

#nav2 a:hover, #nav2 a:active {
	background:#000;
	text-decoration:none; 
        color:#FFF;       
}	

/* Dropdown Menu */

#nav2 li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 152px;    /*Ancien 174*/
	border-bottom: 1px solid #a9a9a9;
}

#nav2 li li {
	width: 150px;
	border-top: 1px solid #a9a9a9;
	border-right: 1px solid #a9a9a9;
	border-left: 1px solid #a9a9a9;
	background: blue;    /*Ancien 777 */
        color:#000;
}

/* ----- Sous-menu déroulant sélectionné par la souris */
#nav2 li li a,#nav2 li li a:visited{
	font-weight:normal;
	font-size:0.9em;
        background:yellow;  /* rajouté */
        color:#000;   /*Ancien FFF */
}

#nav2 li li a:hover,#nav2 li li a:active{
	background:#000;
        color:#FFF;
}	

 #nav2 li:hover ul, #nav2 li li:hover ul, #nav2 li li li:hover ul, #nav2 li.sfhover ul, #nav2 li li.sfhover ul, #nav2 li li li.sfhover ul {
	left: auto;
}

a.main:hover{
    background:none;
}



#searchform {
	float:right;
	text-align:right;
	margin: 0;
	padding: 4px 10px;
		}

* {
	
}


/* gestion des commentaires */

.comments-template{
margin: 0px 0 0 0;
}

.comments-template ol{
margin: 0px;
padding: 0;
list-style: none;
}


.comments-template ol li{
background-color: #FFFFFF;    /* Ligne rajoutée */
margin-left: 0px;
margin-top: 0px;
margin-right: 10px;
margin-bottom: 10px;
font-size:13px;
text-align:justify;
line-height: 14px;
padding: 0 0 0px;
padding-right:10px;
display: inline;
float: left;
width: 690px;       /* Ancien 580 */
}

.comments-template ol li p{
margin-left: 20px;
font-family: Arial narrow, Arial, sans serif;

}

.reply {
	margin: 20px;     /* Ancien 10 */
}

.comments-template ol li .depth-2 {
	background-color: #4afbf5; /* Ancien #f5f5f4;*/
	width: 670px;
}

.comments-template ol li .depth-2 p textarea#comment {
	width: 520px;
}

.comments-template ol li .depth-3 {
	background-color: #ccc;
	width: 640px;
}

.comments-template h2, .comments-template h3{
font-size: 16px;        /* Anciennement au 22 Déc 2009 - 18px ---- */
margin: 0;
padding: 20px 0;
}


.comments-template p.nocomments{
padding: 0;
}


.cadre_commentaires {
border-bottom: 1px solid #ccc;     /*Ancien #ccc */
border-top: 1px solid #ccc;
}

.avatar {
	float: left;
	border: 2px solid #ccc;
}

cite {
	padding: 0 0 0 15px;
	background-color: transparent;
        font-size:16px;
	font-weight: bold;
	font-style: normal;
	
}

cite a{
	background-color: transparent;
	text-decoration: none;
}

.commentmetadata a {
	padding: 0 0 0 15px;
	background-color: transparent;
        font-size:14px;
        font-weight: bold;
        font-style: italic;
        color: #000000;
	text-decoration: none;
}

.comment-author {
	margin: 10px 10px 5px;
        
}

.comment_info {
	padding: 3px 0;       
}

.comment {
	color: #555;
	padding: 20px 20px 20px 220px;
        background-color:yellow;
}

.comment p {
	margin: 0;
        padding-top:10px;
	padding-bottom: 0px;
}


h3#respond {
clear: both;
}

ol.trackbacks-layout {
	clear: both;
	padding-bottom: 10px;

}

ol.trackbacks-layout li {
	padding: 20px;
	background: #ccc;
	width: 540px;
}

textarea#comment {
	width: 680px;
}


/* page search */

#searchno #searchform {
	float: left;
}

.style1a-normal {
font-family: Arial Narrow, Arial, sans serif;
font-size: 14px;
font-style: normal;
font-weight: normal;
letter-spacing: normal;
line-height: 14px;		/*Ancien 1.5em */
text-align:justify;		/*rajouté */		
color: #000000;	
}

.style-niveau2-rouge {
font-family: Arial, sans serif;
font-size: 16px;
font-style: normal;
font-weight: bold;
letter-spacing: normal;
line-height: 16px;		/*Ancien 1.5em */
text-align:justify;		/*rajouté */		
color: #FF0000;	
}

.style-niveau2-bleu {
font-family: Arial, sans serif;
font-size: 16px;
font-style: normal;
font-weight: bold;
letter-spacing: normal;
line-height: 16px;		/*Ancien 1.5em */
text-align:justify;		/*rajouté */		
color: #0000CC;	
}

.style-niveau3-bleu {
font-family: Arial, sans serif;
font-size: 15px;
font-style: normal;
font-weight: bold;
letter-spacing: normal;
line-height: 16px;		/*Ancien 1.5em */
text-align:justify;		/*rajouté */		
color: #0000CC;	
}

.style-niveau3-noir {
font-family: Arial, sans serif;
font-size: 15px;
font-style: normal;
font-weight: bold;
letter-spacing: normal;
line-height: 16px;		/*Ancien 1.5em */
text-align:justify;		/*rajouté */		
color: #000000;	
}

