/*  
Theme Name:
Theme URI:
Description: 
Version: 1.0
Author: Dustin Pfeifer
Author URI: http://www.dustinpfeifer.com/

Theme last updated:
*/


/* Reset
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { 
	margin:0; 
	padding:0; 
}

table { 
	border-collapse:collapse; 
	border-spacing:0; 
}

fieldset, img { 
	border:0; 
}

address, caption, cite, code, dfn, em, strong, th, var { 
	font-style:normal; 
	font-weight:normal; 
}

caption, th { 
	text-align:left;
}

h1, h2, h3, h4, h5, h6 { 
	font-size:100%; 
	font-weight:normal; 
}

q:before, q:after { 
	content:'';
}

strong { 
	font-weight:bold;
}

em { 
	font-style:italic;
}

a img { 
	border:none 
}

div {
	position:relative;
}


/* Layout
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

body {
	background:url(images/background.jpg);
	text-align:center;
	margin:0 auto;
	font:12px "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
}

#wrap {
	background:url(images/background2.png) no-repeat top right;
}

#header {
	background:url(images/background_header.png) no-repeat top right;
	width:960px;
	height:150px;
	margin:0 auto;
}

	#header h1.logo a {
		background:url(images/logo.jpg) no-repeat;
		display:block;
		width:152px;
		height:150px;
		position:absolute;
		left:0;
		text-indent:-9999px;
	}

	#header .sponsor {
		position:absolute;
		top:10px;
		right:10px;
	}
	
#content {
	background:url(images/background_content.png) no-repeat top left;
	width:960px;
	margin:0 auto;
	text-align:left;
}

	#main {
		float:right;
		width:748px;
	}
	
	#sidebar {
		float:left;
		width:172px;
		padding:85px 0 0;
	}
	
	
/* Posts
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#post {
	background:#e4e4e4;
	padding:20px;
	margin:0 0 10px;
}

.thumbnail {
	float:left;
	width:237px;
}

.entry {
	float:right;
	width:451px;
	padding:0;
}

.meta {
	margin:0 0 20px;
}

ul.addtoany_list li a {
	padding:0 !important;
}


/* Comment Styling
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#respond {
	padding:30px 40px 30px 40px;
}

	textarea {
		width:100%;
	}
	
.commentlist {
	margin:0 40px;
	color:#818181;
}

.commentlist cite, .commentlist .says, .commentlist .comment-meta {
	font-size:12px;
	font-style:normal;
}
	
.commentlist li {
	list-style-type:none;
	margin:10px 0;
	background:#e4e4e4;
	padding:20px;
	font-size:14px;
	font-style:italic;
}

.commentlist p {
	margin:10px 0 0;
}

.commentlist p.postmetadata {
	margin:0;
}

.commentlist p.author {
	margin:0;
}

.commentlist .avatar {
	float:left;
	margin:0 10px 0 0;
}
	

/* Navigation
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#nav {
	margin:20px 0;
	list-style-type:none;
}

#nav li {
	padding:0 0 13px 0;
}

#nav a {
	background:#232021;
	padding:5px 10px;
	font-size:14px;
	text-transform:uppercase;
	color:#dadada;
	text-decoration:none;
}

.pagenav, .commentnav {
	color:#232021;
	font-size:18px;
}

.commentnav {
	margin:0 40px;
}

.pagenav a, .commentnav a {
	background:#232021;
	color:#dadada;
	text-decoration:none;
	padding:2px 5px;
	font-size:12px;
}


/* Typography
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

p {
	line-height:1.5;
	margin:10px 0;
}

h1 {
	font-size:22px;
	font-weight:bold;
	text-transform:uppercase;
}

h2, h2 a {
	font-size:14px;
	color:#818181;
	font-style:italic;
}

h3 {
	font-size:18px;
	font-weight:bold;
	text-transform:uppercase;
}

	h3#comments {
		margin:30px 40px 0 40px;
	}


/* Wordpress Defaults
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.aligncenter { 
	display:block; 
	margin:0 auto;
}

.alignleft { 
	float:left;
	margin:10px 10px 10px 0;
}

.alignright { 
	float:right;
	margin:10px 0 10px 10px;
}

.wp-caption { 
	border:1px solid #666; 
	text-align:center; 
	background:#ccc; 
	padding:10px; 
	margin:10px 
}


/* Browser Adjustments
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

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

.clearfix {display: inline-block;}          
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */