/*  
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: none;
	color: #000000;
	padding: 0 0 20px 0;
	}

body, select, input, textarea {
	font: 100% Helvetica, Arial, Sans-Serif;
	}
	
p {	
	margin: 15px 0;
	}

a:link, a:visited {
	color: #4E0E7C;
	text-decoration:none
	}

a:hover, a:active {
	color:#B471F4;
	text-decoration:none;
	}

hr {
	display: block;
	height:1px;
	background:#transparent;
	border:0;
	}

small {
	font-size: 0.95em;
	background:#transparent;
	padding:3px 6px;
	}

img, a:link img, a:visited img {
	border:0
	}
	
		

/* Structure */

#page {
	width:880px;
	margin:0 auto;
	font-size:0.7em;
	background:#transparent;
	padding: 10px 25px 10px 25px;
	}

#branding {
	width:625px;
	padding-bottom:15px;
	}

.left {
	float:left;
	}

.right {
	float:right;
	}

#sidebar {
	width: 250px;
	float:right
	}

#leftcol {
	width:300px;
	border-right:none;
	padding-right:none;
	}

#leftcol, #rightcol {
	margin-top:none;
	float:left
	}	
	
#rightcol {
	width:300px;
	padding-left:none;
	margin-top:none;
	}


#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url('http://www.tributeskateboards.com/lightbox2/images/prevlabel.gif') left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url('http://www.tributeskateboards.com/lightbox2/images/nextlabel.gif') right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }



/*Subnav */

.subnav li {
	list-style:none;
	border-bottom:1px solid #transparent;
	}

.subnav li a:link, .subnav li a:visited {
	background:#transparent;
	display:block;
	padding:4px 4px 4px 8px;
	border-left:4px solid #transparent;
	}
		
.subnav li a:hover, .subnav li a:active {
	background:#transparent;
	text-decoration:none;
	color: #B471F4;
	}

.subnav li li a:link, .subnav li li a:visited {
	border-left:none
	}
		
	 
	
	
/*	Headers */

h1 {
	text-indent:-9999px;
        background: url(http://www.tributeskateboards.com/images/tribute_blog_banner_V4.gif) no-repeat;
        width: 878px;
        height: 99px;
	}
	
h2 {
	font: 1.3em Helvetica, Arial, sans-serif;
        text-transform:uppercase;
	padding:18px 0 0 0;
        font-weight:bold;
        color:#4E0E7C;
	}

h3, #sidebar h2 {
	font: 1em Helvetica, Arial, sans-serif;
	text-transform:uppercase;
	letter-spacing:0.1em;
	margin-bottom:0px;
	font-weight:bold;
	color:#4E0E7C;
	}

#sidebar h3, #sidebar h2 {
	border-top:1px solid #4E0E7C;
	border-bottom:none;
	padding:6px 0 6px 0px;
	margin:22px 0 15px 0;
	font-size:1em;
	}

h3#respond {
	border-top:none;
	margin-top:25px;
	padding-top:20px
	}

h3#comments {
	margin-top:32px
	}

h4 {
	font-size:1.6em;
	margin-bottom:6px;
        color:#4E0E7C;
	}
h5 {
        font-size:1.2em;
	font-weight:bold;
	color:#4E0E7C;
        margin-bottom:0;
        padding-bottom:0;
        }
h6 {
        font-size:1.1em;
	font-weight:bold;
	color:#4E0E7C;
        }
h7 {
	font: 1.4em Helvetica, Arial, sans-serif;
	padding:0 0 0 0;
        font-weight:bold;
        color:#4E0E7C;
	}
h8 {
	font-size:1.0em;
	font-weight:bold;
	line-height:115%;
        color:#4E0E7C;
	}
h9 {
        padding-left:3;
        }
.tribs {
	font: 1.2em Helvetica, Arial, sans-serif;
	padding:0 0 0 0;
        font-weight:normal;
        color:#000000;
	}	
/* Content */

#content {
	width:605px;
	float:left
	}
	
.description {
	font-size: 1.3em;
	font-weight: bold; 
	font-style:italic;
	color:#transparent;
	margin-top:-4px;
	}

.feature {
	background:#transparent;
	padding:0px;
	border-bottom:none;
	border-top:none;
	}

.feature:hover {
	background:transparent;
	}
	
.feature p, #rightcol p {
	margin:0;
	}

.feature img, #rightcol img {
	padding:1px;
	border:none;
	}
			
#leadpic {
	float:left;
	margin: 0 18px 0px 0;
	}

#lead {
	margin-top:18px;
	}

.title {
	font-size:1.0em;
	font-weight:bold;
	line-height:115%;
        color:#4E0E7C;
	}
	
.feature#lead .title {
	font:1.3em Helvetica, Arial, sans-serif;
        font-weight:bold;
	line-height:100%;
	display:block;
	padding-bottom:7px;
	}

#leftcol .feature {
	margin-bottom: 5px;
	border-bottom:none
	}

#rightcol img {
	float:left;
	margin:3px 10px 4px 0;
	}

#leftcol img {
	margin-bottom: 4px;
	display:block
	}
	
#rightcol .clearfloat {
	border-bottom:none;
	padding:12px 0;
	}	

#sidelist li {
	list-style:none;
        color: #4E0E7C;
	}
	
.bullets li {
	list-style:none;
	border-bottom:1px solid #transparent;
	}
	
#sidelist .bullets li {
	list-style:square;
	margin-bottom:5px;
	line-height:115%;
	margin-left:22px;
	}

#sidelist .children {
	background:#transparent;
	}
	
#sidelist .children li {
	list-style: square;
	margin-left:28px;
	border-bottom:1px solid #transparent;
	}
	
#sidelist .children li a, #sidelist .children li a:visited {
	padding:2px 2px 2px 0px;
	border:0;
	background:#transparent;
	color: #4E0E7C;
	}

#sidelist .children li a:hover, #sidelist .children li a:active	{				
	color:#B471F4
	}

.postmetadata {
	margin: 30px 0;
	}

#writer {
	background:#transparent;
	margin:25px 5px 5px 0;
	padding:12px;
	}

#writer img {
	padding:1px;
	border:none;
	float:left;
	width:72px;
	}

#writer span {
	display:block;
	padding-top:16px;
	border-top:none;
	margin-top:12px;
	}

#writer p {
	margin:0;
	width:482px;
	}	

.entry {
	padding-bottom:28px;
        padding-top:0px;
	}


h3 a:link, h3 a:visited {
	color:#4E0E7C;
	}



/*Post Formatting*/

.picleft {
	float:left;
	margin:0px 14px 10px 0;
	border:0px solid #4E0E7C;
	}

.picright {
	float:right;
	margin:3px 0 10px 14px;
	border:7px solid #4E0E7C;
	}	

.post blockquote {
	color:#4E0E7C;
	background:#transparent;
	padding:6px 6px;
	margin:9px 9px;
	border-right:1px solid #4E0E7C;
	border-bottom:1px solid #4E0E7C;
	}	

.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:none;
	border-top:none;
	}	
				

/* Form Elements */

select {
	background:#ffffff;
	border:1px solid #ffffff;
	width:100%
	}
	
#searchform {
	padding:16px 5px 0 0; 
	}

.button {
	padding: 1px;
	background:#4E0E7C;
	color:#ffffff;
	border:none;
	}

.button:hover {
	background:#B471F4;
	color:#ffffff;
	text-decoration:none
	}

#commentform input {
	width: 170px;
	margin: 5px 0px 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:#transparent;
	border-top: 1px solid #4E0E7C;
	}

#commentform small {
	background:#transparent;
	font-weight:bold;
	padding:0;
	}
	
.commentmetadata {
	display: block;
	}

.commentlist small {
	background:#transparent
	}

.commentlist cite {
	font: 1.6em Helvetica, Arial, sans-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
	}
	


/* Footer*/

#footer {
	margin: 0 auto;
	width: 900px;
	font-size:0.7em;
	padding-top:0px;
	color:#4E0E7C;
	}

#footer a {
	color:#4E0E7C;
	}