/*  
Theme Name: PrestonTheler.com
Theme URI: http://presotntheler.com
Description: Theme for PrestonTheler.com.
Version: 1.0
Author: Preston Theler
Author URI: http://prestontheler.com
*/


/* new homepage  */


#homeimage{
	float: right;
	position: relative;
	left: 60px;
}

#hometext{
	float: right;
	padding:10px;
	margin-top: 125px;
	margin-left: -40px;
	width: 300px;
	text-align: justify;
	border: 2px dashed #3fa6cc;
	position: relative;
	left: 60px;
}

#sidebar {
	width: 200px;
	border: 0px black solid;
	padding-top: 80px;

}

.title{
	color:#84a02c;
}

/* older stuff  */

a:link, a:visited{
	text-decoration: none;
	color: #84a02c;
}

a:hover{
	background-color: #3fa6cc;
	color: #966412;
    
}


.alignleft {
	float:left;
}

.alignright {
	float:right
}

body{
	margin: 0;
	font-family: Helvetica, Georgia, Sans-serif;
	font-size: 13px;
    font-weight: bold;
	text-align: center;
	vertical-align: top;
	background: #ffffff;
	color: #966412;

}
body, h1, h2, h3, h4, h5, h6, blockquote, address, dd, dl, hr, form p{
	margin: 0;
	padding: 0;
}
h1{
	font-size: 24px;
	padding: 0 0 10px 0;
}

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



#headertext h2 {
	font-family: Tahoma;
	font-size: 220px;
	color: #666666;
	position: relative;
	top: -70px;
	margin-bottom: -110px;
}

#headertext h2 a:link, #headertext h2 a:visited {
	text-decoration: none;
	color: #3fa6cc;
}

#headertext h2 a:hover {
	color: #966412;
	background-color: #fff;
}

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

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

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

.comments-template h2, .comments-template h3{
	font-size: 16px;
}

.comments-template .respond {
	padding-top: 10px;
	clear:both;
}

.commentmetadata{
	clear:both;
	font-size: 12px;
}

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

.comments-template textarea{
	font-size: 12px;
}

.comments-template .avatar{
	float:left;
	padding-right: 5px;
}

.post{
	padding: 10px 0 10px 0;
}
.post h2{
	font-size: 30px;
}

.post h2 a:link, .post h2 a:visited{
         color: #84a02c;
         font-size: 125%;
}

.entry{
	line-height: 16px;
}

.entry img {
	border: 5px solid;
        border-color: #3fa6cc ;
        margin: 1px;
        padding: 0px;
}

.entry a:hover img {
	border-color: #84a02c;
}

.wp-caption-text{
	font-size: 90%;
	line-height: 120%;
	padding: 0 4px 5px;
	margin: 0;
}

.postmetadata{
	border-top: 1px solid #cccccc;
	margin: 10px 0 0 0;
}

.postmetadata .left {
	float:left;
	width:290px;
}

.postmetadata .right {
	float:right;
	width:290px;
	text-align:right;
}

.navigation{
	padding: 10px 0 0 0;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
}





#footer{
	border-top: 1px solid #cccccc;
	clear: both;
	padding: 10px;
}

#footer .left{
	float:left;
	width:450px;
}

#footer .right {
	float:right;
	width:450px;
	text-align:right;
}