/*  
Theme Name: Mimbo
Theme URI: http://www.darrenhoyt.com/2007/08/05/wordpress-magazine-theme-released/
Description: A magazine-style layout for Wordpress
Version: 1.0
Author: Darren Hoyt
Author URI: http://www.darrenhoyt.com/

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



/* HTML Elements */

* {
	margin:0;
	padding:0;
	}

body {
	font: 100% Arial, Verdana, Sans-Serif;
	background: #FFF;
	color: #333;
	padding: 13px 0 25px 0;
	}

p {	
	margin: 15px 0;
}

a:link, a:visited {
	color: #7da939;
	text-decoration:none
	}

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

a img {
	border:0;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}	

acronym, abbr, span.caps {	
	font-size: 0.9em;
	letter-spacing: .07em;
	cursor: help;
	}			

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}
	
select {
	width: 130px;
	}	




/* Structure */

		
#page {
	width:832px;
	margin:0 auto;
	font-size:0.8em;
	}

#branding {
	width:200px;
	}

#masthead {
	margin-top:5px;
	}

.left {
	float:left;
	}

.right {
	float:right;
	}

.widecolumn {
	width: 496px;
	float:left
	}

#sidebar {
	width: 310px;
	float:right
	}
		




/*	Begin Headers */

h1 {
	font-size:2em;
	}
	
h2 {
	font-size: 1.6em;
	padding-bottom:8px;
	border-bottom:1px solid #333;
	margin: 20px 0;
	}

h3 {
	font-size: 1.2em;
	background:#e5e5e5;
	text-transform:uppercase;
	padding:8px;
	}

h3.comments {
	margin: 40px auto 20px ;
	}




/* Home Content */

.description {
	font-size: 1.1em;
	font-weight: bold; 
	font-style:italic;
	color:#a4a4a4;
	}

#leadpic {
	width:496px;
	height:238px;
}

#leadpic p {
	margin:0;
	}
	
#features {
	width:319px;
	}

#features .clearfloat {
	margin-bottom:6px;
	}
	
#features img {
	float:left
	}

#features p {
	margin:0;
	}

.subfeature {
	width:203px; 
	background:#e5e5e5; 
	height:55px; 
	padding:20px 12px 0 10px;
	}

.bullets {
	padding: 5px 15px 15px 35px;
	list-style:square
	}

.bullets li {
	padding:2px 0;
	}
	
.subcat {
	font-weight:bold;
	padding: 12px 0;
	}

.subcat p {
	font-weight:normal;
	margin:0;
	}
	
h2 span {
	font-size:0.8em;
	}



/* Interior Content */
							
small {
	font-size: 0.9em;
	}

.post hr {
	display: block;
	}

.postmetadata {
	margin: 30px 0;
	}

.smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.attachment {
	text-align: center;
	margin: 5px 0px;
}

#author {
	background:#e7f1d7;
	margin:15px 0;
	padding:15px;
	}

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

#author span {
	display:block;
	font-size:0.85em;
	padding-top:4px;
	border-top:1px solid #cbd8b4;
	margin-top:12px;
	}

#author p {
	margin:0;
	width:370px;
	}	
	
.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}




/* Form Elements */

#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form {
	text-align:center;
	}

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

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	float: right;
	}



/* Comments*/


.alt {
	background: #f8f8f8;
	border-top: 1px solid #ddd;
	padding: 10px;
	}

.commentlist {
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	}

.commentmetadata {
	display: block;
	}



/* Float Properties*/

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

.clearfloat {
	display: inline-block;
	}

/* Hides from IE-mac \*/
* html .clearfloat {
	height:1%;
	}

*+html .clearfloat {
	height:1%;
	}

.clearfloat {
	display:block;
	}
	


/* Footer*/

#footer {
	margin: 0 auto;
	width: 832px;
	border-top: 1px solid #000;
	margin-top:60px;
	font-size:0.8em;
	padding-top:15px;
	}


