/*
Theme Name: Trever Hoehne
Theme URI: http://www.treverhoehne.com/blog
Version: 1.0
Author: Simon Foust
Author URI: http://www.simonfoust.com
*/

/* LAST UPDATED 09.13.09 */

/*

	Table of Contents

	I.    DEFAULTS
	II.   NAVIGATION
	III.  STRUCTURE & TYPOGRAPHY
	IV.   TABLES
	V.    FORMS
	VI.   HEADINGS
	VII.  CLEARFIX
	VIII. WORDPRESS SPECIFIC

*/

/* -----------------------------------------------------------
		I. DEFAULTS
----------------------------------------------------------- */

* {
	margin: 0;
	padding: 0;
	outline: none;
}

body {
	background: #fff;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #858585;
}

p { padding: 0 0 14px 0; }

a {
	color: #525353;
	text-decoration: none;
		/* get rid of link outlines in firefox */
		outline-color: invert;
		outline-style: none;
		outline-width: medium;
}

a:hover { text-decoration: underline; }

/* Image Defaults */

a img { border: 0; }

img.border, img.alignRight, img.alignLeft {
	padding: 4px;
	border: 1px #e1e1e1 solid;
	background: #fff;
}

img.alignRight {
	float: right;
	margin: 2px 0 2px 14px;
}

img.alignLeft {
	float: left;
	margin: 2px 14px 2px 0;
}

/* Lists */

ul { list-style: square; }
ol { list-style: lower-roman; }

ul, ol {
	margin-left: 25px;
	padding-bottom: 7px;
}

li { padding-bottom: 7px; }

/* -----------------------------------------------------------
		II. NAVIGATION
----------------------------------------------------------- */

#header ul {
	float: right;
	padding: 0;
	margin: 48px 0 0 0;
	list-style: none;
}

	#header li {
		float: left;
		padding-left: 15px;
	}

	#header li a { font-weight: bold; }

/* -----------------------------------------------------------
		III. STRUCTURE & TYPOGRAPHY
----------------------------------------------------------- */

#wrap {
	width: 700px;
	margin-left: auto;
	margin-right: auto;
}

	#header {
		height: 98px;
	}

	.post {
		position: relative;
		padding: 30px 158px 30px 50px;
		border-top: 1px #ddd solid;
	}

		.permalink {
			text-indent: -4440px;
			position: absolute;
			top: 60px;
			left: 0;
			display: block;
			width: 14px;
			height: 12px;
			background: url('images/plus.gif') no-repeat;
		}

		.date {
			position: absolute;
			bottom: 0;
			right: 40px;
		}

	.simple_acat { padding: 0 158px 0 50px; }

/* -----------------------------------------------------------
		IV. TABLES
----------------------------------------------------------- */

table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 14px;
}

	table table { margin-bottom: 0; }

td {
	vertical-align: top;
	padding: 0;
}

/* -----------------------------------------------------------
		V. FORMS
----------------------------------------------------------- */

input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
}

/* -----------------------------------------------------------
		VI. HEADINGS
----------------------------------------------------------- */

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	padding: 0 0 10px 0;
	margin: 0;
	line-height: 1;
	color: #525353;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { text-decoration: none; }

h1 { font-size: 20px; }

	#header h1 {
 		display: inline;
 		padding: 0; /* IE 8 needs this because display: inline doesn't getting rid of the padding */
 		text-indent: -4440px;
	}

		#header h1 a {
			float: left;
			display: block;
			margin-top: 47px;
			width: 200px;
			height: 35px;
			background: url('images/trever-hoehne_logo.gif') no-repeat;
		}

h2 { font-size: 16px; }

h3 { font-size: 13px; }

	.simple_aheading { line-height: 2em; }

h4 { font-size: 10px; }

/* -----------------------------------------------------------
		VII. CLEARFIX
----------------------------------------------------------- */

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

.clearfix { display: inline-block; }

/* Hide from IE Mac \*/
.clearfix { display: block; }
/* End hide from IE Mac */

/* -----------------------------------------------------------
		VIII. WORDPRESS SPECIFIC
----------------------------------------------------------- */

#comment-area {
	margin-bottom: 20px;
	padding: 14px;
	height: 120px;
	overflow: auto;
	border: 1px #ddd solid;
}

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

#commentform textarea {
	width: 478px;
	padding: 2px;
}

#respond { padding-bottom: 10px; }

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

#commentform #submit { float: right; }

.alt {
	margin: 0;
	padding: 10px;
}

ol.commentlist {
	margin: 0;
	padding: 0;
	text-align: justify;
}

ol.commentlist li {
	margin: 0;
	padding: 0;
	list-style: none;
}

ol.commentlist li ul li { 
	margin-right: -10px;
	margin-left: 10px;
}

.comment-author {
	float: left;
	padding-right: 5px;
	text-transform: uppercase;
}

.comment-author cite { font-style: normal; }

.comment-author .says { text-transform: lowercase; }

.children { padding: 0; }

#commentform p { margin: 5px 0; }

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}

.commentmetadata {
	margin: 0;
	display: none;
}