/*  
Theme Name: natekartchner.com
Theme URI: http://www.natekartchner.com
Description: This is a theme I designed for my personal website, natekartchner.com.
Version: 0.1 (Beta)
Author: Nate Kartchner
Author URI: http://natekartchner.com/
*/
@charset "UTF-8";
body  {
	font-family: Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666666;
	background-image: url(img/bg.jpg);
	background-repeat:no-repeat;
}
.natekartchner #container {
	width: 800px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-right: auto;
	margin-left: auto;
	padding-top: 50px;
} 


/* begin header styles*/

.natekartchner #header {
	margin: 10px;
	width: 540px;
	float: left;
	padding: 0px;
} 
.natekartchner #header h1 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 40px;
	text-decoration: none;
	margin-top: 60px;
	color: #cc0000;
}
.natekartchner #header h1 a:hover {
	color: #666666;
	text-decoration: none;
}
.natekartchner #pagenav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;	
	line-height: 14px;
	color: #666666;
	margin: 10px;
	height: 60px;
	width: 220px;
	position: relative;
	float: right;
	padding-top: 30px;
	text-decoration: none;
}
.natekartchner #pagenav a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;	color: #666666;
	text-decoration: none;
}
.natekartchner #pagenav A:hover   {
	text-decoration:underline;
}

.natekartchner #twitter {
	height:50px;
	width:780px;
	clear: both;
	margin: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color:#666666;
}
.natekartchner #twitter .twittertitle {
	height:20px;
	width:70px;
	background:#DDDDDD;
	float:left;
	padding: 15px;
	font-size: 18px;
	font-weight: bold;
}
.natekartchner #twitter .twittertitle a {
	color:#666666;
	text-decoration: none;
}

.natekartchner #twitter .tweets {
	height: 30px;
	width: 660px;
	float: right;
	padding: 10px;
	font-size: 12px;
	background: #EBEBEB;
}
.natekartchner #twitter .tweets a {
	color: #CC0000;
}

/* end header styles */


/*begin post styles */

.natekartchner #main {
	width: 540px;
	float: left;
	padding-bottom:50px;
}
.natekartchner #main .post {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
} 
.natekartchner #main .post h2 {
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	background: #DDDDDD;
	color: #666666;
	line-height: 30px;
	text-decoration: none;
	padding-left: 10px;
}
.natekartchner #main .post h2 a {
	text-decoration: none;
	color: #666666;
}
.natekartchner #main .post .content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:18px;
	padding-left: 10px;
	color: #666666;
}
.natekartchner #main .post .content a {
	color: #CC0000;
}
.natekartchner #main .post .content li {
	margin-top: 10px;
}
.natekartchner #main .post .content img{
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
} 
.natekartchner #main .post .content blockquote {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	background: #EBEBEB
} 
.natekartchner #main .post .metadata {
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left: 10px;
	color:#666666;
}
.natekartchner #main .post .metadata a {
	color: #cc0000;
	text-decoration:none;
}
.natekartchner #main .post .metadata a:hover {
	color: #666666;
	text-decoration:none;
}
.natekartchner #main .navigation a {
	color: #CC0000;
	font-size:12px;
}
.natekartchner #main .navigation {
	text-align:center;
}

/* end post styles */


/* begin comments styles

.natekartchner #main . post .content .comments-template{
	margin: 10px 0 0;
	border-top: 1px solid #ccc;
	padding: 10px;
	width: 100%;
}

.natekartchner #main .post .content .comments-template ul ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.natekartchner #main .post .content .comments-template ol ul li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
	list-style: none;

}

.natekartchner #main .post .content .comments-template h2, .comments-template h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}

.natekartchner #main .post .content .commentmetadata{
	font-size: 12px;
}

.natekartchner #main .post .content .comments-template p.nocomments{
	padding: 0;
}

.natekartchner #main .post .content .comments-template textarea{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}	

.natekartchner #main .post .content .comments-template ul .commentlist ul li {
	list-style: none;
}

end comments styles */


/* begin sidebar styles */

.natekartchner #sidebar {
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
	list-style-type: none;
	font-size: 12px;
	float: right; /* since this element is floated, a width must be given */
	width: 220px;
	margin: 10px;
	margin-top: 0px;
}
.natekartchner #sidebar h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:18px;
	background: #DDDDDD;
	height: 30px;
	line-height: 30px;
	color: #666666;
	padding-left: 10px;
}
.natekartchner #sidebar ul {
list-style: none;
padding: 0;
margin: 0;
}
.natekartchner #sidebar a {	
	color: #666666;
	text-decoration:none;
	padding-left:10px;
	list-style:none;
}
.natekartchner #sidebar .item li {	
	list-style: none;
	padding-left: 10px;
}
.natekartchner #sidebar a:hover {	
	color: #CC0000;
	text-decoration:none;
}
.natekartchner #sidebar .item ul li {	
	list-style: none;
	padding-left: 10px;
}


/* end sidebar styles */


/* begin footer styles */

.natekartchner #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align:center;
	font-size:12px;
	color:#666666;
}
.natekartchner #footer a { 
	color:#CC0000;
}


/* end footer styles */


/* begin float styles */

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* end float styles */
