body {
	margin: 0;
	padding: 0;
	background:url(/images/body.gif); 
	text-align:center;
	font-family: Verdana, Arial, sans-serif;
	}
#site { /* the gradient at the top of the page */
	padding:10px 0;
	background:url(/images/body-top.jpg) repeat-x top left; 
	}
a { color: #660000; text-decoration: underline; } 
a:link		{ color: #660000; } 
a:visited	{ color: #660000;  } 
a:active	{ color: #CC6633;  } 
a:hover		{ color: #CC6633; }
a img { border: 0; text-decoration: none; }
h1, h2, h3, h4 {
	margin: 0px;
	padding: 0px;
	}
.clear {
	clear:both;
	}

/*--- Footer Styling ---*/

#footer {
	background:url(/images/footer.gif) no-repeat bottom center;
	height:29px;
	padding:0;
	margin:0;
	clear:both;
	}
#footer p {
	color: #FEDEB7;
	font-size:10px;
	text-align:center;
	margin:0;
	padding:6px 0 0 0;
	font-weight:bold;
	}
#footer a {
	color: #FEDEB7;
	text-decoration:none;
	}
#footer a:hover {
	text-decoration:underline;
	}

/*--- Container Styling - Background image varies based on body id ---*/

#container {
	margin: 0 auto;
	text-align: left;
	width: 960px;
	background-color:#fff;
	min-height:1200px;
	}
#index #container {
	background:#fff url(/images/container-index.gif) repeat-y top left; 
	}
#iea #container,
#category #container,
#archives #container,
#full #container {
	background:#fff url(/images/container-iea.gif) repeat-y top left; 
	}
#full .center {
	width:620px;
	}
#archives #container {
	min-height:800px;
	}
#bare #container {
	background:#fff url(/images/container-bare.gif) repeat-y top left; 
	min-height:200px;
	}
#category #container {
	min-height:1000px;
	}
#bare .center {
	width:790px;
	}
#bare .center-module {
	padding: 0 15px;
	}
#index .center {
margin-top:10px;
}
#popup #container {
	background:#fff url(/images/container-small.gif) repeat-y top left; 
	width:445px;
	min-height:200px;
	}
#popup #banner {
	background:#fff url(/images/container-small-top.gif) no-repeat top left; 
	height:90px;
}
#popup .center-module { margin:0; }
#popup #footer { background:url(/images/container-small-bottom.gif) no-repeat bottom left; }
#popup #footer p { color:#ccc; }
#popup .center {width:445px;}

/*--- Banner Styling - Contains logo, search box, main menu nav bar ---*/

#banner {
	height: 104px;
	background:#fff url(/images/banner.gif) no-repeat top left; 
	padding:0;
	margin:0;
	}
#banner h1 {
	padding:13px 0 0 13px;
	}
#banner h1 a {
	padding:5px 0 0 5px;
	#text-indent:-999em;
	background:url(/images/logo.gif) no-repeat top left; 
	height:48px;
	width:328px;
	display:block;
	}

#sitesearch {
	float:right;
	margin: 25px 20px 0 0;
	}
#sitesearch-button {
position:relative;
top:5px;
	}
#sitesearch-field {
	border:solid 1px #AF8A6B;
	width:345px;
	margin:0; 
	padding-left:3px;
	background:#fff url(/images/input.gif) no-repeat top left; 
	color:#BE3A1F;
	font-weight:bold;
	}
#sitenav ul {
	position:relative;
	list-style:none;
	margin:0 0 0 2px;
	padding:0;
	font: 13px Georgia, "Times New Roman", Times, serif;
	color:#fff;
	}
#sitenav li {
	float:left;
	margin:14px 0 0 0;
	padding:0;
	text-indent:0;
	}
#sitenav a {
	padding:0 10px;
	color:#fff;
	text-decoration:none;
	white-space:nowrap;
	}
#sitenav a:hover {
	color: #ffa904;
	}
#fontsize {
	float:right;
	margin:0 8px 0 0;
	padding: 13px 0 0 0;
	width:80px;
	text-align:right;
	}

/*--- Content Styling - Banner shadow atop the content ---*/

#index #content {
	background:url(/images/container-index-top.gif) no-repeat top left; 
	}
#iea #content {
	background:url(/images/container-iea-top.gif) no-repeat top left; 
	}
#bare #content {
	background:url(/images/container-bare-top.gif) no-repeat top left; 
	}


/*--- Sidebar Styling ---*/

.sidebar {
	width: 175px;
	float: left;
	margin:0;padding:0;
	overflow: hidden;
	}
.side-module {
	padding: 15px 15px 0 15px;
	}
.sidebar a {text-decoration: none;}
.sidebar a:link, .sidebar a:visited {
	color: #660000;
	}
.sidebar a:active {
	color: #CC6633;
	}
.sidebar a:hover {
	color: #CC6633; 
	text-decoration: underline;
	}
.sidebar h2 {
	color: #4F1F06;
	font-family: Georgia, serif;
	font-size: 14px;
	font-weight: bold;	
	}
.sidebar ul {
	padding: 0px;
	margin: 10px 0;
	}
.sidebar li {
	color: #9A3E2F;
	font-size: 11px;
	margin: 3px 0 0 0;
	list-style: none;
	padding: 0 0 0 15px;
	background: url(/images/bullet-square.gif) no-repeat top left;
	line-height:1.2;
	}
.sidebar p {
	color: #9A3E2F;
	font-size: 11px;
	}
.sidebarnewsfeed {
	padding: 15px;
	font-size: 10px;
	}
.sidebarnewsfeed a:link  { color: #660000; text-decoration: underline; } 
.sidebarnewsfeed a:hover  { color: #CC6633;  }
.sidebar ul#rssbadges li {
	background-image:none;
	padding:0;
	}
.sidebar .field {
	border: solid 1px #E1AE83;
	width: 115px;
	margin:0; 
	padding-left:1px;
	background:#fff url(/images/input.gif) no-repeat top left; 
	color:#BE3A1F;
	font-weight:bold;
	}
#converter .field { font-size:11px;}
#converter p {
	font-size:9px;
	font-weight:bold;
	}
#converter h2 { margin: 0 0 10px 0; }
#recipes-type ul {
	margin-bottom:20px;
	}
#tools {font-size:11px;}

/* Center Column Styling */

.center {
	float: left;
	width: 610px;
	overflow: hidden;
	}
.center-inner {
	padding: 0 20px;
	}
.center a {
	text-decoration: underline;
	}
.center a:hover, .center a:active {
	color: #CC6633; 
text-decoration: underline;
	}
.center p {
	color: #282828;
	font-size: 11px;
  	line-height: 150%;
	margin-bottom: 10px;
	}
.center blockquote {
	line-height: 150%;
	font-size:10px;
	margin:0 15px 15px;
	padding:0 0 0 5px;
	border-left:solid 3px #eee6da;
	}
.center blockquote br {
	display:none;
	}
.center ul,
.center dl {
	list-style:none;
	padding:0;
	margin:15px 0;
	}
.center li,
.center dt {
	font-size: 11px;
	margin: 10px 0 0 0;
	line-height:1.2;
	}
.center ul li,
.center dt {
	list-style: none;
	padding: 0 0 0 15px;
	background: url(/images/bullet-square.gif) no-repeat top left;
	}
.center dt {
	font-size:12px;
	line-height:1;
	font-weight:bold;
	}
.center dd {
	font-size: 11px;
	margin: 5px 0 0 15px;
	}
.center h1 {
	color: #4F1F06;
	font: 16px Georgia, "Times New Roman", Times, serif;
	padding: 15px 0 1px 0;
	background: url(/images/u-black.gif) repeat-x bottom left;
	clear:both;
	}
.center h1 a {
	color:#4F1F06;
	text-decoration:none;
	}
.center h1 a:hover {
	text-decoration:none;
	}
.center h2 {
	color: #666;
	font-size: 14px;
	font-weight: bold;
	clear:left;
	padding-top:10px;
	}
.center h3 {
	color: #333;
	font: 20px Georgia, "Times New Roman", Times, serif;
	padding: 15px 0 0 0;
	background: url(/images/u-black.gif) repeat-x bottom left;
	padding-bottom: 1px;
	clear:both;
	}
.center h3 a {
	text-decoration:none;
	}
.center h3 a:hover {
	text-decoration:none;
	}
.center h4 {
	color: #333;
	font: 12px verdana, arial, sans-serif;
	margin: 5px 0;
	}
.center ul.entryoptions {
	list-style:none;
	margin:0;
	padding:0;
	font-size: 11px;
	clear:left;
	}
.center ul.entryoptions li {
	float:left;
	margin:0 0 5px 0;
	padding:0;
	text-indent:0;
	font-size:10px;
	background-image:none;
	border-right: solid 1px #ddd;
	}
.previously span {
	color:#888;
	font-size:10px;
	}
.center-module {
	margin: 10px 0;
	}
.center-module code {
	background:#ffefdc;
	display:block;
	font-size:12px;
	font-family: Verdana, Arial, sans-serif;
	overflow:scroll;
	border:solid 1px #e0aa80;
	margin-bottom:25px;
	}
#content .breadcrumbs p,
.breadcrumbs a {
	color:#BA8C8C;
	margin:15px 0 0 0;
	}

/*--- Individual Recipe Styling ---*/

.entry {
	padding-bottom: 5px;
	background: url(/images/flourish.gif) no-repeat center bottom;
	}
.center p.category {
	color: #666; 
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	text-align: left;	
	margin-bottom: 15px;
	margin-top: 2px;
	}
.center p.posted {
	color: #666; 
	font-size: 10px;
	padding: 6px 0 0 0;
	background: url(/images/u-gray.gif) repeat-x top left;
	}

.link-note {
	font-family: Arial, sans-serif;
	font-size: 11px;
	line-height: 100%;
	text-align: left;
	padding: 2px;
	margin-bottom: 15px;
	}
#comment-data {
	float: left;
	width: 180px;
	padding-right: 15px;
	margin-right: 15px;
	text-align: left;
	border-right: 1px dotted #BBB;
	}
textarea[id="comment-text"] {
	width: 80%;
	}


/*--- Entry Related Styling ---*/

.floatimgleft {
	float:left;
	margin-top:10px;
	margin-right:10px;
	margin-bottom:10px;
	}

.floatimgleftnotop {
	float:left;
	margin-top:0px;
	margin-right:10px;
	margin-bottom:10px;
	}

.floatimgright {
	float:right;
	margin-top:10px;
	margin-left:10px;
	margin-bottom:10px;
	}
.technorati-tags {
	color: #666; 
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	text-align: left;	
	line-height: normal;
	padding: 3px;
	display: none; /* Hide 'em */
	}
.entryoptions li {
	height:17px;
	}
.entryoptions li a {
	padding: 2px 10px;
	line-height:1.5;
	}
#option-email { 
	padding-left:20px;
	background: url(/images/icon-email.gif) no-repeat top left; 
	}
#option-delicious { 
	background: url(/images/icon-delicious.gif) no-repeat top left; 
	margin-left:5px;
	padding-left:20px;
	}
#option-comment { 
	background: url(/image/icon-comment.gif) no-repeat top left; 
	margin-left:5px;
	padding-left:20px;
	}
#option-print { 
	background: url(/images/icon-print.gif) no-repeat top left; 
	padding-left:20px;
	}

/*--- Ad Styling ---*/

.sr_store_ad { border: 1px solid #000; }
.blogherads { 
	padding: 10px 0 20px 20px;
	color: #9A3E2F;
	font-family: Arial, sans-serif;
	font-size: 11px;
	text-align: left;
	line-height: 130%;
	list-style-type: none;
	}
#googlead_rightbar {
	padding:15px 0 25px 20px;
	}


/*--- Comment Styling ---*/

#comments label,
#emailfriend label {
	float:left;
	color:#777;
	clear:both;
	text-transform:uppercase;
	font-size:9px;
	margin:0 0 2px 0;
	}
.fields input,
.fields textarea {
	border: solid 1px #E1AE83;
	width: 405px;
	float:left;
	margin:0 0 10px 0; 
	padding-left:3px;
	background:#fff url(/images/input.gif) no-repeat top left; 
	color:#BE3A1F;
	font-weight:bold;
	clear:both;
	}
.buttons {
	clear:both;
	text-align:right;
	}
#comment-bake-cookie {
	width:auto;
	margin:0 5px 5px 0;
	}
#comment-preview {
	font-weight:bold;
	}
.commenter-profile img {
	vertical-align: middle;
	border: 0;
	}
#comments h3 {
	background:none;
	}
.comment,
.mycomment {
	background:url(/images/comment.gif) repeat-x bottom left; 
	border-top:solid 1px #e0aa80;
	padding:1px 10px;
	}
#comments p.posted {
	margin:0 0;
	padding:5px 10px;
	}
#comments p.my {
	margin:0 0 0 10px;
	padding:5px 10px 5px 22px;
	background:url(/images/icon-my.gif) no-repeat left; 
}
#bare .buttons {text-align:left;}


/*--- Index Related Styling ---*/

.index-list li {
 	list-style : none;
	margin-left: 20px;
	}
.index-list a, .index-list a:link {
	text-decoration: none;
	}
.showmelist {
	margin : 20px 0;
	list-style : none;	
	}
.showmelist ul {
	margin-left: 15px;
	}
.showmelist h5 {
	margin:5px 0;
	}
.showmelist h5 a {
	display: block;
	}
.showmelist a, .showmelist a:link {
	text-decoration: none;
	}
.showmelist a:hover, .showmelist h5 a:active {
	text-decoration: none;
	}
.showmelist h5 a.treeopen {
	background: url('open.gif') no-repeat left;
	}		
.showmelist h5 a.treeclosed {
	background: url('closed.gif') no-repeat left;
	}
.showmelist hr {
	margin: 10px 0;
	background: url(/images/u-gray.gif) repeat-x bottom left;
	border:none;
}

/*--- Boxes ---*/

.left-box {
	margin: 15px 0 0 8px;
	padding: 0 0 5px 0;
	background:url(/images/box-left-bottom.gif) no-repeat bottom left; 
	}
.left-box-in {
	background:url(/images/box-left-top.gif) no-repeat top left; 
	padding:10px 10px 8px 7px;
	overflow:hidden;
	}
#bargains .left-box-in {
	text-align:center;
	}
.left-box h2 {
	display:none;
	}
.right-box {
	margin: 15px 1px 15px 0;
	padding: 0 0 15px 0;
	background:url(/images/box-right-bottom.gif) no-repeat bottom left; 
	}
.right-box-in {
	background:url(/images/box-right-top.gif) no-repeat top left; 
	padding:15px 15px 0 17px;
	}
#announcement {
	border:solid 1px #f1d0ab;
	background:#fff2e3;
	padding:10px;
	margin:20px 0 0 0;
	font-size:12px;
	line-height:1.5;
	color:#993300;
	}
#printoptions { 
	display:none; 
	border-bottom:solid 1px #e0aa80;
	background:url(/images/comment.gif) repeat-x bottom left; 
	padding: 0 10px;
	}
#printoptions ul {margin-top:0;}
#printicon {
	float:right;
	margin-top:19px;
	}

#iea .center h1 {clear:none;}

#searchfoodblogs {
        font-family: verdana, 'trebuchet ms', sans-serif;
        font-size: 10px;
        color: #444
        }

#searchfoodblogsmain {
        font-family: verdana, 'trebuchet ms', sans-serif;
        font-size: 10px;
        color: #660000
        }

