/*  
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

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


/* ---------- @ Nav -----------*/

@import url('css/nav.css');
/* ---------- @ HTML Tags -----------*/


* {
	margin:0;
	padding:0;
	outline:none;
	list-style-position: inside;
	list-style-image: none;
	list-style-type: none;
	}

body,html {
	min-height:101%; /*Firefox scrollbar fix*/
	}
	
body {
	background:#ffffff;
	}

body, select, input, textarea {
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	}

.clearfloat {
	display:block;
	}
	
p {
	line-height:17px;
	font-size: 14px;
	margin-top: 6px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	letter-spacing: 0.05em;
	word-spacing: -0.1em;
	}
p a:link {
	color: #000000;
	text-decoration: underline;
	font-weight: normal;
}
p a:hover  {
	color:#37C1EE;
	text-decoration: underline;
	font-weight: normal;
	line-height: 17px;
	}
p a:visited  {
	color: #000000;
	text-decoration: underline;
	font-weight: normal;
	}
p a:active {
	color:#000000;
	text-decoration: underline;
	font-weight: normal;
}
h1, h2, h3, h4 {
	font-family: "Arial Black", Arial, Helvetica, "sans serif";
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 20px;
	color: #000000;
	}
h1 {
	color: #000000;
	}
h2 {
	}
h2 a:link {
	color:#000000;
	text-decoration: none;
}
h2 a:hover  {
	color:#000000;
	text-decoration: none;
	}
h2 a:visited  {
	color:#000000;
	text-decoration: none;
	}
h2 a:active {
	color:#000000;
	text-decoration: none;
	}
h3 {
	}
h4 {
}
	
.post h2 {
	padding: 0;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	}

.post h3 {
	}
	
.post h4 {
	}
			
.commentcount {
	padding-right: 19px;
	background:url(http://www.greenkiss.fr/wp-content/themes/mimbo/images/bubble.gif) no-repeat right;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9px;
	color: #999999;
	}
.categorie {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9px;
	color: #00CC66;
	padding-top: 0px;
	text-decoration: none;
	line-height: 18px;
}
.categorie a:link {
	color: #999999;
	text-decoration: none;
	line-height: 18px;
}
.categorie a:hover  {
	color: #999999;
	text-decoration: none;
	line-height: 18px;
	}
.categorie a:visited  {
	color: #999999;
	text-decoration: none;
	line-height: 18px;
	}
.categorie a:active {
	color: #999999;
	text-decoration: none;
	line-height: 18px;
}	




.mini {
	font-size: 12px;
	text-transform: uppercase;
	text-align: right;
	line-height: 16px;
	vertical-align: top;
}
		
.date {
	margin:18px 4px 0 0;
	color:#000000;
	}
	
				


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

#page {
	width:960px;
	padding-top:20px;
	padding-right: 25px;
	padding-bottom: 20px;
	padding-left: 25px;
	margin: 0 auto;
	}
	
#wrapper {
	width: 910px;
	}

#masthead {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	}
			
#about {
	width:910px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	text-align: justify;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.about-text {
	font-style: italic;
	font-size: 14px;
	line-height: 17px;
}

#searchform {
	float:right;
	width:400px;
	text-align:right;
	padding-bottom: 0px;
	height: 18px;
	}

#sidebar {
	width: 300px;
	float:right;
	padding-top: 16px;
	}

#content {
	width:585px;
	float:left;
	padding-top: 20px;
	}

#more-posts {
	width:585px;
	float:right;
	}
	
#featured-cats h3, #more-posts h3 {
	margin:0 0 15px 0;
	}
		
#lead {
	background-image: url(http://www.greenkiss.fr/wp-content/themes/mimbo/images/gradient.gif);
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	border-right-width: 8px;
	border-right-style: solid;
	border-right-color: #00FF48;
	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #37C1EE;
	padding-top: 8px;
	padding-bottom: 0px;
	}

#lead-text {
	float:left;
	width:280px;
	padding-right: 0px;
	padding-left: 8px;
	}

#lead br, .recent-excerpts br /*cleans up excerpts*/ {
	margin-bottom:0px;
	}
#lead img  {
	float:right;
	margin: 7px;
	}
#old {
	background-image: url(http://www.greenkiss.fr/wp-content/themes/mimbo/images/gradient.gif);
	background-repeat: no-repeat;
	margin-top: 0px;
	padding-top: 28px;
	padding-bottom: 20px;
	width: 585px;
}
#oldimg  {
	float:left;
}
#old-text {
	float:right;
	width:300px;
	padding-right: 0px;
	padding-left: 8px;
	display: block;
}
#old-text-archive {
	spadding-left: 140px;
	width: 432px;
	padding-left: 140px;
	display: block;
}
#old br, .recent-excerpts br {
	margin-bottom:0px;
}

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

table {
	border-collapse:collapse;
	width:100%;
	margin:15px 0;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	}

td {
	padding:8px 8px;
	border-bottom:1px solid #FFF;
	}
		
table caption {
	padding:2px 0;
	text-transform: uppercase;
	font-size: 11px;
	}	
			
a img, a:visited img {
	border:none
	}
	
blockquote {
	color:#000000;
	padding:0 18px;
	margin:25px 45px;
	letter-spacing:0.02em;
	}

pre {
	width:100%;
	overflow:auto;
	}
	
#description {
	}
	
.left {
	float:left;
	}

.right {
	float:right;
	}
	

	

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

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


/*Sidebar and Widgets*/

	
#home #content a:link{
	color:#000000;
	text-decoration: none;
	}
		
	
#sidebar a:link, 
h4 .archive-list a:active, 
.commentcount a:hover, 
.commentcount a:active, 
.fullarchive a:hover, 
.fullarchive a:active {
	color:#000000;
	text-decoration: none;
	font-size: 14px;
	list-style-type: none;
	list-style-image: none;
	line-height: 17px;
	list-style-position: inside;
	}

#sidebar a, 
#sidebar a:visited,
.archive-list h4 a, 
.archive-list h4 a:visited,
.commentcount a, 
.commentcount a:visited, 
.fullarchive a, 
.fullarchive a:visited {
	text-decoration: none;
	font-size: 14px;
	list-style-type: none;
	list-style-image: none;
	line-height: 17px;
	list-style-position: inside;
	color: #000000;
	}

#sidebar a:hover, 
#sidebar a:active,
#home #content a:hover, 
#home #content a:active, 
.archive-list h4 a:hover, 
h4 .archive-list a:active, 
.commentcount a:hover, 
.commentcount a:active, 
.fullarchive a:hover, 
.fullarchive a:active {
	color:#3399FF;
	text-decoration: underline;
	font-size: 14px;
	list-style-image: none;
	list-style-type: none;
	line-height: 17px;
	list-style-position: inside;
}

	#wp-calendar td {
	text-align:center;
	padding:3px;
	}	
	
#recentcomments {
	color: #787878;
	}

a.rsswidget, a.rsswidget:visited {
	font-weight: bold
	}

#ads img, .wp125ad img {
	float:left;
	margin:0 0 6px 6px;
	}

.textwidget {
	margin: 15px 0;
	line-height:17px;
	font-size: 14px;
	}	
	
.widget td {
	background-image: none;
	}
	
.widget table {
	border:none
	}
	
		
		
	
/*Single Posts*/

#writer {
	background:#ededed;
	margin:-10px 0 22px 0;
	padding:3px 20px 16px 20px;
	border-bottom:1px solid #dadada;
	border-top:1px solid #dadada;
	}
	
#writer img {
	padding:1px;
	border:1px solid #000000;
	float:left;
	margin:18px 15px 6px 0;
	}

#tags {
	padding:3px;
	border-bottom:1px solid #DDD;
	border-top:1px solid #DDD;
	}	

#tags a, #tags a:visited {
	text-decoration: none
	}
	
	
/*Archives*/

.archive-list li {
	list-style:none;
	width:285px;
	float:left;
	height:103px;
	margin: 8px 25px 18px 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	}

.archive-list img {
	margin:0 14px 0 0;
	}

.archive-list .postmetadata {
	border:none;
	margin:0;
	padding:4px 0 0 0;
	}



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

.entry {
	padding-bottom:10px;
	}

.postmetadata {
	color:#3399FF;
	margin-top: 20;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	padding-top: 7px;
	padding-right: 0;
	padding-bottom: 7px;
	padding-left: 0;
	}	

.post code {
	background:#f5f3ee;
	padding:3px;
	font-size:12px;
	}
			
.post ul li {
	margin: 0 0 5px 42px;
	line-height:17px;
	}

.post ol li {
	margin:0 0 5px 48px;
	line-height:17px;
	}


/*Images*/
	
.entry img {
	display:block;
	}

.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 {
	float:left;
	margin:5px 22px 10px 0;
	}
	
.wp-caption.alignright {
	float:right;
	}

.wp-caption.aligncenter, img.aligncenter {
    margin: 0 auto;
	display:block;
	margin-bottom:15px;
	float:none
   	}
		
p.wp-caption-text {
	margin:0;
	text-align:center;
	padding:5px 0;
	}	

.wp-caption img {
	float:none;
	margin:0;
	}	

.gallery {
	margin:15px 0;
	display:block;
	}
	
.gallery img {
	padding:2px;
	}

.gallery-item {
	padding:12px 0;
	}

.gallery-caption {
	padding:10px;
	}
	
	
	
	

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

.reply a, .reply a:visited  {
	width:75px;
	background:#CCC;
	color:#FFFFFF;
	display:block;
	margin-bottom:15px;
	padding:5px !important;
	text-align:center;
	border-bottom:1px solid #f2f2f2;
	border-right:1px solid #f2f2f2;
	text-decoration:none !important;
	font:italic 1em Georgia,Arial,Verdana;
	}

.reply a:hover {
	background:#aeaeae;
	text-decoration:none;
	border-bottom:1px solid #898989;
	border-right:1px solid #898989;
	color:#FFFFFF;
	}

.reply a:active {
	background:#CCC;
	}
			
.commentlist li {
	margin: 0 0 18px 0;
	padding: 15px;
	background:#F2F2F2;
	border-bottom:1px solid #DDDDDD;
	border-top:1px solid #DDDDDD;
	list-style:none
	}

.commentlist li.depth-2 {
	border:none;
	background:#FFF;
	border-top: 1px solid #f2f2f2;	
	margin-left:15px;
	}

.commentlist li.depth-3	 {
	margin-left:15px;
	border:none;
	background:#f2f2f2;
	}

.commentlist li.bypostauthor {
	background:#e5e5e5 !important; 
	border:1px solid #c7c7c7 !important;
	}
	
.commentlist code {
	background:#e0e0e0;
	padding:3px;
	}
	
.avatar {
	margin: 3px 10px 0 0;
	float:left;
	padding:2px;
	border:1px solid #b9b9b9;
	background:#FFF;	
	}

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

#trackbacklist cite {
	font-style:normal
	}
			
cite.fn {
	display:block;
	}	

.says {
	display:none;
	}
	
.commentmetadata {
	float:left
	}
 
.comment-date a, .comment-date a:visited {
	color:#999999;
	font-size:12px;
	text-decoration:none
	}

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

#commentform textarea {
	width: 98%;
	margin-top:5px;
	height:250px;
	}

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

#author, #email, #comment, #url, #s {
	background:#FFF !important;
	padding:5px;
	border:1px solid #bfbfbf;
	border-left:1px solid #e2e2e2;
	border-top:1px solid #e2e2e2;
	}

#author, #email, #url {
	width:220px;
	}
		
.button {
	padding: 8px 14px;
	background:#424242;
	color:#FFF !important;
	border:none;
	font-size:12px;
	}

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

.button:active {
	background:#000;
	}

#s {
	width:190px;
	font-size:12px;
	}
	
#s:focus {
	background:#f8f8f8 !important;
	}

#searchsubmit {
	vertical-align:top
	}		
	


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

#footer {
	font-size:12px;
	padding-top: 10px;
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	width: 910px;
	height: 40px;
	}

#footer a, #footer a:visited {
	color:#94928b;
	text-decoration:none;
	}

#footer a:hover {
	color:#5a5954;
	}

#footer a:active {
	text-decoration:underline
	}
			
#footer img {
	vertical-align:middle;
	}
		
#pagination {
	width:910px;
	padding-bottom: 10px;
	display: block;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	height: 20px;
	}

#pagination .left {
	width:585px;
	text-align:left;
	}

#pagination .right {
	float:right;
	width:294px;
	text-align: right;
	}
	
#copyright {
	float:left;
	width:910px;
	border-top-width: 8px;
	border-top-style: solid;
	border-top-color: #000000;
	padding-top: 20px;
	padding-bottom: 20px;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	position: relative;
	}

#rss {
	float:right;
	width:350px;
	text-align: right
	}
.archive-widget li {
	width:285px;
	float:left;
	height:103px;
	margin: 8px 25px 18px 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	list-style-image: none;
	list-style-type: square;
}
#widget-block {
	background-repeat: repeat-x;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	border: 1px solid #000000;
	padding: 10px;
	background-image: url(http://www.greenkiss.fr/wp-content/themes/mimbo/images/sep-big.gif);
}
#comment-respond {
	background-repeat: repeat-x;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	background-image: url(http://www.greenkiss.fr/wp-content/themes/mimbo/images/sep-big.gif);
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#widget-basic {
	background-repeat: repeat-x;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	border: 1px solid #000000;
	background-image: url(http://www.greenkiss.fr/wp-content/themes/mimbo/images/sep-big.gif);
	width: 280px;
	position: relative;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.flickr_photo {
	border:none;
	width: 280px;
	}

