/*  
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:100%;
	}
	
body {
	background: #fff;
	color: #000;
	padding: 13px 0 25px 0;
	}

body, select, input, textarea {
	font: 12px Arial, Verdana, Sans-Serif;
	line-height: 20px;
	}

strong {
	font-weight: bold;
}
	
p {	
	margin: 15px 0;
}
.gray {
	background-color: #e7e7e7;
	padding: 20px;
}
.discuss {
	line-height: 30px;
}
.event {	
	font: 12px Arial, Verdana, Sans-Serif;
	line-height: 20px;
	width: 440px;
}
.descrip {	
	color: #FF9900;
	font-weight: bold;
	width: 440px;
}
.read {
	line-height: 60px:
	color: #a7a9ac;
	text-align: center;
	font: 10px Arial, Verdana, Sans-Serif;
}

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

small {
	font-size: 0.95em;
	background:#e7e7e7;
	padding:5px 10px;
	margin-bottom: 15px;
	}
small a:link, a:visited {
	color: #FF9900;
	text-decoration: underline;
	}
small a:hover, a:active {
	color: #FF9900;
	text-decoration: none;
	}

img, a:link img, a:visited img {
	border: 0px;
}
img#float, a:link img#float, a:visited img#float {
	border: 0px;
	padding: 15px;
	float: left;
}
	
.arc90_linkpic {
	display: none;
	position: absolute;
	left: 0;
	top: 1.5em;
	width: 160px;
	height: 120px;
}
.arc90_linkpicIMG {
	padding: 0 4px 4px 0;
	background: transparent url(linkpic_shadow.gif) no-repeat bottom right;
	width: 160px;
	height: 120px;
}

a.opacitylink img {
filter:alpha(opacity=100); 
-moz-opacity: 1.0; 
opacity: 1.0;}

a.opacitylink:hover img {
filter:alpha(opacity=75);   
-moz-opacity: 0.75;   
opacity: 0.75;
}

/* Structure */

#page {
	width:800px;
	margin:0 auto;
	font-size: 12px;
	background:#FFF;
	padding: 10px 25px 35px 25px;
}
#top {
	height: 60px;
	border-bottom: 1px solid #A7A9AC;
	width: auto;
}
#bottom {
	height: 60px;
	border-bottom: 1px solid #A7A9AC;
	width: auto;
}
#line {
	width: 524px;
	margin-top: 10px;
	float: left;
	border-bottom: 1px solid #A7A9AC;
}

#branding {
	width: 220px;
	height: 60px;
	border-top: 1px solid #a7a9a7;
}
#branding p, p a:link, p a:visited {
	color: #a7a9a7;
	line-height: 30px;
	text-align: center;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
#branding p a:hover {
	color: #a7a9a7;
	line-height: 30px;
	text-align: center;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
}
#topline {
	width:524px;
	border-bottom: 1px solid #aaaaaa;
}
.left {
	float:left;
	}

.right {
	float:right;
	}

#sidebar {
	width: 220px;
	float: left;
	}
	
#rightcol {
	width:524px;
	}


		
/*Subnav */
.logo {
	margin-top: 22px;
	margin-bottom: 60px;
}
.subnav {
	table-layout: auto;
	font-family: Georgia, Times, serif;
	font-size: 12px;
	line-height: 30px;
}
.subnav li {
	display: inline-table;
	width: 107px;
	height: 30px;
	list-style: none;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
}

.subnav li a:link, .subnav li a:visited {
	display: table-cell;
	width: 107px;
	background: #e7e7e7;
	padding: 4px 4px 4px 8px;
	color: #000;
	text-decoration: none;
	font-family: Georgia, Times, serif;
	font-size: 12px;
	line-height: 30px;
	}
		
.subnav li a:hover, .subnav li a:active {
	text-decoration: underline;
	color: #000;
	font-family: Georgia, Times, serif;
	font-size: 12px;
	line-height: 30px;
	}

.subnav li li a:link, .subnav li li a:visited {
	border-left:none
	font-family: Georgia, Times, serif;
	font-size: 12px;
	line-height: 30px;
	}
	
/*	Categories */

#categories { 
	border: 1px solid #bbb; 
	border-width: 1px 0; 
	padding: 10px 0; 
	margin: 35px 0 21px; 
	}
#categories ul { 
	color: #999; 
	font-size: 1em; 
	line-height: 1.25em; 
	min-height: 20px;
	}
#categories li { 
	float: left;  
	text-align: right;  
	display: block; 
	width: 120px; 
	margin-right: 10px; 
	}
#categories li a { 
	color: #FF9900; 
	font-weight: bold; 
	float: left; 
	text-decoration: none; 
	}
#categories li a:hover { 
	text-decoration: underline; 
	}	 
	
	
/*	Headers */

h1 {
	font:30px Arial, Helvetica, sans-serif;
	font-size: 30px;
	line-height: 50px;
	color: #FF9900;
	text-decoration: none;
	}
	
h1 a:link, a:visited {
	text-decoration: none;
	}
	
h1 a:hover {
	text-decoration: underline;
	}
		
h2 {
	font: bold 14px Georgia, Times, serif;
	font-style:italic;
	color:#a7a9ac;
	margin: 14px 0px;
	}
h2 a:link, h2 a:visited{
	font: bold 14px Georgia, Times, serif;
	font-style:italic;
	color:#a7a9ac;
	margin: 14px 0px;
	text-decoration: underline;
	}
h2 a:hover {
	text-decoration: none;
}

h3, #sidebar h2 {
	font: 18px Arial, Helvetica, sans-serif;
	margin-bottom: 4px;
	font-weight: bold;
	text-transform: uppercase;
	color:#000;
	}	
h3 a:link, h3 a:visited {
	font: 18px Arial, Helvetica, sans-serif;
	margin-bottom: 4px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	color:#000;
	}
h3 a:hover {
	font: 18px Arial, Helvetica, sans-serif;
	margin-bottom: 4px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: underline;
	color:#000;
	}

#sidebar h3, #sidebar h2 {
	border-bottom:1px solid #BBB;
	padding:6px 0 6px 2px;
	margin:22px 0 15px 0;
	font-size:18px;
	}
span.italic {
	font-family: Georgia, Times, serif;
	font-size:11px;
	text-transform: lowercase;
	font-style: italic;
	font-weight: normal;
	}

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:524px;
	float:right;
	}
	
.description {
	font-size: 14px;
	font-family: Georgia, Times, serif;
	font-style:italic;
	color:#a7a9ac;
	}

#leadpic {
	float:left;
	margin: 0 18px 8px 0;
	}

#lead {
	margin-top:22px;
	}

.title {
	font: 30px Arial, Helvetica, sans-serif;
	font-size: 30px;
	line-height: 50px;
	color: #FF9900;
	text-decoration: none;
	}
	
#rightcol h1 {
	font:30px Arial, Helvetica, sans-serif;
	font-size: 30px;
	line-height: 50px;
	color: #FF9900;
	text-decoration: none;
	}
	
#rightcol h1 a:link, #rightcol h1 a:visited {
	text-decoration: none;
	}
	
#rightcol h1 a:hover {
	text-decoration: underline;
	}

#rightcol h2 {
	font: bold 14px Georgia, Times, serif; 
	font-style:italic;
	color:#a7a9ac;
	margin: 14px 0px;
	}
#rightcol h2 a:link, #rightcol h2 a:visited {
	font: bold 14px Georgia, Times, serif; 
	font-style:italic;
	color:#a7a9ac;
	margin: 14px 0px;
	text-decoration: none;
	}
#rightcol h2 a:hover {
	text-decoration: underline;
}
#rightcol h3 {
	font: 18px Arial, Helvetica, sans-serif;
	margin-bottom: 4px;
	font-weight: bold;
	text-transform: uppercase;
	color:#000;
	}
#rightcol h3 a:link, h3 a:visited {
	font: 18px Arial, Helvetica, sans-serif;
	margin-bottom: 4px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	color:#000;
	}
#rightcol h3 a:hover {
	font: 18px Arial, Helvetica, sans-serif;
	margin-bottom: 4px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: underline;
	color:#000;
	}
	
#rightcol img {
	margin:3px 10px 4px 0;
	border: 0;
	}

#rightcol .clearfloat {
	border-bottom:1px dotted #b6b6b6;
	padding:12px 0;
	}
	
#rightcol a:link, #rightcol a:visited {	
	font: 12px Arial, Sans-Serif;
	color: #FF9900;
	line-height: 18px;
	text-decoration: underline;
	}
	
#rightcol a:hover {
	text-decoration: none;
	}
	
#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 .children {
	background:#ddd;
	}
	
#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:#ccc;
	color: #000;
	}

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

.postmetadata {
	margin: 30px 0;
	}

.entry {
	margin-bottom:28px;
	margin-top: 15px;
	}
	
img.alignleft {
	float:left;
}
img.alignright {
	float:right;
	padding:15px;
}



/*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 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;
	background:#fa8200;
	color:#fff;
	border:none;
	}

.button:hover {
	background:#a7a9ac;
	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 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
}


/* Footnotes */

.footnotes {
  font-size: 85%;
  line-height: 1.5em;
  padding: 0;
}
.footnotes .footnotedivider {
  width: 400px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
}
.footnotes li {
  margin: 0 0 5px 0;
}
sup.footnote a:link, sup.footnote a:visited {
  text-decoration: none;
  font-size: .25em;
  line-height: auto;
}
.footnotereverse a {
  padding: 0 0 0 5px;
  text-decoration: none;
}


/* Footer*/

#footer {
	margin: 0 auto;
	width: 800px;
	height: 40px;
	font-size:12px;
	padding-top:10px;
	color:#FFF;
	display: block;
	margin-bottom: 20px
	}
.copyright {
	text-align: left;
	line-height: 40px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #a7a9ac;
}
.footer-left {
	width: 220px;
	line-height: 40px;
	float: left;
	margin-left: 20px;
	margin-top: 10px;
}
.footer-right {
	width: 524px;
	border-top: 1px solid #a7a9ac;
	border-bottom: 1px solid #a7a9ac;
	line-height: 40px:
	padding: 5px;
	float: right;
}
#footer a {
	color:#a7a9ac;
}