/*  


Couleur à modifier : 	2CC3B9 --> bleu
						FFCC00 --> jaune
+ les icones de catégories, flag et cestdit.png



Theme Name: Mimbo
Theme URI: http://www.darrenhoyt.com/2007/08/05/wordpress-magazine-theme-released/
Description: A magazine-style theme for Wordpress
Version: 3.0
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


TABLE OF CONTENTS

  HTML Tags
  Structure
  Headers
  Content Styles
  	 Misc
  	 Sidebar
  	 Single Post
  	 Archives
  Post Styles
  Comments
  Form Elements
  Float Clearing
  Footer
  



/* ---------- @ HTML Tags -----------*/


* {
	margin:0;
	padding:0;
	outline:none;
	}

body,html {
	min-height:101%; /*Firefox scrollbar fix*/
	}
	
body {
	background:#FFF;
	background: url(images/bg.png) repeat;
	color: #1d1d1d;
	font: normal 22px "Courier New", Courier, monospace;
	font-size:16px;
	color:#333333;
	}

select {

	}
	
input, textarea {

	}
	
p {	
	padding: 5px 0;
	}

a, a:visited, a:active {
	color:#2CC3B9;
	text-decoration:none;
	}

a:hover {
	color:#2CC3B9;
	text-decoration:underline;
	}

hr {
	
	}

table {
	
	}

td {
		}
		
table caption {
		}	
			
a img, a:visited img {
	border:none
	}
	
blockquote {
	
	}

pre {
	
	}
	
				


/* ---------- @ Structure -----------*/

#page {
	width:1000px;
	margin:0px auto;
	padding-top:0px;
	}
	
/*Wraper - page blanche du fond du site*/	
#wrapper {
	background:url(images/background.png) repeat;
	font-size:0.75em;
	padding:0 25px 20px 25px;
	}

#masthead {
	padding:15px 0 0 0;
	}
	
#logo {
	background: url(images/logo.png) no-repeat;
	display: block;

	}
	
h1 {
	
	}

#content {
	width:620px;
	float:right;
	}
	
#full {
	width:900px;
	padding:20px;
	float:left;
	background:url("images/square.png");
	}
	
#description {
		}
	
.left {
	float:left;
	}

.right {
	float:right;
	}

#sidebar {
	width: 305px;
	float:left;
	}

#featured-cats {
	
	}

#more-posts {
	
	}
	
#adress {
	
	}
	
#adress a, #adress a:active, #adress a:visited, #adress a:hover {
	
	}
	
#adress h3{
	
	}


#adress li {
    
   	}
		
	

/* =Header
-------------------------------------------------------------- */

#header {
	display: block;
	height:100px;
}

#logo img {
	display: block;
	float: left;
	margin-top:20px;
	}

#searchwrapper{
		display:block;
		float:right;
		background: url(images/search.png) left top no-repeat;
		height:20px;
		margin-top:20px;
		padding-left:110px;
}
#s {
	width: 170px;
	height: 20px;
	margin-right:5px;
	background:#FFFFFF;
	font-family: "Courier New", Courier, monospace;
}

#display {
	display:block;
	float:right;
	margin-top:45px;
	margin-left:300px;
	
	}
	
h2 {
	
	}

	
	
.post h2 {
	
	}
	
h2.posttitle {
		}


	
	
h2#comments {
	
	}

h2#comments-blog {
	
	margin-top:20px;
	font-size:16px;
	
	}
	
h2#comments-blog a,h2#comments-blog a:active,h2#comments-blog a:hover,h2#comments-blog a:visited {
	font-size:16px;
	}
	
.blogend{
		border-bottom:50px #FFF solid;	
}
	
/* /////////////// Colonne de gauche "A voir" /////////// */			
h3 {
	font-weight:normal;
	}

.post h3 {
	background:url(images/flag2.png) no-repeat;
	height:33px;
	padding:5px;
	color:#666;
	font-weight:normal;
	margin:10px O;
	}

.post h4 {
	background:#FFF;
	padding:10px;
	margin:10px;
	font-size:20px;
	}

#featured-cats h3 {
	
	}
	
#more-posts h3 {
	
	}
		
h3#respond {
	
	}

h3#comments {
	
	}

h4 {
	
	}
	
.headlines{
	
	}
	
.post h4 {
	
	}
	
.archive-list h4 {
	
	}


/* ----------Titre des catégories "à voir" -----------*/	
h5 {
	
	}

h6 {
	
	}


	
/* ---------- @ Content Styles -----------*/


/*Misc*/

h1 a, h1 a:visited {
	
	}

h1 a:hover {
	
	}

h1 a:active {
	
	}
			
h4 a, h4 a:visited {
	
	}
	
h5 a, h5 a:visited,
h5 a:hover, h5 a:active {
	
	}
	
#more-posts img, .archive-list a img, .archive-list a:visited img {
	
	}
	
#more-posts img {
	
	}

.recent-excerpts {
	
	}

#featured-cats ul {
	
	}

#featured-cats li {
	
	}
	
/* /////////////////////////////////////////////////////// */
/* ///// Lead = boite grise de la page d'accueil ///////// */
/* /////////////////////////////////////////////////////// */
		
#lead {
	margin:22px 0;
	background-image:url(images/papier-clair.jpg);
	background-repeat:no-repeat;
	background-position:right bottom;
	color:#666666	
	}
	
#mini-lead {
	margin:22px 0;
	background-image:url(images/papier-clair2.jpg);
	background-repeat:no-repeat;
	background-position:right bottom;
	color:#666666;
	}
	

#lead h2 {
	float:left;
	font: normal 22px "Courier New", Courier, monospace;
 	color:#666666;
	margin:-37px 0px -8px -5px;
	padding:0;
	text-decoration:none;
	}
	
#mini-lead h2 {
	float:left;
	font: normal 22px "Courier New", Courier, monospace;
 	color:#666666;
	margin:5px;
	padding:0;
	} 

#lead h2 a,#lead h2 a:visited,#mini-lead h2 a,  #mini-lead h2 a:visited {
	color:#666666;
	}
	
 #lead h2 a:hover,  #lead h2 a:active,  #mini-lead h2 a:hover,  #mini-lead h2 a:active {
	color:#FFFFFF;
	text-decoration:none;
	background:#2CC3B9;
	}

	
#lead-text {
	float:left;
	width:590px;
	padding:0px 15px 16px 20px;
	}
	
#lead-text p {
	margin-top:10px;
	font-size:16px;
	}

	
#mini-lead-text {
	float:left;
	width:280px;
	padding:0px 15px 16px 20px;
	text-decoration:none;
	}

#mini-lead-text p {
	margin-top:10px;
	font-size:16px;
	}

#lead br, .recent-excerpts br /*cleans up excerpts*/ {
	margin-bottom:15px;
	}

#lead img {
	float:left;
	margin-right:22px;	
	padding: 10px 10px 45px 10px;
	background: #eee;
	-moz-box-shadow: 0px 2px 10px #666;

	}
#mini-lead img {
	float:left;
	margin-right:0px;
	padding: 10px;
	background: #eee;
	-moz-box-shadow: 0px 2px 10px #666;
	}
		
.commentcount {
	padding-right: 19px;
	float:right;
	background:url(images/bubble.gif) no-repeat right;
	font:.8em Arial, Helvetica, sans-serif;
	}
.commentcount-blog {
	padding-right: 19px;
	background:url(images/bubble.gif) no-repeat right;
	font:.6em Arial, Helvetica, sans-serif;
	float:right;
	}


#lead h2 .commentcount {
	font-size:0.4em;
	}

.postmetadata .commentcount {
	font-size:1em;
	}

	
/* ////////Couleurs des liens des billets récents ////////// */ 

#home #content #more-posts a, #home #content #more-posts a:visited {
	
	}
	
#home #content #more-posts a:hover, #home #content #more-posts a:active {
	
	}

#home #content #more-posts h4 a, #home #content #more-posts h4 a:visited {
	
	}
	
#home #content #more-posts h4 a:hover, #home #content #more-posts h4 a:active {
	
	}

#more-posts .commentcount {
	
	}
.myicons:first-child {
 position:absolute;
 border: 0px;
 border-style:none;
 margin:30px 0 0 620px;
}

.myicons {
 position:absolute;
 border: 0px;
 border-style:none;
 margin:10px 0 0 615px;
}



/*Sidebar and Widgets*/

#sidebar li {
	
	}

.headlines li {
	
	}	
	



.aktt_tweets ul li {
	
	}

/* =Sidebar
-------------------------------------------------------------- */


#about{
	background:url(images/about.png) top left no-repeat;
	padding:50px 10px 10px 10px;
	margin:20px 0 0 5px;
	font-family: "Courier New", Courier, monospace;
	}
	
#about ul {
	margin-top:10px;
	}
	
#about ul li {
	padding: 2px;
	list-style:none;
	}

#about a,
#about a:link,
#about a:active,
#about a:hover,
#about a:visited{
	color:#333;
	text-decoration:none;
}

#about a:hover{
	background-color:#666;
	color:#FFF;
}

#ads{
	padding:10px;
	font-size :10pt;
	color:#CCCCCC;
	text-align:right;
}

#diy,
#city,
#categories{
 display:block;
 float:left;
 width:155px;
 background:url(images/category.png) top left no-repeat;
 margin:0px 0px 20px 0px;
 
}

#diy h3,
#city h3,
#categories h3{
	font-family: "Courier New", Courier, monospace;
	font-size:16px;
	font-weight:normal;
	color:#FFFFFF;
	text-transform:uppercase;
	text-align:right;
	margin:10px 10px 10px 0px;
	
}

#diy h4,
#city h4,
#categories h4{
	font-family: "Courier New", Courier, monospace;
	color:#333333;
	font-size :20pt;
	font-weight:normal;
	text-align:right;
	margin:0 10px 5px 0;
}

#categories h4 a,
#categories h4 a:link,
#categories h4 a:active,
#categories h4 a:visited,
#categories h4 a:hover,
#diy h4 a,
#diy h4 a:link,
#diy h4 a:active,
#diy h4 a:visited,
#diy h4 a:hover,
#city h4 a,
#city h4 a:link,
#city h4 a:active,
#city h4 a:visited,
#city h4 a:hover{
	color:#333333;
	text-decoration:none;
}

#categories h4 a:hover,
#diy h4 a:hover,
#city h4 a:hover{
	background-color:#2CC3B9;
	color:#FFF;
	text-decoration:none;
}

#banners{
 display:block;
 float:right;
 width:150px;
 height:700px;
}

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


#banners ul li{
 margin-left:20px;
 margin-bottom:20px;

}

#linkbox{
 display:block;
 float:left;
 width:300px;
 background:url(images/links.png) top left no-repeat;
 margin:0px 0px 20px 0px;
 line-height:150%;
}

#linkbox h3{
	font-family: "Courier New", Courier, monospace;
	font-size:16px;
	font-weight:normal;
	color:#FFFFFF;
	text-transform:uppercase;
	text-align:right;
	margin:10px 155px 10px 0px;	
}

#linkboxLeft{
 display:block;
 float:left;
 width:125px;
 padding:0 0 10px 20px;
 text-align:right;
 font-family: "Courier New", Courier, monospace;
}

#linkboxRight{
 display:block;
 float:right;
 width:125px;
 padding:0 10px 10px 20px;
 text-align:right;
 font-family: "Courier New", Courier, monospace;
}


#linkboxLeft h4,
#linkboxRight h4{
	font-family: "Courier New", Courier, monospace;
	font-size:24px;
	
}

#linkbox a,
#linkbox a:link,
#linkbox a:active,
#linkbox a:hover,
#linkbox a:visited{
	color:#333;
	text-decoration:none;
}

#linkbox a:hover{
	background-color:#666;
	color:#FFF;
}

	
/* /////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////// */

#wp-calendar td {
	
	}	
	
#recentcomments {
	
	}

#ads img, .wp125ad img {
	
	}

.textwidget {
	
	}	
	
.widget td {
	
	}
	
.widget table {
	
	}

.widgettitle {
	
	}
		
		
	
/*Single Posts*/

#writer {
	
	}
	
#writer img {
	
	}

#tags {
	
	}	

#tags a, #tags a:visited {
	
	}
	
	
/*Archives*/

.archive-list li {
	
	}

.archive-list img {
	
	}

.archive-list .postmetadata {
	
	}
		
#pagination {
	
	}

#pagination .left {
	
	}

#pagination .right {
	
	}



/* ---------- @ Post Styles -----------*/

.entry {
	font: normal 26px "Courier New", Courier, monospace;
	font-size:16px;
	color:#333333;
	line-height: 1.6em;
	width:601px;
	background:url("images/square.png");
	padding:10px 10px 30px 20px;
	}
	
#content .myiconspost {
	position:absolute;
 	border: 0px;
	border-style:none;
	margin:10px 0 0 620px;
	}

.entry h1{
 font: normal 26px "Courier New", Courier, monospace;
 color:#666;
 margin:0px 0 10px 0;
 padding:1px 10px 2px 0px;
}

.post-infos {
	border-top :20px #FFF solid;
	background:#FFF;
	padding:10px;
	font: normal 12px "Courier New", Courier, monospace;
	color:#333;

	}	
	
.postmetadata {
	
	}	
	
.categorie {
	
	}	

.categorie a, categorie a:active, categorie a:hover, categorie a:visited{
	
	}	
.post code {
	
	}
			
.post ul li {
	
	}
	
.post p {
	
	}
	

.post ol li {
	
	}


/*Images*/

#sidebar img {
	
	}
	
#sidebar h3 {
	
	}
#sidebar .widget img, #sidebar h5 img {
	
	}
	


.wp-caption.alignleft, 
.wp-caption.alignright, 
.wp-caption.aligncenter {
	
	}

img.alignleft {
	margin:5px 15px 10px 0;
	float:left
	}

img.alignright {
	margin:5px 0 10px 15px;
	float:right
	}


.wp-caption.alignleft {
	
	}
	
.wp-caption.alignright {
	
	}

.wp-caption.aligncenter, img.aligncenter {
    
    }
		
p.wp-caption-text {
	
	}	

.wp-caption img {
	
	}	

.gallery {
	
	}
	
.gallery img {
	
	}

.gallery-item {
	
	}

.gallery-caption {
	
	}
	
	
	
	

/* ---------- @ Comments -----------*/

.comments-block{
	font: normal 12px "Courier New", Courier, monospace;
	background:#F5F1EC;
	margin-top:10px;
	padding:0px 0 ;
}

.comments-block h3{
	font: 16px "Courier New", Courier, monospace;
	font-weight:10;
	color:#FFF;
	margin-top:10px;
	padding:8px 10px 7px 10px;
	border-bottom:5px #FFF solid;
	background:url("images/title.png");
}

.comments-icon{
	position:absolute;
	margin:0px 0 0 620px;
}
			
.commentlist li {
	background:#FFF;
	padding: 5px 15px 15px 15px;
	list-style:none;
	border-bottom:5px #F5F1EC solid;
	}

.commentlist li.depth-2 {
	margin-left:15px;
	}

.commentlist li.depth-3	 {
	margin-left:15px;
	}

.commentlist li.bypostauthor {
	background:url(images/square.png) repeat;
	}
	
.commentlist code {
	background:#e0e0e0;
	padding:3px;
	}
	
.avatar {
	margin: 10px 10px 10px 0;
	float:left;
	background:#FFF;	
	}

#trackbacklist li {
	margin: 10px 0 10px 35px;
	
	}

#trackbacklist cite {
	font-style:normal
	}
			
cite.fn {
	font: bold 1.4em Georgia, "Times New Roman", Times, serif;
	display:block;
	padding-top:9px;
	padding-bottom:10px;
	}	

.says {
	display:none;
	}
	
.commentmetadata {
	float:left
	}
 
.comment-date a, .comment-date a:visited {
	color:#868686;
	font-size:0.9em;
	text-decoration:none
	}

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

// Template de la page Archives : http://www.vertcerise.com/archives

h1 .archives{

}	

h2.pagetitle {
	color:#FFF;
	background:url(images/flag.png);
	font-weight:normal;
	font-size:16px;
	padding:8px 0 2px 10px;
	width:190px;
	height:23px;
	margin:20px 0 10px 0;
}

ul.fullarchive {
	list-style:none;
	margin:0px 0px 20px 10px;
	padding:10px;
	font-size:14px;
	background:url(images/square.png);
	color:#FFCC00;
}

ul.fullarchive a,
ul.fullarchive a:link,
ul.fullarchive a:active,
ul.fullarchive a:visited {
	color:#666;
}

ul.fullarchive a:hover{
	color:#FFF;
	background:#666;
	text-decoration:none;
}

/* ---------- @ Form Elements -----------*/

h2#respond {
	margin:20px 0 20px 0;
	color:#666;
	
}
	
#author, #email, #comment, #url {
	background:#FFF !important;
	padding:5px;
	border:1px solid #bfbfbf;
	border-left:1px solid #e2e2e2;
	border-top:1px solid #e2e2e2;
	}

#author, #email, #url {
	width:220px;
	}
	
#commentform textarea {
	width: 98%;
	margin-top:5px;
	height:250px;
	}
	
.button {
	font: "Courier New", Courier, monospace;
	padding: 8px 2px;
	width:120px;
	background-image:url(images/cestdit.png);
	color:#FFF !important;
	border:none;
	font-size:1.1em;
	}

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

.button:active {
	}

		

/* ---------- @ Float Clearing -----------*/

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

.clearfloat {
	display:block
	}
	

/* ---------- @ Footer -----------*/

#footer {
	width:1000px;
	display:block;
	float:left;
	margin-top:10px;
	}

#footer a, #footer a:visited {
	
	}

#footer a:hover {
	
	}

#footer a:active {
	
	}
			
#footer img {

	}
	
#credits {
	font-family: "Courier New", Courier, monospace;
	}
	
#site-info {
	float: right;
	text-align:center;
	font-size: 12px;
	width: 620px;
	margin-top:10px;
}

#site-info a {
	color: #333;
	text-decoration: none;
}

#site-info a:hover {
	background:#2CC3B9;
}

#regie-pub {
	float: left;
	width: 300px;
	
}
#copyright {
	display:block;
	width: 950px;
	text-align:center;
}

