/*
Theme Name: Onhiat.us
Theme URI: http://www.onhiat.us
Description: Onhiat.us Website
Version: 1.0
Author: Joshua Klina (Design by Joshua Klina and Christian Reuter)
Author URI:
*/

/* Global resets to help browsers render CSS more or less identically. */
*{
	margin: 0;
	padding: 0;
    border: 0;
}

img, fieldset {border: 0;}

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

strong, cite, code, th {
	font-style: normal;
	font-weight: normal;
}

ul, ol {list-style: none;}

a{ 
	text-decoration: none; 
   	color: #313131;
}
em{
	font-style: italic;
}
a:hover {color: #ae822e;}

.clear { clear: both;}



/* CSS for all pages. */
body {
	background: #c7d1d2 /*url(http://onhiat.us/wp-content/themes/default/images/backGround.gif)*/; 
	font-family: Verdana, Tahoma, Helvetica, Arial, sans-serif;
	font-size: x-small;
}

h1 {
     width: 569px;
     height: 51px;
     font-family: Helvetica, Tahoma, Verdana, Arial, sans-serif;
     font-size: 48px;
     margin-bottom: 5px;
}
h1 span {
    background: url(http://onhiat.us/wp-content/themes/default/images/onhiatus.gif) no-repeat;
    position: absolute;
    width: 100%;
    height: 100%;
}
h1 a{
     color: white;
}
h2{

     margin-bottom: 20px; 
     font-family: Helvetica, Tahoma, Verdana, Arial, sans-serif;
     font-size: 200%; 
}
h3 {
     margin-top: 10px;
}

h4{
     font-size: small;
     font-weight: bold;
}
.filler {height: 140px;}
.entryInfo {
	/*height: 50px; */ 
	margin-bottom: 5px;
    padding-bottom: 5px;
	background: url(http://onhiat.us/wp-content/themes/default/images/dottedBg.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}
.img-shadowWrapper {
	background: url(http://onhiat.us/wp-content/themes/default/images/shadow.gif) no-repeat bottom right;
	clear: right;
	float: left;
	positon: relative;
	margin-left: 5px;
}
.img-shadowWrapper img{
	display: block;
	margin: -5px 5px 5px -5px;
	position: relative;
}

.post-shadow {
    width: 569px;
	float:left;
	clear:left;
	background: url(http://onhiat.us/wp-content/themes/default/images/shadow.gif) no-repeat bottom right;
	margin: 10px 0 10px 10px !important;
	margin: 10px 0 10px 5px;
}

.post-shadow .post {
    color: #5c5c5c;
	position:relative;
	background-color: #e0e1e1;	
	bottom:5px;
	right: 5px;
	border: 1px solid #f0f1f1;
	border-color: #f0f1f1 #d9dada #d9dada #f0f1f1;
	padding:10px;
	margin: 0px;
}
.postmetadata {
	font-style: italic;
	margin-top: 15px;
}
.post p{
	margin-top: 15px;
}
.post img{
	margin-right: 10px;
    margin-bottom: 10px;
}
#page {
	width: 725px;
	position: relative;
	left: 50%;
	margin-left: -390px;
}
#header{
	margin-top: 20px;
	height: 170px;
	width: 725px;
}
#header .description
{
	text-align: right;
	height: 170px;
	width: 140px;
	float: left;
}
#header .headerMain
{
	text-align: left;
	height: 170px;
	width: 569px;
	float: right;
}
#bodyRow{
	margin-top: 55px;
}
#sidebar{
	text-align: right;
	width: 140px;
	float: left;
}
#sidebar ul{
	margin-bottom: 20px;    
}
#sidebar li{
	margin-bottom: 10px;    
}
#content{
	width: 569px;
	float: right;
}
.post-shadow #footer{ 
	position:relative;
	background-color: #e0e1e1;	
	bottom:5px;
	right: 5px;
	border: 1px solid #f0f1f1;
	border-color: #f0f1f1 #d9dada #d9dada #f0f1f1;
	padding:10px;
	margin: 0px;
}
#respond
{
	float: left;
	margin: 0px 0px 10px 5px;
}

input {
	width: 100%;
	padding: 0px;
    border: dotted 1px;
}

#commentform{
	float: left;
	margin-left: 5px;
}

#commentform input {
	width: 170px;
	padding: 2px;
}
#commentform textarea {
	width: 100%;
	padding: 0px;
    border: dotted 1px;
    margin-top: 10px;
    margin-bottom: 5px;
}
#commentform #submit {
	margin: 0;
	float: right;
}	
.commentlist li {
	position:relative;
	background-color: #e0e1e1;	
	bottom:5px;
	right: 5px;
	border: 1px solid #f0f1f1;
	border-color: #f0f1f1 #d9dada #d9dada #f0f1f1;
	padding:10px;
	margin: 0px;

	}
.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: xsmall
	}
.commentlist p { margin-top: 15px; }