/*
	Theme Name: Russian Dolls
	Description: No description required
	Author: Snez

*/
@import url(layout.css);






/*------------------------------------------------------ */
/*                    Les elements HTML en general       */
/*------------------------------------------------------ */
body {
	background: #ffffff url('');
	color: #686868;
	font-size: 95%;
	line-height: 1.6em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin:0;
        padding:0
}

h1, h2, h3, h4, h5, h6{
	font-family: "Trebuchet MS", Helvetica, sans-serif;
}

h1{font-size: 1.5em;}
h2{font-size: 1.4em; color: #F77C5A;}
h3{font-size: 1.3em;}
h4{font-size: 1.2em;}
h5{font-size: 1.1em;}
h6{font-size: 1em;}
h7{ font-size: 1.6em;
display: block;
padding-left:10px;
}


pre, code{
	font-size: 1.2em;
}

pre{
	width: 100%;
	overflow: auto;
	border: 1px solid #CCC;
}

fieldset{
	border: none;
}

label{
	cursor: pointer;
}

.field label{
	display: block;
}

input,textarea{
	border: 1px solid #999;
	padding: 0 2px;
}

input:focus,textarea:focus{
	border: 1px solid #C3D2B5;
}

textarea{
	font-size: 1em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

images{
	border: none;
}

a, a:visited{
	color: #62754F;
	text-decoration: none;
        background: transparent;
        font-weight:bold;

}

a:hover{
	color: #686868;
}

.left{
	float: left;
	margin-right: 1em;
}

.right{
	float: right;
	margin-left: 1em;
}


/*------------------------------------------------------ */
/*                                         La page       */
/*------------------------------------------------------ */
#page{
	background: url(images/back.jpg) repeat-y center top;
	color: inherit;
	/*border-bottom: 10px solid #DFDFDF;*/
}



/*------------------------------------------------------ */
/*                                        L'entete       */
/*------------------------------------------------------ */

#top{ margin:0;
	height: 430px;
	/*background: #FFF url(images/top.jpg) no-repeat left top;*/
	
	

}

#top h1{
	margin: 0; 
        padding: 8px 5px 0 0;
	width: 194px;
	text-align: left;
	color: #177C9C;
	float: right;
}

#top h1 a{
	text-decoration: none;
	color: #177C9C;
}
/*------------------------------------------------------ */
/*                                      Le prelude       */
/*------------------------------------------------------ */
#top ul{
	background: transparent;
	color: #DFDFDF;
        margin: 0;
        padding:330px 0px 0px 170px;
        word-spacing: 110px;

}

#top ul li {display:inline}

#pages a{
       font-family: Trebuchet MS;
       color: #000000;
       text-align:left;
       font-size: 10px;
       font-weight:bold;
       width: 100px;
       letter-spacing:1px;
       text-decoration: none;
        text-transform:uppercase;
}

#pages a:hover{
	color: #666;
	background: transparent;
}



/*------------------------------------------------------ */
/*                                      Le contenu       */
/*------------------------------------------------------ */



.day-date {
	width:45px;
	height:49px;
	padding:2px 0;
	position:absolute;
	margin: 5px 0 0 0;
	background: transparent url(images/date.gif) no-repeat;
	text-align:center;
}
.day {
	display:block;
	color: #fff; 
	padding:0; 
	margin:0;	
	font-size: 1.6em;
}
.month {
	font-size:1em; 
	display:block;
	color: #fff; 
	margin-top:-5px; 
	padding:0;	
}

.post-title{
	color: #C3D2B5;
	background: transparent;
	padding: 0 0 0 55px; margin: 0;
}

.post-title a, .post-title a:visited{
	color: #C3D2B5;
	background: transparent;
	text-decoration: none;
}

.post-info{
	padding: 2px 0 10px 55px; margin: 0;
	color: #C3D2B5;
	font-size: 0.8em;
	line-height: 1.3em;
	background: transparent;
	/*border-bottom: 1px solid #FC0;*/
}

.post-info a{
	color: #C3D2B5;
	background: transparent;
	text-decoration: underline;
}

.post-content, .post-info-co{
	font-size: 12px;
	text-align: justify;
	margin: 0 0 0 10px;
}

.post-content a {
}

.post-content blockquote{
	font-family: Georgia, serif;
	font-style: italic;
}

.post-info-co{
	text-align: right;
}

.mini-footer{
	clear: both;
}


/*------------------------------------------------------ */
/*                                Les commentaires       */
/*------------------------------------------------------ */
#comments h3{
	color: #F77C5A; 
}

}

#comments p {
margin: 0.5em 0 0.5em 10px;
}

.comment-info{
	font-size: 0.9em;
}
.comment-info a{
	font-weight: bold;
}

#trackbacks blockquote, #comments blockquote{
	border: 1px solid #DADADA;
	background: #EAEAEA;
	margin: 1em 0 1em 30px;
	padding: 1ex 1em;
        font-size:0.8em;
        
}
#comments form{
	font-size: 0.8em;
}

/*------------------------------------------------------ */
/*                          La barre de navigation       */
/*------------------------------------------------------ */

#sidebar div{
	/*border-bottom: 2px solid #DFDFDF;*/
	color: inherit;
	font-size: 11px;
}


#sidebar ul{
	margin: 10px 20px 10px 10px ;
	padding: 0;
	list-style: none;
}

#sidebar li a{
	text-decoration: none;
	background: transparent;
	color: #62754F;
        font-family:  Verdana, Geneva, Arial, Helvetica, sans-serif;
        font-size: 11px;
        letter-spacing:1px;
        font-weight:normal;
        text-transform:lowercase;
        border-bottom: 0;

}

#sidebar ul li ul {margin:0;}


#sidebar li a:hover{
        background: transparent;
        color: #F77C5A;
	
}

#sidebar h2{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 20px 0 0 0 ; padding: 0 0px;
	height: 20px;
	text-align: center;
	background: #C3D2B5;
	font-weight: normal;
	font-size: 11px;
	color: #fff;
}

#sidebar h3{
	color: #F77C5A;
	font-size: 1em;
	margin: 0;
}


/*------------------------------------------------------ */
/*                                   Le calendrier       */
/*------------------------------------------------------ */
#sidebar #calendar{
	/*border-top: 1px solid #F0F0F0;*/
}

#calendar h2{
	display: none;
}

#calendar table{
	font-size: 0.8em;
	text-align: center;
	margin: 0 auto;
	border-collapse: collapse;
}

#calendar table caption{
	margin: 0 auto; padding: 0;
	background: #C3D2B5;
	height: 20px;
	color: #FFF;
}

#calendar table caption a{
	color: #FFF;
}
#calendar table th{
	color: #AEAEAE;
	background: transparent;
}

#calendar table td{
	width: 27px;
	line-height: 1.5em;
	/*border: 1px solid #EEE;*/
}

#calendar table td a{
	display: block;
	background: #EBEBEB url(images/calendar-angle.gif) no-repeat right top;
	color: #000;
	font-weight: bold;
	text-decoration: none;
        padding: 0 0 0 0;
        border-bottom: 3px solid #A6A6A6;
}

#calendar table td a:hover{
	background: #F77C5A url(images/calendar-angle.gif) no-repeat right top;;
	color: #FFF;
}


/*------------------------------------------------------ */
/*                                 Le pied de page       */
/*------------------------------------------------------ */
#footer{
	clear: both;
	margin: 0;
	padding: 30px 225px 10px 15px;
	text-align: right;
	font-size: 11px;
	background: transparent url(images/page-footer.gif) no-repeat bottom center;
	color: #666;
	clear: both;
}

#footer a{
	color: #999;
}


/*------------------------------------------------------ */
/*                                 Images                */
/*------------------------------------------------------ */

img.floatLeft { 
    float: left; 
    margin-right: 1em;
    border: 1px solid #666;
    padding: 2px;
}

img.floatRight { 
    float: right; 
    margin: 4px; 
}


/*------------------------------------------------------ */
/*                                 Menu                  */
/*------------------------------------------------------ */


HR {
    height:1px;
    width:90%;
    background:#DEDEDE;

 
   }

#headertable{
width: 815px;
border-collapse: collapse;
height:430px;
position:absolute;
}

#top-01 {
	position:absolute;
	left:0px;
	top:0px;
	width:63px;
	height:340px;
}

#top-02 {
	position:absolute;
	left:63px;
	top:0px;
	width:196px;
	height:340px;
}

#top-03 {
	position:absolute;
	left:259px;
	top:0px;
	width:159px;
	height:340px;
}

#top-04 {
	position:absolute;
	left:418px;
	top:0px;
	width:100px;
	height:340px;
}

#top-05 {
	position:absolute;
	left:518px;
	top:0px;
	width:178px;
	height:340px;
}

#top-06 {
	position:absolute;
	left:696px;
	top:0px;
	width:60px;
	height:340px;
}

#top-07 {
	position:absolute;
	left:756px;
	top:0px;
	width:59px;
	height:340px;
}

#top-08 {
	position:absolute;
	left:0px;
	top:340px;
	width:418px;
	height:90px;
}

#top-09 {
	position:absolute;
	left:418px;
	top:340px;
	width:397px;
	height:90px;
}



IMG.tutorial {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;

}

pre.tutorial {
	font-family: "Courier New", Courier, monospace;
	background-color: #fff ;
        border: 1px solid #DADADA ;
        font-size:10px;
	line-height: 1em;
}


.flickr_badge_image {text-align:center !important;}
.flickr_badge_image img {border: 1px solid black !important;}
#flickr_badge_wrapper {border: solid 1px #000000}
#flickr_badge_source {padding:0 !important; font: 11px Arial, Helvetica, Sans serif !important; color:#666666 !important;}

#flickr {text-align: center;
}

#flickr img {
margin:0 0 8px 8px;
background:#fff;
padding:5px;
width:62px;
height:62px;
border: 1px solid #C0C0C0;
float:left;
}

#flickr {
width:170px;
height: 170px;
padding:0 0 0 0;
margin-top:8px;
margin-bottom: 0;
margin-left: auto ;
  margin-right: auto ;
}

#centerit {
  width: 540px;
  margin-left: auto ;
  margin-right: auto ;
  text-align: center;

}

#centeritb {
  width: 170px;
  margin-left: auto ;
  margin-right: auto ;
  text-align: center;

}

IMG.fonts {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 300px;
    text-align: center;

}

IMG.buttons {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 80px;
    text-align: center;
    padding-top: 1px;
    padding-bottom: 2px;

}

IMG.more {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 200px;
    text-align: center;
    padding-top: 1px;
    padding-bottom: 2px;

}

#more {
  width: 170px;
  margin-left: auto ;
  margin-right: auto ;
  text-align: center;

}

#gallery {
  width: 500px;
  margin-left: auto ;
  margin-right: auto ;
  text-align: center;

}

IMG.comic1 {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 519px;
    text-align: center;

}

div.hr {background: #fff url(http://helter--skelter.net/images/rule.gif) no-repeat scroll center; height: 2px}
div.hr hr {display: none}


.indent  {margin-left:30px; display: block;}


img.alignleft, div.alignleft
{
float:left;
margin:0 0.5em 0.5em 0;
}
img.alignright, div.alignright
{
float:right;
margin:0 0 0.5em 0.5em;
}
img.aligncenter, div.aligncenter
{
text-align:center;
margin:0 auto;
}