/*  
Theme Name: Krekula For Governor Theme
Description: Copyrighted Nathan Krekula for Governor Theme
Version: 1.0
Author: Mark Cavaliere
Author URI: 
*/

body {
	font-family : Georgia, Sans-serif, Arial, Helvetica;
	background: url('images/background.jpg') repeat-x #001937;
	padding:0;
	margin:0;
}
#wrapper{
	width:810px;
	margin: 0 auto 0 auto;
}
#header {
	height : 379px;
	width : 810px;
	background: url('images/header2.jpg') top no-repeat;
}
#menu{
	width:810px;
	height:42px;
	position:absolute;
	top:337px;
	background: url('images/menubar.jpg') top no-repeat;
	z-index:1;
}
#menu #buttons{
	width:810px;
	height:42px;
	z-index:2;
	position:absolute;
	padding:0 20px;
	margin:0;
}
#menu .button{
	padding:0 10px;
}
#menu #buttons li {
	list-style : none;
	display : inline;
}
#container{
	width:780px;
	position:absolute;
	margin:0 0 100px 14px;
	background:url('images/foreground.jpg');
}
#sidebar{
	width:190px;
	padding:5px;
	float:left;
	font-size:14px;
}
#sidebar a:link, #sidebar a:visited{
	color:#1C377A;
	font-size:12px;
	font-style:italic;
	text-decoration:none;
}
#sidebar a:hover{
	text-decoration:underline;
	font-style:italic;
	color:#870E06;
}
#sidebar h2{
	font-size:14px;
	color:#1C377A;
	margin:15px 0 5px 0;
}
#sidebar ul{
	padding:0 15px 0 15px;
	margin:0;
}
#sidebar ul li{
	padding:0;
	margin:0;
	list-style-type : square;
	font-size:12px;
}
#sidebar ul li a:link, #sidebar ul li a:visited {
	color:#1C377A;
	text-decoration:none;
	font-style:italic;
}
#sidebar ul li a:hover {
	color:#870E06;
	text-decoration:underline;
}
#sidebar #facebook{
	margin:10px 0 5px 5px;
}
#sidebar #facebook #facebook_group{
	/* any IE */
	position: expression('relative');
	top: expression('-4px');
}
#sidebar #toolbox{
	margin:0 10px;
}
#sidebar #toolbox a:link, #sidebar #toolbox a:visited {
	color:#1C377A;
}
#sidebar #sitemeter{
	padding:5px 0 10px 5px;
	font-size:10px;
	display:inline;
}
#sidebar #sitemeter #number{
	display:inline;
	position:relative;
	top:4px;
}
#mainbar{
	width:560px;
	min-height:250px;
	padding:0 5px 5px 5px;
	float:left;
	font-size : 16px;
}
#mainbar .post .entry{
	border-bottom:dotted 1px #870E06;
	padding:10px 0 15px 0;
}
#mainbar a:link, #mainbar a:visited{
	color:#870E06;
}
#mainbar a:hover{
	color:#1A3657;
}
#mainbar blockquote{
	border:dotted 1px #870E06;
	background: url('images/quote.gif') no-repeat #F8F2E3;
	padding:0px 10px 0 30px;
	margin:10px 30px 0 30px;
}
#mainbar blockquote blockquote{
	border:dotted 1px #2F2764;
	background:#F5F1F6;
	padding:5px;
	margin:5px;
}
#mainbar h2{
	margin:10px 0 0 0;
}
#mainbar .navigation{
	margin:15px 0 10px 0;
	text-align:center;
}
#mainbar .post .postmetadata #comments_and_category{
	font-size:75%;
}
#mainbar .post .postmetadata #comments_and_category a:link, #mainbar .post .postmetadata #comments_and_category a:visited{
	text-decoration:none;
}
/* footer */
#footer {
	width:780px;
	position:relative;
	background:url('images/foreground_bottom.jpg') no-repeat #001937;
	padding:10px;
	text-align : center;
	font-size : 12px;
	color: #FFFFFF;
	clear : both;
	padding:20px;
}
#footer a:link, #footer a:visited{
	color:#FFFFFF;
	text-decoration : none;
}
#footer a:hover{
	text-decoration : underline;
}
/* comments */
.comments-template {
	margin : 20px 20px 0 30px;
}
.comments-template ol {
	margin : 0;
	padding : 0 0 15px;
}
.comments-template ol li {
	margin : 10px 0 0;
	line-height : 18px;
	padding : 0 0 10px;
}
.comments-template .comment-text{
	margin: 10px 30px 10px 10px;
	padding:0 10px 0 30px;
	border:dotted 1px #2F2764;
	background: url('http://www.nathankrekula.com/images/quote2.gif') no-repeat #F5F1F6;
}
.comments-template li.alt .comment-text {
	margin: 10px 30px 10px 10px;
	padding:0 10px 0 30px;
	border:dotted 1px #870E06;
	background: url('http://www.nathankrekula.com/images/quote.gif') no-repeat #F8F2E3;
}
.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;
}