/*  
Theme Name: Mimbo Pro
Theme URI: http://prothemedesign.com/themes/mimbo-pro/
Description: A premium magazine theme for WordPress
Version: 2.3.1
Author: Darren Hoyt, Ben Gillbanks
Author URI: http://prothemedesign.com/themes/mimbo-pro/


The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php


TABLE OF CONTENTS 

  Inherited Styles
  HTML Elements
  Page Structure
  Headings 
  Content Page Styles
  WP Post Formatting  
  Comments
  Forms
  Clear
  Footer


/* Inherited Styles */

@import url('css/nav.css');


/* HTML Elements */

* {
	margin:0;
	padding:0;
	}
	
*:focus { 
	outline: none;
	}
	
body,html {
	min-height:101%;
	}
	
body {
	background: #ffffff;
	color: #1b1b1b;
	}

body, select, input, textarea {
	font: 100% Arial, Verdana, Sans-Serif;
	}

input {
    -moz-border-radius: 5px;
-webkit-border-radius: 5px;
font-size: 16px;
padding: 5px;
}
a, a:visited {
	color: #AC2728;
	text-decoration:none
	}

a:hover, a:active {
	color:#6A7AAE;
	text-decoration:underline;
	}

small {
	font-size: 0.95em;
	background:#eef5e1;
	padding:3px 6px;
	}

hr {
	margin:22px 0;
	background:#6A7AAE;
	color:#6A7AAE;
	height:1px;
	border:0;
	display: block;
	}	

label {
	margin:12px 0 0 0;
	display:block
	}
	
a img {
	border:none
	}

table {
	display: table;

	width:100%;

	}	

th {

	}

th, td {

	}
	
td {

	}		
			
p {
	margin:15px 0;
	line-height:145%;
	font-size:1.1em;
	}
	
pre {
	width:100%;
	overflow:auto;
	}
	


/* Structure */

#page {
	width:1000px;
	margin:10px auto 0 auto;
	font-size:14px;
	}

#masthead {
	height:100px;
    text-align: center;
	}
		
.left {
	float:left;
	}

.right {
	float:right;
	}

#sidebar {
	width: 300px;
	float:left;
	margin-right:16px;
	margin-top: 20px;
	padding:0 8px 25px 8px;
	}

#interior #content {
	float:left;
	width:630px;
	padding:12px 18px 40px 0;
	background:#FFF;
	}

#interior #content.fullwidth {
	width:auto;
	float:none;
	padding:10px 0;
	}
		

	


/*	Headers */

 
h1, h2, h3, h4, h5 {
    font-family: "ff-dax-compact-web-pro-1","ff-dax-compact-web-pro-2", sans-serif;
  font-weight: 300;
    font-weight: lighter;
}
		
h1 {
    font-size: 25px;
}

#pagetitle {
        text-transform: uppercase;
    letter-spacing: 2px;
    border-bottom: 1px solid #6A7AAE;
    margin-bottom: 15px;
    margin-top: 30px;
    color: #6A7AAE;
}

h2 {
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

h3 {
    font-size: 20px;
    color: #5E5F1D;
    margin-bottom: 10px;
}

h3.widgettitle {
        text-transform: uppercase;
    letter-spacing: 2px;
    color: #6A7AAE;
}
h3.widgettitle a {
    text-decoration: none;
}

h4 {
    font-size: 20px;
    color: #6A7AAE;
    margin-bottom: 10px;
}

h5 {
    font-size: 20px;
    color: #C38D5F;
    margin-bottom: 10px;
}

.entry h1, .entry h2, .entry h3, .entry h4, .entry h5 {
        text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 10px;
}
/* Content Page Styles */


		
#lead {
	width:690px;
	padding:0;
	float:left;
	}

#interior #lead {
	float:none;
	width:auto;
	margin: 6px 0 10px 0;
	}
		
#lead a, #lead a:visited {
	}

#lead img {
	}


a#fullstory, a#fullstory:visited {
	background:#6A7AAE;
	padding:5px 8px;
	color:#ffffff;
	position:relative;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    text-transform: uppercase;
  font-family: "ff-dax-compact-web-pro-1","ff-dax-compact-web-pro-2", sans-serif;
  font-weight: 300;    letter-spacing: 2px;
    font-size: 18px;
	}

a#fullstory:hover, a#fullstory:active {
	background:#BDBF4A;
	text-decoration:none;
	color:#FFF;
	
	}
	
#interior #lead img	{
	float:left;

	}

#lead .left {
	width:165px;
	}

#lead .right {
	width:408px;
	}

.widget {
	margin-top:25px;
	}

.widget_tag_cloud a {
	display:inline;
	float:none;
}

#widget-single-right {
	float:right;
	width:190px;
	margin:3px 0 15px 18px;
	border:1px solid #E7E8DF;
	padding:5px 14px 14px;
	}

.entry #widget-single-right ul, .entry #widget-single-right ol {
	padding:0 !important;
	}
	
#wp125adwrap_2c, #wp125adwrap_1c {
	padding:12px 0;
}

.wp125ad {
	float:left;
	margin:0 0 6px 6px;
	}

.textwidget {
	margin: 15px 0;
	line-height:160%;
	}	
	
.widget td {
	background:none;
	}

#sidebar a {
    color: #6A7AAE;
}
#sidebar .widget li {
padding:5px;
	list-style:none;
	border-bottom: 1px solid #dadeea;
	margin-bottom: 5px;
    font: san-serif;

	}

#sidebar .widget li a {
    color: #808000;
    text-decoration: none;
}

#sidebar .widget li:hover {
    background: #E8DDD7;
    -moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-bottom: 1px solid #ffffff;

}
#sidebar .widget ul {

	list-style:none;
	}

.cat-post-item p {
    color: #808000;
    font-size: 14px;
	line-height: 22.4px;
    margin: 0px;
}



#interior .stripes {

	padding:0 10px;
	}	

#author {
	margin-bottom: 19px;
	}

#author img {
	padding:1px;
	float:left;
	margin-right:13px;
	}

#author span {
	display:block;
	margin-top:12px;
	background:url(images/envelope.gif) no-repeat 1px 10px;
	padding:8px 0 0 17px;
	}

#author p {
	margin:0;
	width:452px;
	}	

.author-listing {
	margin:18px 0 34px 0;
	}

.author-listing ul {
	margin:15px 0 8px 0;
	}
	
.author-id {
	float:left;
	width:500px;
	padding:17px 0 0 10px;
	}
	
.cat-excerpt {
	padding:10px;
	margin: 12px 0;
	}
	
.cat-excerpt img, #image-gallery img {
	float:left;
	margin:1px 15px 15px 0;
	border:1px solid #6A7AAE;
	padding:1px;
	-moz-border-radius: 5px;
-webkit-border-radius: 5px;
	}	

#image-gallery {
	margin:18px 0;
	}
				
.pagination, #comment-pagination {
	padding-top:20px;
	}
	
.subfeature {
    margin: 10px 0 10px 0;
    padding: 25px 0 10px 0;
	border-top:1px solid #6A7AAE;

	}
	
.subfeature a, .subfeature a:visited {

	}

.subfeature .left {
	width:165px;
	}

.subfeature .right {
	width:408px;
	}

.bullets li {
	border-bottom:1px solid #ECECEC;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:square;
	margin-left:25px;
	padding:5px 0;
}	




//*Post Page Formatting*/

.entry blockquote {
	color:#76767a;
    	background: #ccc;
	padding:6px 22px;
	margin:18px 35px;
	border-right:1px solid #DDD;
	border-bottom:1px solid #DDD;
	display:block;
	font-size: 15px;
	}	

blockquote {
	color:#76767a;
    	background: #edf7ff;
	padding:6px 22px;
	margin:18px 35px;
	display:block;
	font-size: 15px;
	}	
.entry pre, .entry code {
	width:350px;
	font: 1em "Courier New", Courier, monospace;
	padding:20px 14px;
	}

.post code {
	background:#f5f3ee;
	padding:3px;
	font-size:1.2em;
	}
	
.entry ul, .entry ol {
	padding:15px 0;
	}
		
.entry ol li, .entry ul li {
	margin:0 0 10px 48px;
	line-height:135%;
	font-size:1.1em;
	}

.entry ul li {
	list-style:disc;
	}

.entry .widget li {
	list-style:none;
	margin:0;
	padding:5px 0;
	}	
	
#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;
	}



/*Images*/
	
.entry img {
	display:block;

	margin:15px 0;
	}

.wp-caption.alignleft, 
.wp-caption.alignright, 
.wp-caption.aligncenter {
	background:#dfdfd3;
	text-align:center;
	padding:10px 5px 10px 10px;
		-moz-border-radius: 5px;
-webkit-border-radius: 5px;
font-size: 12px;
  font-family: "ff-dax-compact-web-pro-1","ff-dax-compact-web-pro-2", sans-serif;
  font-weight: 300;        text-transform: uppercase;
    letter-spacing: 2px;
	}

img.alignleft {
	margin:5px 15px 10px 0;
	float:left
	}

img.alignright {
	margin:5px 0 10px 15px;
	float:right
	}

.wp-caption.alignleft {
	float:left;
	margin:5px 22px 10px 0;
	}
	
.wp-caption.alignright {
	float:right;
	margin:5px 0 10px 22px;
	}

.wp-caption.aligncenter, img.aligncenter {
    margin: 0 auto;
	display:block;
	margin-bottom:15px;
	float:none
   	}
		
p.wp-caption-text {
	margin:0;
	text-align:center;
	padding:5px 0;
	}	

.wp-caption img {
	float:none;
	margin:0;
	}	

.gallery {
	margin:15px 0;
	display:block;
	}
	
.gallery img {
	border:1px solid #6A7AAE !important;
	padding:2px;
	-moz-border-radius: 5px;
-webkit-border-radius: 5px;

	}
	
#home .gallery img {
	border:none !important;
	padding:0;
	-moz-border-radius: 0;
-webkit-border-radius: 0;

	}

#sidebar .gallery img {
	border:none !important;
	padding:0;
	-moz-border-radius: 0;
-webkit-border-radius: 0;

	}
.gallery-item {
	padding:12px 0;
	}

.gallery-caption {
	padding:10px;
	}

.gallery-icon img {
	margin:0 auto;
	display:block; 
	}
	
	

/* ---------- @ Comments -----------*/

.reply a, .reply a:visited  {
	margin: 20px 0;
	text-decoration:none;
	color:#4f4f4f;
	background:url(images/icon_reply.gif) no-repeat;
	padding: 0 0 3px 17px;
	display:block;
	}

.reply a:hover {
	text-decoration:none;
	color:#000;
	}

.reply a:active {
	text-decoration:underline;
	color:#4f4f4f;
	}

.commentlist {
	margin-top:25px;
	}
				
.commentlist li {
	margin: 0 0 18px 0;
	padding: 15px;
	background:#F2F2F2;
	border-bottom:1px solid #DDDDDD;
	border-top:1px solid #DDDDDD;
	list-style:none;
	}
	
.commentlist li.depth-2 {
	border:none;
	background:#FFF;
	border-top: 1px solid #f2f2f2;	
	margin-left:15px;
	}

.commentlist li.depth-3	 {
	margin-left:15px;
	border:none;
	background:#f2f2f2;
	}

.commentlist li.bypostauthor {
	background:#e5e5e5 !important; 
	border:1px solid #c7c7c7 !important;
	}
	
.commentlist code {
	background:#e0e0e0;
	padding:3px;
	}
	
.avatar {
	margin: 3px 10px 0 0;
	float:left;
	padding:2px;
	border:1px solid #b9b9b9;
	background:#FFF;	
	}

#trackbacklist li {
	margin: 10px 0 10px 35px;
	}

#trackbacklist cite {
	font-style:normal
	}
			
cite.fn {
	font: 1.4em Georgia, "Times New Roman", Times, serif;
	letter-spacing:-0.05em;
	display:block;
	padding:9px 0 2px 0;
	}	

.says {
	display:none;
	}
	

	
	

/* Form Elements */

#searchform {
	width:194px;
	float:right;
	text-align:right;
	padding-top:2px;	
	}

.search-excerpt {
	background:#FFFF00
}
	
select {

	}

#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:4px 8px;
	display:block;
	font-size:1.1em;
	}
	
#contactform legend {
	display:none
	}

#contactform label {
	padding:5px 0;
}

#contactform fieldset {
	border:none
	}

#contact-captcha {
	margin:5px 0;
	display:block
}

#contact-message {
	height:200px;
}

.field {
	border:1px solid #444;
	border-top:1px double #c4c4c4;
	border-left:1px double #c4c4c4;
	padding:5px;
	background:#FFF ! important;
	font-size:1.1em;
	}

.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
	}

#comment {
	width:98%;
	height:200px
	}
	
	
				

/* Float Properties*/

.clearfloat:after {
	display:block;
	visibility:hidden;
	clear:both;
	height:0;
	content:".";
	}
	
.clearfloat {
	display:inline-block
	}

.clearfloat {
	display:block
	}
	


/* Footer*/

#meta {
	padding: 17px 0 26px 0;
	}

#meta .widget {	
	width:283px;
	float:left;
	padding-left:20px;
	margin-right:12px;
	}
	
#meta li {
	margin-left:25px;
	padding:3px 0;
	list-style:square;
	border:none;
	line-height:145%;
	}
		
#footer {
	margin: 200px auto 25px auto;
	width: 946px;
	font-size:0.7em;
	padding:15px;
	color:#6d6e71; /*#ccdbe6;*/
	font-weight:bold;
	}

#footer a, #footer a:visited {
	color:#6d6e71; /*#94d6f7;*/
	}
#footer .left .footer_widget p, #footer .left .footer_widget .textwidget {margin:5px 0px;}	

#footer .left, #footer .right {
	width:400px;
	}
	
#footer .right {
	text-align:right
	}

.button {
    padding: 10px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    font-size: 25px;
    text-align: center;
  font-family: "ff-dax-compact-web-pro-1","ff-dax-compact-web-pro-2", sans-serif;
  font-weight: 300;    text-transform: uppercase;
    letter-spacing: 2px;
}

.button a {
    color: #ffffff;
}

#sidebar .button {
width: 80%;
margin: 0 auto;
}

#sidebar .button a {
    color: #ffffff;
}

.button a:hover {
    text-decoration: none;
}

.button:hover {
background: #C38D5F;
}

.blue {
    background: #6A7AAE;
}

.green {
    background: #BDBF4A;
}

.red {
    background: #AC2728;
}

.subpageNav {
  font-family: "ff-dax-compact-web-pro-1","ff-dax-compact-web-pro-2", sans-serif;
  font-weight: 300;      text-transform: uppercase;
    letter-spacing: 2px;
}

.subpageNav li {
    float: left;
    list-style-type: none;
    margin-right: 5px;
    font-size: 14px;
    margin-bottom: 25px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background: #BDBf4A;
    padding: 10px;

}

.subpageNav li:hover {
        background: #BDBf4A;
}

.subpageNav li a, .subpageNav li a:visited {

}

.subpageNav li a:hover {
    color: #ffffff;
    text-decoration: none;
}

.subpageNav.galleryPage ul {
    margin: 0 auto;
    width: 960px;
    
}
.subpageNav.galleryPage li {
 width: 148px;
 text-align: center;
 font-size: 12px;
    padding: 5px 5px;
    margin-bottom: 5px;

 
}


.tableBold {
font-weight: bold
text-align: right;
width: 200px;
}

.galleryPageBottom .left {
	padding:10px;
	width: 190px;
	margin: 0 10px 0 0;
}


.galleryPageBottom .left .widget {
    margin-bottom: 0px;
}

.galleryPageBottom .right {

}


.catnews a, .catnews a:visited {
	color:#22222d;
	}	

.catnews p {
	font-size:1.1em;
	line-height:150%;
	margin:0;
	}
	
.catnews .textwidget {
    margin: 0px;
}
		
.catnews img {

	}

.catnews .catnewsMainStory {
	margin-top:15px;
	padding:12px 0;

	}

.catnews li {
	padding:2px;
	list-style:none;
	border-bottom: 1px solid #dadeea;
	margin-bottom: 5px;
	line-height: 22.4px;

	}	
	
.catnews li a, .catnews li a:visited {
    	color: #808000;
}

.catnews li:hover {
    background: #dfdfd3;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-bottom: 1px solid #ffffff;
}
.catnews a:hover {
    text-decoration: none;
}


li.cat-post-item p {
    color: #808000;
    font-size: 14px;
	line-height: 22.4px;

}

.whitebox {
	padding:5px;
	margin: 0 5px;
	float:left;
	width: 360px;
	}

.whitebox h2 {
    text-align: center;
        text-transform: uppercase;
    letter-spacing: 2px;
}

.whitebox h4 {
        text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 15px;
}
.whitebox h2 a {
    color:#6A7AAE;
}

.whitebox h2 a:visited, a:active, a:hover {
    color:#6A7AAE;
    text-decoration: none;
}
	
 .whitebox {
	margin-bottom:13px;
	float: left;
	}
	
#sidebar .gallery {
margin: 0px;
}

#home .widget.underSlider {
    margin-top: 0px;
}

#timelinec {position:relative}
