/*  
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 {
	background: #333300;
	color: #000;
	padding: 0px;
	}

body, select, input, textarea {
	font: 100% Helvetica, Arial, Verdana, sans-serif;
	line-height:110%;
	}
	
p {	
	margin: 15px 0;
	}
	
a {outline:none;}	

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

a:hover, a:active {
	color:#000;
	}

hr {
	display: block;
	height:1px;
	background:#FFF;
	border:1px solid #BBB;
	}

small
{
	font-size: 100%;
	padding: 0px 0px 30px 0px;
	display: block;
	font-style:italic;
	
}

small a {padding-left:2px;}

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

/* Structure */

#columnBG
{
	
	padding-bottom:20px;
}

#page {
	width:970px;
	margin:20px auto;
	font-size:0.7em;
	background:#333300;
	padding: 10px 10px 25px 0px;
	}
	
#page .menu{
	width:970px;
	float:left;
	padding:0;
	margin:10px 0 10px 5px;
	list-style:none;
	font:16px/25px Helvetica, Arial, Verdana, sans-serif;
}

#page .menu li{
	float:left;
}

#page .menu a{
	float:left;
	height:25px;
	font:16px Helvetica, Arial, Verdana, sans-serif;
	color:#fff;
	line-height:25px;
	padding:0 20px 0 20px;
	text-decoration:none;
}
#page .menu .active a, #page .menu a:hover{
	float:left;
	height:25px;
	font:16px Helvetica, Arial, Verdana, sans-serif;
	color:#fff;
	line-height:25px;
	padding:0 20px 0 20px;
	background:#e52e00;
	text-decoration:none;
}

#branding {
	width:625px;
	padding-bottom:15px;
	}

.left {
	float:left;
	}

.right {
	float:right;
	}

#sidebar {
	width: 186px;
	padding: 0px 8px;
	float:right;
	}


	
#rightcol {
	width:186px;
	padding: 0px 8px;
	float:left;
	margin-right:22px;
	}


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

h1 {
	font:2.95em Helvetica, Arial, Verdana, sans-serif;
	font-weight:bold;
	letter-spacing:-0.02em;
	}
	
h2 {
	font: 2.3em Helvetica, Arial, Verdana, sans-serif;
	padding-bottom:8px;
	border-bottom:1px solid #333;
	margin: 20px 0;
	}

h3 {
	font: 1em Helvetica, Arial, Verdana, sans-serif;
	text-transform:uppercase;
	letter-spacing:0.1em;
	margin-bottom:4px;
	font-weight:bold;
	color:#5f5f5f;
	}

#rightcol .clearfloat h3, #sidebar .clearfloat h3 {
	border-top:5px solid #fe5d35;
	border-bottom:2px solid #fe5d35;
	padding:6px 0 6px 2px;
	margin:0px 0 15px 0;
	font-size:1em;
	background-color:#e32d00;
	}
	
#rightcol .title , #sidebar .title {
	margin:0px 0 -10px 0;
	}

h3#respond {
	border-top:1px dotted #b6b6b6;
	margin-top:25px;
	padding-top:20px
	}

h3#comments {
	margin-top:32px
	}

h4 {
	font-size:1.6em;
	margin-bottom:6px;
	}
	
	
	
/* Content */

#content {
	width:520px;
	float:left;
	background-color:#FFF;
	padding-top:20px;
	padding-bottom:50px;
	margin-right:10px;
	border-bottom:5px #252500 solid;
	}
	
.feature {
	padding: 0px 15px;
	}

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

.feature img, #rightcol img, #sidebar img {
	padding:0px;
	border:0px solid #a6a6a6;
	}
			
#leadpic {
	margin: 0 0px 15px 0;
	border:0px solid #a6a6a6;
	text-align:center;
	}

#lead {
	margin-top:0px;
	}

.title {
	font: 24px Georgia, Times, serif;
	font-size:1.2em;
	font-weight:bold;
	line-height:115%;
	color:#000;
	margin:0px 0px -10px 0px;
	text-transform:uppercase;
	}
	
.title2 {
	font: 24px Georgia, Times, serif;
	font-size:1.2em;
	font-weight:bold;
	line-height:115%;
	color:#000;
	text-transform:uppercase;
	}
	
#rightcol .clearfloat .title, #sidebar .clearfloat .title {
	margin:-5px 0px -15px 0;
	}
	
#sidebar .clearfloat p {
	margin:0px 0px 0px 0px;
	}
	
.feature#lead .title
{
	font: 24px Georgia, Times, serif;
	line-height: 120%;
	display: block;
	padding-bottom: 7px;
	text-transform: none;
	letter-spacing: 0px;
	font-weight: bold;
}

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

#rightcol .clearfloat img, #sidebar .clearfloat img {
	margin:-5px 0px -5px 0;
	}

	
#rightcol .clearfloat, #sidebar .clearfloat {
	padding:14px 14px;
	background-color:#FFF;
	margin-bottom:20px;
	border-bottom:5px #252500 solid;
	}	
	
#sidelist {
	margin-top:-10px;
	
	}
	
	#sidelist li {
	list-style:none;
	
	}
	
.bullets li {
	list-style:none;
	border-bottom:1px solid #FFF;
	}
	
#sidelist .bullets li {
	list-style:square;
	margin-bottom:5px;
	line-height:115%;
	margin-left:22px;
	}
	
#sidelist li.recentposts_item {
	list-style:square;
	margin-bottom:5px;
	line-height:115%;
	margin-left:22px;
	}
	
#sidelist .children {
	background:#e4efd5;
	}
	
#sidelist .children li {
	list-style: square;
	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
	}

.postmetadata {
	margin: 30px 0;
	}

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

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

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

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

.entry {
	padding-bottom:15px;
	}

h3 a:link, h3 a:visited {
	color:#5f5f5f;
	}



/*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 p {	
	margin: 15px 0px 15px 0px;
	font-size:120%;
	line-height:160%;
	font-family: Georgia, Times, serif;
	}
	
.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:100%
	}
	
#searchform {
	padding:16px 5px 0 0; 
	}

.button {
	padding: 1px;
	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: 100%;
	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 {
	}

.commentlist cite {
	font: 1.4em Georgia, Times, serif;
	font-weight:bold;
	letter-spacing:-0.05em;
	}	
	

/* Float Properties*/

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

.clearfloat {
	display:block
	}
	


/* Footer*/

#footer {
	margin: 0px auto;
	width: 490px;
	padding:0px 0px;
	color:#8c7f6e;
	font: 1.1em Georgia, Times, serif;
	font-style:italic;
	text-align:center;
	letter-spacing:1px;
	}

#footer a {
	color:#8c7f6e;
	}
	
#footer .stealth a {
	color:#FFF;
	}
	
#footer .stealth a:hover {
	color:#000;
	}
	
	
	#rightcol .clearfloat h3, #sidebar .clearfloat h3 {
	font: 14px Helvetica, Arial, Verdana, sans-serif;
	background-color:#e52e00;
	color:#FFF;
	padding:12px 6px;
	width:146px;
	letter-spacing:0px;
	line-height:110%;
	display:block;
	}
	
	#rightcol .clearfloat h3 a, #sidebar .clearfloat h3 a
	{color:#FFF;}
	
	#rightcol .clearfloat h3 a:hover, #sidebar .clearfloat h3 a:hover
	{color:#000;}
	
	#rightcol .clearfloat h3 img, #sidebar .clearfloat h3 img
	{
		border: 0px;
		display: inline;
		vertical-align: middle;
		float: right;
		margin: -20px 0px;
	}	
	
 .page_item,  .page_item a {
font: 13px Georgia, Times, serif;
	color:#e52e00;
	padding:8px 0px;
	letter-spacing:1px;
	line-height:110%
}

 .recentposts_item,  .page_item a {
font: 13px Georgia, Times, serif;
	color:#e52e00;
	padding:8px 0px;
	letter-spacing:1px;
	line-height:110%
}

 .recentposts_item,  .page_item a:hover {
font: 13px Georgia, Times, serif;
	color:#000;
	padding:8px 0px;
	letter-spacing:1px;
	line-height:110%
}
 .current_page_item, .current_page_item a {
font: 13px Georgia, Times, serif;
	color:#000;
	padding:8px 0px;
	letter-spacing:1px;
	line-height:110%
}

.clearfloat {margin-bottom:-10px;}


.noBorder {border:0px;}


	.post h3{
	font: 14px Georgia, Times, serif;
	color:#794f25;
	letter-spacing:3px;
	line-height:110%;
	display:block;
	}
	
	.post h3 a
	{color:#794f25;}
	
	.post h3 a:hover
	{color:#000;}
	
	.clearfloat {font-family:Georgia, Times, serif;}
	
	#rightcol .clearfloat .SidebarImage
	{display:block;margin-bottom:10px;}
	
	#sidebar .clearfloat .SidebarImage {display:block;margin-bottom:12px;}
	
#searchform .text{
	width:138px;
	overflow:hidden;
	display:block;
	border:1px solid #c8c8c8;
	padding:2px 5px;
	margin:0;
	font:11px Arial, Helvetica, sans-serif;
}
#searchform .button{
	float:right;
	clear:both;
	margin:8px 0 0;
	border:none;
	padding: 0;
}