/*  
Theme Name: Food and Health Communications
Theme URI: http://demo.colorlabsproject.com/arthemia
Version: 1.1
Author: ColorLabs - Arthemia
Author URI: http://colorlabsproject.com/themes/arthemia-premium/
Tags: thumbnails, newspaper, magazine, widgets, admin panel, fixed-width, full-page, two-columns, custom-background, custom-menu, featured image, threaded-comments, sticky-post.
*/

/*Copyright 2011, ColorLabs Project
View detailed license info in license.txt file 


/* 
TABLE OF CONTENTS 

  HTML Elements
  Structure
  Navigation Bar
  Text
  Index Page
  Content Page
  Sidebar
  Form Elements  
  Comments
  Footer
  Clear

/* CSS Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-size: 100%;
	font-family: inherit; vertical-align: baseline;
}
/* remember to define focus styles! */
:focus { outline: 0; }
body {line-height: 1;	color: black; background: white; }
ol, ul { list-style: none;}

/* tables still need 'cellspacing="0"' in the markup */
table {	border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q {	quotes: "" "";}

/* HTML Elements */

* {
	margin:0;
	padding:0;
	-webkit-text-size-adjust: none;
}

body {
	font: 100% Arial, Helvetica;
	background:url(https://foodandhealth.com/images/bodyBg.gif) repeat 0 0;
	color: #505050;
	}

p {	
	margin: 15px 0;
	}

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

a:hover, a:active {
	color: #0053a0;
	text-decoration:underline;
	}

a img, img {
	border:0;
    vertical-align: middle;
	}

code {
	font: 1.0em 'Courier New', Courier, Fixed;
	background:#ececec;
	}	

acronym, abbr, span.caps {	
	font-size: 0.9em;
	letter-spacing: .07em;
	cursor: help;
	}			

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	padding: 10px 10px 0 10px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background: #ececec;
	font:1.0em Arial;
	line-height:1.5em;
	margin:10px 0px;
	}

select {
	width: 130px;
	}	

strong {
    font-weight:bold;
}

em {
    font-style:italic;
}

/* Structure */


#head {
	width:930px;
	margin:0px auto;
	margin-top:0px;
	padding:10px 5px 15px 5px;
	font-size:0.7em;
	background:#fff;
	}

#page {
	width:920px;
	margin:0px auto;
	padding:10px;
	font-size:12px;
	}

#inner {
    margin:0;
    padding:0;
    background:url(images/left_stripe.gif) left repeat-y;
}

.left {
	float:left;
	}

.right {
	float:right;
	}


/* Navigation Bar*/
#navbar {
	margin:0 auto;
	padding:0px 10px 0px 10px;
	text-transform:uppercase;
	width:920px;
	font-size:10px;
	}

#navbar-wrapper {
	background:url(images/navbar-wrapper.png) repeat;
	width:950px;
	margin:0 auto 0 auto;
}

#page-wrapper {
	float:left;
	width:730px;
	font-size:10px;
}

#search-wrapper {
	float:right;
	width:170px;

}

#page-bar {
	padding:0px;
	}

#page-bar ul {
	list-style: none;
	}

#page-bar li {
	float:left;
	list-style:none;
	cursor: pointer;
	display:block;
	border-right:1px solid #303030;
	}

#page-bar li:hover {
	background: #5b5b5b;
	}

#page-bar a, #page-bar a:visited {
	margin: 0px;
	padding:7px 14px;
	font-weight:bold;
	color:#eeeeee;
	display:block;
	}

#page-bar a:hover {
	text-decoration:none;
	display:block;

	}

#page-bar p {
	margin:0;
	padding:0;
	}

#searchform {
	width:184px;
	float:right;
	text-align:right;
	padding-top:3px;
	margin-right:10px;
	}

/* Dropdown Menus */		
#page-bar li {
	z-index: 9999;
	float: left;
	margin: 0px;
	padding: 0px;
	}
	
#page-bar li li {
	z-index: 9999;
	float: left;
	margin: 0px;
	padding: 0px;
	width: 132px;
	text-transform:none;
	}
	
#page-bar li li a, #page-bar li li a:link, #page-bar li li a:visited {
	z-index: 9999;
	width: 122px;
	float: none;
	margin: 0px;
	padding: 4px 10px 4px 10px;
	background: #5b5b5b url(images/dots_nav.gif) repeat-x top;
	}
	
#page-bar li li a:hover, #page-bar li li a:active {
	z-index: 9999;
	background: #909090;
	padding: 4px 10px 4px 10px;
	}

#page-bar li ul {
	z-index: 9999;
	position: absolute;
	width: 10em;
	left: -999em;
	}

#page-bar li:hover ul {
	z-index: 9999;
	left: auto;
	display: block;
	}
	
#page-bar li:hover ul, #page-bar li.sfhover ul {
	z-index: 9999;
	left: auto;
	}
.menu-select { display:none }


/* Text*/

h1 {
	font:28px Arial;
	font-weight:bold;
	letter-spacing:-0.08em;
	}

h2 {
	font:25px Arial;
	font-weight:bold;
	}

h3 {
	font:12px Arial;
	margin-bottom:3px;
	color:#303030;
	font-weight:bold;
	}

h4 {
	font:12px Arial;
	}

h3.cat_title, h3.cat_title a {
	color:#333333;
	letter-spacing:-0.05em;
	}

h3#respond {
	margin-top:0px;
	padding-top:20px;
	}

h3#comments {
	margin-top:32px;
	padding-left:0px;
	margin-bottom:15px;
	}

h3.authors {
	margin-top:15px;
	}

/* Index Page*/

#logo {

	background:#fff;
	}

#tagline {
	margin-top:10px;
	color:#1d3566;
	font-weight:bold;
	}

#top {
	margin:0 auto;
	padding:0px 10px 0px 0px;
	width:930px;
	}



#top .label {
	font:14px Arial;
	font-weight:bold;
	text-transform:lowercase;
	letter-spacing:-0.05em;
	line-height:0.9em;
	display:block;
	padding-bottom:0px;
	padding-top:15px;
	}







#headline a img {
	border:3px solid #fff;
	margin-right:15px;
	margin-top:5px;
	margin-bottom:10px;
	}

#single_head {
	width:195px;
	float:left;
	padding:15px 12px 20px 25px;
	margin:0;
	background:#333333;
	color:#fff;
	}

#single_head a img {
	border:3px solid #fff;
	}

#single_desc {
	width:675px;
	float:right;
	padding:0px 10px 5px 10px;
    font-size:12px;
	line-height:1.5em; 
	}

#single_desc h1.title {
	font:25px Arial;
	font-weight:bold;
	letter-spacing:-0.05em;
	line-height:0.9em;
	display:block;
	padding-bottom:5px;
	padding-top:10px;
	}

#single_desc div.meta {
	display:block;
	padding-bottom:5px;
	font-size:10px;
	}

#single_desc p {
	margin:0px;
	padding-bottom:10px;
	}

#single_desc a {
	color:#000000;
	}

#single_desc a:hover {
	color:#808080;
	}

#middle {
	margin:0 auto;
	padding:10px 10px 0px 10px;
	width:920px;
	}
    
.categorybar {
	width:164px;
	float:left;
	border-top:8px solid #333333;
	margin:0px;
	padding:5px 10px 15px 10px;
	background:#fff;
    cursor:pointer;
	}

.categorybar p {
	margin:0;
    font-size:11px;
	}

.categorybar span.cat_title, #front-popular h3, #front-list .cat_title, #gallery h3 {
	text-transform:lowercase;
	margin:0;
	font-weight:bold;
	font-size:16px;
	letter-spacing:-0.05em;
	}

#front-list .cat_title {
	font-size:14px;
    margin-bottom:5px;
	}

#front-popular h3 {
	color:#000;
	}

.more-link {
	display:block;
	margin:15px 0px;
	}

.categorybar a {
	color:#333333;
	background:none;
	}

.categorybar a:hover {
	background:none;
	color:#fff;
	text-decoration:none;
	}

#bottom {
	width: 920px;
	}

#bottom-left {
	float:left;
	}

#bottom-left .meta, #content.archive .meta, #content2.archive .meta {
	font-size:10px;
	}

#front-list {
	width:570px;
	padding:10px;
	background:#fff;
	font-size:12px;
	line-height:1.75em;
	margin-bottom:10px;
	-moz-border-radius: 10px 10px 0px 0px;
	-webkit-border-radius: 10px 10px 0px 0px;
	-khtml-border-radius: 10px 10px 0px 0px;
	border-radius: 10px 10px 0px 0px;
	border: #b5b5b5 1px solid;
	overflow: hidden;
    }
	
	#front-list h2.title {
		font-size: 30px;
		line-height: 1.3em;
		padding: 0;
		margin: 0;
	}
	
	#front-list blockquote {
		padding: 0px 10px 0 10px;
		}
	
	#front-list .cat_title {
		font:12px Arial;
		font-weight:normal;
		letter-spacing:-0.05em;
		line-height:1.0em;
		}
	
	#front-list .divider {
		margin-left:216px;
		margin-top:0px;
		margin-bottom:0px;
		}
    
.author {
	font-size:11px;
	font-weight:bold;
	}

.meta {
	color:#333333;
	font-weight:bold;
	}
    
#headline p, #featured p {
	margin:0;
	}

#paged-list {
	width:570px;
	padding:0px 10px;
	font-size:12px;
	line-height:1.75em;
	border-top:1px solid #ececec;
	}

#paged-list .clearfloat {
	background:url(images/dots_content.gif) repeat-x bottom;
    padding-bottom:1px;
	}
	
	#paged-list h3.title {
		padding: 0;
		margin: 0;
		background: #3B3B3B;
		-moz-border-radius: 10px 10px 0px 0px;
		-webkit-border-radius: 10px 10px 0px 0px;
		-khtml-border-radius:  10px 10px 0px 0px;
		border-radius: 10px 10px 0px 0px;
		border: #b5b5b5 1px solid;
	}
	#paged-list h3.title a {
		font-size: 20px;
		display: block;
		padding: 5px;
		margin: 0;
		line-height: 1em;
		color: #ffffff;
	}
	
.onecolumn {
	display: block;
	clear: both;
	min-height: 100px;
	margin: 0px;
	padding:10px;
	background:#ffffff;
	font-size:12px;
	line-height:1.75em;
	margin-bottom:10px;
	-moz-border-radius: 0px 0px 10px 10px;
	-webkit-border-radius: 0px 0px 10px 10px;
	-khtml-border-radius: 0px 0px 10px 10px;
	border-radius: 0px 0px 10px 10px;
	border: #b5b5b5 1px solid;
	overflow: hidden;
	}

.onecolumn img {
	float:left;
	margin:8px 10px 7px 0px;
	border:1px solid #ccc;
	padding:2px;
	}

.tanbox {
	width:275px;
	line-height:1.5em;
	padding:10px 0px;
	margin:0;
	}

.archive .tanbox {
	width:570px;
	background:url(images/dots_content.gif) repeat-x bottom;
    padding-bottom:1px;
	}

.tanbox img {
	margin:8px 10px 7px 0px;
	border:1px solid #ccc;
	padding:2px;
	}

.tanbox h3.title , .onecolumn h3.title {
	font:14px Arial;
	font-weight:bold;
	margin:0;
	}
	
.tanbox p, .onecolumn p {
	margin:5px 0px;
	}	

#navigation {
	display: block;
	margin: 0 auto;
	padding:15px 10px;
	background:#fff;
	font-size:12px;
	text-align:center;
	width:550px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	-khtml-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
	border: #b5b5b5 1px solid;
	}


/* Content Page*/

#content {
	width:570px;
	background:#fff;
	padding:10px;
	font-size:12px;
	line-height:1.75em;
	-moz-border-radius: 10px 10px 0px 0px;
	-webkit-border-radius: 10px 10px 0px 0px;
	-khtml-border-radius: 10px 10px 0px 0px;
	border-radius: 10px 10px 0px 0px;
	border: #b5b5b5 1px solid;
	}
#content2 {
	
	background:#fff;
	padding:10px;
	font-size:12px;
	line-height:1.75em;
	border-top:1px solid #ececec;
	}

.post, 
.page {
	line-height:1.75em;
	}

.post p, 
.page p {
	margin-top:0px;
	}

.post .clearfloat,
.page .clearfloat {
	border-bottom:1px solid #e2e2e2;
	}

.entry ul, 
.post ol,
.page ol,
#front-list ul, 
#front-list ol {
	margin-bottom:15px;
	}

#content h2.title,#content2 h2.title {
	letter-spacing:-0.05em;
	border-bottom:1px solid #e2e2e2;
	border-top:3px solid #e2e2e2;
	margin-bottom:0px;
	padding:5px 0px;
	color:#000000;
	}

.entry ul li, #front-list ul li {	
	list-style:square;
	margin-left:30px;
	}

.entry ol li, #front-list ol li {	
	list-style:decimal;
	margin-left:30px;
	}

.entry ol li ul li, #front-list ol li ul li {	
	list-style:square;
	margin-left:20px;
	}

.entry img, 
.post a img,
.page a img,
#front-list img {
	border:1px solid #ccc;
	margin:0 10px 5px 0;
	padding:2px;
	}

#front-list img {
	margin-top:15px;
	}

.entry a {
	text-decoration:underline;
	}

.post .ads,
.page .ads {
	margin-top:10px;
	}

#stats {
	margin-bottom:15px;
	padding:8px 0px;
	font:11px Arial;
	display:block;
	border-bottom:1px solid #e2e2e2;
	font-weight:bold;
	}


	
img.centered, a img.centered, img.aligncenter, a img.aligncenter, div.aligncenter, #front-list img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright, a img.alignright, #front-list img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft, a img.alignleft, #front-list img.alignleft{
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

.alignright {
	float: right;
}

.alignleft {
	float: left
}


#bio {
    padding:10px;
    background:#efefef;
    margin:20px 0px;
}
#bio p {
    margin:0;
    padding:0;
}

#bio .avatar {
	border:1px solid #ccc;
	margin:0px 10px 5px 0;
	float:left;
	padding:2px;
	width:80px;
	height:80px;
	}	
.singleimage .video{
    margin: 0 0 10px;
    }
.post .video-thumb, .video-thumb { position:relative }
.video-thumb .playicon {
  position:absolute;
  width:45px;
  height:45px;
  left:50%;
  top:50%;
  margin:-18px 0 0 -18px;
  opacity:0.6;
  text-indent:-9999px;
  background:url(images/play-icon.png) no-repeat
}
.video-thumb:hover .playicon { opacity:1 }
/* Sidebar*/
#sidebar {
	width:320px;
	margin:0px 0px 0px 0px;
	overflow:hidden;
	}

.spoiler { 	
	padding:0 10px 10px;
	background:#ffffff;
	border-top:1px solid #ececec;
	margin-bottom:10px; 	
	overflow:hidden;
	width:295px;
	-moz-border-radius: 10px 10px 0px 0px;
	-webkit-border-radius: 10px 10px 0px 0px;
	-khtml-border-radius: 10px 10px 0px 0px;
	border-radius: 10px 10px 0px 0px;
	border: #b5b5b5 1px solid;
}

.sidebar-background {
	padding: 0px 10px 10px 10px;
	background:#fff;
	margin-bottom:10px;
	border-top:1px solid #ececec;
	width:295px;
	-moz-border-radius: 10px 10px 0px 0px;
	-webkit-border-radius: 10px 10px 0px 0px;
	-khtml-border-radius: 10px 10px 0px 0px;
	border-radius: 10px 10px 0px 0px;
	border: #b5b5b5 1px solid;
}

.sidebar-left-background {
	padding:0px 10px 10px 10px;
	width:130px;
	background:#fff;
	border: #b5b5b5 1px solid;
}

.sidebar-right-background {
	padding:0px 10px 10px 10px;
	width:130px;
	background:#fff;
	border: #b5b5b5 1px solid;
}

.spoiler img {
	border:1px solid #ccc;
	padding:2px;
	margin-right:10px;
	margin-bottom:5px;
	}


.spoiler h3 {
	font:12px Arial, Helvetica, Verdana, Sans-Serif;
   	font-weight:bold; 	
	color:#fff; 	
	margin: 0px 0px 8px 0px; 	
	padding:3px 10px;
	border-bottom:1px solid #ececec; 	}

.spoiler h3 a {
	color:#000;
	text-decoration:none;
	}

.spoiler p {
	margin:0 0 15px;
	color:#6d6d6d;
	}

.spoiler h4 {
	font:12px Arial, Helvetica, Verdana, Sans-Serif;
    font-weight:bold;
	margin-bottom:5px;
	}

.spoiler h4 a {
	color:#333333;
	}

#sidebar {
    font-size:11px;
    }

#sidebar h3 {
	font:12px Arial, Helvetica, Verdana, Sans-Serif;
	font-weight:bold;
	color:#000;
	margin:10px 0px 5px 0px;
	padding:3px 10px;
	}

/* added in 7/13/09 by DK for twitter link in white */
#sidebar h3 a:link {
	color:#fff;
	}

/* added in 7/13/09 by DK for twitter link in white */
#sidebar h3 a:visited {
	color:#fff;
	}

#sidebar-top, #sidebar-bottom {
	width:300px;
	}

#sidebar .adspace-widget {
    padding-top: 10px;
    }
    
#sidebar h3 {
    margin-top: 10px;
    color: #ffffff;
    }
    #sidebar .adspace-widget h3 {
	    margin-top: 0px;
	    color: #ffffff;
    }
    
#sidebar-middle {
	width:300px;
	margin-bottom:10px;
	}

#sidebar-left {
	width:135px;
	float:left;
	}



#sidebar-right {
	width:135px;
	float:right;
	}

#sidebar li {
	list-style:none;
	border-bottom:1px dotted #bbbbbb;
	display:block;
	padding:2px 0px 2px 13px;
	background:url(images/sub.png) no-repeat 0 0px;
    margin-left: 0;
	}

#sidebar li ul li {
	border-bottom:0px;
	}

#sidebar-ads {
	width:300px;
	margin-bottom:10px;
	padding:10px;
	}

#sidebar h3 img { margin-top:1px; }
.spoiler .clearfloat { margin-top:5px }
.spoiler .clearfloat:nth-child(2) { margin-top:0 }

/* Form Elements */

select {
	border:1px solid #333333;
	width:100%
	}
	
.submitbutton {
	padding: 2px 5px;
	border:1px solid #aaa;
	background:#fff;
	font-size:11px;
	color:#aaa;
	cursor: pointer;
	}

.submitbutton:hover {
    background:#303030;
    color:#fff;
    }
    
.field {
	padding: 1px;
	border-top:1px solid #bbbbbb;
	border-left:1px solid #bbbbbb;
	border-right:1px solid #eeeeee;
	border-bottom:1px solid #eeeeee;
	background:#fff;
	font-size:11px;
	}

#search .searchbutton {
	padding: 1px;
	border:1px solid #333333;
	background:#fff;
	font-size:11px;
	}

#commentform input {
	width: 140px;
	margin: 5px 5px 0px 0;
	}

#commentform textarea {
	width: 99%;
	margin-top:5px;
	border-top:1px solid #bbbbbb;
	border-left:1px solid #bbbbbb;
	border-right:1px solid #eeeeee;
	border-bottom:1px solid #eeeeee;
	}



/* Comments*/

#comment { width:590px;	background:#fff; }

div#cancel-comment-reply { font-weight:bold; }

#comments ul.commentlist { margin-top:20px; list-style:none; }

#comments ul.commentlist blockquote { background:#ededed; }
    
#comments .clearfloat { background:none; }

#comments div.navigation { padding:5px 0px 20px 0px; font-weight:bold; }

/*ul.commentlist li.pingback, ul.commentlist li.trackback { display:none; }*/
ul.commentlist li.comment, 
ul.commentlist li.pingback { color:#4d4d4d; padding: 11px 14px 11px 14px; background:#f2f2f2; list-style:none; margin-bottom:10px; font-size:11px; line-height:18px; border-bottom: 1px solid #dcdbd7; }
ul.commentlist li.comment h3#respond, 
ul.commentlist li.pingback h3#respond { background:#fff; margin-top:15px; }
ul.commentlist li.comment img.avatar, 
ul.commentlist li.pingback img.avatar { border:1px solid #ccc; margin:0px 0px 13px 13px; float:right; padding:2px; width:45px; height:45px; }	
ul.commentlist li.comment cite, 
ul.commentlist li.pingback cite { color:#313228; font-weight:bold; font-size:14px; }
ul.commentlist li.comment div.comment-meta,
ul.commentlist li.pingback div.comment-meta { font-size:10px; margin-top:0px; }
ul.commentlist li.comment div.comment-meta a,
ul.commentlist li.pingback div.comment-meta a { color:#4d4d4d; text-decoration:none; }
ul.commentlist li.comment a,
ul.commentlist li.pingback a { text-decoration:underline; }
ul.commentlist li.comment cite a,
ul.commentlist li.pingback cite a { text-decoration:none; }
ul.commentlist li.comment div.reply,
ul.commentlist li.pingback div.reply { clear:both; display:block; }
ul.commentlist li.comment div.reply a,
ul.commentlist li.pingback div.reply a { text-decoration:none; font-weight:bold; }
ul.commentlist li.comment p,
ul.commentlist li.pingback p { margin:15px 0px; padding:0;  }
ul.commentlist li.comment blockquote,
ul.commentlist li.pingback blockquote { width:380px; }

ul.children li.comment,
ul.children li.pingback { margin-top:15px; color:#4d4d4d; padding: 12px 12px 12px 12px; background:#fff; border:none; list-style:none; margin-bottom:0px; font-size:11px; }

ul.commentlist li.depth-1, ul.children li.depth-3, ul.children li.depth-5, ul.children li.depth-7, ul.children li.depth-9 { background:#f2f2f2; }
ul.children li.depth-2, ul.children li.depth-4, ul.children li.depth-6, ul.children li.depth-8, ul.children li.depth-10 { background:#fff; }

#respond textarea { width:99%; font-size:13px; }
#respond label { font-weight:bold; }
#respond a {text-decoration:none; }
#respond h3 {margin-top:15px; }

li.comment div#respond h3 { display:none; }

/* Footer*/

#gallery {
	font-size:11px;
	color:#333;
	width: 925px;
	margin: 0 auto;
	padding:15px 0px 15px 15px;
	}

#gallery #random {
    float:right;
    width:613px;
	position:relative
}

#random-wrapper span {
	padding:0 0 10px 0; 
	float:left;
}

#random-wrapper span a img{
	padding:2px;
	margin-right:16px;
    border:1px solid #ccc;
	background:#fff;
}
#random-loader {
	display:none;
	position: absolute;
	padding: 10px;
	background: white;
	top: 50%;
	left: 50%;
	margin-left: -25px;
	margin-top: -25px;
	-webkit-border-radius:5px;
	   -moz-border-radius:5px;
	        border-radius:5px;
}


#gallery #video {
    float:left;
    width:281px;
	min-height:230px;
    max-height:230px;
    padding-right:15px;
    border-right:1px solid #b0b0b0;
}

#gallery #video div,
#gallery #video object,
#gallery #video embed{
    width: 281px;
    height: 187px;
}

#gallery h3 {
    display:block;
    padding-bottom:5px;
}
#front-popular {
	font-size:11px;
	color:#fff;
	width: 910px;
	margin: 0 auto;
	padding:15px;
	}
	#front-popular h3 {
		color: #ffffff;
	}



#mostcommented {
	margin-left:20px;
	}



#recentpost a, #mostcommented a, #recent_comments a {
	color:#000;
	}

#recentpost ul, #mostcommented ul, #recent_comments ul {
	margin-top:5px;
	}

#recentpost li, #mostcommented li, #recent_comments li {
	list-style:none;
	background:url(images/dots_footer.gif) repeat-x top;
    padding-top:1px;
	}

#recentpost ul li a, #mostcommented ul li a, #recent_comments ul li a {
	padding:5px;
	display:block;
	text-decoration:none;
	}

#recentpost ul li a:hover, #mostcommented ul li a:hover, #recent_comments ul li a:hover {
	background:#000000;
	color:#fff;
	}

#recentpost ul li:first-child, #mostcommented ul li:first-child, #recent_comments ul li:first-child {
	background:none;
	}

#footer a:hover {
	color:#808080;
	}

/*
#footer {
	margin:0 auto;
	width:920px;
	font-size:10px;
	color:#333333;
	padding:5px 10px;
	height:13px;
	}
*/

#footer-left {
    float:left;
}
#footer-right {
    float:right;
}

/*  PrettyPhoto
=====================================================================*/
a[rel^="prettyPhoto"] { text-decoration: none; background: url("images/image-hover.png") no-repeat 50% 50%; }

/* Float Properties*/
.clearfloat:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.fix {
  clear:both;
  height:1px;
  overflow:hidden;
  margin:-1px 0 0;
}
html body * span.clear, html body * div.clear, html body * li.clear, html body * dd.clear {
  background:none;
  border:0;
  clear:both;
  display:block;
  float:none;
  font-size:0;
  list-style:none;
  overflow:hidden;
  visibility:hidden;
  width:0;
  height:0;
  margin:0;
  padding:0;
}

/* Hides from IE-mac \*/
* html .clearfloat {
	height:1%;
	}

*+html .clearfloat {
	height:1%;
	}
.clearfloat {
	display:block;
	}
#random-wrapper {
	float:left;
	width:613px;
}

#refresh-wrapper {
	float:left;
	width:613px;
}
.more-refresh {
	margin-right:20px; 
	font-weight:bold; 
	text-align:right;
}
#calendar_wrap {
	margin: 0 5px 0 5px;
}
#wp-calendar{
	width:100%;
	text-align:center;
}
#wp-calendar caption {
	text-align:center;
	text-transform:uppercase;
	margin-top:5px;
	margin-bottom:5px;
	font-weight:bold;
	font-size:16px;
}

#wp-calendar td#next {
	text-align:right;
	padding-top:5px;
	font-size:14px;
}

#wp-calendar td#prev {
	text-align:left;
	padding-top:5px;
	font-size:14px;
}







.cooking-101, a.cooking-101 {
	background: #7f5277;
	color: #ffffff;
	
}
.food-and-health, a.food-and-health {
	background: #da343a;
	color: #ffffff;
}
.food-shopping, a.food-shopping {
	background: #df771d;
	color: #ffffff;
}
.fun-for-kids, a.fun-for-kids {
	background: #278f51;
	color: #ffffff;
}
.myplate, a.myplate {
	background: #366a9e;
	color: #ffffff;
}


#feature_wrapper {
	display: block;
	margin-top: 10px;
	height: 400px;
}
	#feature_wrapper #headline {
		border: #4E4E4E 4px solid;
		display: block;
		float: left;
		width: 610px;
		height: 400px;
		padding: 0;
		margin: 0;
		cursor: pointer;
	}
	#feature_wrapper #headline .category {
		display: block;
		position: relative;
		top: 225px;
		z-index: 99;
		padding: 5px;
		margin: 5px 5px 5px 0px;
		width: 150px;
		font-weight: bold;
		color: #ffffff;
	}
	
		#feature_wrapper #headline #headline-meta {
			display: block;
			position: relative;
			height: 135px;
			margin-top: 220px;
			/* Fallback for web browsers that doesn't support RGBa */
			background: rgb(59, 59, 59) transparent;
			/* RGBa with 0.6 opacity */
			background: rgba(59, 59, 59, 0.9);
			/* For IE 5.5 - 7*/
			filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#3B3B3B, endColorstr=#3B3B3B);
			/* For IE 8*/
			-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3B3B3B, endColorstr=#3B3B3B)";
			padding: 10px;
			color: #ffffff;
		}
			#feature_wrapper #headline #headline-meta h1 a {
				color: #ffffff;
			}
			
	#feature_wrapper #featured {
		display: block;
		float: right;
		background: #3b3b3b;
		width: 320px;
		height: 405px;
		padding:0px 0px 0px 0px;
		margin: 0;
		font-size:11px;
		overflow: visible;
	}
		#featured h3 a, #featured h3 a:hover { 
			display: block;
			color: #ffffff;
			width: 175px; 
			padding: 5px;
			background: #366a9e;
			position: relative;
			top: -10px;
			right: 4px;
			z-index: 999;
			text-decoration: none;
			font-weight: bold;
			font-size: 16px;
			-moz-box-shadow:    3px 3px 4px 1px #000000;
  			-webkit-box-shadow: 3px 3px 4px 1px #000000;
  			box-shadow:         3px 3px 4px 1px #000000;
		}
		#feature_wrapper #featured img {
			display: block;
			margin-left: auto;
			margin-right: auto;
			margin-bottom: 8px;
			position: relative;
			top: -25px;
		}
	#featured ul {
		list-style: none;
		background: #ffffff;
		width: 300px;
		height: 185px;
		overflow: hidden;
		margin: 0 auto;
		position: relative;
		top: -25px;
	}
		#featured ul li {
			list-style:none;
			height: 41px;
			margin: 3px 0px;
			padding: 1px 0px;
			overflow: hidden;
			border-bottom: #000000 1px solid;
		}
			#feature_wrapper #featured ul li img {
				display: block;
				height: 35px;
				width: 35px;
				margin: 0px 5px;
				top: 0px;
				right: 0px;
			}
			#featured ul li h2 a {
				color: #3b3b3b;
				font-size: 12px;
			}
			#featured ul li a {
				color: #3b3b3b;
			}
			
	
	
	
	#featured h2.info {
		margin:0px;
		font-size:11px;
	}
	
#category_wrapper {
	display: block;
	margin: 0 auto;
}
	#category_wrapper ul {
		clear: both;
		list-style: none;
	}
		#category_wrapper ul li {
			float: left;
			width: 20%;
			padding: 0;
			margin: 0;
		}
			#category_wrapper ul li:hover {
				background: none;
			}
			#category_wrapper ul li h4 {
				display: block;
				padding: 5px;
				position: relative;
				top: 5px;
				left: 6px;
				width: 50%;
				-moz-box-shadow:    3px 3px 4px 1px #000000;
  				-webkit-box-shadow: 3px 3px 4px 1px #000000;
  				box-shadow:         3px 3px 4px 1px #000000;
				color: #ffffff;
			}
				#category_wrapper ul li h4 a {
					color: #ffffff;
					font-weight: bold;
				}
			#category_wrapper ul li p {
				display: block;
				background: #ffffff;
				margin: 0px 2px;
				padding: 15px 5px 5px 5px;
				height: 140px;
				overflow: hidden;
				-moz-border-radius: 10px 10px 0px 0px;
				-webkit-border-radius: 10px 10px 0px 0px;
				-khtml-border-radius: 10px 10px 0px 0px;
				border-radius: 10px 10px 0px 0px;
				border: #b5b5b5 1px solid;
			}
			#category_wrapper ul li .cat-footer {
				display: block;
				color: #ffffff;
				position: relative;
				bottom: 0;
				padding: 5px 10px 10px 10px;
				margin: 0px 2px;
				verticle-align: bottom;
				-moz-border-radius: 0px 0px 10px 10px;
				-webkit-border-radius: 0px 0px 10px 10px;
				-khtml-border-radius: 0px 0px 10px 10px;
				border-radius: 0px 0px 10px 10px;
				text-align: right;
			}
				#category_wrapper ul li .cat-footer img {
					float: left;
				}
				#category_wrapper ul li .cat-footer a {
					color: #ffffff;
					font-weight: bold;
				}
	
	
.post h2 {
	font-size: 40px;
	line-height: 1.2em;
	padding-bottom: 10px;
	border-bottom: #DDDDDD 2px solid;
}

.social_wrapper {
	display: block;
	float: right;
}

.post hr {
	background: #cccccc;
	color: #cccccc;
	border: none;
	margin: 5px 0px;
	clear: both;
}

ul.page_meta {
	display: block;
	list-style: none;
}
	ul.page_meta li.author {
		display: block;
		float: left;
		width: 48%;
		padding: 0% 1%;
		margin: 5px 0px 5px 0px;
	}
		ul.page_meta li.author a {
			color: #000000;
			font-weight: bold;
		}
	ul.page_meta li.comments {
		display: block;
		float: right;
		text-align: right;
		width: 90%;
		padding: 0% 1%;
		margin: 5px 0px 5px 0px;
	}
		ul.page_meta li.comments a {
			color: #000000;
			font-weight: bold;
			text-decoration: underline;
		}
		
#map {
	font-weight:bold;
	color:#333;
	float: left;
	font-size:12px;
	padding-left: 5px;
	}

#map a {
	font-weight:bold;
	color:#333;
	}
	

	
.breaker {
	display: block;
	cleaR: both;
	height: 10px;
}

.recipeSearch {
	background: #eeeeee;
	padding: 5px;
}

.handoutSearch {
	overflow: hidden;
	text-align: center;
	display: block;
}
.handoutSearch img {
	display: block;
	max-width: 100%;
	height: auto;
	padding: 0;
	margin: 0;
}

._25 {
	width: 21%;
	display: inline;
	float: left;
	margin-left: 2%;
	margin-right: 2%;
	text-align:left;
	font-size:10px;
}
._33 {
	width: 29%;
	display: inline;
	float: left;
	margin-left: 2%;
	margin-right: 2%;
}
._50 {
	width: 46%;
	display: inline;
	float: left;
	margin-left: 2%;
	margin-right: 2%;
}
._75 {
	width: 71%;
	display: inline;
	float: left;
	margin-left: 2%;
	margin-right: 2%;
}
._100 {
	width: 96%;
	display: inline;
	float: left;
	margin-left: 2%;
	margin-right: 2%;
}

.recipeSearch {
	background: #eeeeee;
	padding: 5px;
}











/* calendar */
table.calendar    { border-left:1px solid #999; background: #ffffff; }
tr.calendar-row  {  }
td.calendar-day  { height: 80px; min-height:80px; font-size:11px; position:relative; vertical-align: text-top; } * html div.calendar-day { height:80px; }
td.calendar-day:hover  { background:#eceff5; }
td.calendar-day-np  { background:#eee; min-height:80px; } * html div.calendar-day-np { height:80px; }
td.calendar-day-head { background:#ccc; font-weight:bold; text-align:center; width:120px; padding:5px; border-bottom:1px solid #999; border-top:1px solid #999; border-right:1px solid #999; }
div.day-number    { background:#999; padding:5px; color:#fff; font-weight:bold; float:right; margin:0px 0px 0 0; width:20px; text-align:center; }

td.calendar-day a  { display: block; color: #ffffff; text-decoration: none; }
/* shared */
td.calendar-day, td.calendar-day-np { width:120px; padding:0px; border-bottom:1px solid #999; border-right:1px solid #999; }


ul.mobile_calendar { display: none; }



ul#month_list {
	list-style: none;
	text-align: center;
}
	ul#month_list li {
		display: inline;
		text-transform: uppercase;
	}
		ul#month_list li:after {
			content: " | ";
		}
		ul#month_list li:last-child:after {
			content: "";
		}
h2.calendar {
	text-align: center;
	padding: 10px 0px;
}
h3.h_links {
	text-align: center;
	clear: both;
	font-size: 14px;
}
	h3.h_links a {
		color: #000000;
	}

.calendar_content_wrapper {
	background: #ffffff;
	display: block;
	min-height: 280px;
	-moz-border-radius: 10px 10px 0px 0px;
	-webkit-border-radius: 10px 10px 0px 0px;
	-khtml-border-radius: 10px 10px 0px 0px;
	border-radius: 10px 10px 0px 0px;
	border: #b5b5b5 1px solid;
	position: relative; 
}
	.calendar_content_wrapper h4 {
		display: block;
		padding: 5px;
		position: relative;
		top: -15px;
		left: 6px;
		width: 80%;
		-moz-box-shadow:    3px 3px 4px 1px #000000;
		-webkit-box-shadow: 3px 3px 4px 1px #000000;
		box-shadow:         3px 3px 4px 1px #000000;
		color: #ffffff;
		background: #000000;
		font-size: 18px;
	}
		.calendar_content_wrapper h4.food_weeks {
			background: #3d3d3d;
		}
		.calendar_content_wrapper h4.food_months {
			background: #6b9e01;
		}
		.calendar_content_wrapper h4.month_recipes {
			background: #457db8;
		}
		.calendar_content_wrapper h4.month_bestsellers {
			background: #FBA51A;
		}
	.calendar_content_wrapper .more_button {
		display: block;
		text-align: right;
		font-size: 14px;
		position: absolute; 
    	bottom: 0; 
		right: 0;
		padding: 10px; 
	}
	.calendar_content_wrapper ul {
		list-style: none;
		margin: 0 10px;
	}
		.calendar_content_wrapper ul.national_food {
			max-height: 215px;
			overflow: hidden;
		}
.yearWrapper {
	display: block;
	margin: 0 auto;
	width: 300px;
}
	.yearWrapper select {
		width: 170px;
	}
.in_season img {
	display: block;
	max-width: 100%;
	height: auto;
}

p.event_shell {
	background: #6a9d02;
	color: #ffffff;
	margin: 10px 0;
	padding: 3px 5px;
}
	p.multipleDay a {
		color: #6a9d02;
	}
	.event_shell a {
		color: #ffffff;
	}
#view_event_wrapper {
	min-width: 300px;
	width: 70%;
	margin: 0 auto;
	margin-top: 10px;
	padding: 10px;
	font-size: 14px;
	background: #ffffff;
	border: #FBA51A 2px solid;
}
	#view_event_wrapper img {
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	#view_event_wrapper h1 {
		color: #6A9D02;
	}
	#view_event_wrapper ul {
		list-style: none;
	}
		#view_event_wrapper ul li {
			float: left;
			display: block;
		}
			#view_event_wrapper ul li.label {
				clear: both;
				width: 25%;
				font-weight: bold;
			}
			#view_event_wrapper ul li.description {
				width: 71%;
				margin-left: 4%;
			}
	#view_event_wrapper #buttons {
		border-top: #000000 1px solid;
		text-align: center;
	}
		#view_event_wrapper #buttons a.main {
			display: block;
			background: #FBA51A;
			color: #ffffff;
			margin: 0 auto;
			margin-top: 10px;
			margin-bottom: 5px;
			padding: 5px;
			text-align: center;
			font-weight: bold;
		}
.calendarPosts .printfriendly {
	display: none;
}




.full_width {
	width: 100%;
}



#content h1.title {
	font-size: 3.2em;
	line-height: 1.4em;
}



