@charset "UTF-8";
/* CSS Document */

/*-----------------------------------------------------------------------------
King Orchards Blog Screen Stylesheet

version:   1.0
date:      12/22/09
author:    � Eric Witzer
email:     eric@kalmardesigns.com

version history: [location of file]
-----------------------------------------------------------------------------*/


/* IMPORT OTHER STYLESHEETS
-----------------------------------------------------------------------------*/


@import url("style-GreenFlower.css");
@import url("../../../../css/default.css");
@import url("../../../../css/style.css");


/* SET UP
-----------------------------------------------------------------------------*/
html {background:transparent url(../../../../images/bg-repeat.png) repeat; min-height:100% ;}
body {background-color:transparent; margin-top:0; min-height: 100%;}
#container {background:transparent url(../../../../images/bg-center-frame.png) repeat-y; min-height:100%;}


/* HEADER
-----------------------------------------------------------------------------*/
#header {background-position:52px 49px;padding-top:6px; height:304px; position: relative;}
#header h1 {background-image: url(http://www.kingorchards.com/images/header-frame-blog.png); padding:0;}
.home-link a {
	background:url(http://www.kingorchards.com/images/btn_search.png) repeat-x 0 0;
	border:thin solid #330000;
	color: #E0BE92;
	display:block;
	font-size: 16px; font-weight:normal;
	padding:2px 5px;
	position: absolute;
		left: 70px;
		bottom: 40px;
}


/* NAVIGATION
-----------------------------------------------------------------------------*/

ul#navigation {
	background: transparent;
	height:1.1em;
	line-height:1.1em;	
	margin:-25px 0 0 60px;
	z-index:100;
	position:relative;
}
ul#navigation li a {
	background:#AD311A;
	color:#EAD3B2;
	padding:1px 1px 0; margin:0 10px;
}	
ul#navigation li a:hover,ul#navigation li a:active, #navigation li.current_page_item a {
	color:#EAD3B2;
	background:#310700;
}


/* CONTENT (RIGHT COLUMN)
-----------------------------------------------------------------------------*/

/*#content {
	width: 650px;
	padding:20px 80px 20px 30px;
	background: url(../../../../images/bg-blog.jpg) repeat-y -188px 0;
}
Originally used float left sidebar / float right content, but to get sidebar background to extend full height switched to neg. margins */
#content {
	float:right; margin-left:-240px;
	width: 650px; /*(width + pad right + pad left = 1000)*/
	padding:20px 80px 20px 270px;
	background: url(../../../../images/bg-blog.jpg) repeat-y 52px 0;
}
#content a:link, #content a:visited, #content a:hover, #content a:active {color:#990000;}
h2,h3, .post-title a:link, .post-title a:visited, .post-title a:hover, .post-title a:active {color:#990000;}
#intro {
	border: medium solid #3A1910;
	background: transparent;
	padding-left:1em;
}
.post-date, .post-info {color:#C66300;}
.post-info {border-top:#990000 1px solid;}

.aligncenter {margin-left: auto !important; margin-right: auto !important;}


/* SIDEBAR (LEFT COLUMN)
-----------------------------------------------------------------------------*/

/* 
#sidebar {
	min-height:100%;
	width:180px;
	padding-left:60px;
	padding-top:18px;
	background: url(../../../../images/bg-blog.jpg) repeat-y 52px 0;
	color: fff; 
	border: thin solid #FF0000; width:178px;
} 
*/
#sidebar {
	float:right; 
	min-height:100%;
	width:180px;
	padding-left:60px;
	padding-top:18px;
	background: transparent;
	color: fff; 
}
html body #container #sidebar ul li#recent-comments-2.widget.widget_recent_comments ul#recentcomments li.recentcomments {color:fff !important}
#searchform, #sidebar h2 {background: url(http://www.kingorchards.com/images/shade.png) repeat; color:#EAD3B2;}

#sidebar form#searchform input {
	background: #E0BE92;
	border: 1px solid #330000;
	color: #330000;
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	height: 20px;
	padding: 2px 0 0 4px;
	width:150px;
}
#sidebar form#searchform input#searchsubmit {
	background:url(http://www.kingorchards.com/images/btn_search.png) repeat-x 0 0;
	color: #E0BE92;
	padding: 0px 2px 2px;
	width:68px;
	height:25px;
	cursor:pointer;
	margin-left:1px;
	border-top: 1px solid #663300;
	border-left: 1px solid #663300;
	font-weight: normal;
}
#searchform {padding-bottom:15px;}
#sidebar h2 {padding:2px 10px;}
#searchsubmit {margin: 5px 0;}

#sidebar li li a:link, #sidebar li li a:visited {border:none; color:#EAD3B2;}
#sidebar li li a:hover,#sidebar li li a:active {border-bottom:#EAD3B2 1px solid;}


/* FOOTER
-----------------------------------------------------------------------------*/
#footer {background: url(../../../../images/bg-blog.jpg) repeat-y 52px 0; color:#3A1910; margin-bottom:-5px;}
#footer a {color: #990000;}
#footer a:hover {border-bottom:1px solid #990000;color: #990000;}

