/*  
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: #111 url(images/mid_bg.jpg) top center repeat-y;
	background-attachment: fixed;
	color: #000;
	padding: 0;
	margin: 0;
	}

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

a:link, a:visited {
	color: #7da939;
	text-decoration:none
	}

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

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

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

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

/* Structure */

#page {
	width:880px;
	margin:0 auto;
	font-size:1em;
	padding: 0;
	}

#branding {
	width:625px;
	padding-bottom:15px;
	height: 144px;
	}

.left {
	float:left;
	}

.right {
	float:right;
	}

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

#leftcol {
	width:285px;
	padding-right:12px;
	}

#leftcol {
	margin-top:0px;
	float:left;
	}	
	
#rightcol {
	margin-top:0px;
	float: left;
	}
	
#rightcol2 {
	margin-top:0px;
	float:left;
	}
	
#rightcol {
	width:285px;
	padding-right:13px;
	}
	
#rightcol2 {
	width:285px;
	}

#work-head {
float: left;
width: 285px;
height: 48px;
background: url(images/work_header.gif) top left no-repeat;
padding:0;
margin:0;
margin-bottom: 4px;
}

#paint-head {
float: left;
width: 285px;
height: 48px;
background: url(images/paint_header.gif) top left no-repeat;
padding:0;
margin:0;
margin-bottom: 4px;
}

#play-head {
	float: left;
	width: 285px;
	height: 48px;
	background: url(images/play_header.gif) top left no-repeat;
	padding:0;
	margin:0;
	margin-bottom: 4px;
}

#contactjoe-head {
float: left;
width: 285px;
height: 36px;
background: url(images/contact_joe.gif) top left no-repeat;
padding:0;
margin:0;
margin-bottom: 4px;
}

#readmore-head {
float: left;
width: 285px;
height: 48px;
background: url(images/readmore.gif) top left no-repeat;
padding:0;
margin:0;
margin-bottom: 4px;
}

#tagcloud-head {
float: left;
width: 285px;
height: 48px;
background: url(images/tagcloud.gif) top left no-repeat;
padding:0;
margin:0;
margin-bottom: 4px;
}

h2.widgettitle {
display: none;
}


ul.xoxo li {
list-style: none;
font-size: .85em;
line-height: 1em;
padding-top: 4px;
padding-bottom: 4px;
border-bottom: 1px dotted #333;

}

ul.xoxo li a, ul.xoxo li a:link {
color: #fff;
text-decoration: none;
}

ul.xoxo li a:hover {
color: #C14B0E;
text-decoration: none;
}

		
/*Subnav */

.subnav li {
	list-style:none;
	}

.subnav li a:link, .subnav li a:visited {
	color: #fff;
	display:block;
	padding:4px 4px 4px 8px;
	border-bottom: 1px dotted #333;
}
		
.subnav li a:hover, .subnav li a:active {
	text-decoration:none;
	background: #c14b0e;
}

.subnav li li a:link, .subnav li li a:visited {
	border-left:none
	}
		
	 
	
	
/*	Headers */

h1 {
	font:2.95em Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	letter-spacing:-0.02em;
	}
	
h2 {
	font: .85em Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	letter-spacing:0.1em;
	margin-bottom:4px;
	padding: 4px;
	font-weight:bold;
	color:#fff;
	background: #000;
	margin: 0;
	}

h3, #sidebar h2 {
	font: .85em Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	letter-spacing:0.1em;
	margin-bottom:4px;
	font-weight:bold;
	color:#5f5f5f;
	}
	
#leftcol h3 {
padding: 8px;
background: #222;
color: #fff;
}

#leftcol h3 a {
color: #fff;
}

#rightcol h3 {
padding: 8px;
background: #222;
color: #fff;
}

#rightcol h3 a {
color: #fff;
}

#rightcol2 h3 {
padding: 8px;
background: #222;
color: #fff;
}

#rightcol2 h3 a {
color: #fff;
}

#sidebar h3, #sidebar h2 {
	border-bottom:5px solid #BAEDFF;
	padding:8px;
	margin:12px 0 0px 0;
	font-size:.85em;
		background:#000;
		color: #fff;
	}

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

h3#comments {
	margin-top:32px
	}

h4 {
	font-size:1.6em;
	margin-bottom:6px;
	}
	
	
	
/* Content */

#content {
	width:590px;
	float:left;
	margin-bottom: 25px;
	margin-top: 20px;
	}
	
#indexpagewrapper {
width: 880px;
float: left;
}
	
.description {
	font-size: 1.3em;
	font-weight: bold; 
	font-style:italic;
	color:#545454;
	margin-top:-4px;
	}

.feature {
	padding:0px;
	}

.feature:hover {
	background:#e9e9e9;
	}
	
.feature p, #rightcol p, #rightcol2 p {
	margin:0;
	}

.feature img, #rightcol img, #rightcol2 img {
	padding:-px;
	border:-px solid #000;
	}
			
#leadpic {
	float:left;
	margin: 0 18px 8px 0;
	}

#lead {
	margin-top:22px;
	}

.title {
	font-size:1.2em;
	font-weight:bold;
	line-height:115%;
	}
	
.feature#lead .title {
	font:1.8em Georgia, "Times New Roman", Times, serif;
	line-height:100%;
	display:block;
	padding-bottom:7px;
	}

#leftcol .feature {
	margin-bottom: 5px;
	border-bottom:none;
	}

#rightcol img {
	margin-bottom:10px;
	display: block;
	}
	
#rightcol2 img {
	margin-bottom:10px;
	display: block;
	}

#leftcol img {
	margin-bottom: 10px;
	display:block;
	}
	
#rightcol .clearfloat {

	}	

#sidelist li {
	list-style:none;
	background: #111; /*url(images/grunge-paper.jpg) top left repeat;*/
	font-size: 1em;
	}
	
.bullets li {
	list-style:none;
	border-bottom:1px solid #FFF;
	}
	
#sidelist .bullets li {
	list-style:none;
	margin-bottom:5px;
	line-height:115%;
	margin-left:22px;
	}

#sidelist .children {
	}
	
ul.subnav {
padding-bottom: 10px;
padding-left: 0px;
}
	
#sidelist .children li {
	list-style: none;
	margin-left:0px;
	}
	
#sidelist .children li a, #sidelist .children li a:visited {
	padding:2px 2px 2px 0px;
	border:0;
	color: #fff;
	border-bottom: 1px dotted #333;
	padding-left: 20px;
	}

#sidelist .children li a:hover, #sidelist .children li a:active	{				
	color:#fff;
	background: #C14B0E;
	text-decoration: none;
	}


.postmetadata {
	margin: 30px 0;
	}

#writer {
	background:#eef5e1;
	margin:25px 0 15px 0;
	padding:12px;
	}

#writer img {
	padding:1px;
	border:1px solid #7da939;
	float:left;
	width:80px;
	}

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

#writer p {
	margin:0;
	width:482px;
	}	

.entry {
padding-top: -10px;
padding-bottom: 20px;
	}
	
.entry  p {
padding: 0px 5px;
font-size: 85%;
margin-top: 0px;

}

.entry h3 {
background: #ccc;
padding: 0 4px;
}

.entry-title {
text-transform: uppercase;
font-weight: bold;
color: #000;
float: left;
font-size: .85em;
}

.entry-title a, entry-title a:link {
color: #000;
text-decoration: none;
}

.entry-title a:hover {
text-decoration: underline;
}

.entry-date {
font-weight: normal;
color: #c14b0e;
float: right;
font-size: x-small;
}

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



/*Post Formatting*/

.post {
	background: #fff url(images/post_bg.jpg) top left repeat;
	float: left;
	margin-top: 0px;
	width: 590px;
}

img.postthumb {
border: 1px solid #ccc;
}

.picleft {
	float:left;
	margin:3px 14px 10px 0;
	border:7px solid #f2f2f2;
	}

.picright {
	float:right;
	margin:3px 0 10px 14px;
	border:7px solid #f2f2f2;
	}	

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

.post ul li {
	list-style:square;
	margin-bottom:5px;
	line-height:115%;
	margin-left:42px;
	}

.post ol li {
	margin-bottom:5px;
	line-height:115%;
	margin-left:48px;
	}
	
#tags {
	padding:3px;
	border-bottom:1px solid #DDD;
	border-top:1px solid #DDD;
	}	
				

/* Form Elements */

select {
	background:#f2f2f2;
	border:1px solid #9c9c9c;
	width:100%
	}
	
#searchform {
	padding:16px 5px 0 0; 
	}

.button {
	padding: 2px;
	background:#000;
	color:#fff;
	border:none;
	}

.button:hover {
	color:#ff6600;
	text-decoration:none
	}

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

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



/* Comments*/

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

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

.commentlist small {
	background:#e9e9e9
	}

.commentlist cite {
	font: 1.6em Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	letter-spacing:-0.05em;
	}	
	

/* Float Properties*/

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

.clearfloat {
	display:block;
	}
	
div.clearfloat {
clear:both;
}

#page.clearfloat {
margin-bottom: 40px;
}

#header {
background: url(images/header_bg.gif) top center no-repeat;
display: block;
display: inline-block;
width: 100%;
height: 237px;
}

#header-inner {
margin-left: auto;
margin-right: auto;
width: 880px;
height: 237px;
}

/* Footer*/

#wrapped-foot {
width: 100%;
float: left;
margin-left: auto;
margin-right: auto;
padding: 0;
padding-bottom: 40px;
background: #000;
border-top: 1px dotted #333;
}

#footer {
	margin: 0 auto;
	width: 880px;
	color:#FFF;
background: #000;
padding-top:20px;
	}

#footer a {
	}



/* Begin dTabs css */

#tabbar {
	float: left;
	padding: 10px;
	text-align: left;
	display: block;
	width: 860px;
	vertical-align: middle;
	border-bottom: 1px dotted #222;
	background: #000;
}

#tabbarbox {
	margin: 0 auto;
	width: 880px;
	background:  #000;/*rgb(231,231,231) url("images/tabbar.jpg") no-repeat bottom center;*/
	vertical-align: middle;
}
.tab, .tabselected {
	display: table-cell;
	text-align: center;
	height: 30px;
	padding: 0px 2px 0px 2px;
	margin: 0px 0px 0px 0px;
	vertical-align: middle;
}
#tabbar a {
	display: table-cell;
	font-size: 1em;
	text-align: center;
	height: auto;
	padding: 1px 2px;
	margin: 0px 0px 0px 0px;
	vertical-align: middle;
	color: #fff;
}


.tabbar_button_l {
	display: table-cell;
	vertical-align: middle;
}
.tabbar_button_c {
	margin: 0 7px 0 7px;
	padding: 2px 0 2px 0;
	vertical-align: middle;
}

.tab .tabbar_button_l {
	background: #000; /*transparent url(images/tab_unselected_left.jpg) no-repeat top left;*/
}
.tab .tabbar_button_c {
	background: #000; /* transparent url(images/tab_unselected_central.jpg) repeat-x top;*/
}
.tab .tabbar_button_r {
	background: #000; /* transparent url(images/tab_unselected_right.jpg) no-repeat top right;*/
}

.tabselected .tabbar_button_l {
	background:  #c14b0e; /*transparent url(images/tab_left.jpg) no-repeat top left;*/
}
.tabselected .tabbar_button_c {
	background:  #c14b0e; /*transparent url(images/tab_central.jpg) repeat-x top;*/
}
.tabselected .tabbar_button_r {
	background:  #c14b0e; /*transparent url(images/tab_right.jpg) no-repeat top right;*/
}

.dmenu {
	position: absolute;
	left: -999em;
	margin: 32px 0px 0px 2px;
	padding: 2px;
	background-color: #000;
	min-width: 88px;
	text-align: left;
}
.dmenu ul{
	padding:0;
	margin:0px 0px 0px 0px;
}
.dmenu ul li {
	list-style: none;
	margin: 0;
	padding: 0px;
	vertical-align: middle;
	border-bottom: 1px dotted #333;
}

.dmenu ul li a:link, .dmenu ul li a:visited {
	color: #fff;
	display:block;
	padding:4px 4px 4px 8px;
	border-bottom: 1px dotted #333;
}
		
.dmenu ul li a:hover, .dmenu ul li a:active {
	text-decoration:none;
	background: #c14b0e;
}


.dmenu ul ul{
	padding: 0;
	margin: 0px 0px 0px 4px;
}
/* End dTabs css */

/* gallery styling */


div.gallerytable {
width: auto;
margin: 0;
float: left;
clear:none;
}

div.galleryrow {
margin-bottom: 20px;
float: left;
vertical-align: middle;
}

div.gallerycell {
padding: 10px;
margin-left: 18px;
width: 150px;
height: 150px;
float: left;
border: 1px dotted #666;
background: #fff;
text-align: center;

}


table.gallerytable {
width: 100%;
margin: 0;
float: left;
clear:none;
margin-top: 20px;
}

tr.galleryrow {
margin-bottom: 20px;
float: left;
vertical-align: middle;
}

td.gallerycell {
padding: 10px;
margin-left: 18px;
width: 150px;
height: 150px;
float: left;
border: 1px dotted #666;
background: #fff;
text-align: center;

}

p {
color: #666;
}



img.gallerythumb {
border: 1px solid #ccc;
}


#back-button {
clear: both;
margin-top: 20px;
float: left;
}

#back-button a, #back-button a:link {
color: #fff;
background: #111;
text-decoration: none;
padding: 4px;
}

#back-button a:hover {
color: #fff;
background: #c14b0e;
text-decoration: none;
padding: 4px;
}

ul.blogroll {
float: left;
width: 285px;
}