/*  
Theme Name: Karl North Theme 1.0
Author URI: http://www.544productions.com
Version: 1
Author: David Makar
Description: Based on Corey Millers Micfo Web 2.0 Green is a two column WordPress theme with green shades and red highlights ... and it's widget ready.
The CSS, XHTML and design is released under GPL: 
http://www.opensource.org/licenses/gpl-license.php
*/

* { 
	margin: 0; padding: 0;
	}
	
html { 
	font-size: 62.5%;
	}

body {
	
	color: #000000;
	font-family: Times New Roman, Serif;
	font-size: 16px;
	margin: 0px;
	}
a, a:visited{
	color: #9A0000;
	font-weight: bold;
	text-decoration: none;
	}
	
a:hover{
	color: #000000;
	text-decoration: underline;
	}
#container { 
	width: 860px; 
	text-align: left; 
	margin: 0 auto; 
	}

#header { 
	width: 860px;
        background: #FBF8E9 url(images/banner_top_kn.png) top left repeat-x;
 	padding: 8px 0px 13px 0px;
	text-align: left;
	}
#header h2 {
	color: #4D4D5B;
	font-size: 40px;
	font-family: Times New Roman, Serif;
	margin: 0px;
	text-indent: 10px; 
	}

#header h2 a {
	color: #4D4D5B;
	text-decoration: none;
	}

#header h2 a:hover {
	color: #4D4D5B;
	text-decoration: none;
	}

#header h3 {
	color: #000000;
	font-size: 24px;
	font-family: Times New Roman, Serif;
	text-indent: 50px; 
	margin: 0px;
	}

#menu { 
	background: #FBF8E9 url(images/banner_menu_kn.png) top left repeat-x;
        width: 860px;
        margin: 0px 0px 20px 0px;
	text-align: center;
	border-bottom: 0px solid #008E65;
	border-top: 0px solid #008E65;
	padding: 5px 0px 5px 0px;
	}
#menu h2 {
	color: #afafaf;
	font-size: 18px;
	font-family: Times New Roman, Serif;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	}
#menu img {
	border: none;
	margin: 0px;
	}
#menu li {
	display: inline;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
		
#menu ul {
	margin: 0px;
	padding: 4px;
	}
	
#menu ul li a {
	font-family: Times New Roman, Serif;
	font-size: 18px;
	color: #ffffff;
	padding: 0px 20px 0px 20px;
	margin: 0px;
	text-decoration: none;
	}

#menu ul li a:hover {
	color: #008E65;
	background: #ffffff;
	padding: 10px 20px 10px 20px;
	text-decoration: none;
	}


#content { 
	width: 520px; 
	float: left; 
	margin-bottom: 20px;
	margin-top: 0px;
	padding: 15px 15px 15px 0px; 
	}
#content p{
	margin: 0px;
	line-height: 18px;
	padding: 0px 0px 15px 0px;
	}
	
#content p img{
	border: none;
	margin-right: 5px;
	margin-bottom: 3px;
	}
#content h1 {
	color: #000000;
	font-size: 22px;
	font-family: Times New Roman, Serif;
	font-weight: normal;
	padding: 10px 10px 10px 10px;
	line-height: 150%
	margin: 0px;
	}
	
#content h1 a  {
	font-family: Times New Roman, Serif;
        color: #000000;
	text-decoration: underline;
	}

#content h1 a:hover {
	font-family: Times New Roman, Serif;
        color: #000000;
	text-decoration: none;
	}

#content h2 {
	color: #000000;
	font-size: 20px;
	font-family: Times New Roman, Serif;
	font-weight: bold;
	margin: 0px;
	line-height: 150%;
	}
#content h2 a  {
	color: #000000;
	text-decoration: none;

	}

#content h2 a:hover {
	color: #008E65;
	text-decoration: none;
	}

#content h3 {
	color: #00000;
	font-size: 16px;
	font-family: Times New Roman, Serif;
	font-weight: bold;
	margin-bottom: 0px;
	line-height: 120%;
	}
#content h3 a  {
	color: #000000;
	text-decoration: none;
	}

#content h3 a:hover {
	color: #008E65;
	text-decoration: underline;
	}

#content ol {
	list-style-type: decimal;
	line-height: 18px;
	margin: 0px;
	padding: 0px 0px 10px 30px;
	}
#content ul {
	list-style: none;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	}
	
#content li {
	margin: 0px;
	padding: 0px;
	}
	
#content ul li {
	list-style: square inside;
	margin: 0px 0px 0px 10px;
	padding: 5px 0px 0px 0px;
	}
#content ul li a {
	color: #9A0000;
	text-decoration: underline;
	}

#content ul li a:hover {
	color: #000000;
	text-decoration: underline;
	}


blockquote{
	margin: 0px 0px 0px 25px;
	padding: 0px 25px 0px 10px;
	font-style: italic;
	color: #666666;
	border-left: 1px solid #cccccc;
	}
	
#content blockquote p{
	margin: 0px 0px 20px 0px;
	padding: 0px;
	}

.postspace {
	width: 440px;
	height: 32px;
	margin: 0px;
	padding: 0px;
	}
.postspace2 {
	width: 440px;
	height: 0px;
	margin: 0px;
	padding: 0px;
	}

#sidebar { 
	background: #F6EFCC;
	width: 250px; 
	float: right; 
        position: absolute;
        left: 72%;
	margin-top: 10px;
	margin-bottom: 20px;
	padding: 15px 15px 15px 15px; 
	border: 0px dotted #008E65;
	}
#sidebar p{
	color: #5F5F5F;
	font-size: 16px;
	font-family: Times New Roman, Serif;
	margin: 0px;
	line-height: 18px;
	padding: 0px 0px 15px 0px;
	}
	
#sidebar p img{
	border: none;
	margin-right: 5px;
	margin-bottom: px;
	}

#sidebar h2 {
	color: #5F5F5F;
	font-size: 18px;
	font-family: Times New Roman, Serif;
	list-style: none;
	padding: 0px 0px 5px 0px;
	margin: 0px 0px 5px 0px;
	border-bottom: 0px dotted #008E65;
	}

#sidebar ul {
	list-style: none;
	margin: 0px;
	padding: 0px 0px 20px 15px;
	}
	
#sidebar li {
	list-style: none;
	margin: 0px;
	padding: 0px 0px 0px 10px;
	}
	
#sidebar ul li {
        list-style-image: url(images/arrow3.png);
	margin: 0px;
	padding: 5px 0px 0px 5px;
	}
#sidebar ul li ul {
	padding: 0px;
}
	
#sidebar ul li a {
	font-family: Times New Roman, Serif;
	font-size: 18px;
        color: #5F5F5F;
	text-decoration: none;
	}

#sidebar ul li a:hover {
	color: #5F5F5F;
	text-decoration: underline;
	}
#sidebar ul li ul li {
	color: #000000;
	padding: 5px 0px 0px 15px;
}
#sidebar ul li ul li a {
	color: #9A0000;
}
#footer { 
	background: #F6EFCC;
	border-top: 0px solid #008E65;
	text-align: center;
	clear: both;
	padding: 15px; 
}