/*  
Theme Name: Nowakoski Painting
Theme URI: http://www.tristinfinch.com
Description: This is my theme for a Nowakoskipainting.com
Version: 1.0
Author: Tristin Finch
Author URI: http://www.tristinfinch.com/

*/
@charset "utf-8";
/* CSS Document */
body, h1, h2, h3, h4, h5, h6, blockquote, p, ul, li, form {
	margin:0;
	padding:0;
	}
	
img {
	border:0; margin:0;	padding:0;
	}

body {
	margin:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:center;
	vertical-align:top;
	background:#742118;
	color:#a09f7d;
	}
	
h1 {
	font-family: Arial, Helvetica, Sans-serif;
	font-size:24px;
	padding:0 0 0 0;
	}	

a:link, a:visited {
	color: #9C6716;
	text-decoration: none;
	}
a:hover {
	text-decoration: none;
	color: #C28F12;
}
p {
	padding:10px 0 0 0;
	}	
	
#wrapper {
	margin:0 auto 0 auto;
	width:640px;
	text-align:left;
	}
	
#header {
	float:left;
	width:640px;
	margin:8px 0 0 0;
	padding:0 0 20px 0;
	}
	
.headertext {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	padding:0;
	}
	
#header a {
	color:#a09f7d;
	}
	
#headerimage, #headerimage span {
	 width: 640px;
	 height: 92px;
	 background-image: url(images/main_header.jpg);
	 background-repeat: no-repeat;
	}
	
#headerimage span { margin-bottom: -75px; }
	/* code for all styled headers */
#header h1 span {
	 display: block;
	 /* place the span on top */
	 position: relative;
	 z-index: 1;
	}
.bottom {
  	background-color: #969696;
	width: 100%;
	color: #969696;
	height: 1px;
	margin:5px 0 0 0;
	padding:0;
	}
	
#nav {
	float: left;
	width:100%;
	font:16px Arial, Helvetica, sans-serif,;
	background-color: #524141;
	color: #99671e;
	margin-top: 2px;
	}

#nav li {
	color: #99671e;
	margin:0 0 0 0;
	float: left;
	list-style-type: none;
	padding:5px 15px 5px 10px;
	}
#nav a {
	text-decoration: none;
	color: #99671e;/*-- Color of Navigation Text --*/
	}
#nav a:hover {
	color: #742118;
	}
	
#container {
	float:left;
	width:420px;
	}
	
.post {
	padding:10px 0 10px 0;
	}
	
.post h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #c28F12;	
	}
	
.post h2 a:link, a:visited {
	text-decoration:none;
	}
	
.post p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #A09F7D;
	}

.entry {
	line-height:14px;
	}
	
p.postmetadata {
	border-top:1px solid #ccc;
	margin:10px 0 0 0;
	}
	
.post-date {
	float:left; display: inline; margin: 0 10px 0 0; background:url(images/date_button.gif) no-repeat;
	}

.navigation {
	padding: 10px 0 0 0; font-size:14px; font-weight:bold; line-height:18px;
	}
	
.sidebar {
	float:left;	width:220px; background:#524141; margin:0 0 0 10; display:inline;
	}
	
.sidebar ul {
	list-style-type:none; margin:0; padding:0 10px 0 10px;
	}
	
.sidebar ul li {
	padding:10px 0 10px 0;
	}
	
.sidebar ul li h2 {
	font-family:Georgia, Sans-serif; font-size:14px;
	}
	
.sidebar ul ul li {
	padding:0; line-height:24px;
	}
	
.sidebar ul li table#wp-calendar {
	width:100%;
	}
	
#footer {
	clear:both; float:left;	width:750px; padding:10px 0 25px 0;
	}
	
#footer p {
	font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px; color:#a09f7d; text-align:center;
	}
	
.footernav a {
	text-decoration:none;
	}
	
/** COMMENT STYLING **/
.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;
	}