/*  
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: #133346 url(images/bg.jpg) repeat-x;
	color: #000000; /*CAB*/
	padding: 13px 0 25px 0;
	}

body, select, input, textarea {
	font-family: verdana, "trebuchet MS", helvetica, sans-serif; 
	}

a, a:visited {
	color: #CC0000; /*CAB: THIS IS NOT WHERE YOU CHANGE THE LINK COLOR -- YOU DO THAT AT SKINS/RED/STYLES.CSS LINE 5*/
	text-decoration: none;
	}

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

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

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

label {
	margin:12px 0 0 0;
	display:block
	}
	
a img {
	border:none;
	}

table {
	display: table;
	margin:5px 0;
	/*width:100%;*/
	border-collapse:collapse;
	}	

th {
	text-align:left;
	background-color: #5B4109;
	color: #FFFFFF;
	}

th, td {
	border-bottom:1px solid #FFF;
	padding:4px 7px;
	}
	
td {
	background-color: #FBEED2;
	}
			



/* Structure */

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

#masthead {
display: block;
	height:108px;
	background: #240b06 url(/data/global/logos/header.jpg);
	color: #FFFFFF; /*CAB*/
	}

.left {
	float:left;
	}

.right {
	float:right;
	}


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

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


/* CAB - THIS IS THE OLD VERSION OF H1 - I NOW USE H1 AS THE PAGE SIDEBAR
h1, #logo {
	margin:0 auto;
	display:block;
	color:#FFF;
	font:2.8em Georgia, "Times New Roman", Times, serif;
	padding-top:36px;
	text-align:center;
	font-weight:bold
	}
*/

h1 { /*cab*/
	font-size: 18px;
	font-weight: bold;
	color: #ac8a45;
	}
	
h2 {
	font: 2em verdana, "trebuchet MS", helvetica, sans-serif;;
	padding:6px 0;
	border-bottom:1px solid #eae9e4;
	border-top:3px solid #eae9e4;
	color:#313228;
	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 verdana, "trebuchet MS", helvetica, sans-serif;;
	font-weight:bold
	}
	
h3 {
	font: 1.1em verdana, "trebuchet MS", helvetica, sans-serif;;
	color: #7D6533; /*CAB*/
	margin:13px 0 5px 0;
	/*line-height:110%;*/
	font-weight:bold
	}

#sidebar h3 {
	margin-top:15px; /*CAB*/
	font-family:verdana, "trebuchet MS", 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 verdana, "trebuchet MS", helvetica, sans-serif;;
	font-weight:bold
	}
	
h3.green {
	background: url(images/cat_green.jpg);
	}

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

h3.grey {
	background: url(images/cat_grey.jpg);
	}
				
#lead h3 {
	margin:0;
	padding-right:10px; /* padding-right:17px; */
	line-height:100%;
	font: 1.6em verdana, "trebuchet MS", helvetica, sans-serif;;
	font-weight:bold
	}
			
#recent h3 {
	margin: 0 0 5px 0;
	color:#112f41;
	font: 1.4em verdana, "trebuchet MS", helvetica, sans-serif;;
	font-weight:bold
	}

.narrow h3 {
	font:1.6em verdana, "trebuchet MS", helvetica, sans-serif;;
	color:#313228;
	font-weight:bold
	}
	
h4 {
	margin-bottom:3px;
	font:1.2em verdana, "trebuchet MS", helvetica, sans-serif;;
	color:#ac8a45;
	font-weight:bold
	}

.narrow h4 {
	font:1.4em verdana, "trebuchet MS", helvetica, sans-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:0;
	}

.domtab h4 {
	margin:15px 0;
	}


#more-menu {
	color:#353535;
	font-size:1em;
	background-color: #FBEED2;
}

#more-menu {
	padding:14px;
	width:189px;
	float:right;
	margin:15px 0 8px 12px;
	color:#333333;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #DDD;
	border-right-color: #C7C7C7;
	border-bottom-color: #C7C7C7;
	border-left-color: #DDD;
	background-color: #FBEED2;
	}
	
/*#more-menu a, #more-menu a:visited { color:#98482f; }*/

.narrow h5 {
	font:1.2em verdana, "trebuchet MS", helvetica, sans-serif;;
	color:#313228;
	font-weight:bold
	}
						
#meta h5 {
	border-top:3px solid #085682;
	border-bottom:1px solid #085682;
	color:#5f9bbf;
	padding:1px 0 3px 12px;
	font: 1.6em verdana, "trebuchet MS", helvetica, sans-serif;;
	margin-bottom:10px;
	}

h5 { /*cab*/
	font-size: 12px;
	font-weight: bold;
	margin-top: 20px;
	}

h6 { /*cab - unused*/
	font-size: 10px;
	font-weight: normal;
	margin-top: 5px;
	}	
		
/* Content Page Styles */

#logo:hover, #logo:active {
	text-decoration:none;
	color:#d7f0fc
	}
	
#lead {
	background:#1e3d4f;
	color:#f1f5f8;
	width:582px; /*width:582px;*/
	padding:10px; /*padding:18px;*/
	float:left;
	font-size:0.95em;
	}

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

/*#lead .left {
	width:198px;
	}

#lead .right {
	width:368px;
	}*/
		
#lead a, #lead a:visited {
	color:#98482f;
	}

/*#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.png);
	display:block;
	text-indent:-9999px;
	}

#fullstory:hover {
	background:url(images/fullstory.png) 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 {
	border-bottom:1px solid #bfdfef;
	border-top:1px solid #bfdfef;
	padding:13px;
	background-color: #f2f2f2;
	}
	
.bluebox a, .bluebox a:visited {
	color:#4d6984;
	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:#B84B03; /*CAB - THIS IS WHERE YOU CHANGE THE LINKS FONT COLOR FOR THE LEFT SIDEBAR*/
	}

.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:square
	}
	
#interior #content {
	float:left;
	width:699px;
	padding:18px 0 40px 0;
	}

#breadcrumbs {
	background:#3399cc;
	padding:6px 0 6px 24px; /*CAB*/
	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:5px;
	padding-top:9px;
	}	

#author {
	margin-bottom: 19px;
	}

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

.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:#000000;
	padding:0px 16px 0px 16px;
/*	margin:18px 35px;*/
	/*display:block;*/ /*cab*/
	background-color: #F7EEE6; /*CAB*/
	background: #F7EEE6; /*CAB*/
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #DEB998;
	border-right-color: #DEB998;
	border-bottom-color: #DEB998;
	border-left-color: #DEB998;
	}	

.entry pre, .entry code {
	width:350px;
	font: 1em verdana, "trebuchet MS", helvetica, sans-serif;;
	overflow:auto;
	padding:20px 14px;
	}
	
.entry p, .commentlist p {
	margin:15px 0;
	line-height:140%;
	}
	
.entry ul, .entry ol {
	padding:0px 20px 0px 20px;
	}
		
.entry ol li, .entry ul li {
	margin:0 0 5px 0px;
	line-height:120%;
	}

/*.entry ul li {
	list-style:square
	}*/
	
#tags {
	padding:3px 6px 4px 15px;
	background:#edf7ff url(images/tag.gif) no-repeat 4px;
	}	

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

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

#comment {
	width:695px;
	font-size: 10px;/*cab*/
	}

/* Form Elements */

#searchform {
	width:194px;
	float:right;
	text-align:right;
	padding-top:2px;	
	}
	
select {
	background:#edf7ff;
	border:1px solid #3399cc;
	width:100%
	}

#s {
	background:#7ebfdf;
	border:none;
	padding:2px;
	width:129px;
	}

#submit {
	border:1px solid #000;
	background: #1a5d80 url(images/bg_button.gif) repeat-x;
	margin-top:12px;
	color:#a4e1ff;
	padding:3px;
	display:block
	}
	
#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:#000 url(images/bg_popular.jpg) center bottom no-repeat;
	margin-top:5px;
	padding: 21px 0 36px 0;
	}

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

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

#meta .block {	
	width:283px;
	float:left;
	padding-left:20px;
	}
	
#meta li {
	margin-left:25px;
	color:#65a5cb;
	padding:2px 0;
	list-style:square
	}

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

#footer a, #footer a:visited {
	color:#94d6f7;
	}

#footer .left, #footer .right {
	width:450px; /*CAB*/
	}
	
#footer .right {
	text-align:right
	}

/*CAB*/ .highlightquote {
 background-color:#D2E8DF;
 }
	
/*CAB*/ #commentform p.subscribe-to-comments input {
 margin: 5px 0 0 0;
 }

/*CAB*/ #commentform p.subscribe-to-comments label {
        display: inline;
	}
	
/*CAB*/ #toprightnav {
	width:218px;
	float:left;
	margin-top:0px;
	/*	margin-right:12px;*/
	padding-top:12px;
	text-align: right;
	font-size: 10px;
	}
 #toprightnav a, #toprightnav a:visited, #toprightnav a:hover, #toprightnav a:active { color: #F6DAA2;} 

/*CAB*/ #topmidnav {
	width:500px;
	float:left;
    margin-top:0px;
    margin-bottom:0px;
    padding:0px;
	font-size: 10px;
	}
	
/*CAB*/ #topleftnav {
	width:208px;
	float:left;
/*	margin-left:12px;*/
	margin-top:0px;
	margin-left:10px;
	padding-top:12px;
	text-align: left;
	font-size: 10px;
	}
 #topleftnav a, #topleftnav a:visited, #topleftnav a:hover, #topleftnav a:active { color: #F6DAA2;} 

/*CAB*/ #article-buttons-top {
	display:inline-block;
	margin-top:4px;
	margin-bottom:4px;
	width: 100%;
	}
	
/*CAB*/ #article-buttons-bottom {
	display:inline-block;
	margin-top:12px;
	margin-bottom:12px;
	width: 100%;
	}

/*cab*/.postfooter {
	padding:10px;
	font-size: 10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #7E4B18;
	border-bottom-color: #7E4B18;
	background-color: #FBEED2;
	}
	
/*---------- bubble tooltip -----------*/
a.popup{
	position:relative;
	z-index:24;
	text-decoration:none;
	background-color: #FFFFCC;
}
a.popup span{ display: none; }

/*background:; ie hack, something must be changed in a for ie to execute it*/
a.popup:hover{ z-index:25; color: #aaaaff; background:;}
a.popup:hover span.tooltip{
    display:block;
    position:absolute;
    top:0px; left:0;
	padding: 15px 0 0 0;
	width:200px;
	color: #61180A;
    text-align: center;
	filter: alpha(opacity:90);
	KHTMLOpacity: 0.90;
	MozOpacity: 0.90;
	opacity: 0.90;
}
a.popup:hover span.top{
	display: block;
	padding: 30px 8px 0;
    background: url(assets/bubbletooltips/bubble.gif) no-repeat top;
}
a.popup:hover span.middle{ /* different middle bg for stretch */
	display: block;
	padding: 0 8px;
	background-image: url(assets/bubbletooltips/bubble_filler.gif);
	background-repeat: repeat;
	background-position: bottom;
}
a.popup:hover span.bottom{
	display: block;
	padding:3px 8px 10px;
	color: #61180A;
    background: url(assets/bubbletooltips/bubble.gif) no-repeat bottom;
}

.lbsTooltip
{
	background:#fffade;
	border: 1px solid gray;
	z-index: 99;
	text-align: left;
}

.lbsTooltipHeader
{
	background:#fff4b8;
	color: black;
	font-weight:bold;
	font-size:15px;
	font-family:Arial,Helvetica,serif;
	margin: 0;
	padding:4px;
	position:relative;
	border: 0;
}

.lbsTooltipBody 
{
	padding: 4px 8px 0 8px;
	margin:0;
	position:relative;
	z-index: 2;
	border: 0;
}

.lbsTooltipBody p
{
	display: inline;
	color: black;
	font-family:Arial,Helvetica,serif;
	font-size: 14px;
	line-height:16px;
}

.lbsTooltipFooter
{
	font-size:11px;
	font-family:Helvetica,Arial,serif;
	bottom:4px;
	margin-top: 4px;
	position:absolute;
	text-align:right;
	border: 0;
}

.lbsTooltip a, .lbsTooltipFooter a
{
	color: blue;
	text-decoration: underline;
	font-weight: normal;
	font-size:11px;
	font-family:Helvetica,Arial,serif;
}

.lbsTooltipBody .ch-ref, .lbsTooltipBody .verse-ref
{
	font-size: 85%;
	top: -1px;
	position: relative;
}

.lbsTooltipBody .ch-ref
{
	font-weight: bold;
}

.lbsTooltipBody .verse-ref
{
	color: dimgray;
}

.lbsTooltip, .lbsTooltipBody span, .lbsTooltip a, .lbsTooltipBody p
{
	margin: 0;
	padding: 0;
}

#vote {
	padding:2px;
	/*width:50px;*/
	float:right;
	margin:0px 0px 0px 5px;
	color:#000000;
	background-color: #FBEED2;
	text-align: center;
	}
