/*
Theme Name: KG0VL Northern Template
Description: KG0VL Northern Template for WordPress designed by <a href="http://www.KG0VL.com" target="_blank">KG0VL</a>
Author: KG0VL
Author URI: http://www.KG0VL.com
Version: 1.0
Tags: blue, white, green, 2-columns, right sidebar, widget ready, fixed width, seo friendly, with image

*/
* {
	padding: 0px;
	margin:0px;
}
body {
	color: #555;
	font-size: 8pt;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #f7f7f7;
}
#wrap {
	width: 930px;
	text-align:left;
	background:url(images/background.gif) repeat-y;
}
#container {
	border: 1px solid #d9d9d9;
	margin: 0px 30px;
}
#top {
	background:url(images/top.gif) no-repeat;
	height:30px;
}
#bottom {
	background:url(images/bottom.gif) no-repeat;
	height:30px;
}
#header {
	height:100px;
}
#title {
	height:100px;
	float:left;
	padding-left:15px;
}
#pagenav {
	font-size:8pt;
	font-weight: bold;
	padding: 8px 0 0 0;
	text-align:right;
	float:right;
	background-color:#7fabe9;
	margin: 32px 0 0 0;
}
#pagenav ul li {
	list-style: none;
	display:inline;
	margin-bottom: 0px;
}
#pagenav li a {
	color: #fff;
	text-decoration: none;
	margin: 0 25px;
}
#pagenav li a:hover {
	color: #000;
}
#img {
	background:url(images/img.jpg) no-repeat;
	height:305px;
	margin-bottom:15px;
}
#main {
	padding: 0px 15px;
}
#sidebar {
	float: right;
	width: 200px;
}
#content {
	float: left;
	width: 610px;
	margin-right:20px;
}
#footer {
	color: #999;
	text-align: center;
	width:900px;
	margin:0 0 15px 0;
	font-size: 7pt;
}
.prepost {

}
.top {
	height:15px;
}
.bottom {
	height:15px;
}
.post {
	margin-bottom:15px;
}
.entry {

}
.entry2 {

}
.sform {
	border: 1px solid #464646;
	padding: 5px;
	margin-bottom: 10px;
	width:188px;
}
.widget {
		margin-bottom:15px;
}

/* default */
p, #content h1, h2, h3, h4, h5, h6, ol, ul, .post {
	padding-bottom:10px;
}
.clear {
	clear:both;
	height:1px;
}
img {
	border:0px;
}

/*text */
#title h1 {
	font-size:22pt;
	font-weight: normal;
	padding: 22px 0 0 0;
	margin-bottom:0px;
}
#title h1 a {
	color: #555;
	text-decoration: none;
}
.description {
	font-size:11pt;
	color: #CCC;
}
#footer a {
	color: #999;
	text-decoration: none;
}
#content ul li, #content ol li {
	margin-left: 25px;
}
#content h1 {
	font-size: 18pt;
	font-weight: normal;
	color: #7fabe9;
}
#content h1 a {
	color: #7fabe9;
	text-decoration: none;
}
h2 {
	font-size: 14pt;
	color: #333;
	font-weight: normal;
}
#sidebar h2 {
	color: #7fabe9;
	font-size: 10pt;
	font-weight:bold;
}
#sidebar h2 a {
	color: #7fabe9;
	text-decoration: none;
}
#content h2 a {
	color: #898989;
	text-decoration: none;
}
h3, h4 {
	font-size: 11pt;
	color: #7fabe9;
}
#sidebar ul {
	padding-bottom:10px;
}
#sidebar ul li {
	margin-left:0px;
}
/*#sidebar ul li ul li:before, #sidebar ul li ul li ul li:before {
	content: "\00BB \0020";
	color: #898989;
}*/
#sidebar ul li {
	list-style: none;
}
#sidebar ul li ul li {
	list-style-image:url(images/img_li.gif);
	margin-left: 15px;
}
#sidebar ul li ul li ul li {	
	margin-left: 15px;
}
ul li ul li {
	margin-left: 10px;
}
ul li ul li ul li {	
	margin-left: 10px;
}
#sidebar a {
	color: #555555;
	text-decoration: none;
}
blockquote {
	margin: 15px;
	font-size: 10pt;
	font-style: italic;
}
.postmetadata {
	color: #999;
	margin:10px 0px 0px 0px;
}
.postmetadata a {
	color: #999;
	text-decoration: none;
}
a {
	color: #7fabe9;
	text-decoration:none;
}
.searchform {
	padding-bottom: 10px;
}
/* calendar */
#today, caption {
	font-weight: bold;
}
#today {
	color: #464646;
}
td, th {
	padding: 2px;
}
td a {
	text-decoration: underline;
}
#calendar_wrap {
	padding-bottom: 10px;
}
/* form */
#author, #email, #url, #comment, textarea, .s {
	border: 1px solid #d9d9d9;
	padding: 5px;
	font-size: 8pt;
	background:transparent;
	color: #555;
	font-family: Arial, Helvetica, sans-serif;
}

#submit {
	background-color: #7fabe9;
	color: #ffffff;
	border: 1px solid #d9d9d9; 
	font-size: 8pt;
	padding: 2px 5px;
	margin-top: 3px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.searchsubmit {
}
#commentform a {
	color: #666666;
	text-decoration: none;
}
#comments {
	padding: 10px 0px;
}
.comment {
	padding: 10px;
}
#date {
	padding-bottom: 10px;
}
#date a {
	text-decoration: none;
}
.alt strong {
	font-size: 9pt;
}
.alt a {
	text-decoration: none;
}
/* wp default */
.center {
	text-align:center;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}
.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-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}


