/*
	Theme Name: Sliding Door - modifié
	Theme URI: http://mac-host.com/slidingdoor/
	Description: A unique template featuring dynamic sliding images in the header based on phatfusion imagemenu. When clicked the images take you to a category or page. Great for blogs with graphical content based around categories such as a photography or travel blog. The theme has a comprehensive support forum to help you get started at http://mac-host.com/support
	Version: 1.0
	Author: Wayne Connor - PiTRe
	Author URI: http://www.macintoshhowto.com/
	Tags: black, fixed-width, custom-header, photoblogging, dark, left-sidebar

*/



* { margin: 0; padding: 0; list-style: none; }

body {
	text-align: center;
	color: #fff;
	font-family: "Lucida Grande",Tahoma,"Lucida Sans Unicode",Verdana,sans-serif;
	background-color: #131313;
}

body a {
	color: #D0D0D0;
}


#upperBar {
	height: 0px;
	background: #01bcff;
}

/*
Id definissant la taille de la page 940 pixels
*/

#wrapper {
	width: 940px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}

/*
	welcomeheading : Id qui definit la presentation du titre du site dans l'entete
*/


#welcomeheading a{
	margin-bottom: 10px;
	padding-bottom: 15px;
	font: 40pt "Trebuchet MS", "Lucida Grande", Lucida, Vernada, sans-serif;
	padding-top: 10px;
	color: #eee;
	text-decoration: none;
}

#welcomeheading {
	text-align: center;
}

#welcomeheading a:hover {
	color: #ccc;

}

#middleword {
	color: #909090;
}

#welcomeheading a:hover #middleword {
	color: #fff;
}

/*
	Description : CSS pour la description du blog
*/

.description {
	text-align: center;
	font: normal 15pt "Trebuchet MS", "Lucida Grande", Lucida, Vernada, sans-serif;
	color: #DCDCDC;
	padding-bottom: 5px;
	padding-top: 10px;
}

/*
	Content : bloc principal - 640 pixel de large
*/

#content {
	float: right;
	width: 640px;
	margin-top: 0px;
}

/*
	notice : entete de categorie (categorie, mois, annee ...) (apres clic sur une photo pour aller dans la categorie ou clic sur un post)
*/
#content .notice p {
	border-top: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	padding: 5px 0px;
	font-size: 12px;
	margin: 1px;
}
#content .notice {

	margin-bottom: 20px;
}

/*
	post : affichage des billets
	h2 : titre du billet et lien vers le detail
	h3 : ?
pas de p specifique
*/

#content .post {
	float: right;
	position: relative;
	width: 640px;
	margin-bottom: 30px;
	padding-top: 10px;
}

#content .post p {
        font-size: 15px;
}


#content .post p a {
        font-size: 14px;
}

#content .post h2 a {
	color: #eee;
	text-decoration: none;

	padding: 3px 0;
	font-size: 24px;
	font-weight: bold;
}

#content .post h2 a:hover {
	color: #DBDBDB;
}

#content .post h3 {
	font-size: 12px;
	font-weight: normal;
	color: #999;
	margin-bottom: 0px;
	margin-top: 5px

}

#content .post h3 a {
	color: #999;
}

#content .post h3 a:hover {
	text-decoration: none;
}

/*
	post-details : detail du post : date, nb de commentaires
*/

#content .post-details {
margin-top: 15px;
background-color: #101010;
}

#content .post-details h3 {
color: #ddd;
}


#content .post-details h3 a {
	text-decoration: none; 
	font-size: 12px;
	font-weight: normal;
	color: #F0DED8;
}
#content .post-details h3 a:hover {
font-weight: bold;
}

#content .post-details h3 span.h3-alignright {
clear: both;
float: right;
}

#content .more-link {
  color: #B8E4E4; 
}

/*
	nextprevious : navigation entre post
	left ou right : post precedent ou suivant
*/

#content .nextprevious {
	height: 40px;
	display: block;
}

#content .nextprevious a {
        font-size: 14px;
	color: #DEF0F0;
}

#content .nextprevious .left {
	float: left;
}

#content .nextprevious .right {
	float: right;
}

#content  .prevnext p {
	margin-top: 20px;
  	font: normal 14px Verdana, Helvetica, Sans-serif;
        color: #ffffff;

}

#content  .prevnext p a {
	margin-top: 20px;
	font: normal 14px Verdana, Helvetica, Sans-serif;
        color: #DEF0F0;
        text-decoration: none;
}

#content .post img {
	max-width: 500px;
	max-height: 600px;
	margin-bottom: 10px;
	margin-top: 10px;

}


.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignleft a {
font-size : 14px;
 color: #DEF0F0;}
 
.alignright {
	float: right;
}

.alignright a {
font-size : 14px;
 color: #DEF0F0;}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
/* optional rounded corners for browsers that support it */
	-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;
}

#content p.wp-caption-text
{
	font-size: 11px;
	line-height: 17px;

	margin: 10px;
	color: #000;
	text-align: center;
}

#content .post a img {
}

#content .post ul {
	margin-left: 20px !important;
}

#content .post ul li {
	list-style-type: disc !important;
}

#content p,
#content .post ul li {
	font: normal 13px/20px Verdana, Helvetica, Sans-serif;
	margin-bottom: 10px;
	margin-top: 10px;
	color: #eaeaea;
	margin-right: 0px;
	text-align: justify;
}

#content blockquote {
	margin-left: 10px;
	border-left: 3px solid #555;
	padding-left: 10px;
	font-style: italic;
}

#content p a {
	color: #42adfb;
}

#content p a:hover {
	text-decoration: none;
}

#content small {
	margin: 0 auto;
	text-align: center;
	display: block;
	border-top: 3px solid #333;
	border-bottom: 1px solid #333;
	font-size: 11px;
	color: #999;
}

#content ol {
	line-height: 1.6;
}

#content h3 {
	color: #aaa;
        font-size: 20px;

}

#content .adBrite {
	display: block;
	margin-bottom: 20px;
	border: 1px solid #333;
}


#sitemeter {
	text-align: center;
	width: 160px;
	font-size: 11px;
	color: #999;
}
#sitemeter img{
	padding-bottom: 8px;
	padding-top: 8px;
}

.sidebar {
	width: 232px;
	float: left;
	padding-top: 8px;
	text-align: left;
	padding: 7px 0 2px;
	font-size: 11px;
	margin-top: 10px;
	margin-bottom: 20px;
}

.sidebar p {
	margin-bottom: 5px;
	color: #eee;
	text-align: center;
}


.sidebar a {
	color: #999;
	text-decoration: none;
}

.sidebar a:hover {
	text-decoration: none;
	color: #fff;
}

.sidebar a img {
	border: none;
}

.sidebar h2 {
	font-weight: normal;
	font-size: 16px;
	text-transform: capitalize;
	margin-bottom: 10px;
	padding-top: 8px;
}



/* ici */
.sidebar ul {
	list-style-type: none;
	margin-top: 0px;
	margin-bottom: 10px;
}

.sidebar ul li {
	font-size: 11px;
	list-style-type: none;
	padding: 0 10px;
	margin: 0 0 5px 5px;
}

.sidebar ul li a {
	color: #999;
	text-decoration: none;
}

.sidebar ul li a:hover {
	color: #CCC;
}


.sidebar ul li span {
	color: #666;
	margin-left: 5px;
}

.sidebar ul li .side-rss a {
        margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 18px;
	text-align: left;
/*	padding: 7px 0 2px; */
	font-weight: normal;
	font-size: 16px;
	text-transform: capitalize;
	color: #FFFFFF;

}

.sidebar ul li ul li {
font: normal "Trebuchet MS", "Lucida Grande", Lucida, Vernada, sans-serif;
font-size: 14px;
line-height: 110%; 
}

.sidebar ul li ul li a {
font: normal "Trebuchet MS", "Lucida Grande", Lucida, Vernada, sans-serif;
font-size: 14px;
line-height: 110%;
}
.sidebar ul#nav {
	margin: 10px 0 20px 0;
}

.sidebar ul#nav li {
	margin: 0;
	padding: 0;
}

.sidebar ul#nav li a {
	display: block;
	height: 17px;
	padding: 7px 10px;
	background: url(img/nav_off.png) 0 0 no-repeat;
	margin-bottom: 5px;
	text-decoration: none;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	color: #999;
}

.sidebar ul#nav li a:hover {
	background: url(img/nav_off.png) 0 -31px no-repeat;
}

.sidebar ul#nav li a.active {
	background: url(img/nav_on.png) 0 0 no-repeat;
	color: #FFF;
}

.sidebar #side-foot {
    border-top: 1px double #ccc;
    border-bottom: 1px solid #ccc;
    padding: 7px 0 2px;
    font-size: 11px;
    margin-top: 40px;
    margin-bottom: 20px;
    text-align: center;
}

.clearfix {
	clear: both;
}

.ctc {
	text-align: center;
	text-decoration: none;
	line-height: 80%;
	background-color: #000;
	margin-bottom: 10px;
	padding-right: 10px;
	padding-top: 0px;
	padding-bottom: 10px;
}


.ctc a {
	text-decoration: none;
	text-transform: lowercase;
	font-family: "Lucida Grande",Tahoma,"Lucida Sans Unicode",Verdana,sans-serif;
	margin: 4px;
	border: thin none #060606;
}
.ctc a:hover{
	color: #fff;
	margin: 3px;
	border: thin solid #8acef3;
	background-color: #0c0c0c;
}

[disabled] {

	color:#dddddd;

	border-color:#dddddd!important;

	background:none!important;

}

#upperBox {
	margin-bottom: 10px;
	text-align: center;
	position: absolute;
	right: 0;
	padding-top: 5px;
}

#upperBox a img {
	display: block;
	margin: 0 auto;
	border: none;
}


#upperBox p {
	margin: 5px 0;
	font-size: 10px;
	text-align: center;
}

#upperBox input {
	height: 18px;
	padding: 5px 5px 5px 25px;
	background: url(img/upperBox_search.png) top left no-repeat;
	border: 0;
	width: 100px;
	color: #9ec7eb;
	margin-top: 5px;
}

#upperBox input:focus {
	color: #FFF;
}

/* la */

#footer {
/* width: 940px; */
font-size: 11px;
clear: both;
padding: 20px 0 7px;
margin-top: 30px;
margin-left: auto;
margin-right: auto;
}

#footer .foot-rss {
witdh: 200px;
float: left;
margin-bottom: 5px;
color: #ccc;
}

#footer .foot-wp {
witdh: 540px;
margin-bottom: 5px;
color: #ccc;
text-align: center;

}

#footer .foot-adm {
witdh: 200px;
float: right;
margin-bottom: 5px;
color: #ccc;
}

#footer p {

margin-bottom: 5px;
color: #ccc;
text-align: center;
}

#footer a {

color: #999;
text-decoration: none;
}

#footer a:hover {
text-decoration: none;
color: #fff;
}

.post-details .prevnext {
color: fff;
}

ol.trackbacks-layout {
	clear: both;
	padding-bottom: 10px;

}

ol.trackbacks-layout li {
	padding: 20px;
	background: #ccc;
	width: 540px;
}

textarea#comment {
	width: 580px;
}


/* gestion des commentaires */
#respond {
clear: both;}

#respond h3.h3-comment {
/* margin-top : 20px; */
font-family: "Lucida Grande",Tahoma,"Lucida Sans Unicode",Verdana,sans-serif;
font-size: 15pt;
font-weight: normal;
color: #F3F0DD;
}
.comment-author {
	font-size: 15px;
	margin: 0 0 0 10px;
	background-color: transparent;
	font-weight: bold;
	font-style: normal;
	color: #ddd;
}

.comment-author a {
	font-size: 15px;
	margin: 0 0 0 10px;
	background-color: transparent;
	font-weight: bold;
	font-style: normal;
	color: #FFEB80;
	text-decoration: none;
}


.comment-admin {
	font-size: 15px;
	margin: 0 0 0 10px;
	background-color: transparent; 
	font-weight: bold;
	font-style: normal;
	color: #64B9DD;
}

.comment-admin a {
	font-size: 15px;
	margin: 0 0 0 10px;
	background-color: transparent; 
	font-weight: bold;
	font-style: normal;
	color: #64B9DD;
}

.comments-template{
margin: 0px 0 0 0;
}

.comments-template ol{
margin: 0px;
padding: 0;
list-style: none;
}


.comments-template ol li{
margin: 0;
line-height: 15px;
padding: 10px 10px 10px 20px;
display: inline;
float: right;
width: 640px;
background-color:  #333333;
border-style: outset;
border-width: 2px;
}

.comments-template ol li p{
margin-left: 10px;
}

.comments-template ol li .depth-2 {
	background-color: #333333;
	width: 610px;
        float: right;
        padding: 10px 10px 10px 20px;
border-style: outset;
}
/*
.comments-template ol li .depth-2 p textarea#comment {
	width: 580px;
}
*/
.comments-template ol li .depth-3 {
	background-color: #333333;
	width: 580px;
        float: right;
        padding: 10px 10px 10px 20px;
border-style: outset;
}

.comments-template ol li .depth-4 {
	background-color: #333333;
	width: 550px;
        float: right;
         padding: 10px 10px 10px 20px;
border-style: outset;
}

.comments-template ol li .depth-5 {
	background-color: #333333;
	width: 520px;
        float: right;
         padding: 10px 10px 10px 20px;
border-style: outset;
}

.comments-template h2, .comments-template h3, .comments-template h4, .comments-template h5{
font-size: 1.5em;
margin: 0;
padding: 20px 0;
}


.comments-template p.nocomments{
padding: 0;
}

#content .comments-template h3.h3-comment {
font-family: "Lucida Grande",Tahoma,"Lucida Sans Unicode",Verdana,sans-serif;
font-size: 15pt;
font-weight: normal;
color: #F3F0DD;
}

.reply {
	margin: 10px;
	font-size: 13px;
}

.comment-reply-link {
color: white;}


/*
.cadre_commentaires {
border-bottom: 1px solid #ccc;
border-top: 1px solid #ccc;
}
*/

.comment-avatar {
	margin: 0;
	float: right;
	border: 0px solid #bbb;
}


.commentmetadata a {
	padding: 0 0 0 15px;
	background-color: transparent;
	text-decoration: none;
	font-size: 12px;
	float: right;
}


.commentnumber {
font-size:15px;
}