/*
Theme Name: dirtlab
Theme URI: awongh.com
Description: The dirtlab home page theme sfdirtlab.com
Version: 1.0
Author: A. Wong
Author URI: awongh.com
*/
/*================== dirtlab layout hex colors  =======================*/
/*  yellow D2AB2B red 820000 grey 313133 darker grey 151416   */

/*====================================================================*/
/*===============  ===================*/

	body {
		margin:0;
		padding:0;
		border:0;			/* This removes the border around the viewport in old versions of IE */
		width:100%;
		background-image:url(images/bg.gif);
		min-width:600px;		/* Minimum width of layout - remove line if not required */
		background-repeat:repeat;				/* The min-width property does not work in old versions of Internet Explorer */
		font-size:90%;
		font-family:helvetica, arial, sans-serif;
		color:#e6e6e6;
	}
	a {
	    color:#8e8e8e;
	}
	a:hover {
		color:#fff;
		text-decoration:none;
	}
	a:visited {
	    color:#4d0000;
	}
	h1, h2, h3 {
		margin:.8em 0 .2em 0;
		padding:0;
	}
	p {
		margin:.4em 0 .8em 0;
		padding:0;
	}
	img {
		margin:10px 0 5px;
	}

/*====================================================================*/
	/* Header styles */
/*====================================================================*/

	#header {
		background-image:url(images/head.jpg);
		background-repeat: no-repeat;
		background-position: 45px 0px;
		clear:both;
		float:left;
		width:100%;
	}
	#header {
		margin-bottom:30px;
    	}
	#header p,
	#header h1,
	#header h2 {
		padding:.0em 15px 0 15px;
		margin:0;
	}
	#header .nav ul {
		clear:left;
		float:left;
		width:100%;
		list-style:none;
		margin:5px 0 0 0;
		padding:0;
	}
	#header .nav ul li {
		display:inline;
		list-style:none;
		margin:0;
		padding:0;
	}
	#header	.nav li a {
		display:block;
		float:left;
		margin:0 0 0 7px;
		padding:6px 10px;
		text-align:center;
		background:#660000;
		color:#1B1B18;
		text-decoration:none;
		position:relative;
		left:15px;
		line-height:1.3em;
                font-weight:bold;
	}
	#header .nav ul li a:hover {
		background:#292924;
		color:#660000;
	}
	#header .nav ul li a.active,
	#header .nav ul li a.active:hover {
		color:#000;
		background:#4D0000;
		font-weight:bold;
	}
	.logo{
	}
	.logo a{
	    float:left;
	    padding:0;
	    width:259px;
	    height:136px;
	    margin:0px 10px 10px 45px !important;
	    background-image:url(images/head.gif);
		background-position:3000px 40px;
	}
	.membership{
	    height:137px;
	    font-size:100%;
	    width:190px;
	    margin:10px 0px 0px 5px;
	    padding: 10px 8px 0px 8px;
	    float:right;
	    color:#BE791E;
	    text-align:center;
	    border: 3px solid #820000;
	}
	.membership .header_form{
        line-height:1.6em;
	}
	.membership .header_input{
		color:#e6e6e6;
		background-color:#4b4b4e;   
        width:130px;
    }
	.membership .header_submit{
        width:90px;
		margin: 5px 7px 5px 0;
		background-color:#4b4b4e;   
		color:#fff;
		float:right;
	}
	.membership label{
		width:30px;
		font-weight:bold;
	}
	.membership a{
        margin-top:20px;
	    color:#BE791E;
	    text-decoration:none;
	}
	.store{
	    text-align:center;
	    font-size:95%;
	    margin:6px 0px 0px 20px;
	    float:left;
	    padding-bottom:5px;
	}
	.store a{
	    overflow:hidden;	
        display:block;
        clear:both;
	    height:115px;
	    width:145px;
	    border: 2px solid #820000;
	    font-weight:bold;
	    text-decoration:none;
	    margin:0;	
	    color:#8e8e8e;

	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
	}

    .store a:hover {
        overflow:hidden;	
        display:block;
        clear:both;
	    height:115px;
	    width:145px;
	    border: 2px solid #4b4b4e;
        background-color:#4b4b4e;
        opacity: .7;
        -moz-opacity: .7;
        filter: alpha(opacity=70);
    }
	.calendar{
	    overflow:hidden;	
	    height:126px;
	    font-size:90%;
	    width:240px;
	    margin:10px 0px 10px 5px;
	    float:left;
	    color:#8e8e8e;
	    background:#313133;
	    border: 6px solid #BE791E;
	    padding:0px 5px 5px 5px;
	}
	#header h3{
		margin:0;
	}
	#header img{
		margin:0;
	}
	.twocont{			/* style for calendar and membership block - must be together so they remain stacked */
		width:490px;
		display:inline;
		float:right;
		margin-right:10px;
	}

/*====================================================================*/
/*===============       columns styles     ==========================*/
/*====================================================================*/

	/* 'widths' sub menu */
	#layoutdims {
		clear:both;
		background:#eee;
		border-top:4px solid #000;
		margin:0;
		padding:6px 15px !important;
		text-align:right;
	}
	/* column container */
	.colmask {
	    position:relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	    clear:both;
	    float:left;
            width:100%;				/* width of whole page */
	    overflow:hidden;		/* This chops off any overhanging divs */
	    display:inline;
	    margin-bottom:40px;
	}
	/* holy grail 3 column settings */
	
	.holygrail {
	    
	}
    .holygrail .colmid {
        float:left;
        width:200%;
        margin-left:-125px; 	/* Width of right column */
        position:relative;
        right:100%;
        display:inline;
    }
    .holygrail .colleft {
        float:left;
        width:100%;
        margin-left:-50%;
        position:relative;
        left:270px;         	/* Left column width + right column width */
    	display:inline;
    }
    .holygrail .col1wrap {
        float:left;
	width:50%;
	position:relative;
	right:150px;        	/* Width of left column */
	padding-bottom:1em; 	/* Centre column bottom padding. Leave it out if it's zero */
	display:inline;
	}
    .holygrail .col1 {
        margin:0 170px 0px 145px;     	/* Centre column side padding:
                            	Left padding = left column width + centre column left padding width
                            	Right padding = right column width + centre column right padding width */
        position:relative;
	left:200%;
	overflow:hidden;
	background:#313133; 	
	border: 5px solid #660000; 
	padding-bottom:10px;
	}
    .holygrail .col2 {
        float:left;
        float:right;			/* This overrides the float:left above */
        width:150px;        	/* Width of left column content (left column width minus left and right padding) */
        position:relative;
        right:0px;         	/* Width of the left-had side padding on the left column */
        

    }
    .holygrail .col3 {
        float:left;
        float:right;			/* This overrides the float:left above */
        width:138px;        	/* Width of right column content (right column width minus left and right padding) */
        margin-right:10px;  	/* Width of right column right-hand padding + left column left and right padding */
        position:relative;
        left:50%;
        background:#313133; 	
        display:inline;
    }

/*====================================================================*/
	/* Footer styles */
/*====================================================================*/

	#footer {
		clear:both;
		background:#313133; 	
		height:50px;
		margin-bottom:20px;
	}
	#footer .nav {
		clear:both;
		width:600px;
		margin-right:auto;
		margin-left:auto;
	}
	#footer .nav ul {
		text-align: center;
		list-style:none;
		margin:0;
		padding:0;
	}
	#footer .nav ul li {
		display:inline;
		list-style:none;
		margin:0;
		padding:0;
	}
	#footer	.nav li a {
		margin:0 0 0 7px;
		padding:2px 10px;
		text-align:center;
		color:#8e8e8e;
		text-decoration:none;
		position:relative;
		line-height:1.3em;
	}
	#footer .nav ul li a:hover {
		color:#660000;
	}
	#footer li a.active,
	#footer .nav ul li a.active:hover {
		color:#000;
	}
	#footerlogo{
		text-align: center;
		clear:both;
	}
	#footerlogo p{
		margin-top:40px;
	}

/*====================================================================*/
/*================== other styles =======================*/
/*====================================================================*/

	.staticpost{
		min-height:350px;
		margin-top:50px;
		margin-bottom:50px;
		margin-left:10%;
		margin-right:10%;
}

	.cont{
		padding:10px 30px 10px 25px;
	}
/*====================================================================*/
/*====================   flickr sidebar styles ===========================*/
/*====================================================================*/

#flickr_badge_uber_wrapper { text-align:center;} 
#flickr_badge_wrapper a img {
    margin-left:auto; 
    margin-right:auto; 
    display:block; 
    border:none; 
} 

#flickr_badge_source_txt {padding:0; font: 11px Arial, Helvetica, Sans serif; color:#fff;}
#flickr_badge_icon {display:block !important; margin:0 !important; }
#flickr_icon_td {padding:0 5px 0 0 !important;}
.flickr_badge_image {text-align:center !important;}
.flickr_badge_image img { border:none;}
#flickr_www {display:block; padding:0 10px 0 10px !important; font: 11px Arial, Helvetica, Sans serif !important; color:#3993ff !important;}
#flickr_badge_uber_wrapper a:hover {},
#flickr_badge_uber_wrapper a:link {border:none;},
#flickr_badge_uber_wrapper a:active {},
#flickr_badge_uber_wrapper a:visited {text-decoration:none !important; background:inherit !important;color:#660000;}
#flickr_badge_source {padding:0 !important; font: 11px Arial, Helvetica, Sans serif }


/*====================================================================*/
/*====================================================================*/
/*====================================================================*/

/* Begin Typography & Colors */ 

.cont .entry {
	line-height: 1.4em;
	}

.cont .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.cont .attachment {
	text-align: center;
	margin: 5px 0px;
}
.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {
	width:85%;
	background:#3e3e41; 	
	border-left: 3px solid #ddd;
}
small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}
#sidebar .logos h3 {
	text-align:center;
	}

.entry p a:visited {
	color: #;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}
/*====================================================================*/

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}
.searchresults{
	padding-top:20px;
	border-bottom: 3px dotted #63636E;
	padding-bottom:20px;
	margin-bottom:15px;
}
/* End Typography & Colors */



/*====================================================================*/
/* Begin Structure */

/*====================================================================*/
.cont{
	padding:10px 30px 10px 25px;
}

.post {
	margin: ;
	text-align: justify;
    border-bottom: 2px solid #8e8e8e;
	}

.post hr {
	display: block;
	}
/*=------------------------------*/

.cont .post {
	margin: 0;
	}

.cont .postmetadata {
	margin-bottom: 30px;
	}

.cont .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.cont .attachment {
	text-align: center;
	margin: 5px 0px;
}
.navigation{
	margin-left:auto;
	margin-right:auto;
	margin-top:30px;
	margin-bottom:15px;
}
.logos{
	padding-bottom:10px;
	margin-bottom:10px;
}
.logos-blog{
	padding-bottom:30px;
	margin-bottom:45px;
	border-bottom: 4px dotted #63636E; 
}
/*=------------------------------*/
.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

/*====================================================================*/
/* End Structure */
/*====================================================================*/

/* Begin Images */
/*====================================================================*/

p img {
	padding: 0;
	max-width: 100%;
	}

.frontthumb {
    margin-right:5px;
    clear:both;
    float: left;
    width:100px;   
    height: 100px;
}
/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
.logos a img{
	margin-top:20px;
	margin-bottom:10px;
	margin-left:auto;
	margin-right:auto;
	display:block;
	}
/*====================================================================*/
/* End Images */
/*====================================================================*/



/*====================================================================*/
/* Begin Lists
/*====================================================================

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}
#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */
/*====================================================================*/



/*====================================================================*/
/* Begin Form Elements */ 
/*====================================================================*/
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#s {
	width: 108px;
	padding: 2px;
	background-color:#4b4b4e;	
	margin-top:5px;
	}

#searchsubmit {
	padding: 1px;
	background-color:#47424c;   
	color:#0c0c0e;
	margin-top:5px;
	}

.entry form {  This is mainly for password protected posts, makes them look better. 
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
    color:#e6e6e6;
	width: 95%;
	background-color:#4b4b4e;	
	padding: 2px;
	margin-bottom:13px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 9px 0 5px 0;
	float: left;
	background-color:#313135;   
	color:#fff;
	}
.emailsignup{
	margin: 30px 10% 30px 10%;
}
.emailsignup p{
	line-height: 1.5em;
	margin-bottom:20px;
}
.emailsignup .signup_span{
	font-size:7px;
}
.emailsignup .signup_label{
	font-weight:bold;
}
.emailsignup .signup_input{
    color:#e6e6e6;
	width:190px;
	background-color:#4b4b4e;   
	display:block;
}
.emailsignup .signup_submit{
	margin: 20px 0 5px auto;
	background-color:#313135;   
	color:#fff;
	width:180px;
}
.emailsignup fieldset{
	line-height: 1.5em;
	padding:20px;
	margin-left:11px;
	margin-top:40px;
	width:320px;
}
/* End Form Elements */
/*====================================================================*/



/*====================================================================*/
/* Begin Comments*/
/*====================================================================*/
.alt {
	font-style:italic;
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */
/*====================================================================*/



/*====================================================================*/
/* Begin Sidebar */ 
/*====================================================================*/
#sidebar
{
	border: 5px solid #BE791E; 
	padding: 0px 9px 10px 6px;
	font-size:89%;
	margin:0;
	}

#sidebar form {
	margin: 0;
	}
/*  End Sidebar */
/*====================================================================*/

/*====================================================================*/
/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #;
/*====================================================================*/
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding: 5px 10px 5px 20px;
	background-color: #3d3d42;
/*====================================================================*/
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}
.feed a{
    line-height:43px;
	text-decoration:none;
	padding-left:35px;
	padding-bottom:12px;
	background-image: url('images/feed-icon-28x28.png');
	background-repeat:no-repeat;
}
/* End Various Tags & Classes*/
/*====================================================================*/

/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	text-align: center;
	background-color: #504950;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	color:#8e8e8e;
	font-size: 13px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

#george {
	margin:722px;
}




