/* @override 
	http://ediblevineyard.com/index.php/test/site_css/
	http://ediblevineyard.com/css/ev.css
	http://www.ediblevineyard.com/css/ev.css
*/

/* general */

* {
	margin: 0;
}

body {
	color: #000;
	font: 12px/16px Georgia, serif;
	background:  white url(http://ediblevineyard.com/themes/site_themes/ev/bg_body.gif) top center repeat-y;
}

p {
	margin: 0 0 1em 0;
}

a:link, a:visited, a:active {
	color: #000000;
	text-decoration: none;
}

a:hover {
	color: #000000;
	text-decoration: underline;
}

.no_underline a:hover {
	text-decoration: none;
}

.red a:link, .red a:visited, .red a:active, .red a:hover 	{
	color: #691B1D; 
	text-decoration: none; 
	}


h1 {
	font-size: 26px;
	line-height: 29px;
	font-weight: normal;
	margin: 10px 0 5px 0;
	clear: both;
	text-align: center;
	width: 100%;
	color: #691B1D;	
}

h2 {
	font-size: 16px;
	font-weight: normal;
	color: #691B1D;
	margin-bottom: 5px;
	font-variant: normal;
	font-family: Georgia, serif;
}


h3 {
	font: 10px/10px helvetica neue, helvetica, verdana;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 0 0 10px 0;
		color: #000000;

}

.index_h3 {
	display: block;
	background: white;
	margin-bottom: -20px;
	padding-bottom: 10px;
	position: relative;
}

.index_h3_depts {
	display: block;
	background: white;
	margin-bottom: -10px;
	padding-bottom: 10px;
	position: relative;
	clear: both;
}

h4 {
	font-size: 12px;
	font: 12px/15px helvetica neue, helvetica, verdana;
	font-weight: bold;

}

.double_rule {
	width: 100%;
	height: 2px;
	border-top: solid 1px #E1D3C4;
	border-bottom: solid 1px #E1D3C4;
	margin: 10px 0;
	clear: both;
	float: left;
}


.double_rule_sidebar {
	width: 100%;
	height: 2px;
	border-top: solid 1px #E1D3C4;
	border-bottom: solid 1px #E1D3C4;
	margin: 20px 0;
	clear: both;
	float: left;
}

.double_rule_no_bottom_margin {
	width: 100%;
	height: 2px;
	border-top: solid 1px #E1D3C4;
	border-bottom: solid 1px #E1D3C4;
	margin: 10px 0 0 0;
	clear: both;
	float: left;
}


.single_rule {
	width: 100%;
	height: 1px;
	background: #efe4db url(http://www.ediblevineyard.com/themes/site_themes/ev/single_rule.gif) no-repeat right;
	margin: 5px 0;
	}
	
	.single_rule_10 {
	width: 100%;
	height: 1px;
	background: #efe4db url(http://www.ediblevineyard.com/themes/site_themes/ev/single_rule.gif) no-repeat top right;
	margin: 10px 0;
	}

img {
	border: 0;
}

.wide_col_rule {
	clear: both;
	width: 442px;
	height: 1px;
	background: #E1D3C4 url(http://www.ediblevineyard.com/themes/site_themes/ev/wide_col_rule.gif) no-repeat top center;
	margin: 10px 0;
	float: left;
	}

/* layout */

#wrapper {
	width: 900px;
	margin: 0 auto;
	text-align: center;
	overflow: hidden;
}

#header {
	clear: both;
	padding: 30px 0 30px 0;
}

#index_content_wrapper {
	width: 690px;
	padding: 0px 20px 0 10px;
	border-right: solid 1px #E1D3C4;
	float:left;
	clear: both;
}


#col_right {
	width: 169px;
	padding: 0 0 10px 10px;
	}

#nav {
	width: 900px;
	height: 30px;
	border-bottom: solid 1px #E1D3C4;
	margin: 0 0 2px 0px;
	overflow: hidden;
	padding-left: 5px;
	}

.top_nav {
	height: 19px;
	width: 128px;
	float: left;
background:  white url(http://ediblevineyard.com/themes/site_themes/ev/nav_divider.gif) bottom right no-repeat;
	padding: 11px 0 0 0;
}
	
#subnav2 {
	width: 100%;
	border-bottom: solid 1px #E1D3C4;
	margin: 0 0 2px 0;
}

.subnav {
	width: 100%;
	border-top: solid 1px #E1D3C4;
	padding: 6px 0 30px 0;
	float:  left;
	clear: both;
}

#col_left_wide {
   margin-left: -1px;
	width: 452px;
	padding: 10px 10px 10px 0;
	float: left;
	text-align: left;
	border-right: solid 1px #E1D3C4;
	clear: both;
}

#col_right_wide {
   margin-left: -1px;
	width: 452px;
	padding: 0px 0px 0 10px;
	float: left;
	text-align: left;
	border-left: solid 1px #E1D3C4;
}

#feature_image {
overflow: hidden;
}

#col_mid {
   margin-left: -1px;
	width: 216px;
	padding: 0 10px 10px 10px;
	float: left;
	text-align: left;
	border-left: solid 1px #E1D3C4;
	border-right: solid 1px #E1D3C4;
}

#col_mid_right {
   margin-left: -1px;
	width: 216px;
	padding: 0 0 10px 10px;		
	border-left: solid 1px #E1D3C4;
	float: left;
	text-align: left;
}

#col_left {
	width: 216px;
	padding: 0px 10px 10px 0;
	float: left;
	text-align: left;
	border-right: solid 1px #E1D3C4;
	font: 10px/14px helvetica neue, helvetica, verdana;
	}

/* My Comment */

#col_right {
	float: left;
	text-align: left;
	overflow: hidden;
}

#index_currentissue {
	width: 225px;
	float:left;
	clear: both;
	padding: 0 10px 0 0;
	text-align: left;
}

#pages_text, #pages_img {
	width: 474px;
}

#pages_img {
	width: 474px;
	height: 150px;
	text-align: center;
	margin: 0em 0 1.5em 0;
	overflow: hidden;
	border: solid 1px #5E0915;
}

/* selector formatting */

.nav li, #header_nav li, #left_col li {
	font: 10px/12px helvetica neue, helvetica, verdana;
}

#col_mid li, #nav li, .subnav li {
	list-style: none;
}

#nav ul{
}

.subnav ul {
	width: 100%;
	text-align: center;
}

.subnav li {
	display: inline-table;	
	padding: 0px 10px;
	font: 10px helvetica neue, helvetica, verdana;
}

.subnav form {
	display: inline-table;
}
.subnav a {
	color: #000;
}

.subnav input {
	border: 0px solid #ccc;	
	color: #ccc;
	margin-top: -15px;
	font: 10px helvetica neue, helvetica, verdana;
}

#searchbutton {
	border: 0;
	position: relative;
	top: 2px;
}

#recipe_archive_container {
	list-style-position: inside;
}

img.ad {
	margin: 0 0 1em 0;
}

#center_col h3 {
	clear:both; 
}

.article_img_thumb img {
	border: solid 1px #5E0915;
	padding: 1px;
}

.recipe_thumb_container {
	float: left;
	margin: 0 2px 2px 0;
}

#pages_thumbs {
	text-align: center;
	clear: both;
	height: 168px;
	overflow: hidden;
	margin-bottom: 10px;
	clear: both;
}

#contributor_thumbs, #recipe_thumbs {
	text-align: center;
	clear: both;
	height: 184px;
	overflow: hidden;
	clear: both;
	margin-bottom: 10px;
}

#contributor_thumbs {
	text-align: center;
	clear: both;
	height: 161px;
	overflow: hidden;
	clear: both;
}
 
#recipe_recent_list, #contributors_list {
	clear: both;
	padding: 10px 0 0 0;
font: 10px helvetica neue, helvetica, verdana;}

#recipe_recent_list li, #contributors_list li {
	list-style: none;
	display: inline;
font-size: 10px;
	line-height: 15px;
}

#pages_text ul {
	padding: 0 20px 1em 20px;
}

#pages_text li {
	padding: 2px 0px;
}

#recipe_by_ingred {
	float: left;
	width: 50%;
}

#recipe_by_category {
	float: left;
	width: 47%;
	padding: 0 3% 0 0;
}

#recipe_by_category ul {
	margin-bottom: 10px;
}

#recipe_by_category li, #recipe_by_ingred li {
	list-style: none;
	font: 10px helvetica neue, helvetica, verdana;
}

#tagline {
	position: relative;
	right: 22px;
	top: -20px;
	width: 254px;
	height: 130px;
	background: url(http://www.ediblevineyard.com/themes/site_themes/ev/tagline.gif) no-repeat top center;
	margin-bottom: -10px;

}


.border_top {
	border-top: 1px solid #E1D3C4;
	padding-top: 15px;
	margin-top: 2px;
}

.border_top_wrapper {
		border-top: 1px solid #E1D3C4;
}

#cover_image {
	position: relative;
margin: -30px 0 10px 0;
left: 4px;}

.department_head {
	border-top: 1px solid #E1D3C4;
	padding-top: 15px;
}

.border_bottom {
	list-style: none;
	border-bottom: 1px solid #E1D3C4;
	padding: 2px 0;
}

#full_sidebar ul {
	margin-bottom: 10px;
}

#content_head_stories {
	position: relative;
	top: 2px;
	width: 100%;
	height: 25px;
	background: url(http://www.ediblevineyard.com/themes/site_themes/ev/index_stories.gif) bottom left no-repeat;
	margin-bottom: -5px;
	}
	
#breadcrumb {
	position: relative;
	text-align: left;
	width: 100%;
	height: 12px;
	font: 10px/12px helvetica neue, helvetica, verdana;
	text-transform: uppercase;
	letter-spacing: 1px;
	}
	
#breadcrumb p {
	margin-bottom: -5px;
}	
	
#other_cats {
	padding-top: 10px;
}

#other_cats p, #index_cats p {
	margin: 0;
	font: 12px/15px helvetica neue, helvetica, verdana;
	font-weight: normal;
}


#index_food {
	width: 254px;
 	background: url(http://www.ediblevineyard.com/themes/site_themes/ev/tagline.gif) top left no-repeat;
	height: 130px;
	margin: -19px 0 0 -17px;
 }
 
 
 
 #index_comm_not_used {
	width: 100%;
 	background: url(http://www.ediblevineyard.com/themes/site_themes/ev/index_community.gif) bottom left no-repeat;
	height: 20px;
	margin-bottom: -5px;
	margin-top: 1px;
 }
 
 .vertical_list_wrapper {
	overflow: hidden;
	margin-bottom: -5px;
	margin-top: 15px;
}

.vertical_list {
	overflow: hidden;
	position: relative;
	top: -10px;
}


.department_list_item {
	width: 216px;
	margin-right: 10px;
	display: block;
	float: left;
}

.feature_list_item {
	float: left;
	width: 100&;
}

.article_list p {
	margin-top: 5px;
}

.article_list_img {
	float: left;
	margin: 0 10px 0 0;
}

.article_list_wrapper {
	clear: both;
	margin: 10px 10px 10px 0;
}

.article_list_info {
	display: block;
	width: 100%;
	font: 10px/14px helvetica neue, helvetica, verdana;	
	color: #666666;
	margin-top: -5px;
}

.caption {
	font: 12px/15px helvetica neue, helvetica, verdana;
	font-weight: bold;
	margin: 5px 0 0 0;
	width: 100%;
	}
	
	.index_caption {
	margin: 5px;
}


.photo_credit {
	text-align: right;
	margin: 3px 0 0px 0;
	font: 10px helvetica neue, helvetica, verdana;
	width: 99%;
}

#comments {
	clear: both;
	background: url(http://www.ediblevineyard.com/themes/site_themes/ev/comments.gif) top left no-repeat;
	padding-top: 30px;
		}
		
		#comments_preview {
	clear: both;
	background: url(http://www.ediblevineyard.com/themes/site_themes/ev/comment_preview.gif) top left no-repeat;
	padding-top: 30px;
		}
		
.comment_count {
	float: left;
	clear: both;
	width: 35px;
	padding-top: 37px;
	margin: 10px 10px 10px 0;
	text-align: center;
	font-size: 14px;
	font-style: normal;
	background: url(http://www.ediblevineyard.com/themes/site_themes/ev/comment_icon.gif) top center no-repeat;
}

.comment_name, .comment_date {
float: left;
padding: 2px 10px 4px 0 ;
border-right: 1px solid #E1D3C4;
border-bottom: 1px solid #E1D3C4;
font: 12px/14px helvetica neue, helvetica, verdana;
letter-spacing: 1px;
text-transform: uppercase;
}

.comment_date {
	padding: 2px 10px 4px 10px;
	border-right: 0px solid #E1D3C4;
	text-transform: none;
}

.comment_text {
	clear: both;
	margin-bottom:20px;
}

.comment_wrapper {
	float: left;
	width: 397px;
	margin: 10px 0 0 0;
}

#comment_form {
	background: url(http://www.ediblevineyard.com/themes/site_themes/ev/leave_comment.gif) top left no-repeat;
	clear: both;
	padding: 40px 0 20px 0;
	}

.feature_image_vertical {
	float: left;
	width: 216px;
	padding: 0 10px 0 0;
	margin: 5px 10px 10px 0;
	border-right: 1px solid #E1D3C4;
	padding-botom: 10px;

}

.byline_article {
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 1px;
}

.byline_recipe {
	text-transform: uppercase;
	text-align: left;
	letter-spacing: 1px;
	margin-top: 10px;
}

.recipe_sub_hed {
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 1px;
	color: #93B800;

}
.issue_covers {
	float: left;
	width: 150px;
	text-align: center;
}


.recipe_index_thumbs {
	float: left;
	width: 150px;
	text-align: center;
	margin: 0 0 9px 0;
}

.issue_covers p {
	margin-top: 5px;
}

.selected {
font-weight: bold;
}

.article_list_small h3, .article_list_small h2 {
	margin-bottom: 5px;
}

.article_list_small {
	float: left;
	clear: both;
	width: 100%;
}

.article_list_small p {
	margin: 0;
	margin-bottom: 10px;

}

.caps {
	text-transform: uppercase;
	letter-spacing: 1px;
}

.most_viewed {
	font-size: 10px;
	color: #999999;
}

.ingredients {
	font-weight: bold;
	margin: 10px;
}

.bullet_list ul {
	list-style-type: disc;
	margin: 10px;
}

.bullet_list li {
	list-style-type: disc;
	margin: 10px 20px;
}

.see_all {
	font-weight: bold;
	}
	
.pagination {
	display: block;
	clear: both;
}

.td_right {
	text-align: right;
	margin: 0;
}

td {
	margin: 2px;
	font: 10px helvetica neue, helvetica, verdana;
}

.heds_clear_both h2, .heds_clear_both h3 {
	clear: both;
}