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

body,html {
	min-height:101%;
	}
	
body {
	text-align: center;
	background: url('images/bgstripes.gif') repeat;
	color: #545454;
	}

body, select {
	font: 100% Arial, Verdana, Sans-Serif;
	}
	
p {	
	margin: 15px 0;
	}

a:link, a:visited {
	color: #0075ce;
	text-decoration:none;
	}

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

hr {
	display: block;
	margin: 8px 0;
	height:1px;
	background:#efefef;
	border:0;
	}

small {
	font-size: 0.95em;
	}

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

.entry table {
	border: 1px solid #efefef;
	margin: 6px 0;
	width: 100%;
	}
	
.entry td {
	padding: 4px;
	margin:0;
	}

/* Structure */

#page {
	width:950px;
	font-size:0.7em;
	background: url('images/jbd_header.jpg') #fff no-repeat;	
	margin: 0;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	}

#branding {
	width:950px;
	height: 130px;
	visibility: hidden;
	}

.left {
	float:left;
	}

.right {
	float:right;
	}

#sidebar {
	width: 950px;
	background: #f9f9ff;
	}
	
#centercontainer {
	margin: 0 auto;
	width: 950px;
	text-align: left;
	}

/*-----------------------*/

#subfooter {
	width:950px;
	height:auto;
	clear:both;
	padding: 25px 0;
	background: #fff;
	}

#subfooter .widget {
	width: 300px;
	height:auto;
	float:left;
	margin:0;
}

#subfooter .widget .inner {
	padding:0 20px 0px 20px;
}


/*-----------------------*/


/*Subnav */

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

.subnav li a:link, .subnav li a:visited {
	background:#eef5e1;
	display:block;
	padding:4px 4px 4px 8px;
	border-left:4px solid #e4efd5;
	}
		
.subnav li a:hover, .subnav li a:active {
	background:#e4efd5;
	text-decoration:none;
	color: #7da939;
	}

.subnav li li a:link, .subnav li li a:visited {
	border-left:none
	}
		
.pagenav a {
	font-size:1.2em; 
	font-weight: bold;
	padding: 4px 7px 7px 4px;
	}
	
	
/*	Headers */

h1 {
	font:2.4em Helvetica, "Helvetica Neue", Arial, sans-serif;
	color: #0075ce;
	line-height: 1.2em;
	}
	
h2 {
	font: 2.3em Georgia, "Times New Roman", Times, serif;
	padding-bottom:6px;
	color: #333;
	letter-spacing: -.05em;
	margin: 0;
	}

#sidelist h3, #sidebar h2 {
	font: 1.6em Arial, Helvetica, sans-serif;
	margin-bottom:5px;
	font-weight:bold;
	color:#5f5f5f;
	}

#sidebar h3, #sidebar h2 {
	background:#efefef;
	padding: 2px 2px 2px 4px;
	margin: 0 0 4px 0;
	font-size: 1.6em;
	color: #cc0000;
	border: 1px solid #dddddd;
	}

h3#respond {
	margin-top:65px;
	padding-top:0px
	}

h3#comments {
	margin-top:20px;
	margin-bottom: 5px;
	}

h4 {
	font-family: Georgia;
	font-size:1.6em;
	margin-top: 20px;
	margin-bottom: 5px;
	color: #cc0000;
	font-weight: normal;
	width: 99%;
	padding: 2px;
	background: #f9f9ff;
	border: 1px solid #eee;
	text-transform: lowercase capitalize;
	}
	
ol li {
	margin-left: 20px;
	}
	
/* Content */


#content {
	width:950px;
	height: auto;
	background:#fff;
	}
	
#content-main {
	height: 304px;
	padding: 0 285px 0 220px;
	background: url('images/jbd_middle.jpg') no-repeat;
	}

#content-single {
	height: auto;
	min-height: 570px;
	background: url('images/jbd_postbottom.jpg') #fff no-repeat;
	}
	
#content-page {
	height: auto;
	min-height: 570px;
	background: url('images/jbd_postbottom.jpg') #fff no-repeat;
	}
	
#content-imac {
	height: 206px;
	padding-top: 35px;
	background: url('images/jbd_bottom.jpg') #fff no-repeat;
	border-bottom: 1px solid #ccc;
	overflow: hidden;
	}
	
#content-404 {
	height: auto;
	min-height: 570px;
	padding: 0 320px 0 240px;
	background: url('images/jbd_404bottom.jpg') #fff no-repeat;
	}
	
#content-archives {
	height: auto;
	min-height: 570px;
	background: url('images/jbd_postbottom.jpg') #fff no-repeat;
	}
	
#content-category {
	height: auto;
	min-height: 570px;
	background: url('images/jbd_postbottom.jpg') #fff no-repeat;
	}

#leftcol {
	width:390px;
	float:left;
	margin-top: 10px;
	margin-right: 9px;
	margin-left: 65px;
	border-right: 1px solid #333;
	border-left: 3px solid #2a2a2a;
	padding-left: 15px;
	padding-right: 5px;
	background: #333;
	color: #eee;
	height:206px;
	}

#rightcol {
	width:390px;
	float:left;
	margin-top: 10px;
	margin-left: 10px;
	font-family: Georgia;
	}
	

#leftcol h3 a {
	font-size: 1.8em;
	font-weight: 100;
	font-family: "Arial";
	text-transform: capitalize;
	color: #eee;
	margin-bottom: 30px;
	}	
	
#rightcol h3 a {
	font-size: 1.8em;
	font-weight: 100;
	font-family: "Georgia";
	text-transform: capitalize;
	color: #333;
	}

#leftcol .feature {
	margin: 3px 10px 4px 0;
	padding-top: 6px;
	padding-left: 0px;
	border-top: 0px solid #454545;
	}
	
#rightcol .feature {
	margin: 3px 10px 4px 0;
	padding-top: 6px;
	padding-left: 0px;
	border-top: 0px solid #ddd;
	}
	
#leftcol .feature a:visited, #rightcol .feature a:visited {
	color: #336699;
	text-decoration: none;
	}

#leftcol .feature p, #rightcol .feature p {
	font-size: 0.95em;
	line-height: 1.3em;
	color: #666;
	}

.feature#lead {
	padding: 10px 20px 0 20px;
	}

.feature#lead .title {
	font:1.8em Georgia, "Times New Roman", Times, serif;
	line-height:100%;
	display:block;
	text-transform: capitalize;
	float: none;
	background: #eee;
	padding: 4px 4px 4px 10px;
	margin: -10px -10px 5px -10px;
	}
	
.feature#lead .title:hover {
	background: #cc0000;
	color: #ffffff;
	text-decoration: none;
	}
	
.feature#lead p {
	font: 1.2em Georgia;
	padding-bottom: 4px;
	}
	
.feature p {
	margin:5px 0 0 0;
	}

.description {
	font-family: "Helvetica Neue";
	font-size: 1.3em;
	color:#545454;
	margin-top:-4px;
	}

#lead_posts {
	background: #fff;
	height: 280px;
	padding: 10px;
	border: 1px solid #ddd;
	margin: 20px 0 0 0;
}
		
#lead_post {
	background: transparent;
	height: auto;
	width: 430px;
	margin: 30px 0 10px 20px;
	float: left;
	}
	
#lead_page {
	background: transparent;
	height: auto;
	margin: 30px 20px 10px 20px;
	width: 430px;
	float: left;
	}
	
#lead_archives {
	margin: 42px 20px 10px 20px;
}

#right-page {
	float:right;
	width: 400px;
	margin: 60px 20px 0 0;
	
	}

#leavecomment {
	float:right;
	width: 400px;
	margin: 30px 20px 0 0;
	}
	
#commentsleft {
	margin: 10px 0px; 
	}

#leadpic {
	float:left;
	margin: 0 18px 8px 0;
	}

.title {
	font-size:1.2em;
	font-weight:bold;
	vertical-align: top;
	line-height:100%;
	}
	
#leftcol .title, #rightcol .title {
	font-weight: 100;
	line-height: 50%;
	text-transform: capitalize;
	}
	
#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;
	}	

#sidelist ul {
	margin-bottom: 20px;
	}
	
#sidelist li {
	list-style:none;
	padding: 0 4px 6px 6px;
	}


.postmetadata {
	margin: 30px 0;
	}

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

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

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

#writer p {
	margin:0;
	width:100%;
	}	

.entry {
	padding-bottom:28px;
	}
	
h3 a:link, h3 a:visited {
	color:#5f5f5f;
	}

.date {
	width: 100%;
	border-bottom: 1px solid #eee;
	padding: 0 0 8px 0;
	}

/*Post Formatting*/

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

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

.post blockquote {
	color:#76767a;
	background:#f2f2f2;
	padding:3px 10px;
	margin: 15px 0;
	border:1px solid #DDD;
	}	
	
#tags {
	width: 100%;
	padding:3px;
	border-left:1px solid #DDD;
	border-bottom:1px solid #DDD;
	border-right:1px solid #DDD;
	}	
	
p.quote {
	background: #f9f9ff; 
	padding: 5px; 
	border: 1px solid #eee;
	font-size: 1.2em;
	font-style: italic;
	margin: 10px 0 3px 0;
	}
				

/* Form Elements */

select {
	background:#f2f2f2;
	border:1px solid #9c9c9c;
	width:100%
	}
	
#searchform {
	margin: 0 0 15px 0; 
	}

input {
	font-size: 1.2em;
	}

.contactform {
	margin-top: 20px;
	background: #f9f9ff;
	padding: 5px 10px;
	border: 1px solid #efefef;
	font-family: Arial; 
	font-size: 1.1em;
	}

.button {
	font-size: 1.2em;
	padding: 2px 5px;
	background:#0075ce;
	color:#fefefe;
	border:1px solid #aaa;
	}

.button:hover {
	background:#333;
	border: 1px solid #000;
	color:#FFF;
	text-decoration:none;
	cursor: pointer;
	}
	
.contactform input {
	font-size: 1.2em;
	}
	
.contactform submit {
	float:right;
	}
	
.contactform label {
	font-size: 1em;
	line-height: 1.4em;
	color: #cc0000;
	font-weight: bold;
	}


/* Comments*/

.commentlist {
	list-style: none;
	padding-left:0px;
	border-top: 1px dotted #ccc;
	margin-bottom: 25px;
	}
	
.commentlist li {
	margin: 0px 0 10px;
	padding: 4px 10px 4px 10px;
	background:#f9f9ff;
	}
	
.commentlist cite {
	font: 1.2em Arial, sans serif;
	font-weight:bold;
	}	

#commentform {
	background:#f9f9ff;
	padding: 10px;
	}
	
#commentform input {
	width: 170px;
	margin: 0 5px 1px 0;
	font-size: 1.2em;
	}
	
#commentform input#submit {
	font-size: 1em;
	float:left;
	display: block;
	clear: both;
	margin: 0 0 3px 0;
	}

#commentform textarea {
	width: 100%;
	margin-top:5px;
	font-size: 1.2em;
	font-family: Georgia;
	}

#commentform label {
	font: 1.2em Arial, sans serif;
	font-weight: normal;
	}

td.leftlabel {
	text-align: right;
	padding: 10px 8px 10px 0;
	margin: 0;
	}

#commentform small {
	font-family: Arial, sans serif;
	font-weight:normal;
	font-size: 0.8em;
	}
	
.commentmetadata {
	font-size: 1.2em;
	color: #bbb;
	}
	

/* Float Properties*/

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

.clearfloat {
	display:block
	}
	

.current_page_item {
	background: transparent;
	}

/* Footer*/

#footer {
	width: 890px;
	font-size:0.7em;
	color:#eee;
	background: #333;
	float: left;
	padding: 30px;
	border-top: 25px solid #fff;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	}

#footer a {
	color:#eee;
	}