@charset "UTF-8";
/*  
Theme Name: Harvest Kitchen
Theme URI: http://www.harvest-kitchen.com
Description: Custom layout for Harvest Kitchen - 2010
Tags: csa, prepared food, local, sustainable, organic
Version: 1.0
Author: Kenny King
Author URI: http://froghollerorganic.com
License :  Private
	
 */

body {
	margin: 3px;
  text-align: center;
  background: #FFFFCC url('images/interface/burlap_bg01.png');
  font: 14px/18px Georgia, "Times New Roman", Times, serif;
}


a img { border: none; }
a:hover img { border: none; }

/*___________________main structure___________________*/

#container {
  position: relative;
  margin: 0 auto;
  width: 1000px;
  text-align: left;
  
}


#left_col {
	position: absolute;
	width: 230px;
	top: 0px;
	left: 0px;
}

#main_col {
	width: 500px;
	position: absolute;
	top: 0px;
	left: 250px;
}

#right_col {
	width: 230px;
	position: absolute;
	top: 0px;
	left: 770px;
}

#tagline {
	margin: 0 auto;
}

/*___________________page elements___________________*/

#logo {
	margin-bottom: 20px;
}

#menu_box {
  	background-image: url('images/interface/menu_bg.png');
	padding: 15px;
	text-align: center;
	color: #FFFFFF;
}


#welcome {
	font-size: 16px;
	line-height: 22px;
}

#photo {
	padding-bottom: 20px;
}

.content_box {
  	background-image: url('images/interface/box_bg.png');
	padding: 15px 15px 5px 15px;
	
}

.box_padding {
	margin-top: 20px;
	position: relative;
}	

.read_more {
	margin-top: 7px;
	text-align: right;
	width: 100%;
}

/*___________________right buttons___________________*/




.right_button {
	position: relative;
	text-align: center;
}

#button_bakery_txt {
	position: absolute;
	left: 65px;
	top: 18px;
}

#button_blog_txt {
	position: absolute;
	left: 25px;
	top: 9px;
}




/*___________________links___________________*/


a {
	font-weight: bold;
	color: #5d6a20;
	text-decoration: none;

}

a:hover {
	text-decoration: underline;
}

.links_inverted a {
	font-size: 16px;
	color: #FFFFFF;

}

.links_inverted a:hover {
	text-decoration: underline;

}


/*___________________vegetables___________________*/


#veg_daikon {
	position: absolute;
	left: -29px;
	top: -15px;
}

#veg_beet {
	position: absolute;
	left: -22px;
	top: -12px;
}

#veg_carrot {
	position: absolute;
	left: -18px;
	top: -20px;
}

/*___________________text formatting___________________*/


.p_call_jeff {
	margin: 10px 0px 0px 0px;
}

td {
	vertical-align: top;	
}

.press_quote {
	font-size: 18px;
	line-height: 22px;
	font-style: italic;
}

.margin_left {
	margin-left: 15px;
}

.margin_right {
	margin-right: 15px;
}


.article_divide {
border-bottom: 1px dashed #aaaaaa;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

h1 {
font-weight: normal;
	display: inline;
	font-size: 19px;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

/*------Extras---------*/
.twitter-item{padding:10px 5px 10px 5px;}
#welcome p{padding-top:0px;margin-top:0px;}
.submenu .current_page_ancestor{display:none;}
.submenu li {display: inline}
#slideshowidget{background-image:url('http://harvest-kitchen.com/harvestkitchen/wp-content/uploads/2010/02/photo04.png');height:329px;overflow:hidden;}
#main_col .box_padding .content_box img.alignleft{padding-right:5px;}
#main_col .box_padding .content_box p{}

.twitterwidget-title {display:none;}
.from-meta, .time-meta{display:none;}
div.left-widget li {padding-bottom:10px;list-style-type:none;padding-left:0px;}
div.left-widget ul {padding-left:0px;}
.wp-caption-text {color:brown;}