/*
Last Modified: 2013-11-24
Theme Name: Mimbo
Theme URI: http://www.darrenhoyt.com/2007/08/05/wordpress-magazine-theme-released/
Description: A magazine-style theme for Wordpress
Version: 3.0
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

TABLE OF CONTENTS

  Nav
  HTML Tags
  Structure
  Headers
  Content Styles
  	 Misc
  	 Sidebar	
  	 Single Post
  	 Archives
  Post Styles
  Comments
  Form Elements
  Float Clearing
  Footer
*/

/* ---------- Nav -----------*/

@import url('css/nav.css');

/* ---------- HTML Tags -----------*/

* {
	margin:0;
	padding:0;
	outline:none;
}

body,html {
	min-height:101%; /*Firefox scrollbar fix*/
}
	
body {
	margin-left: 38px; /* For Scrolling Ad */
	background:#e4e2db;
	color: #1d1d1d;
}

body, select, input, textarea {
	font: 100% Arial, Verdana, Sans-Serif;
}
	
p {	
	margin: 15px 0;
	line-height:140%;
}

a, a:visited {
	color: #83a7ba;
}

a:hover, a:active {
	color:#4d778d;
}

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

table {
	margin:15px 0;
	width:100%;
	border-collapse:collapse;
	border-top:1px solid #e0ded9;
	border-bottom:1px solid #e0ded9;
}

td {
	padding:4px 6px;
	border-bottom:1px solid #FFF;
	background:#F5F3EE;
}
		
table caption {
	padding:2px 0;
	background:#f5f3ee;
}	
			
a img, a:visited img {
	border:none;
}
	
blockquote {
	margin:25px 45px;
	padding:0 18px;
	border-left:3px solid #DDD;
	color:#76767a;
	letter-spacing:0.02em;
	font:italic 1em Georgia, "Times New Roman", Times, serif;
}

pre {
	overflow:auto;
	width:100%;
}
	
/* ---------- Structure -----------*/

#page {
	margin:0 auto;
	padding-top:8px;
	width:960px;
}
	
#wrapper {
	padding:0 20px 60px 20px;
	border-right:1px solid #cac8c2;
	border-bottom:1px solid #cac8c2;
	background:#FFF;
	font-size:0.95em; /* 0.75em; */
}

#nav-cat {
	font-size:0.8em; /* 0.75em; */
}
	
#masthead {
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: 95px;
	border-bottom:1px solid #607b88;
}

#content {
	float:left;
	width:585px;
}
	
#content-no-sidebar {
	float:left;
	width:885px;
}

#logo {
	float: left;
	width: 276px;
	height: 95px;
}

#description {
	float: left;
	margin:62px 0 0 25px;
	padding: 0 0 0 20px;
	width: 300px;
	border-left:1px dotted #7c7c7c;
	color:#888787;
	letter-spacing:0.01em;
	font: italic 1.2em Georgia, "Times New Roman", Times, serif;
}

#breadcrumbs {
	font-size: .85em;
}
	
.pulledquote {
	display: block;
	float: right;
	margin: 0 0 10px 10px;
	padding: 0 0 0 10px;
	width: 170px;
	border-left: 3px solid #ccc;
	color: #666;
	text-align: left;
	font-size: 1.35em;
	line-height: 1.4em;
}
	
.pulledquote:first-letter {
	text-transform:capitalize;	
}
	
.left {
	float:left;
}

.right {
	float:right;
}

#sidebar {
	float:right;
	width: 300px;
}

#featured-cats {
	float:left;
	width:585px;
}

div.featured-cats-left {
	float:left;
	width:280px;
}
	
div.featured-cats-right {
	float:right;
	width:280px;
}

#more-posts {
	float:right;
	width:372px;
}	
	
/* ---------- Headers -----------*/

h1 {
	margin: 25px 0 20px 0;
	padding-bottom:8px;
	font: 2.5em Georgia, "Times New Roman", Times, serif;
}

#lead h1 {
	margin:3px 0 -8px 0;
	padding:0;
	font: 2.2em Georgia, "Times New Roman", Times, serif;
	line-height:115%;
}	

#lead h2 {
	margin:3px 0 -8px 0;
	padding:0;
	font: 2.2em Georgia, "Times New Roman", Times, serif;
	line-height:115%;
}
	
.post h1 {
	margin: 15px 0 0 0;
	padding: 0;
	font-size:2.2em;
}
	
h1.posttitle {
	margin:25px 0 0 0;
	padding:0 0 12px 0;
}

h1.pagetitle {
	margin:25px 0 5px 0;
	padding:0 0 5px 0;
	border-bottom:1px solid #d7d7d7;
	font-size:2.2em;
}

h3 {
	margin:22px 0 15px 0;
	padding:5px 0 5px 3px;
	border-top:3px solid #d7d7d7;
	border-bottom:1px solid #d7d7d7;
	background:none;
	color:#4c4b46;
	letter-spacing:0.07em;
	font-size:1em;
}

.post h3 {
	border:none;
	color: #232323;
	letter-spacing:0;
	font:1.5em Georgia, "Times New Roman", Times, serif;
	padding-left: 0px;
}
	
#featured-cats h3, #more-posts h3 {
	margin:0 0 15px 0;
}

#featured-cats-left h3, #more-posts h3 {
	margin:0 0 15px 0;
}
	
#featured-cats-right h3, #more-posts h3 {
	margin:0 0 15px 0;
}

	
h3#respond {
	margin:45px 0 20px 0;
}

h3#comments {
	margin-top:32px;
}

h4 {
	margin-bottom:-10px;
	font:bold 1.3em Georgia, "Times New Roman", Times, serif;
}
	
.post h4 {
	margin:15px 0;
}
	
.archive-list h4 {
	margin:0;
	font-size:1.1em;
	line-height:125%;
}

.featured-cats-heading {
	margin-bottom:-10px;
	font:bold 1.3em Georgia, "Times New Roman", Times, serif;
	margin:0;
	font-size:1.2em;
	line-height:125%;
}
	
h5 {
	margin-bottom:5px;
	padding:4px 8px;
	border-top:1px solid #d7d7d7;
	background:#f5f3ee;
	text-transform:uppercase;
	letter-spacing:0.15em;
	font: 0.8em Georgia, "Times New Roman", Times, serif;
}

h6 {
	font:bold 0.9em Arial, Helvetica, sans-serif;
}

/* ---------- Content Styles -----------*/

/*Misc*/

h4 a, h4 a:visited {
	color:#383838;
	text-decoration: none;
}
	
h5 a, h5 a:visited,
h5 a:hover, h5 a:active {
	text-decoration: none;
}
	
#more-posts img, .archive-list a img, .archive-list a:visited img {
	float:left;
	margin: 4px 18px 8px 0;
	padding:2px;
	border:1px solid #b9b9b9;
	background:#FFF;
}
	
#more-posts img {
	margin:3px 12px 4px 0;
}

.recent-excerpts {
	padding-bottom:10px;
}

#cat-desc ul li {
	margin: 0 0 5px 42px;
	line-height:160%;
}

#cat-desc ol li {
	margin:0 0 5px 42px;
	line-height:160%;
}

#related-flyout ul li {
	margin: 0 0 5px 42px;
	line-height: 125%;
}	

#featured-cats ul {
	margin:3px 0 22px 0;
}

#featured-cats-left ul {
	margin:3px 0 22px 0;
}

#featured-cats-right ul {
	margin:3px 0 22px 0;
}
	
#featured-cats li {
	margin:4px 0;
	padding:5px 0 8px 6px;
	border-bottom:1px dotted #B6B6B6;
	list-style:none;
	line-height:135%;
}

#featured-cats-left li {
	margin:4px 0;
	padding:5px 0 8px 6px;
	border-bottom:1px dotted #B6B6B6;
	list-style:none;
	line-height:135%;
}

.featured-cats-image {
	float: left;
	margin-right: 7px;
	padding:2px;
	border:1px solid #b9b9b9;
	background:#FFF;
}
	
#featured-cats-right li {
	margin:4px 0;
	padding:5px 0 8px 6px;
	border-bottom:1px dotted #B6B6B6;
	list-style:none;
	line-height:135%;
}
	
#lead {
	margin:22px 0;
	height: 260px;
	border-top:1px solid #dadada;
	border-right:1px solid #dadada;
	border-bottom:1px solid #dadada;
	border-left:1px solid #dadada;
	background:#ededed;
}

#lead:hover {
	border-top:1px solid #cbcbca;
	border-right:1px solid #cbcbca;
	border-bottom:1px solid #cbcbca;
	border-left:1px solid #cbcbca;
	background:#e8e8e8;
}

#lead-text {
	float:left;
	padding:5px 15px 16px 0;
	width:285px;
}

#lead br, .recent-excerpts br /*cleans up excerpts*/ {
	margin-bottom:15px;
}

#lead img {
	float:left;
	margin-right:22px;
}
			
.commentcount {
	padding-right: 19px;
	background:url(images/bubble.gif) no-repeat right;
	font:.8em Arial, Helvetica, sans-serif;
}

	
#lead h1 .commentcount {
	font-size:0.4em;
}

#lead h2 .commentcount {
	font-size:0.4em;
}

div.featured-article-header {
	color: #aaaaaa;
	font-style: italic;
	font-size: .8em;
}
	
.postmetadata .commentcount {
	font-size:1em;
}
		
.date {
	float:left;
	margin:18px 4px 0 0;
	color:#737373;
	letter-spacing:0.03em;
	font: 0.85em Georgia, "Times New Roman", Times, serif;
}

.featured-date {
	margin:18px 4px 0 0;
	color:#737373;
	letter-spacing:0.03em;
	font: 0.85em Georgia, "Times New Roman", Times, serif;
}
	
#featured-cats .date {
	margin: 2px 3px 0 0;
}

#featured-cats-left .date {
	margin: 2px 3px 0 0;
}

#featured-cats-right .date {
	margin: 2px 3px 0 0;
}	
	
/*Sidebar and Widgets*/

#sidebar li, .headlines li {
	margin-left:30px;
	padding:5px 0;
}

#sidebar a, #sidebar a:visited,
#home #content a, #home #content a:visited, 
#lead-text h2 a, #lead-text h2 a:visited, 
.archive-list h4 a, .archive-list h4 a:visited,
.commentcount a, .commentcount a:visited, 
.fullarchive a, .fullarchive a:visited {
	color:#424242;
	text-decoration: none;
}

#sidebar a:hover, #sidebar a:active,
#home #content a:hover, #home #content a:active, 
#lead-text h2 a:hover, #lead-text h2 a:active, 
.archive-list h4 a:hover, h4 .archive-list a:active, 
.commentcount a:hover, .commentcount a:active, 
.fullarchive a:hover, .fullarchive a:active {
	color:#686868;
	text-decoration: underline;
}

#wp-calendar td {
	padding:3px;
	text-align:center;
}	
	
#recentcomments {
	color: #787878;
}

a.rsswidget, a.rsswidget:visited {
	font-weight: bold;
}

#ads img, .wp125ad img {
	float:left;
	margin:0 0 6px 6px;
}

.textwidget {
	margin: 15px 0;
	line-height:160%;
}	
	
.widget td {
	background:none;
}
	
.widget table {
	border:none;
}
	
/*Single Posts*/

#writer {
	margin:-10px 0 22px 0;
	padding:3px 20px 16px 20px;
	border-top:1px solid #dadada;
	border-bottom:1px solid #dadada;
	background:#ededed;
}
	
#writer img {
	float:left;
	margin:18px 15px 6px 0;
	padding:1px;
	border:1px solid #b2afa4;
}

#tags {
	padding:3px;
	border-top:1px solid #DDD;
	border-bottom:1px solid #DDD;
}	

#tags a, #tags a:visited {
	text-decoration: none;
}
	
/*Archives*/

.archive-list li {
	float:left;
	margin: 8px 25px 18px 0;
	width:267px;
	height:125px;
	border-bottom:1px dotted #b1b1b1;
	list-style:none;
}

.archive-list img {
	margin:0 14px 0 0;
}

.archive-list .postmetadata {
	margin:0;
	padding:4px 0 0 0;
	border:none;
}
		
#pagination {
	margin-top:30px;
	width:604px;
}

#pagination .left {
	width:290px;
	text-align:right;
}

#pagination .right {
	float:right;
	width:294px;
}

/* ---------- Post Styles -----------*/

.entry {
	padding-bottom:10px;
}

.postmetadata {
	margin:0 0 20px 0;
	padding: 7px 0;
	border-top:1px solid #d7d7d7;
	color:#7a7a7a;
}	

.post code {
	padding:3px;
	background:#f5f3ee;
	font-size:1.2em;
}
			
.post ul li {
	margin: 0 0 5px 42px;
	line-height:160%;
}

.post ol li {
	margin:0 0 5px 42px;
	line-height:160%;
}

/*Images*/
	
.entry img {
	display:block;
	margin: 5px 0;
	padding:2px;
	border:1px solid #999;
}

.wp-caption.alignleft, 
.wp-caption.alignright, 
.wp-caption.aligncenter {
	padding:10px 5px 10px 10px;
	border:3px double #FFF;
	background:#f5f3ee;
	text-align:center;
}

img.alignleft {
	float:left;
	margin:5px 15px 10px 0;
}

img.alignright {
	float:right;
	margin:5px 0 10px 15px;
}

.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 {
	display:block;
	float:none;
    margin: 0 auto;
	margin-bottom:15px;
}
	
p.wp-caption-text {
	margin:0;
	padding:5px 0;
	text-align:center;
}	

.wp-caption img {
	float:none;
	margin:0;
}	

.gallery {
	display:block;
	margin:15px 0;
}
	
.gallery img {
	padding:2px;
	border:1px solid #999 !important;
}

.gallery-item {
	padding:12px 0;
}

.gallery-caption {
	padding:10px;
}

/* ---------- Comments -----------*/

.reply a, .reply a:visited  {
	display:block;
	margin-bottom:15px;
	padding:5px !important;
	width:75px;
	border-right:1px solid #f2f2f2;
	border-bottom:1px solid #f2f2f2;
	background:#CCC;
	color:#FFF;
	text-align:center;
	text-decoration:none !important;
	font:italic 1em Georgia,Arial,Verdana;
}

.reply a:hover {
	border-right:1px solid #898989;
	border-bottom:1px solid #898989;
	background:#aeaeae;	
	color:#FFF;
	text-decoration:none;
}

.reply a:active {
	background:#CCC;
}
			
.commentlist li {
	margin: 0 0 18px 0;
	padding: 15px;
	border-top:1px solid #DDDDDD;
	border-bottom:1px solid #DDDDDD;
	background:#F2F2F2;
	list-style:none;
}

.commentlist li.depth-2 {	
	margin-left:15px;
	border:none;
	border-top: 1px solid #f2f2f2;
	background:#FFF;
}

.commentlist li.depth-3	 {
	margin-left:15px;
	border:none;
	background:#f2f2f2;
}

.commentlist li.bypostauthor { 
	border:1px solid #c7c7c7 !important;
	background:#e5e5e5 !important;
}
	
.commentlist code {
	padding:3px;
	background:#e0e0e0;
}
	
.avatar {
	float:left;
	margin: 3px 10px 0 0;
	padding:2px;
	border:1px solid #b9b9b9;
	background:#FFF;	
}

#trackbacklist li {
	margin: 10px 0 10px 35px;
}

#trackbacklist cite {
	font-style:normal;
}
			
cite.fn {
	display:block;
	padding-top:9px;
	letter-spacing:-0.05em;
	font: bold 1.4em Georgia, "Times New Roman", Times, serif;
}	

.says {
	display:none;
}
	
.commentmetadata {
	float:left;
}
 
.comment-date a, .comment-date a:visited {
	color:#868686;
	text-decoration:none;
	font-size:0.9em;
}

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

/* ---------- Form Elements -----------*/

#author, #email, #comment, #url, #s {
	padding:5px;
	border:1px solid #bfbfbf;
	border-top:1px solid #e2e2e2;
	border-left:1px solid #e2e2e2;
	background:#FFF !important;
}

#author, #email, #url {
	width:220px;
}
		
.button {
	padding: 8px 14px;
	border:none;
	background:#424242;
	color:#FFF !important;
	font-size:1.1em;
}

.button:hover {
	background:#272727;
	color:#FFF;
	text-decoration:none;
}

.button:active {
	background:#000;
}

#commentform textarea {
	margin-top:5px;
	width: 98%;
	height:250px;
}

#searchform {
	margin-top:0px;
	margin-bottom:0px;
	padding-top:22px;
	padding-bottom:0px;
	width:295px;
	text-align:left;
}

#s {
	width:260px;
	font-size:1em;
}
	
#s:focus {
	background:#f8f8f8 !important;
}

#searchsubmit {
	vertical-align:top;
}		

/* ---------- Float Clearing -----------*/

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

.clearfloat {
	display:block;
}

/* ---------- Footer -----------*/

#footer {
	padding:16px 25px 25px 25px;
	font-size:0.75em;
}

#footer a, #footer a:visited {
	color:#94928b;
	text-decoration:none;
}

#footer a:hover {
	color:#5a5954;
}

#footer a:active {
	text-decoration:underline;
}
			
#footer img {
	vertical-align:middle;
}
	
#copyright {
	float:left;
	width:550px;
}

#rss {
	float:right;
	width:350px;
	text-align: right;
}

/* ---------- Begin Marios In Post Pictures -----------*/

.picture {
	float: left; 
	margin: 3px; 
	margin: 3px; 
	padding-top: 3px; 
	padding-right: 2px; 
	padding-left: 2px; 
	width: 104px; 
	height: 120px; 
	text-align: center;
	line-height: 16px;
}

div.small-picture-right {
	float: right;
	clear: right;
	overflow: hidden;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
	width: 271px;
	color: #999999;
	text-align: center;
	font-size: .9em;
}

span.tiny-picture-right {
	float: right;
	overflow: hidden;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
	width: 106px;
	color: #999999;
	text-align: center;
	font-size: .9em;
}

span.tiny-picture-left {
	float: left;
	overflow: hidden;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-right: 5px;
	width: 106px;
	color: #999999;
	text-align: center;
	font-size: .9em;
}

div.small-picture-left {
	float: left;
	overflow: hidden;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
	width: 271px;
	color: #999999;
	font-size: .9em;
}

div.small-picture-left img {
	max-width: 265px;
}

div.small-picture-right img {
	max-width: 265px;
}

span.tiny-picture-right img {
	max-width: 100px;
}

span.tiny-picture-left img {
	max-width: 100px;
}

div.fullwidth-picture {
	overflow: hidden;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #999999;
	font-size: .9em;
}

div.fullwidth-picture img {
	max-width: 578px;
}

/* ---------- End Marios In Post Pictures -----------*/

/* ---------- Begin Marios Photo Galleries -------------*/

div.photogallery
{
	float: left;
	margin: 2px;
	width: auto;
	width: 140px;
	height: auto;
	height: 150px;
	border: 1px solid #d7d7d7;
	text-align: center;
}	

div.photogallery img
{
	display: inline;
	margin: 3px;
	border: 1px solid #ffffff;
}

div.photogallery a:hover img {
	border: 1px solid #d7d7d7;
}

div.photogallery_description
{
	margin: 2px;
	width: 130px;
	text-align: center;
	font-weight: normal;
}

/* ---------- End Marios Photo Galleries -------------*/

/* ---------- Begin Marios Ad Formatting -------------*/

div.right-ad
{
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	width: 300px;
	/* height: 250px; */
	border:1px solid #bfbfbf;
	border-top:1px solid #e2e2e2;
	border-left:1px solid #e2e2e2;
}

/* ---------- End Marios Ad Formatting -------------*/

/* ---------- Begin WP Post Ratings Plugin -------------*/

.post-ratings img, .post-ratings-loading img, .post-ratings-image img {
	display: inline;
}

/* ---------- End WP Post Ratings Plugin -------------*/

/* ---------- Begin Author -----------*/

#sidebar ul.author-bio  {
	display: inline;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	line-height: 160%;
}

#sidebar li.author-avatar {
	margin: 0px;
	padding: 0px;
}

#sidebar li.author-name {
	font-size: 1.15em;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

#sidebar li.author-description {
	margin: 0px;
	padding: 0px;
}

/* ---------- End Author -----------*/
