#wrapper {
	width: 985px;
	background: url('../images/main_bground.png') repeat-y;
	margin: 0 auto;
	padding: 0;    
}
   
#contentWrapper {
	width: 770px;
	margin: 0;
	padding: 0;
	float: left;
}

#adverts {
	width: 215px;
	margin:0;
	float: right;
}


/*------------------------------------------------------------------------------
HEADER
------------------------------------------------------------------------------*/
#header {
	position: relative;
	margin: 0 35px;
	height: 180px;
	background: url('../images/flourish.gif') no-repeat;
}

		#header #KN_Logo {
			padding-top: 63px;
			float: right;
		}

		#header #searchBar {
			clear: right;
			border-top: 1px dotted #000;
			border-bottom: 1px dotted #000;
			height: 42px;	
		}

		#header #searchBar .searchForm {
			float:right;
		}
		#header #searchBar .prevNext {
			font-family: Arial, Verdana, Sans-serif !important;
			font-size: 10px !important;
			margin: 13px 0;
			float:left;
		}


/*------------------------------------------------------------------------------
CONTENT
------------------------------------------------------------------------------*/
#content {
	float: left;
	margin: 0 35px 30px 35px;
	width: 450px;	
	min-height: 630px;
	height:auto !important;
	height:630px;	
}

		#content .entry {
			border-bottom: 1px dotted #000;
			margin-bottom: 20px;
		}
		
		#content .entry .copy {
			width: 430px;
		}
		
		#content .entry .copy .readMore {
			padding-left: 10px;
		}
				
		#content .entry img {
			margin-left: -10px;
			padding-bottom: 8px;
		}
		
		#content .entry ul, #content .entry ol, #content .page ul, #content .page ol {
			font-family: Arial, Verdana, Sans-serif !important;
			font-size: 12px;
			color: #666;
			margin-left: 25px;
			line-height: 1.5em;
			padding-bottom: 20px;
		}
		
		#content .entry h2, #content .entry p {
			padding-left: 8px;
		}

		#content .entry .entryMeta {
			font-family: Arial, Verdana, Sans-serif !important;
			font-size: 10px !important;
			color: #57230f;
			height: 27px;
			margin-left: 8px;
			padding: 6px 0 0 10px;
			background: url('../images/meta_bground.gif') no-repeat;
		}


table.photoEssay {
	margin: 0 auto !important;
	padding: 0 !important;
	position: relative;
	display: block;
	margin-bottom: 20px !important;
}

table.photoEssay tr {
	margin: 0 !important;
	padding: 0 !important;
}

table.photoEssay td {
	padding: 5px !important;
	margin: 0 !important;
	border: 1px solid #ccc;
}

table.photoEssay img {
	position: relative;
	margin: 0 !important;
	padding: 0 !important;
}

/*------------------------------------------------------------------------------
SIDEBAR
------------------------------------------------------------------------------*/
#sidebar {
	width: 215px;
	float: left;
	margin-bottom: 120px;
}

		#sidebar #mainNav {
			margin-top: 3px;
		}
		
				#sidebar #mainNav ul {
					list-style: none;
				}
				
				#sidebar #mainNav ul li{
					height: 18px;
					line-height: 0;
				}
		
				#sidebar #mainNav ul li.top {
					height: 12px;
					background: url('../images/mainNav/top.gif') no-repeat;
				}

				#sidebar #mainNav ul li.bottom {
					height: 13px;
					background: url('../images/mainNav/bottom.gif') no-repeat;
				}
		

		#sidebar #meta {
			margin-top: 10px;
		}
		
				#sidebar #meta ul {
					list-style: none;
					margin: 0;
					padding: 0;
				}

				#sidebar #meta ul li {    
					margin: 0;
					padding: 0;   
					height: 24px;
				}
			
		#sidebar #twitterLink ul { 
			list-style:none;
			margin: 10px 0 0 0;
			padding: 0;
			
		}	
		
			

		#sidebar #recentPosts {
			margin-top: 30px;
		}
				
				#sidebar #recentPosts ul {
					padding-left: 20px;					
				}
				
				#sidebar #recentPosts ul li {
					list-style: outside url('../images/bullet.gif');
					list-style-position: outside;
					padding-bottom: 5px;
				}
			
				#sidebar #recentPosts ul li a{
					font-family: Arial, Verdana, Sans-serif;
					font-size: 11px;
					color: #7ba02b;  
				}
			
				#sidebar #recentPosts ul li a:hover{
					color: #900;
				}
			
		#sidebar #links {
			margin-top: 30px;
		}

				#sidebar #links ul {
					padding-left: 20px;
				}
				
				#sidebar #links ul li {
					list-style: outside url('../images/bullet.gif');
					list-style-position: outside;					
					padding-bottom: 5px;
				}
			
				#sidebar #links ul li a{
					font-family: Arial, Verdana, Sans-serif;
					font-size: 11px;
					line-height: 13px;
					color: #7ba02b;
				}

				#sidebar #links ul li a:hover{
					color: #900;
				}			
		
/*------------------------------------------------------------------------------
FOOTER
------------------------------------------------------------------------------*/
#footer {
	margin: 0 35px;
	background: #e5edf2;
	height: 50px;
	padding: 13px;  
	position: relative;
	clear: both;
}

		#footer .footerPic {
			position: absolute;
			bottom: 0px;
			right: -60px;
			width: 277px;
			height: 207px;
			background: url('../images/footer_rollingPin.png') no-repeat;
			
		}

		#footer p {
			font-size: 10px;
			color: #57230f;
		}


/*------------------------------------------------------------------------------
COMMENTS
------------------------------------------------------------------------------*/
#comments {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px dotted #333;
}

		#comments h3 {
			padding-left: 8px; 
			padding-bottom:5px;
		}
		
		#comments ol.commentlist {
			width: 400px;
			padding-left: 22px;
			margin-bottom: 20px;
		}

		#comments ol.commentlist li {
			border-bottom: 1px dotted #ccc;
			padding-top: 10px;
		}
		
		#comments ol.commentlist p {
			font-style: italic;
			padding: 10px 0;
		}

		.adminComment {
			padding-left: 10px;
			background: #fffde9;
		}


/*------------------------------------------------------------------------------
SEARCH
------------------------------------------------------------------------------*/
.searchPost {
	font-family: Arial, Verdana, Helvetica, Sans-serif;
	width: 400px;
	margin-left: 25px;
}

		.searchPost li {
			line-height: 20px;
			padding-bottom: 20px;
		}
		.searchPost h3 {
			font-family: Arial, Verdana, Helvetica, Sans-serif;
			font-size: 14px;
			color: #333;
			padding: 0;
		}

		.searchPost h3:hover {
			color: #900;
		}
		
		.searchPost p {
			color: #999;
			padding: 0 !important;
			font-style: italic;
		}

		.searchPostMeta {
			font-style: italic;
			font-size: 10px;
		}

/*------------------------------------------------------------------------------
ARCHIVES
------------------------------------------------------------------------------*/
.archive {
	border-bottom: 1px dotted #ccc;
	padding-bottom: 30px;
	padding-left: 0;
	
}
		.archive h2 {
			padding: 10px 0;
		}

		.acrhive ul {
			line-height: 20px;
		}

		.archive ul li {
			margin-left: 20px;
			list-style: url("../images/bullet.gif") inside;
		}
		
		

/*------------------------------------------------------------------------------
IMAGE ALIGNMENTS FOR WP 2.5
------------------------------------------------------------------------------*/
img.alignleft {
	padding: 20px 20px 20px 10px;
	margin-bottom: 10px;
}                           



/*------------------------------------------------------------------------------
UTILITIES
------------------------------------------------------------------------------*/
body {
	font-family: Georgia, Serif;
	font-size: 11px;
	line-height: 16px;
	color: #333;
	background: #ffb632 url('../images/background.gif') repeat-x top;
}

.readMore {
	color: #7ba02b;
	font-family: Arial, Verdana, Sans-serif !important;
	font-size: 11px !important;
	background: url('../images/bullet_hand.gif') no-repeat 75% 40%;
}

.readMore:hover {
	color: #900;
}

.clearL {
	clear: left;
}

.clearR {
	clear:right;
}

.clearBoth {
	clear:both;
}
