/*  
Theme Name: Mimbo2.2-NVB2
Theme URI: 
Description: A magazine-style layout for Wordpress
Version: 2.2
Author: Darren Hoyt
Author URI: 

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: #fff;
	color: #000;
	padding: 10px 0 10px 0;
	}

body, select, input, textarea {
	font: 100% Tahoma, Verdana, Arial, Sans-Serif;
	}
	
p {	
	margin: 10px 0;
	}

a:link, a:visited {
	color: #0033CC;
	text-decoration:none
	}

a:hover, a:active {
	color:#003366;
	text-decoration:underline;
	}

hr {
	display: block;
	height:1px;
	background:#cccccc;
	border:0;
	}

small {
	font-size: 0.95em;
	background:#e7e7e7;
	padding:2px 10px;
	}

img, a:link img, a:visited img {
	border:0
	}

/* Structure */

#page {
	width:900px;
	margin:0 auto;
	font-size:0.75em;
	line-height:1.3em;
	background:#fff;
	padding: 0px 5px 5px 5px;
	}

#branding {
	width:620px;
	padding:0;
	}
.left {
	float:left;
	}

.right {
	float:right;
	margin: 0;
	}
#sidebar {
	width: 282px;
	float:right;    font: 1em  Verdana, Tahoma, Arial, Sans-Serif;
	}

#leftcol {
	width: 285px;    margin:9px 0 0 0;
	padding:0;    float: left;
	}
	
#rightcol {	width: 285px;    margin:0;	padding:0;    float: right;
	}
/*Subnav */

.subnav li {
	list-style:none;
	border-bottom:1px solid #FFF;
	}

.subnav li a:link, .subnav li a:visited {
	background:#e7e7e7;
	display:block;
	padding:4px 5px 4px 10px;
	border-left:5px solid #999;
	}
		
.subnav li a:hover, .subnav li a:active {
	background:#3333cc;
	text-decoration:none;
	color: #fff;
	}

.subnav li li {
	list-style:none;
	border-bottom:none;
	}

.subnav li li a:link, .subnav li li a:visited {
         padding:0;
	border-left:none;
	border-bottom:none;
	}

	
/*	Headers */

h1 {
	font: 2em "Times New Roman", Times, Georgia, serif;
	font-weight: bold;
	letter-spacing: -0.02em;
	background: url(images/header2.jpg) no-repeat top left;
	width: 620px;
    height: 80px;
	}
	
h2 {
	font: 1.8em "Times New Roman", Times, Georgia, serif;
	padding-bottom:8px;
	border-bottom: 1px solid #cccccc;
	margin: 10px 0;
	}

h3, #sidebar h2 {
	font: 1em Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.1em;		border-top: 1px solid #666;	
	margin: 0;	    	padding:3px 0 3px 0;	
	font-weight: normal;
	color: #000;
	}

#sidebar h3, #sidebar h2 {
	border-top: 3px solid #000;
	border-bottom:1px solid #666;
	padding:3px 0 3px 10px;
	margin: 2px 0 5px 0;
	font-size:1em;
	}

h3#respond {
	border-top:1px solid #666;
	margin-top:10px;
	padding-top:10px
	}

h3#comments {
	margin-top:32px
	}

h4 {
	font-size:1.2em;
	margin-bottom:6px;
	}
	
	
/* Content */

#content {
	width:595px;
	float:left
	}
	
.description {
	font-size: 1.3em;
	font-weight: bold; 
	font-style:italic;
	color:#cccccc;
	margin-top:-4px;
	}

.feature {
	background:#e7e7e7;
	padding:10px;
	border-top:3px solid #333;
	}

.feature:hover {
	background:#ccccff;
	}
	
.feature p, #rightcol p, #leftcol p {
	margin:0;
	}

.feature img{
	float:left;
	margin:5px 10px 5px 0;
	padding:0;
	border:1px solid #666;
	}
			
#leadpic {
	float:left;
	margin: 0 10px 5px 0;
	}

#lead {
	margin-top:2px;
	}

.title {
	font-size:1.2em;
	font-weight:bold;
	line-height:120%;
	}
	
.feature#lead .title {
	font:1.8em "Times New Roman", Georgia, Times, serif;
	line-height:100%;
	display:block;
	padding-bottom:5px;
	}


#rightcol img, #leftcol img {
	float:left;
	margin:5px 5px 5px 0;
	padding:0;
	border:1px solid #666;
	}


#rightcol .clearfloat, #leftcol  .clearfloat {
	padding:10px 0 5px 0;
	}	

#sidelist li {
	list-style:none
	}
	
.bullets li {
	list-style:none;
	border-bottom:1px solid #FFF;
	}
	
#sidelist .bullets li , #leftcol .bullets li{
	list-style: square;
	margin-bottom: 5px;
	line-height: 115%;
	margin-left: 20px;
	}

#sidelist .children {
	background:#e7e7e7;
	}
	
#sidelist .children li {
	list-style: square;
	margin-left:30px;
	border-bottom:1px solid #dcdcdc;
	}
	
#sidelist .children li a, #sidelist .children li a:visited {
	padding:2px 2px 2px 0px;
	border:0;
	background:#e7e7e7;
	color: #0033ff;
	}

#sidelist .children li a:hover, #sidelist .children li a:active	{				
	color:#fff;
	background: #0033cc;
	}

.postmetadata {
	margin: 10px 0;
	}

.entry {
	padding-bottom:28px;
	}

h3 a:link, h3 a:visited {
	color:#003399;
	}

/*Post Formatting*/

.alignleft {
	float:left;
	margin:5px 5px 5px 0;
	border:1px solid #666;
	}

.alignright {
	float:right;
	margin:5px 0 5px 5px;
	border:1px solid #666;
	}	

.post blockquote {
	color:#666666;
	background:#e7e7e7;
	padding:6px 14px;
	margin:15px 5px 15px 35px;
	border-right:1px solid #556677;
	border-bottom:1px solid #556677;
	}	

.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;
	background:#000;
	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 {
	background:#e9e9e9
	}

.commentlist cite {
	font: 1.6em "Times New Roman", 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: 0 auto;
	width: 880px;
	font-size:0.7em;
	padding-top:15px;
	color:#cc0000;
	}

#footer a {
	color:#ff0000;
	}