/* hurstbeans.com CSS Stylesheet
** Author: Mike Retzak
** Creation Date: 21 August 2009
** mretzak@tgfi.net
*/

/* Eric Meyers' 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, 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;
}

html, body {
	height:100%;
	width:100%;
}

body {
/* 	line-height: 1em; */
	color: black;
	font-family: helvetica, arial, sans-serif;
	font-size: 14px;
	background: url(/images/site/bgTile.jpg) repeat; */
 	
}

ol, ul {
	list-style: none;
}

em {font-style: italic;}
strong { font-weight: bold;}
/* 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: "" "";
}
/* END CSS Reset */


.bold {
	font-weight: bold;
}

.clear {
	clear:both;
}

h1 {
	font: bold 1.5em helvetica, verdana, arial, sans-serif;
}


h2 {
	font: bold 1.3em helvetica, verdana, arial, sans-serif;
	color: #222;
	padding-bottom: .25em;	
}

div.siteLayoutContent h2 {
	padding-top:.6em;
}

h3 {
	font: bold 1em helvetica, verdana, arial, sans-serif;
	color:#333;	
}

h4 {
	
}

h5 {
	
}

p {
	font-size: 15px;
	color:#333;
	line-height: 1.25em;
	font-family: georgia, times, serif;
	padding:0 0 12px 0;
}

a {
	color:#7285B2;
}
/* forms */

ul {
	list-style-type: disc;
	margin-left: 20px;
	padding:6px 0;
}

label { 
	font: bold 14px helvetica, verdana, arial, sans-serif;
	display: inline-block;
	color:#333;
	margin:0;
	padding:9px 0 3px 0;
/* 	padding-bottom: 3px; */
}

legend {
	font: normal 22px "Marker Felt", "Comic Sans MS", helvetica, verdana, arial, sans-serif;
	color: #990000;
	font-size: 1.1em;
	padding: 0;
}

fieldset {
	position: relative;
	margin:12px 0 24px 0;
	border:1px dashed #999;
	width:90%;
	display: block;
	background-color: transparent;
	padding: 10px 20px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

input {
	margin:3px 3px 3px 0;
}

small {
	font-size:.9em;
}

.siteLayoutContent h3 {
	margin:12px 0 3px 0;
	font-size: 16px;
}

/* pagination styles
   ============================= */

.pagination {
	font-size: 13px;
  	padding: .2em; 
	font-family: helvetica, verdana, arial, sans-serif;
}

.pagination a, 
.pagination span {
	padding: .25em .5em .1em .5em; 
	background-color: #F5F5F5;
}

.pagination span.disabled {
	color: #D4D4D4;
}

.pagination span.current {
	font-weight: bold;
    background-color: #DDEEFF;
    color: #7285B2;
}

.pagination a {
	border: 1px solid #D9D0C4;
    color: #7285B2;
    text-decoration: none; 
}

.pagination a:hover, .pagination a:focus {
    background: #F9F9F7;
    color: #61729A; 
}

.pagination .page_info {
    color: #aaa;
    padding-top: .8em; 
}


/* notice, warning, message divs
   ============================= */

#main_notice p {
	margin:0;
	padding:0;
}

.notice, .warning, .error {
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border:1px dashed #FF0000;
	font-size:1.1em;
	font-weight:bold;
	margin:0 auto;
	padding:10px 20px;
}

#jGrowl div.notice, .notice {
	border-color: #FFD324;
	color:#333;
	background-color: #9F9;
}

#jGrowl div.notice div.header, #jGrowl div.warning div.header {
	display: none;
}

#jGrowl div.warning, .warning {
	border-color: #FF3;
	background-color:  #FF9;
	color:#333;
}

#jGrowl div.error div.header {
	font-size: 16px;
	background: #fcc url(/images/error.gif) no-repeat left center;
	padding-left: 20px;
	display: none;
}

#jGrowl div.error, .error {
	border-color: #F33;
	color:#ff0000;
 	background: #fcc;	
}

div.jGrowl {
	padding-top:0px;
	margin-top: 20px;
}

#errorExplanation ul {
	margin-top: 5px;
	padding-bottom: 10px;
	padding-left: 30px;
	margin-left: 0;
	list-style-type: disc;
}

#errorExplanation p {
	font-size: 12px;
	padding: 2px 5px;
}

#errorExplanation ul li {
	font-size: 11px;
	font-weight: normal;
}

#errorExplanation {
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	background-color: #fcc;
	border:1px dashed #FF0000;
	font-size:1.3em;
	font-weight:bold;
	margin:10px auto 20px;
	padding:10px 20px;
}

#errorExplanation h2, 
.emailError {
	background: none;
	background: url(/images/error.gif) no-repeat left center;
	color:#ff0000;
	font-size:.95em;
	font-weight:bold;
	padding:5px;
	padding-left: 20px;
}



.reviewRating .fieldWithErrors {
	border:none;
	display:inline;
}

.fieldWithErrors input {
	border: solid 2px #f00;
}

#main_notice {
	text-align: center;
	background-color: #FFFFCC;
	padding: 4px;
}

/* ================= */
/* = Layout Styles = */
/* ================= */

.wrapper {
	position:relative;
/* 	height:100%; */
}

#signupHook p {
	margin:0;
	padding:3px 0;
}

#signupHook a {
	font-size: .9em;
	text-decoration: none;
	display: block;
}

#signupHook a:hover {
	text-decoration: underline;
}

#signupHook a.signupHookLink {
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 6px;
}

#signupHook img.signupArrow {
	display: block;
	float: left;
	margin-right: 6px;
	margin-top: -1px;
}

.headerBeans {
	width:985px;
	height:141px;
	position: absolute;
	left:0;
	top:0;
	z-index:1;
	background: url(/images/site/header_beans/15-bean-soup.jpg) repeat top;
}


.headerWrapper {
	width:100%;
	height:145px;
	position: relative;
	z-index:4;
	background: url(/images/site/redDotsTile.jpg) repeat;
}

.headerWrapper .header {
	width:985px;
	position: relative;
	z-index:2;
	height:142px;
	background: url(/images/site/headerBg.png) no-repeat left top;
	float: left;
}

a.headerLogo {
	display: block;
	float: left;
	margin: 7px 0 0 14px;
}

.headerActions {
	float: right;
	margin:6px 26px 0 0;
}

.headerActions a {
	color:#FFF;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

.headerActions a:hover {
	text-decoration: underline;
}

.headerNav {
	float: right;
	clear:right;
	margin: 90px 0 0 0;
}

.header li { 
	display: block;
	float: left; 
}

.mainMenu li {
	letter-spacing: .075em;
}

.mainMenu a, .mainMenu span {
	display: block;
	float: left;
	padding: 7px 12px 4px 12px;
	font-size: 16px;
	color: #FFF;
	font-family: helvetica, verdana, arial, sans-serif;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	text-shadow: 1px 1px 1px #444;
}

.mainMenu a:hover, .mainMenu span:hover {
	text-decoration: none;
}

/* =================== */
/* = Drop down menus = */
/* =================== */

.mainMenu ul,
.mainMenu ul li,
.mainMenu ul ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.mainMenu ul {
	position: relative;
	z-index: 30;
	float: left;
	margin-left: 17px;
}

.mainMenu ul.dropdown li {
	float: left;
/*  zoom: 1; */
}

.mainMenu ul li.hover,
.mainMenu ul li:hover {
	position: relative;
	z-index: 31;
	background: url(/images/site/navBgHover.png) repeat-x;
	
}

.mainMenu ul ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 32;
	width: 100%;
}

.mainMenu ul ul li {
	float: none;
	width:100%;
	letter-spacing: 0;
}

.mainMenu ul ul a {
	font: 12px "Lucida Grande", "Lucida Sans Unicode", helvetica, verdana, arial, sans-serif;
	color: #555555;
	width:100%;
	padding:4px 0;
	text-align: left;
	text-shadow: none;
}

.mainMenu ul ul ul {
	top: 0;
	left: 100%;
}

.mainMenu ul li:hover > ul {
	display: block;
}

.mainMenu ul ul li {
	padding: 0 11px;
	background-color: #FFF;
}

.mainMenu ul li li.hover,
.mainMenu ul li li:hover {
	background-color: #FFF4DD;
	background-image: none;
/* 	border-left: 5px solid #FFBF01; */
/* 	padding-left: 6px; */
}

.mainMenu ul ul a:link,
.mainMenu ul ul a:visited	{ }
.mainMenu ul ul a:hover		{ text-decoration: none;}

.mainMenu ul ul {
	min-width: 100px;
	max-width: 125px;
}

.mainMenu li li.hasChildren {
	background-image: url(/images/site/tri.gif);
	background-position: right center;
	background-repeat: no-repeat;
}

.mainMenu li li.hasChildren:hover {
	background-image: url(/images/site/tri.gif);
	background-position: right center;
	background-repeat: no-repeat;
}

.homeMiddleWrapper {
	width:100%;
	position: relative;
	background: url(/images/site/bodyBg.jpg) no-repeat;
	
	margin-top: -28px;
/* 	margin-bottom: 135px */
}

.middleWrapper {
	width:100%;
	position: relative;
	background: url(/images/site/bodyBg1.jpg) no-repeat;
	
	margin-top: -28px;
/* 	margin-bottom: 135px */
}

.topShadow, .bottomShadow {
	width:100%;
	height:10px;
	position: absolute;
	z-index:2;
}

.topShadow {
	top:28px;
	background: url(/images/site/topShadow.png) repeat-x;
}

.bottomShadow {
	bottom:0;
	background: url(/images/site/bottomShadow.png) repeat-x;
}

.footerWrapper {
	width:100%;
	background: url(/images/site/redDotsTile.jpg) repeat;
/* 	position: fixed; */
/* 	z-index: 1; */
/* 	bottom:0; */
}

.footer {
	width:945px;
	height:103px;
	padding:16px 20px;
}

.footerNav ul {
	display: none;
}

.footerNav {
	list-style-type: none;
	margin-left: 0;
	float: left;
	width:600px;
}

.footerNav a, .footerNav span {
	display: block;
	float: left;
	padding: 0 10px;
	font-size: 13px;
	color: #FFF;
	font-family: helvetica, verdana, arial, sans-serif;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	text-shadow: 1px 1px 1px #444;
	border-right: 1px solid #fff;
}

.footerNav a:hover {
	text-decoration: underline;
}

.footerCopyright {
	color:#fff;
	font-weight: normal;
	float: right;
	display: block;
	font-size: 12px;
	padding:6px 0;
	text-align: right;
	line-height: 1.5em;
}

.footerCopyright a {
	color:#fff;
}

.footerAddress {
	float: right;
	padding-left: 1em;
}

.footerSocial {
	position: absolute;
	bottom:12px;
	left:30px;
}

.footerSocial a {
/* 	width:50px; */
	margin-right: 6px;
}

/* =================== */
/* = Homepage Styles = */
/* =================== */

.saucyWrapper span {
	float: left;
	height: 30px;
	margin-right: 8px;
}

.homeInnerWrapper {
	width:985px;
	height:950px;
/* 	background: url(/images/site/homeContentBg.png) no-repeat; */
}

.homeInnerWrapper h2, 
.siteLayoutContent h2 {
	color:#990000;
	font-size: 22px;
}

.siteLayoutContent h2 {
	color:#000096;
}

.homeInnerWrapper h3 a {
	color:#000096;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
}

.homeInnerWrapper h3 a:hover {
	text-decoration: underline;
}

.homeInnerWrapper p {
	font-size: 15px;
	color:#333;
	line-height: 18px;
	font-family: georgia, times, serif;
}

.homeFeature {
	width:614px;
	height:493px;
	float: left;
	position: relative;
	background: url(/images/site/homeFeatureBg.png) no-repeat;
}

.homeFeatureTape {
	width:614px;
	height:157px;
	position:absolute;
	top:-10px;
	z-index:3;
	background: url(/images/site/homeFeatureTape.png) no-repeat;
}

.homeFeatureContent {
	padding: 60px 0 0 52px;
}

.homeFeatureContent h1, .homeFeatureContent a {
	margin: 12px 0 3px 12px;
	display: block;
	position: relative;
}

.homeFeatureContent p {
	margin-left: 12px;
	font-size: 13px;
	font-family: helvetica, verdana, arial, sans-serif;
}

.homeTopRight {
	width:336px;
	height:403px;
	float: left;
	margin: 80px 9px 0 0;
}

.homeProduct {
	display: block;
	padding:5px 0;
}

.homeProduct h3 {
}

.homeProduct p {
	padding:0;
/* 	float: left; */
}

.homeProduct img {
	float: right;
	display: block;
}

.homeBlog {
	width:524px;
	float: left;
	margin: 16px 0 0 90px;
}

.homeBlog h3 {
	margin: 20px 0 6px 0;
}

.homeBlog p {
	padding-right: 32px;
}

.homeBlog a.readMoreLink {
	font-family: helvetica, verdana, arial, sans-serif;
	text-decoration: none;
	margin-top: 6px;
	display: block;
}

.homeRecipes {
	float: left;
	margin: 16px 0 0 0;
	color:#666666;
}

div.recipeSmall {
	width:328px;
	height:132px;
	margin-bottom: 12px;
	background: url(/images/site/recipeSmallBg.png) no-repeat;
	font-family: helvetica, verdana, arial, sans-serif;
}

div.recipeSmall .left {
	float: left;
	padding:6px;
	font-size: 13px;
}

div.recipeSmall img {
	padding:5px;
	background: url(/images/site/smallImgBg.png) no-repeat;
	display: block;
}

div.recipeSmall .rating {
	display: block;
	margin: 10px 0;
	font-size: 11px;
	float: left;
}

div.recipeSmall .rating img {
	background: none;
	float: left;
	padding:0;
	margin-top: -3px;
}

div.recipeSmall span.reviewCount {
	padding-left: 3px;
}

div.recipeSmall .right {
	width:176px;
	float: left;
	margin: 12px 0 0 6px;
	font-size: 13px;
}

div.recipeSmall a {
	text-decoration: none;
}

div.recipeSmall a:hover {
	text-decoration: underline;
}

div.recipeSmall .right span {
	display: block;
	margin:9px 0;
}

div.recipeSmall a.recipeName {
	color:#000096;
	font: normal 18px "Marker Felt", "Comic Sans MS", helvetica, verdana, arial, sans-serif;
	text-decoration: none;
}

div.unsave {
	padding-bottom: 5px;
}

div.unsave a {
	font-size: 11px;
	color:red;
}

div.unsave a img {
	background: none;
	float: left;
	padding:0;
	margin-top: -2px;
	margin-right: 3px;
}

/* ================ */
/* = Recipe Pages = */
/* ================ */

.sidebarWrapper {
	position: absolute;
	z-index:3;
	left:20px;
	top:90px;
	width:240px;
}

.sidebarTop {
	width:240px;
	height:14px;
	background: url(/images/site/sidebarTop.png) no-repeat;
}

.sidebarContent {
	width:208px;
	min-height:100px;
	padding: 0 16px;
	background: url(/images/site/sidebarMid.png) repeat-y;
}

.sidebarContent h3 {
	color:#333;
	padding: 16px 0 3px 0;
	font: normal 18px "Marker Felt", "Comic Sans MS", helvetica, verdana, arial, sans-serif;
}

.sidebarContent li {
	color:#666;
	list-style-type: disc;
	font-size: 13px;
	margin-left: 16px;
	padding: 3px 0;
}

.sidebarContent li label {
	font-size: 13px;
}

.sidebarContent li a {
	text-decoration: none;
}

.sidebarContent li a:hover {
	text-decoration: underline;
}

.sidebarContent li.sidebarMoreLink {
	list-style-type: none;
	margin-left: 0;
}

.sidebarContent span.relatedCount {
	font-size: 11px;
}

.sidebarBottom {
	width:240px;
	height:34px;
	background: url(/images/site/sidebarBottom.png) no-repeat;
}

.siteContentWrapper {
	margin-left: 235px;
	position: relative;
	padding-top: 60px;
	width:745px;
	padding-bottom: 50px;
}

.siteContentTop {
	width:745px;
	height:40px;
	background: url(/images/site/contentTop.png) no-repeat;
}

.siteContentMid {
	background: url(/images/site/contentMid.png) repeat-y top;
	margin-bottom: -12px;
	min-height:500px;
}

.siteLayoutContent {
	padding: 0 24px 0 48px;
}

.siteContentBottom {
	width:745px;
	height:88px;
	background: url(/images/site/contentBottom.png) no-repeat;
}



/* ================= */
/* = Product Pages = */
/* ================= */
div.productImage {
	float: left;
	padding: 0 12px 12px 0;
}

.productDetailImage {
	float: right;
}

/* ================ */
/* = Recipe Pages = */
/* ================ */

.titleForPrint {
	display: none;
}

.recipeTape {
	width:731px;
	height:114px;
	position:absolute;
	top:0;
	z-index:3;
	background: url(/images/site/recipeTape.png) no-repeat;
}

.recipeHeader,
.recipeResultHeader {
	position: absolute;
	left:45px;
	top:45px;
	width:601px;
	height:226px;
	background: url(/images/site/recipeHeaderBg.png) no-repeat;
	padding:16px;
	color:#333;
}

.recipeHeader h1, 
.recipeHeader .byline,
.recipeHeader .recipeInfo,
.recipeResultHeader h1,
.recipeResultHeader a.saucyWrapper, 
.recipeResultHeader .byline,
.recipeResultHeader .recipeInfo {
	margin-left: 315px;
}

.recipeResultHeader a.saucyWrapper {
	display: block;
	position: relative;
	z-index:3;
}

.recipeHeader h1,
.recipeResultHeader h1,
.recipeEmail h1 {
	color:#000096;
}

.recipeHeader .byline,
.recipeResultHeader .byline {
	font-size: 12px;
	margin-top:6px;
	margin-bottom: 9px;
}

.recipeHeader .rating,
.recipeResultHeader .rating {
	font-size: 12px;
}

.recipeHeader .reviewCount,
.recipeResultHeader .reviewCount {
	display: block;
	float: left;
	margin-left: 6px;
}

.reviewCount a {
	text-decoration: none;
}

.reviewCount a:hover {
	text-decoration: underline;
}

.recipeHeader .rating img,
.recipeResultHeader .rating img {
	float: left;
	margin-top: -3px;	
}

.recipeHeader .image,
.recipeResultHeader .image {
	position: absolute;
	top:16px;
	left:12px;
/* 	text-align: center; */
	width:316px;
}

.recipeVideo {
	position: absolute;
	bottom:0px;
	left:0px;
	background: transparent url(/images/site/1pxblack.png) repeat;
	padding:8px 6px 6px 6px;
	border: 1px dotted #555;
	border-left: none;
	border-bottom: none;
}

.recipeVideo a {
	text-decoration: none;
	color:#FFF;
	font-weight: bold;
}

.recipeVideo a:hover {
	text-decoration: underline;
}

.recipeVideo a img {
	display: block;
	float: left;
	margin-top: -2px;
	margin-right: 3px;
}

.recipeHeader .recipeActions {
	padding-top: 9px;
}

.recipeResultHeader .recipeActions {
	padding-top: 0px;
}

.recipeResultHeader span.recipeTags {
	display: block;
	margin-bottom: 6px;
}

.recipeResultHeader span.recipeTags a {
	text-decoration: none;
}

.recipeResultHeader span.recipeTags a:hover {
	text-decoration: underline;
}

.recipeActions div {
	width:50%;
	float: left;
	line-height: 20px;
}

.recipeActions a {
	font-size: 12px;
	text-decoration: none;
}

.recipeActions a:hover {
	text-decoration: underline;
}

.recipeActions a img {
	display: block;
	float: left;
	margin-top: 3px;
	margin-right: 5px;
}

.cookingInfo div {
	margin-top: 8px;
	width:33%;
	float: left;
	text-align: center;
	font-size: 15px;
	color:#990000;
	font-weight: bold;
}

.cookingInfo div span.infoTitle {
	display: block;
	font-weight: normal;
	font-family: georgia, times, serif;
	margin-bottom: 9px;
	color:#666;
}

.cookingInfo div span.cookInfo {
	display: block;
	width:96%;
}

.recipeBody {
	padding: 220px 0 0 48px;
	color:#333;
	font-family: georgia, times, serif;
}

.recipeBody h2 {
	color:#990000;
	font: normal 22px "Marker Felt", "Comic Sans MS", helvetica, verdana, arial, sans-serif;
}

.recipeBody p {
	padding: 6px 0;
	font-size: 15px;
}

.recipeBody ul {
	list-style-type: disc;
	margin-left: 16px;
	padding-top: 6px;
	font-size: 15px;
}

.recipeBody ol {
	list-style-type: decimal;
	font-size: 15px;
	margin-left: 18px;
}

.recipeBody li {
	margin-bottom: 9px;
}

.recipeDescription {
	width:651px;
	margin-bottom: 12px;
}

.recipeDescription .recipeTags {
	font-family: helvetica, verdana, arial, sans-serif;
	font-size: 13px;
}

.recipeDescription span.recipeTags a {
	text-decoration: none;
}

.recipeDescription span.recipeTags a:hover {
	text-decoration: underline;
}

.recipeIngredients {
	width:225px;
	margin-right: 26px;
	float: left;
}

.recipeDirections {
	width:400px;
	float: left;
}

.recipeAdditionalImages {
	padding: 6px 0 0 0;
}

.recipeAdditionalImages h3 {
	padding-bottom: 6px;
}

.recipeAdditionalImages img {
	padding:3px;
	margin:3px;
	background-color: #F6F6F5;
	border:1px solid #aaa;
}

#reviewsContainer h2 {
	width:50%;
	float: left;
	padding-bottom: 12px;
}

#reviewsContainer #errorExplanation h2 {
	float: none;
	width:95%;
}

h2 span.reviewLink {
	font-size: 12px;
	font-family: helvetica, verdana, arial, sans-serif;
}

.reviewWrapper {
	width:654px;
	margin: 20px 0;
	font-family: helvetica, verdana, arial, sans-serif;
}

.reviews_nav {
	clear:both;
}

.reviews_nav_right {
	float: right;
	margin-right: 40px;
}

.reviewLeft {
	width: 137px;
	float: left;
	padding: 5px 24px 0 0;
	text-align: right;
	background: url(/images/site/reviewTri.png) no-repeat top right;
	font-size: 13px;
	line-height: 18px;
	color:#666666;
}

.reviewUser {
	font-weight: bold;
	color:#333;
}

.reviewRight {
	width:493px;
	float: left;
	background-color: #F9F9F7;
}

.reviewTitleWrapper {
	width:487px;
	height:27px;
	padding-left: 6px;
	background-color: #E2DACE;
	position: relative;
	font: bold 15px	helvetica, verdana, arial, sans-serif;
}

.reviewTitle {
	display: block;
	padding-top: 7px;
}

#reviewForm {
	margin-bottom: 24px;
}

#review_form {
/* 	margin-top: 12px; */
}

.reviewTitleWrapper input {
	border:none;
	margin-top: 5px;
	padding: 2px 4px 0 4px;
	font: bold 15px	helvetica, verdana, arial, sans-serif;
	color:#990000;
	border: 1px dashed #BBA186;
	background-color: #F0E7DB;
	padding-top:1px;
	padding-left: 3px;
	margin-left: 6px;
}

.reviewTitleWrapper input.activeInput {
	background-color: #FFF;
}	

.reviewContent textarea {
	height:100px;
	width:455px;
	font-size: 13px;
	background: transparent;
	font-family: helvetica, verdana, arial, sans-serif;
	border: 1px dashed #BBA186;
	margin: 5px 0;
	padding:6px;
}

.reviewContent textarea.activeInput {
	background-color: #FFF;

}

.reviewRating {
	position: absolute;
	top:6px;
	right:12px;
}

.reviewRating .addRating {
	float: left;
	font-size: 12px;
	font-weight: normal;
	padding-right: 3px;
	padding-top: 2px;
	color:#666666;
}

.reviewContent {
	padding: 3px 12px;
}

.reviewContent p {
	line-height: 1.35em;
	font-size: 13px;
}

.recipeEmail {
	padding:24px 16px;
}

.recipeEmail h1 {
	font-size: 22px;
	margin-left: 4px;
}

.recipeEmail p {
	font-size: 14px;
}

.recipeEmail ul {
	font-size: 14px;
	list-style-type: disc;
	margin-left: 25px;
	color:#333;
	margin-top: 2px;
	margin-bottom: 6px;
	font-family: georgia,times, serif;
}

.recipeEmail form {
	width:100%;
	margin:0;
	padding:0;
}

.recipeEmail table {
	margin-top: 12px;
}

.recipeEmail legend {
	font-size: 18px;
}

.recipeEmail fieldset {
	width:396px;
	margin-left: 4px;
}

.recipeEmail input.emailShort {
	width:167px;
	display: block;
}

.recipeEmail input.emailWide {
	width:350px;
}

.recipeEmail textarea {
	width:348px;
	height:75px;
	font-family: helvetica, verdana, arial, sans-serif;
	font-size: 12px;
	padding: 3px;
	border: 1px solid #999;
}

.recipeEmail .emailInstructions {
	color:#666666;
	font-size: 11px;
}

.recipeEmail #emailActionButtons {
	width:200px;
	margin:0 auto;
}

.otherCatLabel {
	font-weight: normal;
	font-size: 15px;
	margin-left: 9px;
	font-family: georgia, times, serif;
}

/* ======== */
/* = tags = */
/* ======== */

textarea.tag_field {
	font-family: courier, "Courier New", monospace;
	height:80px;
	width:80%;
	font-size: 13px;
	margin-top: 9px;
}

.tag1 {
	font-size: 10px;
	color:#BBB;
}

.tag2 {
	font-size: 14px;
	color:#999;
}

.tag3 {
	font-size: 18px;
	color:#666666;
}

.tag4 {
	font-size: 22px;
	color:#333;
}

p.tagInstructions {
	font-size: 13px;
	padding:0;
	margin:0;
	width:80%;
	line-height: 18px;
}

#tags {
	width:80%;
	padding:0;
	margin:0 0 6px 0;
}

#tags a {
	text-decoration: none;
	padding:6px;
	line-height: 34px;
	vertical-align: middle;
}

#tags a:hover {
	background-color: #FFC;
	color:#000;
/* 	border: 1px solid #999; */
}

/* jQuery.Rating Plugin CSS - http://www.fyneworks.com/jquery/star-rating/ */
div.star-rating{float:left;width:13px;height:15px;text-indent:-999em;cursor:pointer;display:block;background:transparent;overflow:hidden}
div.rating-cancel,div.rating-cancel a{background:url(/images/delete.gif) no-repeat 0 -16px}
div.star-rating,div.star-rating a{background:url(/images/bean.png) no-repeat;}
div.star-rating a {display:block;width:13px;height:100%;background:url(/images/bean_dim.png) no-repeat;border:0}
div.star-rating-on a{background:url(/images/bean.png) no-repeat;}
div.star-rating-hover a{background:url(/images/bean.png) no-repeat;}
/* END jQuery.Rating Plugin CSS */

/* ======================= */
/* = Recipe Results Page = */
/* ======================= */

.recipeResultHeader .recipeDescription {
	font-size: 12px;
	color:#333;
	margin:6px 0 12px 0;
	width:285px;
}

.recipeResultHeader .rating {
	margin-top: 3px;
}

.recipeResultHeader h1 a {
	text-decoration: none;
	color:#000096;
}

.recipeResults {
	padding: 230px 0 0 48px;
	color:#333;
	font-family: georgia, times, serif;
	min-height:400px;
}

.recipeResults div.recipeSmall {
	float: left;
	margin-right: 12px;
}

.sidebarRecipeFilters {
	padding: 0 9px;
}

.sidebarRecipeFilters li {
	list-style-type: none;
	margin-left: 5px;
	padding:3px 0;
}

.sidebarRecipeFilters li.sidebarMoreLink {
	margin-left: 5px;
}

.sidebarRecipeFilters label {
	padding:0;
	font-weight: normal;
	color:#7285B2;
	cursor:pointer;
}

.sidebarRecipeFilters input {
	margin:0;
	padding:0;
	margin-right: 4px;
}

input.button {
	border: none;
	color:white;
	background: #000096 url(/images/site/buttonBg.png) repeat-x center center;
	font:bold 11px helvetica, arial, verdana, sans-serif;
	display: block;
	height:27px;
	padding:0 12px;
	cursor:pointer;
	margin-bottom: 0;
}

input.withCancel {
	float:left;
	margin:-5px 6px 0 0;
}

input.button:hover {
	background-image: url(/images/site/buttonBgHover.png);
}

input.button:active {
	border:none;
}

.recipeResults h1 {
	float: left;
}

.addRecipeLink {
	display: block;
	float: left;
	padding-right: 45px;
	float: right;
}

span.form_product {
	display: block;
	width:50%;
	float: left;
	font-size: 14px;
}

span.form_category {
	display: block;
	float: left;
	margin-right: 12px;
}

.recipe_nav {
	display: block;
	margin:6px 0;
}

#recipe_nav2 {
	float: right;
	clear:both;
	margin: 6px 45px 6px 0;
}

/* ============== */
/* = Post Pages = */
/* ============== */

h1.heading {
	color:#990000;
	font-size: 24px;
	margin-right: 24px;
	margin-bottom: 12px;
}

div.posts {
	margin-top: 12px;
}

div.post {
	padding:16px 0 4px 0;
	margin-right: 24px;
}

div.post p {
	margin:0 0 12px 0;
	font-size: 15px;
	color:#333;
	line-height: 1.25em;
	font-family: georgia, times, serif;
}

div.post p img, div.siteLayoutContent p img {
	padding:6px 12px;
}

div.post h1 {
	margin-bottom: 6px;
}

div.post ul, div.siteLayoutContent ul {
	font-family: georgia, times, serif;
	color:#333;
	font-size: 15px;
}

div.post ul li, div.siteLayoutContent ul li {
	padding: 3px 0;
	line-height: 1.25em;
}

div.post h1 a {
	font-size: .9em;
	font-weight: bold;
	text-decoration: none;
	color:#000096;
}

div.post h1 a:hover {
	text-decoration: underline;
}

div.post p.blogCreatedAt {
	font-family: helvetica, verdana, arial, sans-serif;
	font-size: .8em;
	margin:0;
	color:#696969;
	
}

div.post div.postExerpt p {
	margin:12px 0 6px 0;
}

div.post a.editLink {
	font-family:helvetica, verdana, arial, sans-serif;
	font-size: .85em;
	font-weight: normal;
	text-decoration: underline;
	display: block;
}

div.post img.readMoreArrow {
	display: block;
	float: left;
	margin-right: .3em;
	margin-top: -2px;
}

div.post a.readMoreLink {
	display: block;
	font-size: .9em;
	text-decoration: none;
	margin: 1em 0 0 0;
}

div.post a.readMoreLink:hover {
	text-decoration: underline;
}

/* ============ */
/* = 404 page = */
/* ============ */

#fourOhFourWrapper h2 {
	padding-top: .5em;
}

#fourOhFourWrapper p {
	margin:12px 0;
}

#fourOhFourWrapper p.list-desc {
	font-weight: bold;
	color:#666666;
	margin-bottom: 0;
	margin-top: 1.5em;
}

#fourOhFourWrapper ul  {
	margin-top: 4px;
	margin-bottom: 1em;
	list-style-type: disc;
	margin-left: 20px;
}

#fourOhFourWrapper li {
	margin: .35em 0;
}

/* =========== */
/* = sitemap = */
/* =========== */

ul.sitemap {
	font-size: 1.1em;
	margin-top: 1em;
/* 	list-style-type: disc; */
}

ul.sitemap a {
	text-decoration: none;
}

ul.sitemap a:hover {
	text-decoration: underline;
}

ul.sitemap li {
	margin-left: 20px;
	padding: 3px 0 3px 20px;
	list-style-type: none;
}

ul.sitemap ul li {
	list-style-type: disc;
	background: none;
	padding-left: 0;
}

.recipeResults div.videoSmall {
	float: left;
	margin-right: 12px;
}

div.videoSmall {
	width:328px;
	height:132px;
	margin-bottom: 12px;
	background: url(/images/site/recipeSmallBg.png) no-repeat;
	font-family: helvetica, verdana, arial, sans-serif;
}

div.videoSmall .left {
	float: left;
/* 	padding:6px; */
	font-size: 13px;
}

div.videoSmall img {
	padding:11px;
/* 	background: url(/images/site/smallImgBg.png) no-repeat; */
	display: block;
}

div.videoSmall .right {
	width:150px;
	float: left;
	margin: 12px 0 0 9px;
	font-size: 13px;
}

div.videoSmall a {
	text-decoration: none;
}

div.videoSmall a:hover {
	text-decoration: underline;
}

div.videoSmall .right span {
	display: block;
	margin:9px 0;
}

div.videoSmall a.recipeName {
	color:#000096;
	font: normal 18px "Marker Felt", "Comic Sans MS", helvetica, verdana, arial, sans-serif;
	text-decoration: none;
}

div.videoThumbnail {
	width:159px;
	height:121px;
	position: relative;
}

div.thumbnailOverlay {
	position: absolute;
	z-index: 4;
	width:155px;
	height:111px;
	top:0;
	left:0;
}

div.thumbnailOverlay img {
	background: none;
}

div.recipeTape a {
	display: none;
}

#sisuTop {
	width:745px;
	height:40px;
	background: url(/images/site/contentTop.png) no-repeat;
}

#sisuMid {
	background: url(/images/site/contentMid.png) repeat-y top;
	height:375px;
	padding: 0 36px;
}

#sisuBottom {
	width:745px;
	height:88px;
	background: url(/images/site/contentBottom.png) no-repeat;
}

#sisuMid h1 {
	color:#000096;
}

#sisuMid td {
	padding:3px;
}

#sisuMid #signin {
	width:242px;
	float: left;
	border-right: 1px dashed #999;
	padding-right: 18px;
	height:310px;
}

#sisuMid #signup {
/* 	width:330px; */
	float: left;
	padding-left: 36px;
}

#likeEmPlay {
	background:transparent;
	height:50px;
	cursor:pointer;
	width:225px;
	position: absolute;
	z-index: 5;
	left:235px;
	top:10px;
}