/*  
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%;
	font-family:Arial, Helvetica, sans-serif;
	}
	
body {
	background: #3C3D38;
	color: #FFFFFF;
	padding: 13px 0 25px 0;
	margin: 0px;
	}
	
p {	
	margin: 13px 0;
	}

a:link, a:visited {
	color: #7da939;
	text-decoration:none
	}

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

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


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

/* Structure */
#header {
	margin-left: -2px;
}
#page {
	width: 1000px;
	margin:0 auto;
	font-size:11px;
	text-align: left;
	}

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

.left {
	float:left;
	}

.right {
	float:right;
	}

#sidebar {
	margin-left: 710px;
	margin-top: 50px;
	
	}
	
#mmHomelg {
	height: 320px;
	overflow: hidden;
	border-bottom: 1px solid #222;
}
	
#featurePhoto {
display: block;
background: #2C2D29;
width: 719px;
height: 320px;
padding: 10px;
float: left;
}



#featurePhoto h3 {
margin-bottom: 0px;
padding: 0px;
margin-top: 11px;
margin-left: 49px;
background: url(images/featurePhoto.jpg) no-repeat;
width: 655px;
height: 30px;
overflow: hidden;
text-indent: -1000em;
}

#featurePhoto .photo {
width: 152px;
float: left;
padding-left: 21px;
padding-right: 3px;
padding-top: 0px;
position: relative;
font-size: 12px;
color: #ddd;
font-family: Arial, Helvetica, sans-serif;
}


#homeBio {
background: #222;
width: 260px;
border-left: 1px solid #222;
height: 340px;
float: left;
color: #ddd;
}

#homeBio p {
	padding: 0px 25px;
	font-size: 12px;
}


#homeBio img {
border-bottom: 1px solid #222;
margin-bottom: 10px;
}
		
/*Subnav */

.subnav li {
	list-style:none;

	}

.subnav li a:link, .subnav li a:visited {

	display:block;
	padding:4px 4px 4px 8px;
	
	border-bottom: 1px solid #3C3D38;
	}
		
.subnav li a:hover, .subnav li a:active {
	
	text-decoration:none;
	color: #FFA23A;
	
	}

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

h1 {
	font:2.95em;
	font-weight:bold;
	letter-spacing:-0.02em;
	}
	
h2 {
	font-size: 18px;
	padding:8px;
	margin: 20px 0;
	}
	
 

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

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

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

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



embed {
	position: relative;
	left:: -10px;
}

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

#lead {
	
	}

.title {
	font-size:1.2em;
	line-height:115%;
	}
	


#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:12px 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:#000;
	color: #7da939;
	}

#sidelist .children li a:hover, #sidelist .children li a:active	{				
	color: #7da939;
	}

.postmetadata {
	margin: 30px 0;
	}

#writer {
	background:#eef5e1;
	margin:25px 0 15px 0;
	padding:12px;
	}

#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:12px;
	}

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

.entry {
	font-size: 13px;
	line-height: 17px;
	
	}

h3 a:link, h3 a:visited {
	color: #7da939;
	}

/* multimedia page */

.multimedia {
float: left;
}

.multimediaNav {
height: 660px;
background-color: #575854;
float: left;
overflow: hidden;

}

.multimediaNav h2 {
background-color: #6F706C;
text-transform: uppercase;
font-weight: normal;
margin: 0px;
margin-bottom: 0px;
text-align: center;
color: #312F2F;
letter-spacing: 6px;
font-size: 16px;
padding-top: 11px;
}

h2.videoJournalism{
	letter-spacing: 4px;
}

.scroll-pane {
	height: 624px;
}

.multimediaNav .summary {
position: relative;

}


	
 .multimediaNav .summary .desc {
	display: block;
	padding: 6px;
	position: absolute;
	font-size: 12px;
	line-height: 13px;
	background-color:#121212;
	width: 256px;
	padding-right: 20px;
	bottom: 21px;
	visibility: hidden;
	text-decoration: none;
	-moz-opacity:.70; filter:alpha(opacity=70); opacity:.70;
	
} 

body .jScrollPaneTrack {
	z-index: 9999;
}

.multimediaNav .summary .desc a {
	color: #FFF;
}

.multimediaNav .summary .desc a:hover {
	text-decoration: none;
	color: #FFF;
}

.multimediaNav .summary:hover .desc, .multimediaNav .active .desc {
	visibility: visible;
	z-index: 9999;
	
}

.multimediaNav img {
	width: 280px;
	height: 120px;
}

.multimediaNav .summary .title a {
	display: block;
	background-color: #121212;
	padding: 3px;
	font-size: 12px;
	text-align: right;
	text-transform: uppercase;
	color: #eee; 
	height: 15px;
	margin-top: -21px;
	-moz-opacity:.80; filter:alpha(opacity=80); opacity:.80;
	cursor: pointer;
	
}

.multimediaNav .active .title a {
	color: #F90; 
	-moz-opacity:.99; filter:alpha(opacity=99); opacity:.99;
	
}

.multimediaNav .summary .title a:hover, .multimediaNav .summary:hover .title a {
	text-decoration: none;
	color: #F90;
	cursor: pointer;
	-moz-opacity:.99; filter:alpha(opacity=99); opacity:.99;
}

/* multimedia page */

.photography {
float: left;
}

.photography * {
	margin: 0px;
	padding:0px;
}

.photographyNav {
height: 660px;
background-color: #575854;
}

.photographyNav h2 {
background-color: #6F706C;
text-transform: uppercase;
font-weight: normal;
margin: 0px;
margin-bottom: 15px;
text-align: center;
color: #312F2F;
letter-spacing: 6px;
font-size: 16px;
padding-top: 11px;
}

.photographyNav .summary {
padding: 0px;
text-align: center;
margin-top: 19px;

}

.photographyNav .summary img {
border: solid 3px #575854;
}

.photographyNav .active img, .photographyNav .summary:hover img {
	border: solid 3px #F38A39;
}
.photographyNav .summary .title a {
	display: block;
	position: relative;
	z-index: 999;
	background: url(images/titleBGgradient.png);
	color: #eee;
	float: right;
	padding: 5px;
	width: 241px;
	padding-top: 5px;
	height: 15px;
	font-size: 12px;
	margin-top: -28px;
	margin-right: 15px;
	text-align:right;
	text-transform: uppercase;
}
/* Target all Firefox */ 
@-moz-document url-prefix() { .photographyNav .summary .title a { 	margin-right: 14px; } }

.photographyNav .active .title a {
text-decoration: none;
}	

.photographyNav .summary:hover .title a {
	text-decoration: none;
}
/* ------------ basic / about page ---------*/

.basic_page {
	color: #CCC;
}

.basic_page h2 {
	text-transform: uppercase;
	font-weight: normal;
	font-size: 14px;
	margin: 0px;
	
}

.basic_page h3 {
	font-weight: normal;
	font-size: 18px;
	color: #999;

}

/*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 {
background-color: #2C2D29;
padding: 10px;

}

.post blockquote {
	padding:6px 14px;
	margin:18px 35px;
	border-top: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;
	}
	
.smallTxt {
color: #CCCCCC;
font-size: 11px;
}
	
#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 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 {
clear: both;
	margin: 0 auto;
	width: 1000px;
	padding-top:11px;
	padding-right: 12px;
	color:#eee;
	font-size: 12px;
	
	}
#footer #address {
	float: right;
	text-align: right;
	padding-right: 12px;
}
#footer #copyright {
	padding-left: 13px;
}
#footer a {
	color: #FF9933;
	}