/*  
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%;
	}
	
body {
	background: #F0EED6;
	color: #302523;
	padding: 0px;
        margin: 0px;
	}

body, select, input, textarea {
	font: 100% Arial, Verdana, Sans-Serif;
	}
	
p {	
	margin: 15px 0;
        font: 1.25em Georgia, "Times New Roman", Times, serif;
        line-height: 145%;
	}

a:link, a:visited {
	color: #0A7E97;
	text-decoration:none;
	}

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

p a:link, p a:visited {
	text-decoration:underline;
        }

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

small {
	font-size: 0.95em;
	padding:0;
	}

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

/* Structure */

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

#header {
        height: 50px;
        background-image: url(/wp-content/themes/mimbo2.2/images/header-bg.jpg);
        background-repeat: repeat-x;
        background-color: #98C8D6;
        border-top: 5px solid #BADBE4;
        padding: 23px 15px 16px 12px;
        }

#branding {
	width:625px;
	}

.breadcrumb {
        margin: 0;
        font-size: 11px;
        padding: 15px 0;
        }

.left {
	float:left;
	}

.right {
	float:right;
	}

#sidebar-left {
        width: 125px;
        position: absolute;
        left: 14px;
        top: 42px;
        }

#sidebar {
	width: 300px;
	float:right;
        padding: 10px 0 40px;
	}

#side-ads {
        margin-bottom: 15px;
        }

#leftcol {
	width:293px;
	border-right:1px dotted #b6b6b6;
	padding-right:18px;
	}

#leftcol, #rightcol {
	margin:0 0 10px 0;
	float:left
	}	
	
#rightcol {
	width: 293px;
	padding-left: 18px;
	}


		
/*Subnav */

.subnav li {
	list-style:none;
	border-bottom:1px solid #FFF;
	}

.subnav li a:link, .subnav li a:visited {
	background:#eef5e1;
	display:block;
	padding:4px 4px 4px 8px;
	border-left:4px solid #e4efd5;
	}
		
.subnav li a:hover, .subnav li a:active {
	background:#e4efd5;
	text-decoration:none;
	color: #7da939;
	}

.subnav li li a:link, .subnav li li a:visited {
	border-left:none
	}
		
	 
	
	
/*	Headers */
	
h1 {
	font: 2.4em Georgia, "Times New Roman", Times, serif;
        color: #E87B26;
	padding-bottom:6px;
	border-bottom:1px dotted #bababa;
	margin: 4px 0 12px 0;
	}

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

#sidebar h3, #sidebar-left h3 {
        background: url(/wp-content/themes/mimbo2.2/images/asterik.gif) no-repeat 0 13px;
	border-bottom:1px dotted #b6b6b6;
	padding:6px 0 6px 14px;
	margin:7px 0 12px 0;
	font:1.6em Georgia, "Times New Roman", Times, Serif;
        font-style:italic;
        font-weight:normal;
        letter-spacing:0;
        text-transform:none;
	}

#sidebar h4 {
        font-family:Georgia, Times, Serif;
        font-weight:normal;
	font-size:1.6em;
        }

#sidebar h4 a {
        color: #E87B26 !important;
        }

#sidebar p {
        font-size: 1.15em;
        line-height:120%;
        }

h3#respond {
	border-top:1px dotted #b6b6b6;
	margin-top:25px;
	padding-top:20px
	}

h3#comments {
	margin-top:32px
	}

h4 {
	font-size:1.3em;
	margin:0 0 5px;
	}

.results-post h3 {
	font: 1.8em Georgia, "Times New Roman", Times, Serif;
        text-transform: none;
	letter-spacing:0;
	margin-bottom:4px;
	}

.results-post h3 a:link, .results-post h3 a:visited {
	color: #E87B26 !important;
	}
	
	
	
/* Content */

#content-wrapper {
        border-right: 1px dotted #BABABA;
        border-left: 1px dotted #BABABA;
        padding: 0 15px;
        margin:0;
        position: relative;
        }

#content {
	width:468px;
	float:left;
        padding: 0 15px 40px;
        margin-left: 138px;
        border-right: 1px dotted #BABABA;
        border-left: 1px dotted #BABABA;
        display:inline;
	}

#content-wide {
        float: left;
        width: 623px;
        padding: 0 15px 40px 0;
        border-right: 1px dotted #BABABA;
        }
	
.description {
	font-size: 1.3em;
	font-weight: bold; 
	font-style:italic;
	color:#545454;
	margin-top:-4px;
	}

.feature {
	background:#FFE9A4;
	padding:15px;
	border-bottom:1px dotted #E87B26;
	border-top:1px dotted #E87B26;
	}

.feature:hover {
	background:#FFE9A4;
	}
	
.feature p, #rightcol p, #leftcol p {
	margin:0;
	}

.feature ul {
        margin:15px 0 0;
        padding:5px 0 0;
        border-top: 1px dotted #624233;
        clear:both;
        }

.feature ul li {
        list-style:none;
        padding-top:5px !important;
        padding-bottom:0px !important;
        margin:0px !important;
        font: 1.3em Georgia, Times, Serif !important;
        }

.feature ul li a {
        color: #E87B26 !important;
        }

#rightcol h3, #leftcol h3 {
        margin-bottom:10px;
        }

#rightcol p, #leftcol p {
        font: 12px Arial, Helvetica, Sans-Serif;
        line-height: 125%;
        margin-top: 5px;
        }

#rightcol img, #leftcol img, .results-post img, .gallery img, #leadpic, #sidepic {
	padding: 3px;
	border: 1px solid #AA9780 !important;
        background-color: #fff;
	}

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

#lead {
	margin-top:12px;
	}

#lead p {
        line-height: 125%;
        }


.title {
	font-size:1.2em;
	font-weight:bold;
	line-height:120%;
	}

a.title, a:visited.title {
        color: #E87B26;
        line-height: 115%;
        }
	
.feature#lead .title {
	font:1.9em Georgia, "Times New Roman", Times, serif;
	line-height:100%;
	display:block;
	padding-bottom:5px;
	}

#rightcol img, #leftcol img, .results-post img {
	float:left;
	margin:3px 10px 4px 0;
	}
	
#rightcol .clearfloat, #leftcol .clearfloat {
	border-bottom:1px dotted #b6b6b6;
        margin-bottom:8px;
	padding:15px 0;
	}
	
#subtopic {
        margin: 5px 0 15px 0;
        }

#subtopic ul {
        margin-left:0px !important;
        margin-bottom:18px !important;
        color: #624233;
        }

#subtopic ul li {
	margin:0px !important;
        list-style: none !important;
        width: 210px;
        float: left;
        }

#subtopic li a {
        background: url(/wp-content/themes/mimbo2.2/images/folder.png) no-repeat 0;
        padding-left: 20px;
        }

#sidelist li {
	list-style:none;
        padding:0;
        margin-bottom: 20px;
        font-size: 1.05em;
	}

#sidelist ol {
        margin-top:0;
        }

#sidelist ol li {
        line-height:115%;
        list-style: decimal;
	margin:0 0 0 20px !important;
        font-size: 1.3em;
        padding: 0 0 6px 0;
        font-family: Georgia, Times, Serif;
        }
	
.bullets li {
	list-style:none;
	}
	
#sidelist .bullets li {
	list-style:none;
	margin:0;
	}

#sidelist .categories ul ul {
        margin-top:0;
        }

#sidelist .categories li {
        margin-bottom:0 !important;
        border-bottom: 1px dotted #bababa;
        }

#sidelist .categories li a {
        padding: 4px 0 4px 2px;
        display: block;
        color: #E87B26;
        }

#sidelist .categories li a:hover {
        background-color: #FFF9E9;
        color: #624233;
        text-decoration: none;
        }

.galleries li {
        float:left;
        margin:0 13px 15px 2px !important;
        list-style:none;
        }

#sidelist .children {
	margin-top:5px;
        }
	
#sidelist .children li {
	list-style: none;
	margin-left:0;
        border-bottom: 1px dotted #bababa;
	}

#sidelist .categories ul, ul.bullets {
        margin-top:-12px;
        }
	
#sidelist .children li a, #sidelist .children li a:visited {
	border:0;
	}

#sidelist .children li a:hover, #sidelist .children li a:active	{
	}

.postmetadata {
	margin: 30px 0;
	}

#writer {
	background:#fff;
	margin:0 0 20px;
	padding:10px 0 14px;
        border-bottom: 1px dotted #bababa;
        border-top: 1px dotted #bababa;
	}

#writer img {
	padding:3px;
	border:1px solid #AA9780;
        background:#fff;
	float:left;
	width:80px;
	}

#writer span {
	display:block;
	padding-top:4px;
	margin-top:12px;
	}

#writer p {
	margin:0;
	width:370px;
        font: 12px Georgia, "Times New Roman", Times, serif;
	}

.author-bio {
        border-top:0px !important;
        }

.entry {
	}

.results-entry {
	padding-bottom:0px;
        width:330px;
        float:left;
	}

.search-results-entry {
        padding-bottom:0px;
        }

.results-entry p, .search-results-entry p {
        font: 1.1em Arial, Helvetica, Sans-Serif;
        line-height: 125%;
        margin-bottom: 0px;
        }

.entry h2 {
        font-size: 1.2em;
        margin: 15px 0pt 6px;
        letter-spacing: 0.02em;
        }

h3 a:link, h3 a:visited {
	color:#624233;
	}

#shop-cat {
        width:160px;
        float:left;
        display:inline;
        padding: 10px;
        border:2px dotted #624233;
        margin:0 15px 15px 0;
        text-align:center;
        background-color: #FDEBAD;
        }

#shop-cat:hover {
        background-color: #FDD968;
        }



/*Post Formatting*/

.picleft {
	float:left;
	margin:3px 14px 10px 0;
	}

.picright {
	float:right;
	margin:3px 0 10px 14px;
	}	

.post blockquote {
	color:#76767a;
	background:#f2f2f2;
	padding:6px 14px;
	margin:18px 35px;
	border-right:1px solid #DDD;
	border-bottom:1px solid #DDD;
	}

.post h3 {
	font-size: 1.7em;
	text-transform: none;
	letter-spacing: -0.05em;
	color: #E87B26;
        margin-bottom: 0px;
        padding-top: 10px;
        font-weight: normal;
	}       	

.post ul, .post ol, #content ul, #content-wide ul {
        font: 1.25em Georgia, "Times New Roman", Times, Sans-Serif;
        margin-bottom:15px;
        }

.post ul li ul {
        font-size: 1.0em !important;
        }

.post ul li, #content ul li, #content-wide ul li {
	list-style:square;
	line-height:125%;
        margin:5px 0 0 42px;
	}

.post ol li, #content ol li, #content-wide ol li {
	margin-bottom:5px;
        margin-left:48px;
	line-height:140%;
	}

ul.related li {
        margin-left:18px !important;
        }

.results-post {
        background-image: url(/wp-content/themes/mimbo2.2/images/results-post-bg.jpg);
        background-repeat: repeat-x;
        margin-bottom: 20px;
        padding: 7px 10px;
        border-top: 1px solid #F6EEB0;
        clear: both;
        }
	
#tags {
        background: url(/wp-content/themes/mimbo2.2/images/tag.gif) no-repeat 0;
	padding:3px 0 3px 10px;
	border-bottom:1px solid #DDD;
	border-top:1px solid #DDD;
        font-size: 12px;
	}

				

/* Form Elements */

select {
	background:#f2f2f2;
	border:1px solid #9c9c9c;
	width:100%
	}
	
#searchform {
	padding:13px 5px 0 0;
        font-size: 1.5em; 
	}

.button {
	padding: 1px;
	background:#E77B26;
	color:#e7e7e7;
	border:none;
	}

.button:hover {
	background:#0A7E97;
	color:#FFF;
	text-decoration:none;
        cursor: pointer;
	}

#commentform input {
	width: 170px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	margin-top:5px;
	}



/* Comments*/

.commentlist {
	padding-left:0px;
	}
	
.commentlist li {
	margin: 15px 0 3px;
	padding: 8px 5px 5px;
	background:#fff;
	border-top: 1px solid #ddd;
	}

#commentform small {
	background:#FFF;
	font-weight:bold;
	padding:0;
	}
	
.commentmetadata {
	display: block;
	}

.commentlist small {
	background:#fff
	}

.commentlist cite {
	font: 1.6em Arial, Helvetica, Sans-serif;
	font-weight:bold;
	letter-spacing:-0.05em;
	}

.commentlist p {	
	margin: 10px 0 5px;
        font: 1.1em Arial, Helvetica, Sans-serif;
        line-height: 125%;
        }
	

/* Float Properties*/

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

.clearfloat {
	display:block
	}

.clear {
        display:block;
        margin: 13px 0 0 !important;
        clear: both;
        }
	


/* Footer*/

#footer {
	margin: 0 auto 0;
	width: 985px;
	padding: 15px 0 30px;
	color:#624233;
	font-size:0.8em;
        background-color: #98C8D6;
        border-top: 5px solid #624233;
	}

.copyright {
        margin: 20px 20px 0;
	font-size:.85em;
        display:block;
        }

.copyright a {
	color:#624233;
	text-decoration:underline;
	}

#footer-ad {
        margin:0;
        padding:15px 0 15px 125px;
        border-left:1px dotted #BABABA;
        border-right:1px dotted #BABABA;
        }

#front-popular {
	color:#fff;
	width: 940px;
	margin: 0 auto;
	padding:10px;
	}

#recentpost, #mostcommented {
	width:280px;
	float:left;
	padding:10px;
	border:0px dotted #624233;
	}

#mostcommented {
	margin-left:17px;
	}

#recent_comments {
	width:280px;
	float:right;
	padding:10px;
	border:0px dotted #624233;
	}

#recentpost a, #mostcommented a, #recent_comments a {
	text-decoration:none;
        color:#00576F;
	}

#recentpost a:hover, #mostcommented a:hover, #recent_comments a:hover {
	text-decoration:none;
        color:#EF7D24;
	}

#recentpost ul, #mostcommented ul, #recent_comments ul {
	margin-top:5px;
	}

#recentpost ul li, #mostcommented ul li, #recent_comments ul li {
	list-style:none;
	border-top:1px dotted #624233;
	padding:5px 0;
	display:block;
	}

#recentpost ul li:hover, #mostcommented ul li:hover, #recent_comments ul li:hover {
	color:#fff;
	}

#recentpost ul li:first-child, #mostcommented ul li:first-child, #recent_comments ul li:first-child {
	border-top:0px dotted #fff;
	}
