﻿/*  
Theme Name: Mimbo
Theme URI: http://www.darrenhoyt.com/2007/08/05/wordpress-magazine-theme-released/
Description: A magazine-style layout for Wordpress. Traduction Française : <a href="http://www.niss.fr">(niss.fr)</a>.
Version: 2.2
Author: Darren Hoyt
Author URI: http://www.darrenhoyt.com/2007/08/05/wordpress-magazine-theme-released/

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php



/* HTML Elements */

* {
	margin:0;
	padding:0;
	list-style:none;
	}

body,html {
	min-height:101%;
	}
	
body {
	background: #ffffff url(images/fond.gif) top repeat-x;
	color: #555252;
	padding: 0 0 25px 0;
	}

body, select, input, textarea {
	font: 100% arial;
	}
	
p {	
	margin: 15px 0;
	}

a:link, a:visited {
	color: #0096CC;
	text-decoration:none
	}

a:hover, a:active {
	color:#333;
	text-decoration:underline;
	}

hr {
	display: block;
	height:1px;
	background:#333;
	border:0;
	}

small {
	font-size: 10px;
	background:#E6E6E6;
	padding:3px 6px;
	}

img, a:link img, a:visited img {
	border:0
	}
	
		

/* Structure */

#page {
	width:940px;
	margin:0 auto;
	font-size:12px;
	background-color:#ffffff;
	padding:0;
	}

#header {
	width:940px;
	height:164px;
	margin:0;
	padding:0x;
	font-size:0.7em;
	background:#ffffff;
	text-align:center;
	}

#top {
	width:940px;
	height:130px;
	margin:0;
	padding:0;
	text-align:center;
	background:#1A1B1F url(images/baseline.gif) top left no-repeat;
	}
#topCorp {
	width:940px;
	height:130px;
	margin:0;
	padding:0;
	text-align:center;
	background:#1A1B1F top left no-repeat;
	}

	
#branding {
	width:650px;
	padding-bottom:15px;
	margin-top:10px;
	}

.left {
	float:left;
	}

.right {
	float:right;
	}

#sidebar {
	width: 260px;
	margin-top:0px;
	float:right;
	background:#ffffff;
	}

#leftcol {
	width:300px;
	padding-right:20px;
	}

#leftcol, #rightcol {
	margin-top:10px;
	float:left
	}	
	
#rightcol {
	width:300px;
	padding-right:20px;
	margin-top: -2px;
	}

#edito {
	padding:5px;
	font-size:12px;
	font-family:arial;
	font-weight:normal;
	border:1px solid #CECECE;
	text-align:justify;
	margin-bottom:25px;
	}

#txt-acc {
	padding:5px;
	font-size:12px;
	font-family:arial;
	font-weight:normal;
	text-align:justify;
	}


/*	Headers */

h1 {
	font: 14px arial;
	padding-bottom:8px;
	margin: 20px 20px 0px 25px;
	font-weight:bold;
	color:#231F20;
	}
	
h2 {
	font: 17px arial;
	padding-bottom:8px;
	margin: 20px 0;
	font-weight:bold;
	}


#sidebar h2 {
	font: 15px arial;
	text-transform:uppercase;
	letter-spacing:0.1em;
	font-weight:bold;
	color:#000000;
	}

h3 {
	font: 14px arial;
	text-transform:uppercase;
	height:20px;
	font-weight:bold;
	color:#000000;
	border-left:20px solid #0096CC;
	margin-bottom:10px;
	}
	
	
		
h3#respond {
	border-top:1px dotted #AB071F;
	margin:25px 0 0 5px;
	padding-top:20px
	}

h3#comments {
	margin-top:32px
	}

h4 {
	font: 13px arial;
	text-transform:uppercase;
	padding:5px 0px 5px 20px;
	font-weight:bold;
	color:#00ABE8;
	}
	

/* Content */

#content {
	width:650px;
	float:left;
	margin-top:10px;
	padding:0;
	text-align:justify;
	}
	
.description {
	font-size: 11px;
	font-weight: bold; 
	font-style:italic;
	color:#545454;
	margin-top:-4px;
	}

.feature {
	background:#f2f2f2;
	padding:15px;
	border-bottom:1px dotted #b6b6b6;
	border-top:1px dotted #b6b6b6;
	}

.feature:hover {
	background:#e9e9e9;
	}
	
.feature p, #rightcol p {
	margin:0;
	}

.feature img, #rightcol img {
	padding:1px;
	border:1px solid #000;
	}
			
#leadpic {
	float:left;
	margin: 0 18px 8px 0;
	}

#lead {
	margin-top:22px;
	}

.title {
	font-size:13px;
	font-weight:bold;
	line-height:115%;
	color:#0096CC;
    padding-right:30px;
	}
	
.feature#lead .title {
	font:16px arial;
	line-height:100%;
	display:block;
	padding-bottom:7px;
	}

#leftcol .feature {
	margin-bottom: 5px;
	border-bottom:none
	}

#rightcol img {
	float:left;
	margin:3px 10px 4px 0;
	}

#leftcol img {
	margin-bottom: 4px;
	display:block
	}
	
#rightcol .clearfloat {
	border-bottom:1px dotted #b6b6b6;
	padding:12px 0;
	}	

.bullets li {
	list-style:none;
	border-bottom:1px solid #FFF;
	}

.postmetadata {
	margin: 30px 0;
	}

#writer {
	background:#E6E6E6;
	margin:25px 0 15px 0;
	padding:12px;
	}

#writer img {
	padding:1px;
	border:1px solid #BD0926;
	float:left;
	width:80px;
	}

#writer span {
	display:block;
	padding-top:4px;
	border-top:1px solid #cbd8b4;
	margin-top:12px;
	}

#writer p {
	margin:0;
	padding:10px;
	width:482px;
	}	

.entry {
	padding:0 60px 28px 0px;
	}

h3 a:link, h3 a:visited {
	color:#231F20;
	letter-spacing:-1px;
	padding-left:7px;
	}

h3#hasard {
	color:#231F20;
	letter-spacing:-1px;
	padding-left:7px;
	}

/*Post Formatting*/

.picleft {
	float:left;
	margin:3px 14px 10px 0;
	border:7px solid #BD0926;
	}

.picright {
	float:right;
	margin:3px 0 10px 14px;
	border:7px solid #f2f2f2;
	}	

.post blockquote {
	color:#76767a;
	background:#f2f2f2;
	padding:6px 14px;
	margin:18px 35px;
	border-right:1px solid #DDD;
	border-bottom:1px solid #DDD;
	}	

.post ul li {
	list-style:square;
	margin-bottom:5px;
	line-height:115%;
	margin-left:42px;
	}

.post ol li {
	margin-bottom:5px;
	line-height:115%;
	margin-left:48px;
	}
	
#tags {
	padding:3px;
	border-bottom:1px solid #DDD;
	border-top:1px solid #DDD;
	}	
				

/* Form Elements */

select {
	background:#f2f2f2;
	border:1px solid #9c9c9c;
	width:90%
	}
	
#searchform {
	padding:16px 5px 0 0; 
	}

.button {
	padding: 1px;
	background:#000;
	color:#e7e7e7;
	border:none;
	}

.button:hover {
	background:#777;
	color:#FFF;
	text-decoration:none
	}

#commentform input {
	width: 170px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 90%;
	margin-top:5px;
	}



/* Comments*/

.commentlist {
	padding-left:30px;
	}
	
.commentlist li {
	margin: 15px 0 3px;
	padding: 8px 15px 10px 15px;
	background:#f2f2f2;
	border-top: 1px solid #ddd;
	}

#commentform small {
	background:#FFF;
	font-weight:bold;
	padding:0;
	}
	
.commentmetadata {
	display: block;
	}

.commentlist small {
	background:#e9e9e9;
	}

.commentlist cite {
	font: 12px arial;
	font-weight:bold;
	}	
	

/* Float Properties*/

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

.clearfloat {
	display:block
	}
	
.actus {
margin-bottom:10px;
padding:5px;
text-align:justify;
background:url(images/bottom_actus.gif) bottom repeat-x;
}

/* Footer*/

#footer {
	margin: 0 auto;
	width: 940px;
	height:25px;
	font-size:0.7em;
	padding-top:20px;
	text-align:center;
	color:#231F20;
	background:#ffffff url(images/bottom.gif) bottom no-repeat;
	}

#footer a {
	color:#d3d1d1;
	}
	
	


/* Ajouts Seldon */

#random_pages {
	text-align:justify;
	margin:0;
	padding:5px;
}


#sidelist .bullets li {
	list-style:none;
	margin-bottom:0;
	line-height:115%;
	margin-left:22px;
	}

#sidelist .children {
	background:#e4efd5;
	}
	
#sidelist .children li {
	list-style: none;
	margin-left:28px;
	border-bottom:1px solid #e4efd5;
	}
	
#sidelist .children li a, #sidelist .children li a:visited {
	padding:2px 2px 2px 0px;
	border:0;
	background:#e4efd5;
	color: #818d6f;
	}

#sidelist .children li a:hover, #sidelist .children li a:active	{				
	color:#465d23
	}

#sidebar h3 {
	padding:5px 0 0 7px;
	margin:10px 0 5px 20px;
	font-size:1em;
	}

#sidebar h2 {
	padding:0;
	margin:10px 0 0 5px;
	font-size:1em;
	}

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


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


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


#sidelist ul ul li {

	list-style:none;
}


#sidelist ul ul ul li {
	list-style:none;

}

#topboxsidebar {
	width:260px;
	background:#1B1B1F;
	margin:10px 0 0 0px;
	padding:0 0 10px 0;
}

#topboxsidebar-tags {
	width:260px;
	background:#ffffff;
	margin:10px 0 0 0px;
	padding:0 0 10px 0;
}

#bt_contact {
	width:260px;
    height:59px;
	margin:20px 0 0 0px;
	padding:0 0 10px 0;
}

#bt_maintenance_1 {
	width:179px;
    height:35px;
	margin:10px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

#bt_maintenance_2 {
	width:179px;
    height:35px;
	margin:10px 0 0 0px;
	padding:0px 0 0px 0;
}

#topboxsidebar_spages {
	width:260px;
	background:#ffffff;
	margin:10px 0 0 0;
	padding:0 0 10px 0;
}

#topboxsidebar_spages h3 {
	padding:5px 0 0 7px;
	margin:0 0 5px 25px;
	font-size:1em;
	color:#5C5C5C;
	font-weight:bold;
	}

.topboxsidebarli {
	list-style:none;
}


widget {
	list-style:none;

}

/*Subnav */

.subnav li {
	list-style:none;
	width:95%;
	color:#000000;
	}

.subnav li a:link, .subnav li a:visited {
	background:#1B1B1F;
	display:block;
	border-left:20px solid #1B1B1F;
	padding:4px 4px 4px 4px;
	color:#ffffff;	
	font-weight:bold;
	}
		
.subnav li a:hover, .subnav li a:active {
	background:#1B1B1F;
	border-left:20px solid #0096CC;
	padding-left:4px;
	text-decoration:none;
	color: #FFFFFF;
	}

.subnav li li a:link, .subnav li li a:visited {
	border-left:none
	}

/*Subnav_spages */

.subnav_spages li {
	list-style:none;
	border-bottom:1px solid #999999;
	width:100%;
	color:#5C5C5C;
	}

.subnav_spages li a:link, .subnav_spages li a:visited {
	background:#ffffff;
	display:block;
	padding:20px 4px 4px 8px;
	border-left:20px solid #ffffff;
	color:#5C5C5C;
	font-weight:bold;
	font-size:13px;
	}
		
.subnav_spages li a:hover, .subnav_spages li a:active {
	background:#ffffff;
	text-decoration:none;
	border-left:20px solid #0096CC;
	color: #1B1B1F;
	font-size:13px;
	}

.subnav_spages li li a:link, .subnav_spages li li a:visited {
	border-left:none
	}

