/*  
Theme Name: custum
Theme URI: 
Description: This is a custom theme
Version: 1.0
Author: tyler hollyfield
Author URI: 

*/

body,h1,h2,h3,h4,h5,h6,blockquote,dd,dl,hr,p,form{
margin: 0;
padding: 0;
}


body{
	margin: 0px;
	font-family: Helvetica, Sans-serif, Arial, Georgia;
	font-size: 12px;
	text-align: center;
	vertical-align: top;
	background-color: #ffffff;
	}
	
	
h1{
font-family: Helvetica, Sans-serif;
font-size: 80px;
padding: 0 0 10px 0;
color: #F6B201;
}
	

a:link, a:visited{
	text-decoration: none;
	color: #6DB60F;
	}
	
a:hover{
text-decoration: none;
background-color: #8ADB0;
color: #ED28D3;

}

p{
padding: 10px 0 0 0;
}

#wrapper{
margin: 0 auto 0 auto;
width: 750px;
text-align: left;
}

#header{
float: left;
width: 750px;
padding: 0 0 400px 0;
background-image: url(images/banner.jpg);
background-position: center;
background-repeat: no-repeat;
}

#container{
float: left;
width: 500px;
background-color: #ffffff;
}

.post{
padding: 10px 0 10px 0;
}

.post  h2{			/*post title*/
font-family: Trebuchet MS, Helvetica, Sans-serif;
font-size: 16px;
border-bottom: 1px solid #ccc;
margin: 0 0 0 0;
letter-spacing: 0
}

.entry{
line-height: 18px;
background-color: #ffffff;
}

p.post-date{
color: #A6A6A6;
font-size: 10px;
}


p.signature{			/*by Authur*/
text-align: right;

}

p.poststamp{			/*comments, catagory, tags*/
text-align: right;
padding: 0 0 50px 0;
}

.navigation{		/*older and newer buttons*/
padding: 10px 0 0 0;
font-size: 14px;
font-weight: bold;
font-height: 18px;
}

.sidebar{
float: right;
width: 170px;
margin: 0 0 0 10px;
display: inline;
text-align: right;
background-color: #ffffff;

}

.sidebar ul{
list-style-type: none;
font-size: 12px;
margin: 0;
padding: 0 0 0 20px;
text-align: right;
}

.sidebar ul li{
padding: 10px 0 20px 0;
text-align: right;
}

.sidebar ul li h2{
font-family: Verdana, Sans-serif;
font-size: 20px;
text-align: right;
padding: 20px 0 0 20px;
}

.sidebar ul ul li{
padding: 0;
line-height: 17px;
text-align: right;
}

.sidebar#li search{
font-style: italic;
}

#footer{
clear: both;
float: left;
width: 750px;
padding: 10px 0 0 0;
}

#footer p{
line-height: 18px;
}


.comments-template{
	margin: 10px 0 0;
	border-top: 1px solid #ccc;
	padding: 10px 0 0;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
}

.comments-template h2, .comments-template h3{
	font-family: Georgia, Sans-serif;
	font-size: 16px;
}

.commentmetadata{
	font-size: 12px;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
}