/*  
Theme Name: Skidmark
Theme URI: http://www.djalexpearce.com/
Description: Custom Theme based on Pickled House's design.
Author: D. J. Waletzky
Author URI: http://dj.waletzky.com/
Tags: simple, clean, widgets, widget-ready, two columns, fixed width, valid CSS, valid XHTML
Version: 0.5
*/

BODY {
	text-align: center;
	font-family: Verdana, lucida, helvetica, arial, sans, sans-serif;
	font-size: 11px;
	}

a:link, a:visited {
        color: #e02688;
  }

#headsup {
	margin: 1em auto 0em auto;
	width: 900px;
	height: 306px;
	padding: 0px;
	clear: both;
	text-align: center;
	position: relative;
	z-index: -5;
	}

#navstrip {
	width: 900px;
	padding: 0px;
	margin: .5em auto;
	clear: both;
	position: relative;
	z-index: 20;
	}

#mainbox {
	width: 500px;
	background-color: black;
	color: white;
	font-family: Verdana, lucida, helvetica, arial, sans, sans-serif;
	font-weight: 600;
	font-size: 11px;
	padding: 25px;
	text-align: left;
	position: relative;
	z-index: 20;
	}

#mainside {
	width: 357px;
	background-color: black;
	color: white;
	font-family: Lucida, Verdana, Helvetica, arial, sans, sans-serif;
	font-weight: 600;
	font-size: 11px;
	padding: 25px;
	text-align: left;
	position: relative;
	z-index: 20;
	}

#footcell a:link, #footcell a:visited {
	color: black;
	}

#footcell a:hover, #footcell a:active {
	color: white;
	}

.sider {
        width: 357px;
	display: block;
	background-color: black;
	color: white;
	font-family: Lucida, Verdana, Helvetica, arial, sans, sans-serif;
	font-weight: 600;
	font-size: 11px;
	padding: 25px;
	text-align: left;
	margin-top: 13px;
	position: relative;
	z-index: 20;
	}

h1 { 
	font-family: Helvetica, Arial, Sans, Verdana, Utopia, sans-serif;
        margin-top: 0px; 
        padding-top: 0px;
        text-transform: uppercase;
        font-stretch:ultra-expanded;
        letter-spacing: -2px;
        font-weight: 700;
        }

h2 {
	border-top: 4px solid #ec4399;
	padding-top: .4em;
	font-size: 15px;
	font-weight: bold;
	}

h2 a:link {
	color: white;
	text-decoration: none;
	}

h2 a:visited, .post h2 a:visited {
	color: white;
	text-decoration: none;
	}

h2 a:hover {
	color: white;
	text-decoration: underline;
	}

.evlist {
	font-size: 11px;
	text-align: left;
	width: 100%;
	margin-top:1em;
	margin-bottom: 1em;
	}

.evlist > .odd {
	background-color: #e02688;
	color: white;
	padding: .5em;
	}

.evlist > .even {
	background-color: #000000;
	color: white;
	padding: .5em;
	}

.evlist > a:link, .evlist > a:visited {
	text-decoration: none;
	}

.evlist > a:hover {
	text-decoration: underline;
	} 

.putput {
	background-color: #ec4399;
	font-size: 11px;
	padding: .4em;
	width: 347px;
	color:white;
	text-transform: capitalize;
	font-family: Lucida, Verdana, Helvetica, arial, sans, sans-serif;
	}

#skidmarks {
	position: absolute;
	z-index: 0;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	padding: 0px;
	width: 100%;
	text-align: center;
	top: 0px;
	}

.post {
        background-color: black;
        margin: 0px;
        padding: 0px;
        z-index: 100;
       }

.post a {	z-index: 120;	}

.produx {
        height: 1.5em;

       }

