/*  
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: #1b1b1b;;
	color: #888888;
	padding: 0 0 20px 0;
	}

body, select, input, textarea {
	font: 100% Arial, Verdana, Sans-Serif;
	}
	
p {	
	margin-bottom: 20px;
	}

.space ul{
	margin-bottom: 20px;
}

a {
/*
	border-bottom-style: dotted;
	border-bottom-width: 1px;
*/
	text-decoration: none;
	outline: none;
}

a:link, a:visited {
	color: white;
	text-decoration: none;
}
a:active, a:hover {
	color: #94c840;
	text-decoration: underline;
}

.page a:link, .page a:visited{
	color: #94c840;
	text-decoration: none;
}

.page a:active, .page a:hover {
	color: #94c840;
	text-decoration: underline;
}

.links a:link, .links a:visited {
	color: white;
}


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


small {
	font-size: 0.95em;
	padding:3px 6px;
	background:#292829;
	border: 1px solid #313431;
	}

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

/* Structure */

#header {
	width:880px;
	height: 110px;
	margin:0 auto;
	font-size:0.7em;
	background: url(images/header-gradient.gif) top repeat-x;
	padding: 10px 25px 0 25px;
	color: white;
	}
	
#navbar {
	width:880px;
	height: 39px;
	margin:0 auto;
	font-size:0.7em;
	background: #0a0a0a url(images/nav.gif) top repeat-x;
	padding: 0 25px;
	color: white;
	border-top: 2px solid #0a0a0a;
}

#page {
	width:880px;
	margin:0 auto;
	font-size:0.7em;
	background:#2C2C2C;
	padding: 10px 25px 35px 25px;
	color: white;
	}

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

.left {
	float:left;
	}

.right {
	float:right;
	}

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

#leftcol {
	width:257px;
	border-right:1px solid #313432;
	padding-right:18px;
	}

#leftcol, #rightcol {
	margin-top:10px;
	float:left
	}	
	
#rightcol {
	width:307px;
	padding-left:18px;
	margin-top: -2px;
	}


		
/*Subnav */

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

.subnav li a:link, .subnav li a:visited {
	background: url(images/nav.gif) repeat-x;
	display:block;
	padding:4px 4px 4px 8px;
	border-left:4px solid #1e1e1e;
	color: white;
	font-weight: bold;
	}
		
.subnav li a:hover, .subnav li a:active {
	background:#BDD96A url(images/nav_over.gif) repeat-x;
	text-decoration:none;
	color: black;
	font-weight: bold;
	}

.subnav li li a:link, .subnav li li a:visited {
	border-left:none
	}
		
	 
	
	
/*	Headers */

h1 {
/*
	font:2.95em Georgia, "Times New Roman", Times, serif;*/
	font-weight:bold;
	letter-spacing:-0.02em;
	color: #99e631;
	}
	
h2 {
	/*font: 2.3em Georgia, "Times New Roman", Times, serif;*/
	/*font: 2em Arial, Helvetica, sans-serif;*/
	
	font:1.8em Georgia, "Times New Roman", Times, serif;
	padding-bottom:8px;
	border-bottom:2px solid #0a0a0a;
	margin: 20px 0;
	color: #99e631;
	}

.page h3 {
	font: 1.4em Arial, Helvetica, sans-serif;
	font-style: italic;
	padding-bottom:8px;
	border-bottom:1px solid #0a0a0a;
	margin: 35px 0;
	color: #99e631;
}

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

.page h4 {
	font: 1em Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	letter-spacing:0.1em;
	font-weight:bold;
	color:#99e631;
	margin-top:35px;
	margin-bottom:25px;
	}

.h3font {
	font: 1em Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	letter-spacing:0.1em;
	font-weight:bold;
	color:#99e631;
	}

#sidebar h3, #sidebar h2 {
	border-top:5px solid #3E3E3E;
	border-bottom:1px solid #3E3E3E;
	padding:6px 0 6px 2px;
	margin:22px 0 15px 0;
	font-size:1em;
	}

h3#respond {
	border-top:1px solid #313432;
	margin-top:25px;
	margin-bottom: 20px;
	padding-top:20px;
	}

h3#comments {
	margin-top:32px
	}

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

#content {
	width:605px;
	float:left
	}
	
.full {
	width: 880px;
}

.adfull {
	width: 605px;
	margin: 20px auto;
}
.ad336 {
	width: 336px;
	margin: 20px auto;
}
.ad250 {
	width: 250px;
	margin-top: 20px;
}

.description {
	font-size: 1.3em;
	font-weight: bold; 
	font-style:italic;
	color:#545454;
	margin-top:-4px;
	}

.feature {
	background:#292829;
	padding:15px;
	border: 1px solid #313431;
	/*
	border-bottom:1px dotted #b6b6b6;
	border-top:1px dotted #b6b6b6;
	*/
	}
	
/*
.feature:hover {
	background:#292829;
	}
*/
	
.feature p, #rightcol p {
	margin:0;
	}

.feature img, #rightcol img {
	padding:1px;
	border: 1px solid #313431;
	}
			
#leadpic {
	float:left;
	margin: 0 18px 8px 0;
	border: 1px solid #313431; 
	width: 269px;
	height: 178px;
	}
	
#singlepic {
	float:left;
	margin: 0 52px 40px 53px;
	border: 1px solid #313431;
	width: 500px;
	}

#lead {
	margin-top:22px;
	border: 2px solid #313431;
	}

.title {
	font-size:1.2em;
	font-weight:bold;
	line-height:115%;
	}
	
.feature#lead .title {
	font:1.8em Georgia, "Times New Roman", Times, serif;
	line-height:100%;
	display:block;
	padding-bottom:7px;
	}

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

#rightcol img {
	float:left;
	margin:3px 10px 4px 0;
	border: 1px solid #313431;
	}

#leftcol img {
	margin-bottom: 4px;
	display:block;
	border: 1px solid #313431;
	}
	
#rightcol .clearfloat {
	border-bottom:1px solid #313432;
	padding:12px 0;
	}	

#sidelist li {
	list-style:none
	}

.eventsbullets li {
	list-style:square;
	margin-bottom:5px;
	line-height:115%;
	margin-left: 22px;
	}

.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 .children {
	background:#5a7594;
	}
	
#sidelist .children li {
	list-style: square;
	margin-left:28px;
	border-bottom:1px solid #5a7594;
	}
	
#sidelist .children li a, #sidelist .children li a:visited {
	padding:2px 2px 2px 0px;
	border:0;
	background:#5a7594;
	color: #818d6f;
	}

#sidelist .children li a:hover, #sidelist .children li a:active	{				
	color:#465d23
	}

.postmetadata {
	margin: 30px 0;
	}

#writer {
	background:#292829;
	border: 1px solid #313431;
	margin:25px 0 15px 0;
	padding:12px;
	}

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

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

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

.entry {
	margin-top:50px;
	margin-bottom:50px;
	}

h3 a:link, h3 a:visited {
	color:#99e631;
	}

h4 a:link, h4 a:visited {
	color: #99e631;

}


/*Post Formatting*/

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

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

.post blockquote {
	color:#76767a;
	background:white;
	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:#81B13E;
	border:1px solid #1e1e1e;
	width:100%;
	outline: none;
	}
	
#searchform {
	padding:16px 5px 0 0; 
	}

.button {
	padding: 5px;
	background:#84B239;
	color: white;
	border: 1px solid #1e1e1e;
	font-weight: bold;
	}

.button:hover {
	background:#9ecf5c;
	color: black;
	text-decoration:none;
	}

#commentform .button{
	padding: 5px;
	background:#84B239;
	color: white;
	border: 1px solid #1e1e1e;
	font-weight: bold;
	margin-top: 20px;
	}

#commentform .button:hover{
	background:#9ecf5c;
	color: black;
	text-decoration:none;
	}

#searchsubmit {
	padding: 2px;
}

#commentform input {
	background: #1f1f1f;
	width: 170px;
	margin: 0;
	border: 1px solid #313431;
	color: white;
	padding: 0 2px;
	}

#commentform textarea {
	background: #1f1f1f;
	width: 100%;
	margin: 0;
	border: 1px solid #313431;
	color: white;
	padding: 0 2px;
	}



/* Comments*/

.commentlist {
	padding-left:30px;
	}
	
.commentlist li {
	margin: 15px 0 3px;
	padding: 8px 15px 10px 15px;
	background:white;	
	background:#292829;
	border: 1px solid #313431;
	}

.commentmetadata {
	display: block;
	}

.commentlist small {
	margin-bottom: 10px;
	}

label {
	background:#292829;
	border: 1px solid #313431;
	margin-left: 5px;
	padding: 0 2px;
}

.commentlist cite {
	font: 1.6em Georgia, "Times New Roman", 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: 0 auto;
	width: 900px;
	font-size:0.7em;
	padding-top:15px;
	color:#777777;
	}

#footer a {
	color:#d3d1d1;
	}
	


	

/* Tabs */

.tab-wrapper
{
	padding:				1em 1.5em;
	border:					1px solid #eee;
}
.tab-menu
{
	list-style:				none;
	padding:				2px 0;
	clear:					both;
	line-height:			17px;
	font-size:				12px;
}
.tab-menu li
{
	display:				inline;
	margin:					0 2px;
}
.tab-menu li a
{
	padding:				1px 5px;
	background-color:		#f5f5f5;
	color:					#222;
	font-weight:			bold;
	text-decoration:		none;
}
.tab-menu li a:hover,
.tab-menu li a:focus
{
	background-color:		#FAEC8F;
	border-bottom-color:	#999;
}
.tab-menu li a:hover
{
	background-color:		#FAEC8F;
	border-bottom-color:	#999;
}
.tab-menu li.tab-selected a
{
	background-color:		#BCEC8F;
}
