/*  
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("../mimbo/nav.css");

#nav{
	margin:0 auto 5px;
}

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


* {
	list-style:none;
	margin:0;
	padding:0;
	outline:none;
	}

body,html {
	min-height:101%; /*Firefox scrollbar fix*/
	}
	
body {
	background: #fafafa;
	color: #1d1d1d;
	}

body, select, input, textarea {
	font: 100% Arial, helvetica, Verdana, Sans-Serif;
	}
	
p {	
	margin: 5px 0;
	line-height:130%;
	word-spacing:0.01em;
	}
a, a:visited {
	color: #000000;
	}

a:hover, a:active {
	color:#000000;
	text-decoration:underline;
	}
.entry content a, a:visited {
	color:#000000;
	}

.entry content a:hover, a:active {
	color:#000000;
	text-decoration:underline;
	}
hr {
	display: block;
	height:1px;
	background:#d7d7d7;
	border:0;
	color:#d7d7d7;
	}

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

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

pre {
	width:100%;
	overflow:auto;
	}
h7 {	
background:black
width:100%;
position: relative;
}
.headingh7 {	
background: black;!important
height: 10px;
position: relative;
width: 100%;
display:block;
margin-bottom:8px;
}
.spanh3 {
color:black;
background: white;
font-family: helvetica, arial, geneva, serif;
font-size: 17px;
font-weight: bold;
height: 20px;
line-height: 17px;
padding: 0 3px 0 3px;
position: absolute;
top: -7px;
left:15px;
width: auto;
margin-bottom:8px;
}
.widgettitle span {
color:black;
background: white;
font-family: helvetica, arial, geneva, serif;
font-size: 17px;
font-weight: bold;
height: 20px;
line-height: 17px;
padding: 0 3px 0 3px;
position: absolute;
top: -5px;
left:15px;
width: auto;
margin-bottom:8px;
}
/* ---------- @ Structure -----------*/

#page {
	width:1280px;
	margin:0 0 0 15px;
	padding-top:0px;
	position:relative;
	}
#wrapper {
	background:#FFFFFF;
	font-size:0.75em;
	padding:15px 30px 15px 30px;
	float:left;
	border-bottom:none;
	border-left:1px solid #6c6c6c;
	border-right:1px solid #6c6c6c;
	width:980px;
	box-shadow:0 0 5px #242424;
	-webkit-box-shadow:0 0 5px #242424;
	-moz-box-shadow:0 0 5px #242424;	
	}
#masthead {
	height:80px;
	width: 980px;
	margin-bottom:5px;
	border:none;
	padding:10px 0px 0px 0px;
	}
#content {
	width:500px;
	float:left;
	margin-top:10px;
	}
.middlecolumnbox {
	width:225px;
	float:left;
	margin-top:10px;
	padding-bottom:10px;
	border-bottom:1px solid #ccc;
	}
#middlecolumn{
	float:left;
	margin:10px 0px 0px 0px;
}
#rightcolumn {
	width:200px;
	float:right;
	margin:10px 0px 0px 0px;
	border-left:1px solid #ccc;
	}
#featured-cats {
	width:254px;
	float:left;
	}
#feed {
	width:500px;
	float:left
	}
#more-posts {
	width:489px;
	float:left;
	border:none;
	padding:3px;
	}
.excerpt{
	color:#03B; 
	font-weight:bold;
	margin-top:10px;
	font-size:13px;
	text-decoration:underline;
}
.left {
	float:left;
	}

.right {
	float:right;
	}
/* ---------- @ Sidebars -----------*/
#sidebar {
	border:none;
	width:254px;
	float:left;
}
.sidebar2 {
	border:none;
	width:200px;
	float:left;
}
.sidebarrow {
	width:477px;
	float:left;
	margin-bottom:25px;
}
/* ---------- @ The header -----------*/

#logocontainer {
	height: 78px;
	width:550px;
	float:left;
	clear:none;
	}
#description {
	color:#888787;
	font: italic 1.2em verdana, arial, helvetica, serif;
	letter-spacing:0.01em;
	height:70px;
	width:420px;
	float:right;
	clear:none;
	border:none;
	margin:0px;
	padding:0px;
	}
#slideshow {	
	height:70px;
	max-width:240px;
	float:right;
}
#memberbox {
	height:70px;
	width:150px;
	float:left;
	padding:10px 0px 0px 23px;
	}
#memberboxtext {
	font-size:11px;
	color:#585858;
	height:30px;
	width:135px;
	float:left
	}
#memberboximage {
	background: url('images/front_shopping_basket_small.jpg') no-repeat; 
	height:70px;
	width:60px;
	float:left;
	background-position:left bottom;
	}
#follow {
	width:210px;
	height:30px;
	float:left;
	padding-top:10px;
	}
.followbox {
	color:#004993;
	font:bold 12px arial, verdana;
	width:20px;
	height:20px !important;
	float:left;
	padding:0px !important;
	margin:0px;
	}
#searchform {
	float:left;
	width:195px;
	text-align:right;
	padding-top:1px;
	}
#s {
   	float:left;
	padding:2px;
	height:13px;
	width:139px;
	font-size:0.9em;
	}
	
#s:focus {
	background:#f8f8f8 !important;
	}

#searchsubmit {
   	float:left;
	margin-top:1px;
	vertical-align:top;
	margin-left:2px;
	}		
/* ---------- @ Ads -----------*/
#right-adcolumn {
	width:250px;
	float:left;
	margin:0px 0px 0px 10px;
	padding-top:3px;
	margin-top:3px;
	border-top:1px solid #ccc;
	}
.right-adcolumnbox{
	margin-bottom:10px;
	border-bottom:1px solid #ccc;
	padding-bottom:10px;
	}
#moreposts-ad {
	width:487px;
        margin:10px 0px 10px 0px;
	padding:3px 0px;
	overflow:hidden;
	}
#topbanner {
	height:120px;
	width: 980px;
	margin-bottom:10px;
	border:none;
	padding:5px 0px 0px 0px;
	}
#postfeed-ad {
	width:487px;
	border-top: 2px solid #B9D2E5;
	border-bottom: 2px solid #B9D2E5;
	padding:3px 0px;
	overflow:hidden;
	}
.postad {
	float:right;
	width:210px;
	display:inline-block;
	*display:inline;
	zoom:1;
	}
.pagead {
	float:left;
	width:165px;
	clear:none;
	}
/* ---------- @ Headers -----------*/

h1 {
	font: bold 2.7em verdana, arial, helvetica, serif;
	letter-spacing:-0.01em;
	float:left;
	}
h2 {
	font: bold 2.5em arial, helvetica, geneva, serif;
	padding-bottom:8px;
	margin: 25px 0 20px 0;
	}
#lead h2 {
	font: bold 4.2em lato, arial, helvetica, serif;
	line-height:115%;
	margin:3px 0 -8px 0;
	padding:0;	
	}	
.post h2 {
	font: bold 4.5em lato, helvetica, geneva, serif;
	line-height:1em;
	padding: 0;
	margin: 15px 0 0 0;
	}
h2.posttitle {
	margin:0px 0 0 0;
	padding:0 10px 0px 0;
	}
h2.pagetitle {
    border-bottom:1px solid #d7d7d7;
    padding:0 0 5px 0;
    margin:0px 10px 20px 0;
    font-size: 1em;
    color: #005CA8;
    text-transform: uppercase;
    }
h3 {
    background: black;
    color:white;
    height: 7px;
    position: relative;
    width: 97%;
    display:block;
    margin-bottom:8px;
    padding-left:3px;
    float:left;
   }
.post h3 {
	border:none;
	font:1.7em verdana, arial, helvetica, serif;
	color: #232323;
	letter-spacing:0;
	}
	
#more-posts h3 {
	margin:0 0 15px 0;
	}
	
h3#respond {
	margin:45px 0 20px 0;
	}

h3#comments {
	margin-top:32px
	}
h4 {
	font:bold 2.5em arial black, verdana, helvetica, serif;
	margin-bottom:-7px;
	line-height:135%;
	}
.post h4 {
	margin:15px 0;
	}
	
.archive-list h4 {
	margin:0;
	font-size:1.2em;
	line-height:125%;
	}
h5 {
	font:bold 1.3em verdana, arial helvetica, serif;
	color:#000;
	text-transform:none;
	letter-spacing:0em;
	padding:4px 0px 0px 0px;
	margin-bottom:0px;
	background:none;
    }
h6 {
	font:bold 0.9em arial, helvetica, sans-serif;
	}


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


/*Misc*/
h1 a, h1 a:visited {
	color:#000000;
	text-decoration:none
	}
h1 a:hover {
	color:#000000;
	}
h1 a:active {
	color:#000000;
	}	
h4 a, h4 a:visited {
	color:#000000;
	text-decoration: none;
	}
h4 a:active {
	color:#000000;
	}
h5 a, h5 a:visited,
h5 a:hover, h5 a:active {
	text-decoration: none
	}
.archive-list a img, .archive-list a:visited img {
	float:left;
	margin: 1px 3px 1px 0px;
	padding:0px;
	border:none;
	background:#FFF;
	}
#more-posts img {
	float:left;
	margin: 1px 4px 1px 0px;
	padding:0px;
	border:none;
	background:#FFF;
	}
.
img {
	 width:90px; 
	 height:70px;
	}
.recent-excerpts {
	padding-bottom:9px;
	margin:20px 5px 0px 0px;
	}
#featured-cats ul {
	margin:3px 0 22px 0;
	}
#featured-cats li {
	list-style:none;
	border-bottom:1px dotted #B6B6B6;
	padding:5px 0 8px 6px;
	margin:4px 0;
	line-height:135%;
	}
#lead {
	width:488px;
	margin:0px 0px 0px 0px;
	background:#ffffff;
	float:left;
	padding-bottom:20px;
	}
#lead:hover {
	background:#ffffff;
	}
#lead-text {
	float:left;
	padding:0;
	padding-left:2px;
	}	
#lead br, .recent-excerpts br /*cleans up excerpts*/ {
	margin-bottom:15px;
	}
#lead-img {
	float:right;
	}
.commentcount {
	padding-right: 19px;
	background:url(images/bubble.gif) no-repeat right;
	font:.8em Arial, Helvetica, sans-serif;
	}

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

.postmetadata .commentcount {
	font-size:1em;
	}
.date {
	float:left;
	margin:9px 4px 0 0;
	font: bold 0.9em arial, verdana, helvetica, serif;
	color:#000000;
	letter-spacing:0.03em;
	background: url('images/pil.gif') no-repeat;
	height: 11px;
	width: 8px;
	}
#featured-cats .date {
	margin: 2px 3px 0 0;
	}
/*Sidebar and 
s*/
.widget {
	float:left;
	width:225px;
	list-style:none;
	border:none;
	margin-bottom:10px;
	padding:0px 0px 2px 0px;
	margin-left:13px;
	overflow:hidden;
}
.widgettitle
{
   background: black;
   font-size:14px;
   color:white;
   height: 17px;
   position: relative;
   width: 100%;
   display:block;
   margin-bottom:8px;
   padding-left:3px;
}
#sidebar li, .headlines li {
	font-weight:bold;
	list-style:none;
	margin:0px 2px;
	padding:4px 0px;
	}
#sidebar a, #sidebar a:visited
	{
	color:#000;
	text-decoration:none;
}
#sidebar a:hover 
	{
	color:#4C4C4C;	
	text-decoration: underline;
}
#sidebar a:active {
	color:#000;	
	text-decoration: none;
}
#home #content a, #home #content a:visited, 
.archive-list h4 a, .archive-list h4 a:visited,
.commentcount a, .commentcount a:visited, 
.fullarchive a, .fullarchive a:visited {
	color:#000000;
	text-decoration: none;
	}
#home #content a:hover, #home #content 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:#000000;
	text-decoration: underline;
	}
#home #content a:active, 
h4 .archive-list a:active, .commentcount a:active, 
 .fullarchive a:active 
	{
	color:#000000;
	text-decoration: underline;
	}
#wp-calendar td {
	text-align:center;
	padding:3px;
	}	
	
#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 {
	background:#ededed;
	margin:-10px 0 22px 0;
	padding:3px 20px 16px 20px;
	border-bottom:1px solid #dadada;
	border-top:1px solid #dadada;
	}
	
#writer img {
	padding:1px;
	border:1px solid #b2afa4;
	float:left;
	margin:18px 15px 6px 0;
	}

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

#tags a, #tags a:visited {
	text-decoration: none
	}
/*Archives*/
.archive-list li {
	list-style:none;
	width:490px;
	float:left;
	height:103px;
	margin: 5px 25px 5px 0;
	border-bottom:1px solid #b1b1b1;
	}
.archive-list img {
	margin:0 14px 0 0;
	}
.archive-list .postmetadata {
	font-weight:bold;
	float:left;
	border:none;
	margin:0px 8px 0px 0px;
	padding:9px 0 0 0;
	}	
#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 {
	padding:1px 0 0px 0px;
	color:#333;
	margin:0 100px 0px 0;
	float:left;
	}
.post code {
	background:#f5f3ee;
	padding:3px;
	font-size:1.2em;
	}		
.post ul li {
	margin: 0px 0px 5px 42px;
	line-height:115%;
	}
.post ol li {
	margin:0 0 3px 1px;
	line-height:115%;
	list-style:inside;
	list-style-type:decimal;
	}
.post-clearfloat {
	font-family:arial,verdana,italic; 
	font-size:1.25em;
	clear:none; 
	float:left;
	display:inline;
	width:485px;
	}
.postsocial {
	width:477px;
	height:35px;
	border-top:1px solid #999;
	border-bottom:1px solid #999;
	margin-bottom:2px;
	padding:5px;
	padding-top:12px;
	float:left;
	}
.metadatacontainer {	
	border-bottom:1px solid #d7d7d7;
	margin:0px 13px 15px 0px;
	padding-top:1px;
	width:488px;
	height:18px;
	}

.metatools {	
	float:left;
	margin-right:4px;
	}
.post-links {
	width:200px;
	margin-top:10px;
	}
legend{
	color:#000;
	font-weight:bold;
	margin-left:10px;
	padding:0 4px;
}
fieldset{
	padding:0px 2px;
	border:1px solid #ccc;
}
.fieldsetbox{
	padding:0 2px;
	
}

/*Images*/
.entry img {
	display:block;
	border:none;
	padding:0px;
	margin:5px 0;
	}
.wp-caption.alignleft, 
.wp-caption.alignright, 
.wp-caption.aligncenter {
	background: #FFF;
	text-align:center;
	font-size:10px;
	padding:10px 5px 10px 10px;
}
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 #999 !important;
	padding:2px;
	}

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

.gallery-caption {
	padding:10px;
	}
	
/* ---------- @ Comments -----------*/

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

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

.reply a:active {
	background:#CCC;
	}
			
.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: bold 1.4em verdana, arial, helvetica, serif;
	letter-spacing:-0.05em;
	display:block;
	padding-top:9px;
	}	

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

.commentmetadata a:hover, .commentmetadata a:active  {
	text-decoration:underline;
	color:#333;
	}
/* ---------- @ Form Elements -----------*/

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

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

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

.button:active {
	background:#000;
	}

#commentform textarea {
	width: 98%;
	margin-top:5px;
	height:250px;
	}
/* ---------- @ Float Clearing -----------*/
.clearfloat:after {
	display:block;
	visibility:hidden;
	clear:both;
	height:0;
	content:".";
	}
.clearfloat {
	display:inline-block
	}
.clearfloat {
	display:block
	}
.page-clearfloat {
	float:right;
	width:450px;
	clear:none
	}
/* ---------- @ Footer -----------*/
#footer {
	height:180px;
	padding:0px;
	width:980px;
	float:left;
	margin-top:40px;
	font-size:0.75em;
	border-top:2px solid #000;
}
#footer a, #footer a:visited {
	color:#000;
  	text-decoration:none;
	}
#footer a:hover {
	color:#5a5954;
	}

#footer a:active {
	text-decoration:underline
	}
			
#footer img {
	vertical-align:top;
	}
#copyright {
	font:bold 1em arial, verdana, helvetica, sans-serif;
	float:right;
	width:290px;
	}
.footerbox {
	font: bold 1.5em arial, verdana, helvetica, serif;
	height:90px;
	width:95px;
  	border-right:1px solid #ccc;
	float:left;
	margin:35px 0px 0px 40px;
	padding-right:25px;
	}
.followbox {
	width:70px;
	height:70px;
	padding:8px;
	}
#rss {
	float:right;
	width:350px;
	text-align: right
	}
/* ---------- @ Pagination -----------*/
.wpapi_pagination {
clear:both;
padding:20px 0;
position:relative;
font-size:11px;
line-height:13px;
}
 
.wpapi_pagination span, .wpapi_pagination a {
display:block;
float:left;
margin: 2px 2px 2px 0;
padding:6px 9px 5px 9px;
text-decoration:none;
width:auto;
color:#000;
background: #fff;
}
 
.wpapi_pagination a:hover{
color:#fff;
background: #3279BB;
}
 
.wpapi_pagination .current{
padding:6px 9px 5px 9px;
color:#fff;
background:#3279BB;
}

/* ---------- sidecolumns -----------*/
.postlist img {
	width: 198px;
	height:120px;
	float: right;
	padding-right: 0px;
	padding-bottom: 10px;
}
.middlekronika img {
	width: 69px;
	height:50px;
	float: left;
}
.middlelist img {
	width: 225px;
	height:140px;
	float: left;
}
.middlelist-h4{
	font-size:26px;
	font-family:lato,arial,helvetica,verdana;
	line-height:105%;
}
.sidelist img {
	width: 198px;
	height:120px;
	float: right;
	padding-right: 0px;
	padding-bottom: 10px;
}
.sidelist-h4{
	font-size:13px;
	font-family:arial,helvetica,verdana; 
}
.middlecolumn-h4{
	font-size:13px;
	font-family:arial,helvetica,verdana; 
	margin-bottom: 0px;
}
/* ---------- narrow-excerpts -----------*/
.narrow-excerpts { 
	width: 150px;
	height:auto;
	float:left; 
	margin:15px 15px 5px 0px; 
	padding-right:5px;
	border-right:1px solid #ccc;
}
.narrow img { 
	width:140px;
	height:88px;
	margin:0px 0px 0px 0px; 
}

.narrow-excerpts h4 { 
	font-size:130%; 
	border-right:none;
}
