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

* {
	padding:0;
	margin-left: 0px;
	}

body,html {
	min-height:101%;
	}
	
body {
	margin: 0; 	padding: 0;
	font: normal 12px Arial, Verdana, Tahoma, sans-serif;
	color: #555;
	background: #3c3c3c;	
}

body, select, input, textarea {
	font: Arial, Verdana, Sans-serif;
	color:#333333;
	}

p, h2, h3 {
	margin: 10px 20px 10px 20px;
	}

h1 {
	margin: 5px 20px 5px 20px;
	}

.subhead { 
	font-size: 55%;
	padding-left: 12px; 
	letter-spacing: .1em;
	}
	
p {
	font-size:inherit;
	color:inherit;
	line-height: 18px;	
	}
	
a:link, a:visited {
	color:#CC6633;
	text-decoration:none
	}

a:hover, a:active {
	color:#CC6633;
	text-decoration:underline;
	}

hr {
	display: block;
	height:1px;
	background:#333;
	border:0;
	}
	
img, a:link img, a:visited img {
	padding: 5px;
	background: #FAFAFA;
}
		

/* Structure */

#page {
	width:1000px;
	margin:0 auto;
	background:#FFF;
	padding: 10px 10px 25px 10px;
	}

#page-photogallery {
	width:1000px;
	margin:0 auto;
	background:#3c3c3c;
	padding: 10px 10px 25px 10px;
	}

.left {
	float:left;
	}

.right {
	float:right;
	}

.row {
     height:165px; 
     margin-bottom:10px;
	 border-bottom:1px dotted #b6b6b6;
	 border-top:1px dotted #b6b6b6;
}

.inner {
	 height: 160px;
     width: 330px;
	 float:left;
}	

#sidebar {
	width: 310px;
	float:left;
	background-color: #ffffff;
	margin-left: 20px;
	}

#sidelist img {
	background:inherit;
	float:left;	
	}

#leftcol {
	width:287px;
	border-right:1px dotted #b6b6b6;
	padding-right:18px;
	}

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


/* Top Links */
#toplinks {
	padding:0;
	height:25px;
	background-color:#3c3c3c;
	margin-top: 5px;
}

#toplinksnav {
margin:0 auto;
padding:0 1em 0 0;
width:1000px;
text-align:right;
}

#toplinksnav p {
margin:0;
padding:0;
font-size: 12px;
color:#cccccc;
line-height:25px;
}

#toplinksnav a {
color:#ffffff;
text-decoration:none;
}

#toplinksnav a:hover {
color:#dd9452;
text-decoration:none;
}

#toplinksnav a:visted {
color:#dd9452;
text-decoration:none;
}
		
#toplinks img {
	border:0px;
	padding:0px;
	margin:5px 0px 0px 0px;
	background: #3c3c3c;
	}
	

/* Navbar */
.navbar {
	padding:0;
	height:28px;
	background-color:#3c3c3c;
	margin-top: 10px;
}

.navbarblock {
	margin:0 auto;
	padding:0;
	width:590px;
	font-size:13px;
	color:#FFFFFF;
	line-height:28px;
	text-align:left;
	padding-left:10px;
}

.navbarblock a {
	color:#FFFFFF;
	}

.navbarblock a:hover {
	text-decoration:underline;
	}
	
	
/*	Headers */

h1 {
	font:1.6em Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	letter-spacing:-0.02em;
	}
	
h2 {
	font: 1.4em Georgia, "Times New Roman", Times, serif;
	padding-bottom:8px;
	border-bottom:1px solid #333;
	}

h3 {
	font: 12px Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#5f5f5f;
	}

#sidebar h2 {
	font: 10px Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	letter-spacing:0.1em;
	font-weight:bold;
	color:#5f5f5f;
	}
	
#sidebar h3, #sidebar h2 {
	border-top:5px solid #BBB;
	border-bottom:1px solid #BBB;
	padding:6px 0 6px 2px;
	margin:22px 0 15px 0;
	font-size:12px;
	}

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;
	}
	
.header img {
	align:center;
	}
	
/* content */

#content {
	width:1000px;
	float:left;
	background-color: #ffffff;
	}

#content-photogallery {
	width:1000px;
	float:left;
	background-color: #3c3c3c;
	color:#d3d1d1;
	}

#content-photogallery a{
	color:#bababa;
	font-weight:bold;
	text-decoration:underline;
	}

#content-photogallery a:hover{
	color:#ffffff;
	text-decoration:underline;
	}
	
.description {
	font-size: 1.3em;
	font-weight: bold; 
	font-style:italic;
	color:#545454;
	margin-top:-4px;
	}
	
.feature {
	width:630px;
	float:left;
	background:#f2f2f2;
	padding:7px;
	border-bottom:1px dotted #b6b6b6;
	border-top:1px dotted #b6b6b6;
	}

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

.feature img, #rightcol img {
	}
			
#leadpic {
	float:left;
	margin: 0 18px 8px 0;
	}

#lead {
	margin-top:22px;
	}

.title {
	font-size:1.2em;
	font-weight:bold;
	line-height:115%;
	}
	
.topquote {
	font-size:1.1em;
	line-height:150%;
	margin-left:180px;
	margin-right:180px;
	text-align:justify;
	margin-top: 20px;
	margin-bottom: 20px;
	}

.topquote h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.4em;
	font-weight:bold;
	line-height:150%;
	text-align:centre;
	margin-top: 20px;
	margin-bottom: 10px;
	}

.topquoteindex {
	font-size:1.1em;
	font-weight:bold;
	line-height:150%;
	margin-left:15px;
	margin-right:335px;
	text-align:justify;
	margin-top: 20px;
	margin-bottom: 20px;
	}
	
.feature#lead .title {
	font:1.8em Georgia, "Times New Roman", Times, serif;
	line-height:100%;
	display:block;
	padding-bottom:7px;
	}

.floating-box {
	background:#f2f2f2;
	padding:15px 0 0px 0px;
	border-bottom:1px dotted #b6b6b6;
	border-top:1px dotted #b6b6b6;
	float: left;
	width: 320px;
	margin-top:10px;
	}

.floating-box:hover {
	background:#dadada;
	}
	
.floating-box p {
	text-align:justify;
	}

.floating-box ol, .floating-box ul {
	line-height: 144%;
	font-size: 92%;
	margin-left:20px;
}

.floating-box img, a:link img, a:visited img {
	border: 1px solid #DADADA;
	padding: 5px;
	margin-top:0px;
	background: #FAFAFA;
}

.index-float {
	background:#ffffff;
	float: right;
	height: 130px;
}

.guides {
	margin-left:200px;
	}

.wide-box {
	background:#ffffff;
	padding:5px 0 0px 0px;
	height:365px;
	margin-top:10px;
	}

.wide-inner {
	background:#f2f2f2;
	width:495px;
	height:360px;
	text-align:justify;
	border-bottom:1px dotted #b6b6b6;
	border-top:1px dotted #b6b6b6;
	float:left;
	}

.wide-inner p, h2 {
	padding-left:15px;
	padding-right:15px;
	}

.wide-box-photogallery {
	background:#3c3c3c;
	padding:5px 0 0px 0px;
	height:auto;
	margin-top:10px;
	color:#dadada;
	}

.wide-inner-photogallery {
	background:#3c3c3c;
	width:495px;
	height:auto;
	text-align:justify;
	float:left;
	color:#dadada;
	}

.wide-inner-photogallery a{
	color:#bababa;
	font-weight:bold;
	text-decoration:underline;
	}

.wide-inner-photogallery a:hover{
	color:#ffffff;
	text-decoration:underline;
	}
	
.wide-boxpan-photogallery {
	background:#3c3c3c;
	padding:5px 0 0px 0px;
	height:auto;
	margin-top:10px;
	color:#dadada;
	}

.wide-pan-photogallery {
	background:#3c3c3c;
	height:auto;
	text-align:justify;
	float:left;
	color:#d1cfcf;
	}

.wide-inner-photogallery a{
	color:#bababa;
	font-weight:bold;
	text-decoration:underline;
	}

.wide-pan-photogallery a:hover{
	color:#ffffff;
	text-decoration:underline;
	}

.portrait {
	float: left;
	}

.testimonies img {
	float:left;
	}

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

#lead {
	margin-top:5px;
	}
	
#lead p {
	margin-left:50px;
	margin-right:50px;
	text-align:justify;
	}

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

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

#rightcol img {
	float:left;
	margin:3px 10px 4px 0;
	}

#leftcol img {
	margin-bottom: 4px;
	display:block
	}
	
#rightcol .clearfloat {
	border-bottom:1px dotted #b6b6b6;
	padding:1em 0;
	}	

#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:#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:1em;
	}

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

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

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

.entry {
	padding-bottom:28px;
	text-align: left;
	}

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


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

/* start - table */
table {
	border-collapse: collapse;
	margin-right:25px;
	align:left;
}
th strong {
	color: #fff;
}
th {
	background: #3c3c3c;
	height: 20px;
	padding-left: 11px;
	padding-right: 11px;
	color: #fff;
	text-align: left;
	border-left: 1px solid #B6D59A;
	border-bottom: solid 2px #FFF;
}

th.head-d {
	background:#FFFFFF;
	padding:0 0 10px 0;
	}

tr {
	height: 20px;
}
td {
	padding-left: 11px;
	padding-right: 11px;
	/* border-left: 1px solid #FFE1C3; */
	vertical-align:middle;
	text-align: left;
	margin-bottom: 5px;
}
td.data-b {
	background:#999999;
	font-weight:bold;
	}
td.first,th.first {
	border-left: 0px;
}
tr.row-a {
	background: #F8F8F8;
}
tr.row-b {
	background: #EFEFEF;
}
/* end - table */



/*Post Formatting*/

.picleft {
	float:left;
	margin:3px 14px 10px 0;
	border:7px solid #f2f2f2;
	background-color: #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:#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;
	text-align: left;
	}

#commentform small {
	background:#FFF;
	font-weight:bold;
	}
	
.commentmetadata {
	display: block;
	padding: 1em;
	}

.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
	}
	

/* Sub*/

#sub-content {
	width: 1000px;
}

.post .post-sub {
	background-color: #FAFAFA;
	border: 1px solid #f2f2f2;
	padding: 5px; margin-top: 20px;
	font-size: 95%;
}

#sub {
	clear: both;
	margin: 0; padding: 0;
	font: normal .95em/1.6em Arial, sans-serif;
	text-align: left;
}

#sub h1, #sub p {
	margin-left: 20px;
	margin-right: 20px;
	 }

#sub-content {	
	border-top: 1px solid #EAEAEA;
	margin: 0 auto;
	padding-left: 15px;
}
#sub-content a {
	text-decoration: none;
	color: #999999;
}
#sub-content a:hover {
	text-decoration: underline;
	color: #f2f2f2;
}
#sub-content ul {
	list-style: none;
	margin: 0; padding: 0;
}
#sub-content .col {
	width: 32%;
	padding: 0 5px 30px 0;
	color: #f2f2f2;
}
#sub-content .col2 {
	width: 33%;
	padding: 0 0 30px 0;
}

/* alignment classes */
.float-left  { float: left; }
.float-right {
	float: left;
}
.align-left  { text-align: left; }
.align-right {	text-align: right; }

/* additional classes */
.clear { clear: both; }
.gray  { color: #BFBFBF; }

/* Footer*/

#footer {
	margin: 0 auto;
	width: 900px;
	font-size:12px;
	text-align:center;
	padding-top:10px;
	color:#FFF;
	}

#footer a {
	color:#d3d1d1;
	}
	
.red { color:#CC6633; }
