/*
Theme Name: Ten 01 Blog
Theme URI: http://wordpress.org/
Description: Theme built for Ten-01.com
Version: 1
Author: Nate Laffan
Author URI: http://www.laffandesign.com/

*/

   
body {background: url(assets/tile.jpg) top;}
a {text-decoration: none; color: #000000;}
ul, ol {list-style: none; text-indent: 0; margin: 0; padding: 0;}

#content { margin: 0 auto; width: 900px; background: url(assets/whitebg.png) repeat-y; padding-top: 20px; min-height: 600px} 

.post {
width:506px; 
margin-left: 50px;
font-family: Helvetica, Arial, sans-serif;
margin-bottom: 50px;
}

.entry, .commenttext{
font-size: 14px;
line-height: 20px;
color: #555555;
}

#respond, #comments, h2, .pagetitle {font-size: 20px; font-weight: normal; margin: 0; font-family: Helvetica, Arial, sans-serif;}

.postdate, .postmetadata, .navigation, small {font-family: Helvetica, Arial, sans-serif; text-transform: uppercase; font-size: 11px; color: #c7cbb5;}

#sidebar {
position: absolute;
z-index: 10;
margin: 0 0 0 670px;
*margin: 0 0 0 630px;

width: 200px;
font-family: Helvetica, Arial, sans-serif;

}

#sidebar  li {
font-size: 12px;
margin-top: 3px;
}

img.alignright {margin: 0 7px 2px 0;}

img.alignleft {margin: 0 0 2px 7px;}

.alignright {float: right;}

.alignleft {float: left;}

#sidebar h2, .pagetitle {margin-top: 20px;color: #9ca578;}

.header {margin: 0 auto; background: url(assets/blogheader.png) no-repeat; width: 900px; height: 143px; display: block; margin-top: 100px;}
.footer {margin: 0 auto; margin-top: -61px; background: url(assets/footer.png) no-repeat; width: 900px; height: 61px; display: block;}

.navigation { margin: 0 0 20px 40px;}

#comments {
margin-left: 40px;
}

.commentlist {
width: 500px;
font-family: Helvetica, Arial, sans-serif;
}

.commentlist li {
padding-bottom: 30px;
}


p textarea { width: 420px;}
#comments {font-family: Helvetica, Arial, Sans-Serif; margin: 0 0  15px 0px;; }
.commentwrap {margin-left:50px;}


#respond {font-family: Helvetica, Arial, Sans-serif; margin-top: 20px;}

.pagetitle {margin-left: 50px}

/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;

