/*  
Theme Name: MimboMod
Description: A magazine-style theme for Wordpress
Version: 3.0
Author: Darren Hoyt, HIGHLY Modified by Bob Davis
The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php
*/

#stButton {
        z-index:-1; 
        }

@media print {
  body, html {
	padding:0 !important;
	margin:0 !important;
	width:100% !important;
	}
  #searchform, #footer, #sidebar {
	display:none
	}           }


/* Page List ---------------------------------- */

#nav li {
	float: left;
	list-style:none;
	color:#3f3f3f;
        border-top: solid white;
        border-left: solid white;
	}
	
#nav a, #nav a:visited {
	display: block;
	text-decoration: none;
	background:#c6deff;
        padding:3px 12px;
	color:#3f3f3f;  
        border-top: 1px solid gray;
        border-right: 1px solid gray;
        border-left: 1px solid gray;
        -moz-border-radius-topright: 5px;
        -moz-border-radius-topleft: 5px;
        -webkit-border-top-right-radius: 5px;
        -webkit-border-top-left-radius: 5px;
	}

#nav a:hover {
	text-decoration:none;
	background:#B0C4DE;
	color:#292928;
	}	

#nav a:active {	}

/*	
#nav li.current_page_item a, #nav li.current_page_item a:visited {
	background:#B0C4DE;
	color:#292928;
	}   */

/* Category List ------------------------------ */
#nav-cat li {
	float: none;
	list-style: none;
        z-index:10;
	color:#3f3f3f;
	}
	
#nav-cat a, #nav-cat a:visited {
	display: block;
	text-decoration: none;
	background: #c6deff;
        padding: 5px 12px 5px 13px;
	color: #3f3f3f;
        border-style: outset;
	border-width: 1px; 
	}

#nav-cat a:hover {
	text-decoration: none;
	background: #B0C4DE;
	color: #292929;
	}
#nav-cat a:active {  }
	
#nav-cat li.current_page_item a, #nav-cat li.current_page_item a:visited {
	background: #d8d8d8;
	color: #292929;
	}

/* Category Drop Downs -------------------------- */

ul#nav-cat li {float:left;}
ul#nav-cat li a {text-decoration:none;}
ul#nav-cat ul {display:none;position:absolute;}
ul#nav-cat li li {float:none;}
ul#nav-cat li:hover > ul {display:block;}

/* ---------- @ HTML Tags -----------*/

*       {margin:0;
	padding:0;   
	outline:none;
	} 

p       {margin: 17px 0;
	line-height:120%;  
	}

body,html {min-height:101%; /*Firefox scrollbar fix*/
	}
	
body {
        color: #1d1d1d;
	}

body, select, input, textarea {
	font: 100% Arial, Verdana, Sans-Serif;
	}

a, a:visited {color: #637777;
	}

a:hover, a:active {color:#2d576d;
	}

hr {    display: block;
	height:1px;
	background:#d7d7d7;
	border:0;
	color:#b7b7b7;
	}

table { border-collapse:collapse;
/*	width:100%;   */
	margin:0px 0;
	border:1px solid #b0b0b0;
	}

td {    padding:5px 5px;
/*	background:#F5F3EE;  */
	}
		
table caption {padding:3px 0;
	}	
			
a img, a:visited img {
	border:none
	}
	
blockquote {
	color:#76767a;
	padding:0 3px;
	margin:3px 3px;
	border-left:3px solid #DDD;
	font:italic 1em Arial, Times, serif;
	letter-spacing:0.02em;
	}

pre {   width:100%;
	overflow:auto;
	}

/* ---------- @ Structure -----------*/

#page {	width:900px;
	margin:0 auto;
	}
	
#wrapper {
	background:#FFF;
	font-size:0.8em;
	border-right:1px solid gray;  
	border-left:1px solid gray;
	}

#masthead {	}

#content {
	width:670px;
     	float:left;  
        padding: 2px;
        margin: 5px;
	}
	
/*
#description {
	font: italic 1.2em Arial, Times, serif;
	color:#888787;
	padding: 0 0 0 5px;
	border-left:1px dotted #7c7c7c;
	margin:5px 0 0 5px;
	float:left;
	letter-spacing:0.01em;
	}
*/
	
.left {	float:left;
	}

.right {float:right;
	}

#sidebar {
	width: 200px;
        height: 880px;
        border-left: 1px solid gray;
        border-bottom: 1px solid gray;
        padding: 5px 2px 5px 2px;
	background:#c6deff; 
	float:right
        }


#featured-cats {
	width:200px;
	float:left
	}

#more-posts {
	width:200px;
	float:right;
	}
	
/* ---------- @ Headers -----------*/

h1 {
	font: bold 2.7em Arial, Times, serif;
	letter-spacing:-0.01em;
	float:left;
	}
	
h2 {
	font: 2.5em Arial, Times, serif;
	padding-bottom:5px;
	margin: 5px 0 5px 0;
	}

#lead h2 {
	font: 2.2em Arial, Times, serif;
	line-height:115%;
	margin:3px 0 5px 0;
	padding:0;
	}	
	
.post h2 {
	font-size:2.2em;
	padding: 0;
	margin: 5px 0 0 0;
	}
	
h2.posttitle {
	border-bottom:1px solid #d7d7d7;
	margin:5px 0 0 0;
	padding:0 0 5px 0;
	text-align:center;
	}

h2.pagetitle {
	border-bottom:1px solid #d7d7d7;
	padding:0 0 5px 0;
	margin:5px 0 5px 0;
	font-size:2.2em;
	text-align:center;
	}
				
h3 {
	border-top:3px solid #b7b7b7;
	border-bottom:1px solid #b7b7b7;
	padding:5px 0 5px 3px;
	margin:5px 0 5px 0;
	font-size:1em;
	background:none;
	color:#4c4b46;
	letter-spacing:0.07em;
	}

.post h3 {
	border:none;
	font:1.7em Arial, Times, serif;
	color: #232323;
/*	letter-spacing:0;  */
	}
	
#featured-cats h3, #more-posts h3 {
	margin:0 0 5px 0;
	}
		
h3#respond {
	margin:5px 0 5px 0;
	}

h3#comments {
	margin-top:5px
	}

h4 {
	font:bold 1.3em Arial, Times, serif;
/*	margin-bottom: 5px;   */
	}
	
.post h4 {
	margin:5px 0;
	}
	
.archive-list h4 {
/*	margin:0;   */
	font-size:1.2em;
/*	line-height:125%;  */
	}
	
h5 {
	font: 0.8em Arial, Times, serif;
	letter-spacing:0.15em;
	padding:4px 5px;
	margin-bottom:5px;
	background:#f5f3ee;
	border-top:1px solid #d7d7d7;
	}

h6 {
	font:bold 0.9em Arial, Helvetica, sans-serif;
	}
	
/* ---------- @ Content Styles -----------*/

#content li {
        margin: 4px 14px;
	}

/*Misc*/

h1 a, h1 a:visited {
	color:#444;
	text-decoration:none
	}

h1 a:hover {
	color:#686868;
	}

h1 a:active {
	color:#929292;
	}
			
h4 a, h4 a:visited {
	color:#383838;
	text-decoration: none
	}
	
h5 a, h5 a:visited,
h5 a:hover, h5 a:active {
	text-decoration: none
	}
	
#more-posts img, .archive-list a img, .archive-list a:visited img {
	float:left;
	margin: 1px 2px 2px 0;
/*	padding:1px;   */
	border:1px solid #b9b9b9;
	background:#FFF;
	}

.postmetadata .commentcount {
	font-size:1em;
	}
		
.date {
	float:left;
	margin:4px 4px 0 0;
	font: 0.85em Arial, Times, serif;
	color:#737373;
	letter-spacing:0.03em;
	}

#featured-cats .date {
	margin: 2px 3px 0 0;
	}

/*Sidebar and Widgets*/

#sidebar li, .headlines li {
	margin-left:5px;
	padding:5px 0;
        list-style-type:none;
	}

#sidebar a, #sidebar a:visited,
#home #content a, #home #content a:visited, 
.archive-list h4 a, .archive-list h4 a:visited,
.commentcount a, .commentcount a:visited, 
.fullarchive a, .fullarchive a:visited {
	color:#424242;
	text-decoration: none;
	}

#sidebar a:hover, #sidebar a:active,
#home #content a:hover, #home #content a:active, 
.archive-list h4 a:hover, h4 .archive-list a:active, 
.commentcount a:hover, .commentcount a:active, 
.fullarchive a:hover, .fullarchive a:active {
	color:#686868;
	text-decoration: underline;
	}

#wp-calendar td {
	text-align:center;
	padding:3px;
	}	
	
#recentcomments {
	color: #787878;
	}

a.rsswidget, a.rsswidget:visited {
	font-weight: bold
	}

#ads img, .wp125ad img {
	float:left;
	margin:0 0 5px 5px;
	}

.textwidget {
	margin: 5px 0;
	line-height:150%;
	}	
	
.widget td {
	background:none;
	}
	
.widget table {
	border:none
	}
	
/*Single Posts*/

#tags {
	padding:3px;
	border-bottom:1px solid #DDD;
	border-top:1px solid #DDD;
	}	

#tags a, #tags a:visited {
	text-decoration: none
	}
	
/*Archives*/

.archive-list li {
	list-style:none;
	width:620px;   
	float:left;
	height:85px;
	margin: 3px 2px 3px 2px;  
	border-bottom:1px dotted #b1b1b1;
	}

.archive-list img {
	margin:0 3px 0 0;  
	}

.archive-list .postmetadata {
	border:none;
	margin:0;
/*	padding:3px 0 0 0;   */
	}

/*Images*/
	
.entry img {
	display:block;
	border:1px solid #999;
	padding:2px;
	margin:3px 0;
	}

.wp-caption.alignleft, 
.wp-caption.alignright, 
.wp-caption.aligncenter {
	background:#f5f3ee;
	text-align:center;
	padding:3px 3px 3px 3px;
	border:3px double #FFF;
	}

img.alignleft {
	margin:1px 1px 1px 0;
	float:left
	}

img.alignright {
	margin:3px 0 3px 3px;
	float:right
	}

.wp-caption.alignleft {
	float:left;
	margin:3px 3px 3px 0;
	}
	
.wp-caption.alignright {
	float:right;
	margin:3px 0 3px 3px;
	}

.wp-caption.aligncenter, img.aligncenter {
    margin: 0 auto;
	display:block;
	margin-bottom: 3px;
	float:none
   	}
		
p.wp-caption-text {
	margin:0;
	text-align:center;
	padding:3px 0;
	}	

.wp-caption img {
	float:none;
	margin:0;
	}	

.gallery {
	margin:3px 0;
	display:block;
	}
	
.gallery img {
	border:1px solid #999 !important;
	padding:2px;
	}

.gallery-item {
	padding:2px 0;
	}

.gallery-caption {
	padding:3px;
	}

/* ---------- @ Form Elements -----------*/

#author, #email, #comment, #url, #s {
	background:#FFF !important;
	padding:5px;
	border:1px solid #bfbfbf;
	border-left:1px solid #e2e2e2;
	border-top:1px solid #e2e2e2;
	}

#author, #email, #url {
	width:220px;
	}
		
.button {
	padding: 8px 14px;
	background:#424242;
	color:#FFF !important;
	border:none;
	font-size:1.1em;
	}

.button:hover {
	background:#272727;
	color:#FFF;
	text-decoration:none
	}

.button:active {
	background:#000;
	}

#commentform textarea {
	width: 98%;
	margin-top:5px;
	height:250px;
	}

#searchform {
	float:left;
	width:200px;
	text-align:center;
	padding-top:3px;
	}

#s {
	width:190px;
	font-size:1em;
	}
	
#s:focus {
	background:#f8f8f8 !important;
	}

#searchsubmit {
	vertical-align:top
	}		

/* ---------- @ Float Clearing -----------*/

.clearfloat:after {
	display:block;
	visibility:hidden;
	clear:both;
	height:0;
	content:".";
	}
	
.clearfloat {
	display:inline-block
	}

.clearfloat {
	display:block
	}

/* ---------- @ Footer -----------*/

#footer {
        color: #1d1d1d;
        border: 1px solid gray;
        background:#C6DEFF;
	}

#footer {
	font-size:small;  
/*	padding:16px 25px 25px 25px   */
	padding:10px 10px 10px 10px
	}

#footer a, #footer a:visited {
	color:#637777;
	text-decoration:none;
	}

#footer a:hover {
	color:#5a5954;
	}

#footer a:active {
	text-decoration:underline
	}
			
#footer img {
	vertical-align:middle;
	}
	
#copyright {
	float:left;
	width:550px;
	}

#rss {
	float:right;
	width:350px;
	text-align: right
	}
		
