/*************************************
 +Containers
 *************************************/

body{
	background:#EFF2F3 fixed;
	color:#555;
	font-family: Arial, Helvetica, sans-serif;
	font-size:67.5%;
	line-height:1.5;
	margin:0;
	padding:0;
	text-align:center;
}

img{
	border: none;
}

#wrap{
	background:#FFF;
	border: 1px solid #D9DCDD;
	margin:100px auto 0 auto;
	padding:0 13px;
	text-align:left;	
	width:628px;
}

#content{
	font-size:1.1em;
	text-align:justify;
	float:left;
	padding:0 5px;
	width:628px;
}

#sidebar{
	background:#6C3E2D;
	border-bottom:none;
	color:#FFF;
	float:left;
	width:628px;
}

#sidebar li{
color:#5AA5A2;
}

#sidebar li:hover{
color:#FFF;
}

.switch1 {
	float: left;
	margin-top: -21px;
	color: #553b26;
	font-weight: bold;
	font-size:1.1em;
	letter-spacing:1px;
	font-family: Arial, Helvetica, sans-serif;
	padding:2px 2px 1px 2px;
	border-radius: 1pt;
}

.switch1:hover{
	background-color:#6C3E2D;
	border-radius: 1pt;
	border-top: 2px solid #FFF;
	padding-top: 0px;
	color:#FFF;
}

.switch2 {
	float: left;
	margin-top: -21px;
	margin-left: 70px;
	color: #553b26;
	font-weight: bold;
	font-size:1.1em;
	letter-spacing:1px;
	font-family: Arial, Helvetica, sans-serif;
	padding:2px 2px 1px 2px;
	border-radius: 1pt;
}

.switch2:hover{
	background-color:#6C3E2D;
	border-radius: 1pt;
	border-top: 2px solid #FFF;
	padding-top: 0px;
	color:#FFF;
}

.us, .fr{
	display: none;
}

.toggleside {
	float: right;
	margin-top: -25px;
	color: #553b26;
	font-weight: bold;
	font-size:1.3em;
	letter-spacing:1px;
	font-family: Arial, Helvetica, sans-serif;
	padding:2px 2px 2px 2px;
	border-radius: 1pt;
}

.toggleside:hover{
	background-color:#6C3E2D;
	border-radius: 1pt;
	border-top: 2px solid #FFF;
	padding-top: 0px;
	color:#FFF;
}

.toggleside img{
	color: #585858;
}

#sidebar .sec-a{
	float:left; 
	width:294px;
	padding:0 10px 10px 10px;
}

#sidebar .sec-b{
	float:right;
	width:294px;
	padding:0 10px 10px 10px;
}

#footer {
	font-weight: bold;
	color:#484848;
	clear:both;
	padding:10px;
}

#footer a:hover {
	color: #484848;
}

.navigation{
	margin-bottom:10px;
	padding:5px;
	text-align:center;
}

/*************************************
 +Header
 *************************************/
h1 img{
	align: center;
	margin-top: -15px;
	height: 100px;
}

h2, h3{
	font-family: 'Helvetica Neue', Arial, sans-serif;
	text-align:left;
	font-weight:normal;
	margin:0;
}

#header{
	background: #5AA5A2;
	height:215px;
	text-align:center;
	width:628px;
	border-top: 13px solid #FFF;
}
#header h1{
	font-size:3em;
	margin-top:80px;
}
#header h1 a{
	color:#585858;
	text-shadow:#333 2px 2px;
}
#header h1 a:hover{
	color:#FFF;
}
#header p{
	color:#FFF;
	font-size:1em;
	margin-top:-0.5em;
}

/*************************************
 +Entry
 *************************************/
.entry{
	margin-bottom:15px;
	padding:5px 13px;
	font-size:0.9em;
}

.entrymeta{
	font-size:0.9em;
	color:#585858;
}

.entrymeta a{
	color:#C7532C;
}

.entrymeta a:hover{
color:#585858;
}

.entrytitle h2{
	background: url("./images/puce.jpg") no-repeat left;
	padding-left: 14px;
	color:#C7532C;
	font-size:1.9em;
}

.entrytitle h2 a{
color:#C7532C;
}

.entrytitle h2 a:hover{
	color:#585858;
	border-bottom: 2px solid #C7532C;
}

.entrytitle h3{
	display: none;
	/*color:#585858;
	font-size:1.6em;*/
}

.postedby{
		display: none;
}

.filedto{
	font-size:0.9em;
	float: left;
	padding-left:14px;
}

body#home .entry-1 {
	background:#FFF;
	font-size:1em;
}

body#home .entry-1 .entrymeta{
	background: #FFF;
}

/*************************************
 +Sidebar
 * note: sidebar is actually featured 
 * on the bottom.
 *************************************/

#sidebar ul li{
	border-bottom:1px dotted #F1F1F1;
	margin-bottom:3px;
	padding:3px;
}

/*************************************
 +Nav
 *************************************/

#nav{
	font-weight: bold;
	background:#FFF;
	font-size:1.3em;
	margin-bottom:30px;
	padding:0;
	width:524px;
}

#nav ul{
	list-style-type:none;
}

#nav ul li{
	float:left;
	letter-spacing:1px;
	padding:2px 5px 2px 0px;
}

#nav ul li a{
	color:#585858;
	padding: 3px;
	font-family: Arial, Helvetica, sans-serif;
}

#nav ul li a:hover{
	background-color:#5AA5A2;
	border-top:1px solid #5AA5A2;
	border-bottom: 2px solid #6C3E2D;
	color:#FFF;
}

/*************************************
 +Comments
 *************************************/
 
.commentsblock {
	width: 488px;
	font-size:1.1em;
}

.commentsblock textarea{
	width:488px;
}

.commentsblock input, .commentsblock textarea{
	border:1px solid #d1d1d1;
}

.commentsblock textarea:focus{
	background:#E7E7E7;
}

.commentsblock textarea:focus, .commentsblock input:focus{
	background:#E7E7E7;
}

.commentauthor{
	display:block;
	font-size:1.5em;
}

ol.commentlist{
	width: 488px;
	color:#585858;
	font-size:0.9em;
	list-style-type:none;
	margin:0;
	margin-top:1.5em;
	padding:0;
}

.commentlist li{
	background-color:#E7E7E7;
	margin-bottom:0.5em;
	padding:0.5em 1em;
}

.alt{
	background:#E7E7E7;
	padding:0.5em;
}

h3#comments{
font-size:1.6em;
}

/*************************************
 +Misc
 *************************************/

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

a{
	color:#C7532C;
	text-decoration:none;
}

.ancre{
	color:#585858;
	text-decoration:none;
}

a:hover{
	color:#585858;
}

.clearfix:after{ 
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility:hidden; 
}

* html .clearfix {height: 1%;}

/*************************************
*    Highslide                       *
**************************************/

.highslide {
	cursor: url(highslide/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide img {
	border: 2px solid gray;
}
.highslide:hover img {
	border: 2px solid white;
}

.highslide-image {
	border: 10px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    border: 5px solid white;
    border-top: none;
    padding: 5px;
    background-color: white;
}
.highslide-loading {
    display: block;
	color: white;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
    text-decoration: none;
	padding: 3px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
    background-color: black;
    /*
    padding-left: 22px;
    background-image: url(highslide/graphics/loader.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
    */
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}

.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}
