/*  
Theme Name: Mimbo Pro
Theme URI: http://prothemedesign.com/themes/mimbo-pro/
Description: A slicker, full-featured, customizable version of the popular Mimbo theme
Version: 1.2
Author: Darren Hoyt, Ben Gillbanks
Author URI: http://prothemedesign.com/themes/mimbo-pro/
*/

/*Copyright 2008, Darren Hoyt and Ben Gillbanks
View license info in license.txt file 


/* 
TABLE OF CONTENTS 

  HTML Elements
  Page Structure
  Navigation
  Headings
  Content Page Styles
  WP Post Formatting  
  Comments
  Forms
  Clear
  Footer



/* HTML Elements */

* {
	margin:0;
	padding:0;
	}
	
*:focus { 
	outline: none;
	}
	
body,html {
	min-height:101%;
	}
	
body {
	background: #fff url(images/cb_bg_fade.jpg) repeat-x;
	color: #333;
	padding: 0 0 25px 0;
	}

body, select, input, textarea {
	font: 100% Arial, Verdana, Sans-Serif;
	}

a, a:visited {
	color: #d7651e;
	text-decoration:none
	}

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

small {
	font-size: 0.95em;
	background:#eef5e1;
	padding:3px 6px;
	}

hr {
	margin:22px 0;
	background:#eae9e4;
	color:#eae9e4;
	height:1px;
	border:0;
	display: block;
	}	

label {
	margin:0px 0 15px 0;
	display:block
	}
	
a img {
	border:none
	}
	
a img:alt {
	text-align:center;
}

table {
	display: table;
	margin:13px 0;
	width:100%;
	border-collapse:collapse;
	}	

th {
	background:#e4e4e4;
	text-align:left;
	width:35%
	}

th, td {
	border-bottom:1px solid #FFF;
	padding:4px 7px;
	}
	
td {
	background:#f2f2f2;
	width:65%;
	}		
			



/* Structure */

#header_bailey{
	width:936px;
	margin:0 auto;
	padding: 20px 0px 15px 10px;
	background: url(/wp-content/themes/mimboPro_multi/mimboPro_multi/images/cb_project_header_bg.jpg) no-repeat scroll 100% 70%;

	}

#page {
	width:946px;
	margin:0 auto;
	font-size:0.7em;
	background:#FFF;
	padding: 0px;
	
	}

#masthead {
   

	background: #000;
	/*background:url(images/bg_masthead.jpg);
	
	background: url(/wp-content/themes/mimboPro_multi/mimboPro_multi/images/cb_project_header_bg.jpg) no-repeat scroll 100% 70%;*/

	}
		
.left {
	float:left;
	}

.right {
	float:right;
	}

#sidebar {
	width: 188px;
	float:left;
	margin-right:13px;
	padding-bottom:25px;	
	}

#video_front {
	width: 325px;
	float:left;
	margin-right:13px;
	padding-bottom:25px;	
	}
	
.video_carousel{
border: 3px solid #efecec;
padding-bottom:0px;
border-bottom: 3px solid #666;
}
	
#interior #sidebar {
	padding:18px 13px 35px 13px;
	}
	


/*	Headers */

/* Uncomment this block if you have a graphical logo
h1, a#logo {
	text-indent:-9999px;
	width:320px;
	height:108px;
	background:url(images/logo.gif) no-repeat;
	margin:0 auto;
	display:block;
	color:#FFF;
	font:1.6em Georgia, "Times New Roman", Times, serif;
	text-align:center
	} 
*/


h1, #logo {
	margin:0 auto;
	display:block;
	color:#333;
	font:2.8em Georgia, "Times New Roman", Times, serif;
	padding-top:36px;
	text-align:center;
	font-weight:bold
	}
	
h2 {
	font: 2em Georgia, "Times New Roman", Times, serif;
	padding:2px 0px 6px 0px;
	border-bottom:1px solid #eae9e4;
	border-top:0px solid #eae9e4;
	color:#222;
	font-weight:bold
	}

.post h2 {
	line-height:110%; 
	}
	
h2#description {
	border:none;
	padding:0;
	font-size:0.9em;
	text-align:center;
	color:#40bb7f;
	text-transform:uppercase
	}

h2.widgettitle {
	border:none;
	font:1.2em Arial, Helvetica, sans-serif;
	font-weight:bold
	}
	
h3 {
	font: 1.1em Georgia, "Times New Roman", Times, serif;
	color:#333;
	margin:13px 0 5px 0;
	line-height:110%;
	font-weight:bold
	}

#sidebar h3 {
	margin-top:20px;
	font-family:Arial, Helvetica, sans-serif
	}

h3#pages {
	margin:0 0 5px 0;
	}
		
h3.green, h3.red, h3.grey {
	height:22px;
	margin:0 0 9px 0;
	padding:3px 0 0 7px;
	font:1.2em Arial, Helvetica, sans-serif;
	font-weight:bold
	}
	
h3.green {
	background: #aa7050; /*url(images/cat_green.jpg)*/;
	}

h3.red {
	background: url(images/cat_red.jpg);
	}

h3.grey {
	background: url(images/cat_grey.jpg);
	}
				
#lead h3 {
	font-size:1.5em;
	margin:0;
	padding-right:17px;
	line-height:100%;
	}
			
#recent h3 {
	margin: 0 0 5px 0;
	color:#112f41;
	font: 1.4em Arial, Helvetica, sans-serif;
	font-weight:bold
	}

.narrow h3 {
	font:1.6em Georgia, "Times New Roman", Times, serif;
	color:#313228;
	font-weight:bold
	}
	
h4 {
	margin-bottom:3px;
	font:1.2em Arial, Verdana;
	color:#313228;
	font-weight:bold
	}

.narrow h4 {
	font:1.4em Georgia, "Times New Roman", Times, serif;
	color:#313228;
	font-weight:bold
	}
		
h4#respond {
	border-top:1px solid #eae9e4;
	margin-top:25px;
	padding-top:20px;
	}
	
h4#comments {
	margin-top:32px;
	}

h4.pagetitle {
	margin-bottom:12px;
	}

.cat-excerpt h4 {
	margin:0px 0px 10px 0px;
	}

.domtab h4 {
	margin:15px 0;
	}

#more-menu h4 {
	color:#4a4e4a;
	font-size:1.1em;
	}

.narrow h5 {
	font:1.2em Georgia, "Times New Roman", Times, serif;
	color:#313228;
	font-weight:bold
	}
						
#meta h5 {
	border-top:0px solid #ccc;
	border-bottom:1px solid #ccc;
	color:#404040;
	padding:1px 0 3px 12px;
	font: 1.6em Arial, Helvetica, sans-serif;
	margin-bottom:10px;
	}
	


		
/* Content Page Styles */

#logo:hover, #logo:active {
	text-decoration:none;
	color:#d7f0fc
	}
	
#lead {
	background:#fff;
	color:#333;
	width:585px;
	padding:10px 0px 0px 18px;
	float:left;
	font-size:0.95em;
	}

#interior #lead {
	float:none;
	width:auto;
	margin: 6px 0 10px 0;
	}

#lead .left {
	width:315px;
	}

#lead .right {
	width:265px;
	}
		
#lead a, #lead a:visited {
	color:#222;
	}

#lead img {
	border:1px solid #516f80;
	padding:1px;
	}

#lead .date {
	color:#a7b5bd;
	margin-bottom:-15px;
	padding:4px 0;
	}

#lead p {
	margin:15px 0;
	line-height:140%;
	}
	
#fullstory {
	width:103px;
	height:20px;
	background:url(images/fullstory.jpg);
	display:block;
	text-indent:-9999px;
	}

#fullstory:hover {
	background:url(images/fullstory.jpg) 0 -20px;
	}
	
#interior #lead img	{
	float:left;
	margin:1px 16px 6px 0;
	}

#interior #lead .left {
	width:165px;
	}

#interior #lead .right {
	width:494px;
	}
		
.widget_tag_cloud a {
	display:inline;
	float:none;
}

.widget_calendar table {
	width:100%;
}

.bluebox {
	background:#efecec;
	border-bottom:1px solid #ccc;
	border-top:1px solid #ccc;
	padding:13px;
	}
	
.bluebox a, .bluebox a:visited {
	color:#333;
	font-weight:bold
	
	}
	
.greybox {
	background:#efecec;
	border-bottom:1px solid #ccc;
	border-top:1px solid #ccc;
	padding:13px;
	}
	
.greybox a, .bluebox a:visited {
	color:#333;
	font-weight:bold
	}	

.widget li {
	list-style:none;
	border-bottom:1px solid #ececec;
	padding:3px 0 3px 4px;
	}
	
li.widget {
 	list-style:none;
 	}

.bullets a, .bullets a:visited,
.widget a, .widget a:visited {
	color:#737373;
	}

.bullets a:hover, .bullets a:active,
.widget a:hover, .widget a:active {
	color:#000;
	text-decoration:none;
	}

.bullets li {
	margin-left:25px;
	padding:5px 0;
	border-bottom:1px solid #ececec;
	list-style:circle;
	}
	
#interior #content {
	float:left;
	width:699px;
	padding:18px 0 40px 0;
	}

#full_width {
	float:left;
	width:906px;
	padding:18px 20px 40px 20px;
	}
	
#the_people {
	width:906px;
	padding:0px 20px 0px 20px;
	}	
	
#breadcrumbs {
	background:#3399cc;
	padding:6px 0 6px 78px;
	color:#FFF;
	}	

#breadcrumbs a, #breadcrumbs a:visited {
	color:#ace3ff;
	font-weight:bold
	}

#interior .stripes {
	background: #FFF /*url(images/bg_stripe2.gif) repeat-x*/;
	margin-top:0px;
	padding-top:9px;
	}	

#author {
	margin-bottom: 0px;
	}

#author img {
	padding:1px;
	border:1px solid #93c0d6;
	float:left;
	margin-right:13px;
	}

#author span {
	display:block;
	border-top:1px solid #bfdfef;
	margin-top:12px;
	background:url(images/envelope.gif) no-repeat 1px 10px;
	padding:8px 0 0 17px;
	}

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

.cat-excerpt {
	padding:10px;
	margin: 12px 0;
	}
	
.cat-excerpt img, .gallery {
	float:left;
	margin:1px 12px 7px 0;
	border:1px solid #516f80;
	padding:1px;
	}	

.gallery {
	margin:0 18px 16px 18px;
	}
				
.pagination {
	padding-top:20px;
	}
	
.narrow {
	float:left;
	width:699px;
	}

.bigger {
	font-size:1.1em;
	}
	
		

/*Post Page Formatting*/

.picleft {
	float:left;
	margin:4px 14px 10px 0;
	border:4px solid #e0e0db;
	}

.picright {
	float:right;
	margin:4px 0 10px 14px;
	border:4px solid #e0e0db;
	}	

.entry blockquote, .entry pre, .entry code, 
.commentlist blockquote, .commentlist code {
	color:#76767a;
	background:#f2f2f2;
	padding:6px 14px;
	margin:18px 35px;
	border-right:1px solid #DDD;
	border-bottom:1px solid #DDD;
	display:block;
	}	

.entry pre, .entry code {
	width:350px;
	font: 1em "Courier New", Courier, monospace;
	overflow:auto;
	padding:20px 14px;
	}
	
.entry p {
	margin:15px 0;
	line-height:140%;
	font: 13px Arial, Verdana, Courier, monospace;
	line-height: 18px;
	}
	
.commentlist p {
	margin:15px 0;
	line-height:140%;
	font: 13px Arial, Verdana, Courier, monospace;
	
	}
	
.entry ul, .entry ol {
	padding:15px 0;
	}
		
.entry ol li, .entry ul li {
	margin:0 0 5px 48px;
	line-height:115%;
	}

.entry ul li {
list-style-image:url(images/new_li.jpg);
	
	}
	
#tags {
	padding:3px 6px 4px 15px;
	background:#efecec url(images/tag.gif) no-repeat 4px;
	border-top: 1px solid #ccc;
	line-height:2.0em;
	}	

.commentcount {
	background:url(images/bubble.gif) no-repeat 1px;
	padding-left:17px;
	margin: 0 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal
	}

#home #lead .commentcount, 
#interior #lead .commentcount {
	background:url(images/bubble2.gif) no-repeat 1px;
	font-size:0.6em;
	}
			
.postmetadata {
	border-bottom:1px solid #eae9e4;
	padding:5px 0;
	}	

#print {
	background:url(images/icon_page.gif) no-repeat;
	padding-left:15px;
	}
	
		


/* Comments*/

.commentlist cite {
	font-style:normal;
	margin-bottom:4px;
	display:block
	}	

.commentlist blockquote {
	background:#ededed;
	}
			
.commentlist li {
	padding: 10px 14px 14px 14px;
	background:#f2f2f2 url(images/bg_comment.gif) no-repeat;
	border-bottom: 1px solid #dcdbd7;
	list-style:none;
	margin-bottom:12px;
	}

.commentlist li li {
	background:none;
	border:none;
	list-style:square;
	margin:3px 0 3px 20px;
	padding:3px 0;
	}

.commenttext {
	width:607px;
	float:right
	}
		
.commentlist cite strong {
	font-size:1.1em;
	}
	
li.my_comment {
	background: #FFF;
	border:none
	}

li.my_comment cite strong {
	font-size: 1.5em;
	color:#313228;
	}
	
#commentform small {
	background:#FFF;
	font-weight:bold;
	padding:0;
	}
	
.commentmetadata {
	display: block;
	margin-top:13px;
	text-align:right
	}

.commentmetadata a, .commentmetadata a:visited {
	color:#959382;
	}
	
.commentlist small {
	background:#e9e9e9;
	font-size: 1.1em;
	}

.gravatar {
	border:1px solid #939188;
	margin:15px 8px 6px 0;
	float:left;
	padding:1px;
	width:45px;
	height:45px;
	}	

#comment {
	width:695px
	}
	
	

/* Form Elements */

#searchform {
	width:162px;
	float:right;
	text-align:right;
	padding-top:2px;	
	}
	
select {
	background:#efecec;
	border:1px solid #ccc;
	width:100%
	}

#s {
	background:#fff;
	border:1px solid #ccc;
	padding:2px;
	width:129px;
	}

#submit {
	border:0px solid #ccc;
	/*background: url(/images/submit_comment.gif) no-repeat scroll 100% 70%;*/
	margin-top:12px;
	color:#333;
	padding:3px 75px;
	display:block
	width: 162px;
	}
	
#contactform legend {
	display:none
	}

#contactform fieldset {
	border:none
	}

.field {
	border:1px solid #444;
	border-top:1px double #c4c4c4;
	border-left:1px double #c4c4c4;
	padding:5px;
	background:#FFF ! important;
	}

.field:focus {
	background:#f9f8f4 ! important;
	}

#wysiwyg {
	padding:6px 0 10px 0;
	}

#wysiwyg a, #wysiwyg a:visited {
	padding:3px;
	margin-right:4px;
	text-indent:-9999px;
	display:block;
	width:20px;
	height:20px;
	float:left;
	border:1px solid #FFF;
	border-bottom:1px solid #afafaf;
	border-right:1px solid #afafaf;
	background-color:#CCC
	}
			
a#button-bold {
	background:#CCC url(images/bg_bold.gif) no-repeat 8px;
	}	

a#button-italic {
	background:#CCC url(images/bg_italic.gif) no-repeat 8px;
	}	
	
a#button-block {
	background:#CCC  url(images/bg_block.gif) no-repeat 5px;
	}	
	
a#button-link {
	background:#CCC  url(images/bg_link.gif) no-repeat 5px;
	}		

#wysiwyg a:hover, #wysiwyg a:active {
	background-color:#dcdcdc
	}


				

/* Float Properties*/

.clearfloat:after {
	display:block;
	visibility:hidden;
	clear:both;
	height:0;
	content:".";
	}
	
.clearfloat {
	display:inline-block
	}

.clearfloat {
	display:block
	}
	


/* Footer*/

#meta {
	background:#fff;
	margin-top:0px;
	padding: 21px 0 0px 0;
	border: 1px solid #efecec;
	}

#meta a, #meta a:visited {
	color:#333;
	}

#meta ol {
	padding-top:15px;
	}

#meta .block {	
	width:233px;
	float:left;
	padding-left:20px;
	}
	
#meta .block_wide {	
	width:383px;
	float:left;
	padding-left:20px;
	}
	
#meta li {

	margin-left:25px;
	color:#aa7050;
	padding:2px 0;
list-style-image:url(images/meta_li.jpg);
	}

#meta span {
	color:#aa7050;
	}
					
#footer {
	margin: 0 auto;
	width: 946px;
	font-size:0.7em;
	padding:15px;
	color:#333;
	}

#footer a, #footer a:visited {
	color:#333;
	}

#footer .left, #footer .right {
	width:400px;
	}
	
#footer .right {
	text-align:right
	}
	

.limiter{
background: #fff;
height: 120px;
margin-top: 30px;}

.limiter a:link, .limiter a:visited, .limiter a:active {
color:red;
}

.limiter a:hover{
text-decoration: hover;}

#portfolio ul{
list-style: none;
padding: 20px;}

#portfolio li{
list-style: none;
padding: 10px 0px 10px 10px;}


.contrib_orgs{background: #fff;
margin: 0;
padding: 0;
}

.contrib_orgs td{background: #fff;
width: 50%;
vertical-align: top;
}


	.imagecaptioneasy {
  padding: 4px;
  font-family: arial,helvetica,sans-serif;
  font-size: .9em;
  line-height: 1.15em;
  text-align: center;
  border: 1px solid #ccc;
  background: #efecec;
  color: #333;
}
.imagecaptioneasy img { border: 0px solid #fff; margin-bottom:5px; }
.imagecaptioneasy span { text-align: center; }
.imagecaptioneasy_top_left { margin: 0 11px 11px 0; float: left; }
.imagecaptioneasy_top_right { margin: 0 0 11px 11px; float: right; }
.imagecaptioneasy_top_nowrap { margin: 0 0 11px 0; float: none; }
.imagecaptioneasy_left { margin: 11px 11px 11px 0; float: left; }
.imagecaptioneasy_right { margin: 11px 0 11px 11px; float: right; }
.imagecaptioneasy_nowrap { margin: 11px 0 11px 0; float: right; }

.wp-caption{float: right; text-align:center}

.bt_donate{
margin-bottom: 15px;

}

#commentform{
font-size: 1.2em; }

.recent_multi{
margin: 0px 0px 10px 3px;} 

.multi ul{
display: inline;}

.multi_images ul{
display: inline;}

.multi_images li{
display: inline;}

.multi_right{
margin-left: 50px;}

.recent_stories_front{
margin: 0px 0px 13px 458px;}

.timeline_front{
margin: 15px 0px 0px 0px;}

/* VIDEO*/

.vid_wrap{
margin:0;
padding-bottom:20px;
width: 650px;
vertical-align:top;
height: 250px;
border-bottom: 3px solid #efecec;
}

.vid_left{
float:left;
width: 320px;
padding-top: 0px; 
}

.vid_right{
float:right;
width: 310px;
padding-top: 0px; 
height: 240px;
v-align: top;
vertical-align:top;
}


/* AUDIO*/

.aud_wrap{
margin:0;
padding:10px 0px;
width: 650px;
vertical-align:top;
height: 200px;
border-bottom: 3px solid #efecec;
}

.aud_left{
float:left;
width: 420px;
padding-top: 0px; 
}

.aud_right{
float:right;
width: 210px;
padding-top: 0px; 
height: 200px;
v-align: top;
vertical-align:top;
}

.aud_outline{
margin: 0;
padding: 0;
}

.aud_file{
margin-top: 15px;
}

#audio_page p{
margin:0;
}

#audio_page h3{
margin: 15px 0px;
}

.no_shade_table{
}
#post-22 td, #post-1158 td{
background: #FFF;}

.respond{
font: bold 14px arial, verdana;
margin-bottom: 15px;}


.comments_side {
list-style-type:none;
}
.comments_side ul{
list-style-type:none;
}

.comments_side li{
list-style-type:none;
margin:5px 0px 7px 0px;
padding-bottom:3px;
border-bottom: 1px solid #efecec;
}

.comment_header{
margin-bottom: 10px;}

.evidence_side{
float:right;
width: 235px;
margin-top: 15px;
padding: 0px;
}

ul.evidence_ignored{
list-style:none;
margin:0;
padding-top: 10px;
}

.evidence_ignored li{
border-bottom: 1px solid #efecec;
list-style-type:none;
padding: 3px 0px 5px 0px;
margin:0px;
}

.evidence_title{
text-align: center;
font: bold 13px georgia, arial, sans-serif;
margin: 0px 0px 0px 65px;
color: #555;
}

#respond{
margin-bottom: 15px;
font: bold 14px Arial, sans-serif;
color: red;
}

.side_cats{
margin: 0px 0px 0px 45px;
}

.side_comments{
margin: 15px 0px 0px 23px;
}

.comments_form{
margin: 15px 0px 10px -3px;
}

.comments_item{
margin: 0px 0px 0px -3px;
}

.wp-caption-text{
visibility: hidden;
}

.people_support{
margin: 80px 0px 0px 20px;
}

.alignright, .alignnone{
float:right;
margin: 0px 0px 15px 15px;
}

.press_item{
border-bottom: 0;
display:block;
margin: 0;
}
.press_item_inner{
margin: 0 auto;
padding: 0px 0px 15px 0px;
margin-bottom: 15px;
border-bottom: 1px solid #ccc;
display: block;
color: #333;
width: 100%;
}
.press_item_inner h3{
margin-top: 0px;
}
.press_item img{
float: right;
clear:both;
padding: 2px;
border: 1px solid #ccc;
margin: 0px 12px 10px 0px;
}
.press_item a.page-options {
color: #333;
text-decoration: none;
text-align: left;
padding: 0px;
margin: 0px;
font-size: 16px;
}
.press_item a.page-options:hover,
.press_item a.page-options:focus {
color: green;
text-decoration: underline;
}
.press_header{
font-weight: bold;
font-size: 17px;
text-decoration: none;
font-family: Georgia;
}
.press_item .clearfloat{
clear:both;
}
.press_item .clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.press_item .clearfix {
display: inline-block;
}

#post-791 td, #post-914 td{
background-color: #FFFFFF;
padding: 15px 20px 15px 0px;
border-bottom: 1px solid #ccc;
}