/*
Theme Name: Disquedurssd.fr
Theme URI: http://www.finalclap.com/
Description: Le theme de Disquedurssd.fr
Version: 0.1
Author: Vincent Paré
Creation Theme by Finalclap || http://www.finalclap.com
*/
body{
	margin: 0;
	padding: 0;
	background: #EAEAEA;
	font: 10pt Arial, Helvetica, sans-serif;
	color: #555555;
}
a{
	outline: none;
	color: #0066CC;
	text-decoration: none;
}
a:hover{text-decoration: underline;}
acronym{cursor: default;}
img{border: 0;}
h1, h2, h3{line-height: 1em;}
p{margin: 0 0 13px;}

a:focus, button:focus, input:focus{outline: none;}
button::-moz-focus-inner{border: 0;}
input::-moz-focus-inner{border: 0;}

#header{
	background: url(images/header_bg.png) bottom left no-repeat;
	height: 321px;
	width: 970px;
	margin: 0 auto;
	position: relative;
}

#header #logo{
	background: url(images/logo_ssd.png) top left no-repeat;
	width: 230px;
	height: 50px;
	display: block;
	position: absolute;
	top: 38px;
	left: 23px;
	
	text-indent: -9999px;
}

#header #twitter{
	background: url(images/twitter_btn.png) top left no-repeat;
	width: 164px;
	height: 55px;
	display: block;
	position: absolute;
	top: 40px;
	right: 22px;
	
	text-indent: -9999px;
}

#header #twitter:hover{
	background-position: bottom left;
}

#header #baseline{
	position: absolute;
	top: 138px;
	left: 23px;	
	width: 441px;	
	color: white;
	font: 11pt Arial, Helvetica, sans-serif;
	line-height: 20px;
}



#header #menu{
	position: absolute;
	top: 222px;
	left: 33px;
	width: 600px;
	height: 80px;
}
#header #menu a{
	position: absolute;
	display: block;
	text-align: center;
	text-decoration: none;
	color: #767676;
	font: 12pt Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#header #menu #lien_techno{
	background: url(images/ld_btn_1.png) top left no-repeat;
	width: 135px;
	height: 48px;
	line-height: 48px;
	left: 0px;
	top: 13px;
}
#header #menu #lien_techno:hover{background-position: center left;}
#header #menu #lien_techno:focus{background-position: bottom left;}
#header #menu #lien_compar{
	background: url(images/ld_btn_2.png) top left no-repeat;
	width: 226px;
	height: 76px;
	line-height: 76px;
	left: 154px;
	
	font-size: 19pt;
	color: black;
}
#header #menu #lien_compar:hover{background-position: center left;}
#header #menu #lien_compar:focus{background-position: bottom left;}
#header #menu #lien_blog{
	background: url(images/ld_btn_3.png) top left no-repeat;
	width: 104px;
	height: 47px;
	line-height: 47px;
	left: 405px;
	top: 13px;
}
#header #menu #lien_blog:hover{background-position: center left;}
#header #menu #lien_blog:focus{background-position: bottom left;}

#header #admin-panel-link{
	/*position:absolute; top:0; right:10px;*/
	display:inline-block; margin:0 auto; padding:2px 7px 3px;
	background:#DADAD2; color:#555; font-size:8pt;
	-moz-border-radius:0 0 5px 5px; border-radius:0 0 5px 5px;
}
#header #admin-panel-link:hover{text-decoration:none; color:black;}






.wrap{
	background: url(images/content_bg.png) top left repeat-y;
	width: 970px;
	margin: 0 auto;
}
.withside{
	background-image: url(images/content_bg_sidebar.png);
}

#content{
	padding: 1px 0; /* correction mini bug provoqué par le contenu */
}
.wrap #content{
	margin: 0 auto;
	width: 960px;
}
.withside #content{
	margin: 0 0 0 5px;
	float: left;
	width: 659px;
	/*background: black;*/
}

/*--Sidebar--*/
#sidebar{
	/*background: #ddd;*/
	width: 300px;
	margin-left: 665px;
}
#sidebar img{max-width: 263px; border: 6px solid #e1e1e1;}
#sidebar a:hover{text-decoration: none; color: black;}

#sidebar ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

#sidebar li{
	padding: 10px 12px;
	/*margin: 0 20px 30px;
	background: whitesmoke;*/
}

#sidebar h2{
	margin: 5px 0 8px;
}

#sidebar .widget_search label{
	display: none;
}

#sidebar li ul{
	list-style: none;
	margin-left: 10px;
}

#sidebar li ul li{padding: 0 0 4px;}
#sidebar li ul li a{color: #555;}

#sidebar .recentcomments a{font-weight: bold;}
#sidebar .recentcomments a:last-child{font-weight: lighter;font-style: italic;}
/*
.side{
}
.full{
}
*/

#footer_wrap{
	background: url(images/footer_bg.png) bottom left no-repeat;
	width: 970px;
	margin: 0 auto;
	margin-bottom: 150px;
}
#footer{
	width: 935px;
	margin: 0 auto;
	padding: 10px 0 18px;
	line-height: 18px;
}

#footer a{color: #555;}
#footer a:hover{text-decoration: none; color: black;}



/*
-------------------------------------------------
CONTENU
-------
*/
#content .post{
	margin: 20px;
	line-height: 18px;
}

/*---- INFO ------*/
#content .info{
	background: #EEE;
	width: 286px;
	border: 1px solid #ddd;
	margin: 20px;
	float: right;
	padding: 10px;
}

#content .info h1{
	margin: 0 0 8px;
	padding: 0;
	font: 14pt Arial;
	color: black;
	font-weight: lighter;
}

#content .info table{
	width: 100%;
	background: #E6E6E6;
	border: 1px solid #D8D8D8;
	border-collapse: collapse;
}

#content .info td{
	/*border-right: 1px solid #D8D8D8;*/
	padding: 2px 5px;
	font: 9pt Arial;
}

#content .info th{
	width: 50%;
	font-weight: lighter;
	color: white;
	height: 26px;
}
#content .info .good{background-color: green;} /*#469E0C*/
#content .info .bad{background-color: #FF0000}
/*------*/

h1{
	margin: 0;
	padding: 3px 0 15px;
}

h2{
	margin: 50px 0 8px;
	color: #3783AD;
	font-weight: lighter;
}

#content p{
	margin: 0 0 13px;
}

#content .post .image{
	margin-right: 18px;
}

#content .post .image img{
	border: 9px solid #ddd;
	border-bottom-width: 28px;
	display: block;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#content .post .image em{
	position: relative;
	top: -23px;
	left: 10px;
}

#content .post .clear{
	clear: left;
}

#content .post strong{color: black;}

#content .more, .wordpress #content .more-link{ /*.applelink => .more*/
	color: #0088CC; /*#0066CC viré, pour du 0088CC à la place (couleur des liens sur le site d'apple)*/
	font: 10pt "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	text-decoration: none;
	background: url(images/morearrow.gif) 100% 60% no-repeat;
	padding-right: 10px;
}
#content .more:hover, .wordpress #content .more-link:hover{text-decoration: underline;}



/* ------- WORDPRESS --------- */
.wordpress #content .more-link{
	display: block;
	background: none;
	margin-top: 8px 0 0;
}

/*.blog #content .post, .archive #content .post, .search #content .post{*/
.wordpress #content .hentry{
	border-bottom: 2px dashed #ddd;
	margin: 20px 20px 40px;
}

/*--Pagination--*/
#content .pagination{
	text-align: center;
	height: 48px;
}
#content .pagination a{
	background: #eee;
	padding: 6px 10px;
	border: 1px solid #e7e7e7;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-weight: bold;
	color: #555555;
}
#content .pagination a:hover{
	background: silver;
	color: black;
	text-decoration: none;
}

/*--Storytitle--*/
.wordpress #content .storytitle a{
	font-size: 16pt;
	color: #0C85CA;
	font-weight: lighter;
}
.wordpress #content .storytitle a:hover{text-decoration: none;}

/*--Tags---*/
.wordpress #content .tags{
	background: url('images/Tag_64.png') 20px 10px no-repeat #BCD6E6;
	padding: 6px 6px 0 100px;
	height: 62px;
	margin: 32px 0 10px;
}
.wordpress #content .tags a{
	display: block;
	float: left;
	background: #77AACD;
	color: white;
	font-weight: bold;
	margin: 3px;
	padding: 3px 5px;
	-moz-border-radius: 3px;
}
.wordpress #content .tags a:hover{background: #4182AE; text-decoration: none;}
/*
01.08.2010 15:09
Note : Il ne faut pas utiliser la classe .blog pour différencer
les body wordpress et non wordpress, car wordress n'ajoute cette
classe à body que pour la liste des billets (index.php), pas single.php

Donc j'ai ajouté ma propore classe .wordpress qui est ajouté que sur le body de mon thème wordpress
*/

.wordpress #content #social{
	float: right;
	width: 150px;
	text-align: right;
	position: relative; top: -5px;
}
.wordpress #content #social img{
	width: 50px;
	margin-left: 2px;
}


/* 02/09/2011 19:12 - classes tinymce */
.wordpress #content .post img.alignright{float:right; display:inline; margin-left:24px; margin-top:4px;}
.wordpress #content .post img.alignleft{float:left; display:inline; margin-right:24px; margin-top:4px;}
.wordpress #content .aligncenter, .wordpress #content img.aligncenter {clear:both; display:block; margin-left:auto; margin-right:auto;}


/*
--------
Comments
--------
*/
/*#comments{margin-bottom: 18px;} remplacé par le height du div clear à la fin de sidebar*/
#comments a:hover{text-decoration: none;}
/*--Titre commentaire (XX Commentaies et Laisser un commentaire--*/
#comments .etape{
	padding: 1px 0 0 70px;
	height: 64px;
	margin-top: 20px;
	margin-bottom: 10px;
}
#comments .etape a{ /* Laisser un commentaire */
	float: right;
	margin-top: 12px;
	padding: 4px 8px;
	background: #dc1039;
	-moz-border-radius: 10px;
	color: white;
	font-size: 8pt;
	font-weight: bold;
}
#comments #comments-title{background: url('images/Comments-64.png') 0px -2px no-repeat;}
#comments #reply-title{background: url('images/Comment-add-64.png') 0px -2px no-repeat;}

/*--Commentlist--*/
#comments .commentlist{
	list-style: none;
	padding: 0;
	margin: 0;
}
#comments .commentlist li{
	background: whitesmoke;
	-moz-border-radius: 10px;
	margin: 0 20px 20px 20px;
	padding: 16px;
}
#comments .commentlist .avatar{
	padding: 5px;
	background: #dfdfdf;
	float: left;
}

#comments .commentlist .metadata{margin: 2px 0 15px 52px;}
#comments .commentlist .metadata a:hover{color: black;}
#comments .commentlist .metadata .pseudo a{color: #dc1039;}
#comments .commentlist .metadata span a{color: #555555;}

#comments .commentlist .metadata .pseudo{
	font-size: 12pt;
	font-style: normal;
	font-weight: bold;
}
#comments .commentlist li p{
	clear: left;
	margin-bottom: 0;
}

/* Formulaire commentaire */
#comments #respond a:hover{text-decoration: underline;}

#comments #respond .comment-form{
	background: whitesmoke;
	-moz-border-radius: 10px;
	margin: 0 20px 0 20px;
	padding: 16px;
	border: 1px solid #E5E5E5;
}
#comments #respond form input[type=text], #content #respond form textarea{
	display: block;
	margin-bottom: 20px;
	width: 280px;
	height: 22px;
	border: 1px solid #E5E5E5;
	-moz-border-radius: 6px;
	padding: 4px;
	font: 13pt Arial;
}
#comments #respond form textarea{
	width: 530px;
	height: 180px;
	font: 10pt Arial;
}
#comments #respond form button, #comments #respond input[type=submit]{
	outline: none;
	background: url('images/button.jpg') top left repeat-x;
	border: 1px solid silver;
	-moz-border-radius: 6px;
	height: 40px;
	width: 220px;
	font: 11pt Arial;
	font-weight: bold;
	color: #555555;
	padding: 10px 0;
}
#comments #respond form button:hover, #comments #respond input[type=submit]:hover{
	background-position: bottom;
	border: 1px solid gray;
	color: whitesmoke;
}
#comments #respond form label{font-weight: bold;}
/* ------------------------------------ END COMMENTS ---------------------------------------------- */
/* ------- END WORDPRESS ----- */