
/* --- General Formatting --- */
* {
	margin: 0;
	padding: 0;
}
body {
	font: normal 14px/1.4em arial,helvetica,sans-serif;
	background: #fff url(/site_images/bg_body.gif) left top repeat-x;
}

p, address, ul, ol, li, dt, dd, td, th, span, blockquote {
	color: #555;
}
th, b, strong {
	font-weight: bold;
}
i, em, cite {
	font-style: italic;
}
sup, sub {
	font-size: 75%;
}


/* Links */
a {
	text-decoration: none;
	color: #029306;
	outline: none;
}
a:hover, a:active {
	text-decoration: underline;
}

/* Paragraphs */
p {
	margin: 0 0 16px;
}
blockquote {
	margin: 0 20px 16px;
	padding: 0;
	font-style: italic;
	text-align: justify;
}
blockquote .byline {
	font-weight: bold;
	font-style: normal;
	margin: 0 0 0 25px;
}
.align-center {
	text-align: center;
}
.align-right {
	text-align: right;
}

/* Images */
a img {
	border-style: none;
}
img.left, .image-wrap.left {
	float: left;
	margin: 0 10px 10px 0;
}
img.right, .image-wrap.right {
	float: right;
	margin: 0 0 10px 10px;
}
.border1 {
	padding: 5px;
	background: #fff;
	border: 1px solid #dedede;
}
/* Lists */
ul, ol {
	margin: 0 0 10px 20px;
}
li {
	margin: 5px 0;
}
ul li {
	list-style: url(/site_images/bullet_arrows1.gif);
}
p + ul {
	margin-top: -11px;
}

/* Floating */
.float-left {
	float: left;
}
.float-right {
	float: right;
}

/* Headings */
h1, h2, h3, h4, h5 {
	color: #000;
	font-family: Rockwell, Georgia, Times, serif;
	line-height: 1.15em;
	padding: 0 0 .5em 0;
}
h1, .item h2 {
	clear: both;
	font-size: 28px;
	font-weight: normal;
	margin: 0 0 10px 0;
	padding: 0 0 5px 0;
	color: #2dc446;
}
#section-kids h1 {
	font-family: "Comic Sans MS", Rockwell, Georgia, Times, serif;
	color: #744079;
}
h2, .two-a .second h3 {
	font-size: 18px;
	font-weight: normal;
	padding: 0 0 10px 0;
	color: #029306;
}
h2.item-title {
	padding: 0;
}
h3 {
	font-size: 16px;
	padding: 0 0 3px 0;
	color: #0088ba;
}
h4 {
	font-size: 12px;
	margin: 0 0 5px;
}

/* Layout */
#container {
	position: relative;
	width: 950px;
	margin: 0 auto;
	padding: 0 10px;
}
#logo {
	outline: none;
}
#masthead {
	position: relative;
	height: 142px;
	padding: 20px 0 0 0;
	background: url(/site_images/graphic_plate.png) 465px -38px no-repeat;
}
#primary-menu {
	position: absolute;
	right: 0;
	bottom: 0;
	margin: 0;
	padding: 0;
	font-family: Rockwell, Georgia, Times, serif;
	color: #1c7912;
	font-size: 14px;
}
#primary-menu li {
	float: left;
	margin: 0 2px;
	list-style: none;
}
#primary-menu li.kids, #primary-menu li.kids.active, #primary-menu li.kids:hover {
	background: url(/site_images/graphic_kids_nav.png) left bottom no-repeat;
}
#primary-menu a {
	display: block;
	outline: none;
	padding: 14px 10px 2px;
	color: #1c7912;
}
#primary-menu li.active span, #primary-menu li:hover span {
	display: block;
	background: url(/site_images/graphic_nav_lt.gif) left bottom no-repeat;
}
#primary-menu li.kids a {
	padding: 10px 17px 6px 15px;
	font-family: "Comic Sans MS", Rockwell, Georgia, Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #744079;
}
#primary-menu li.kids.active a, #primary-menu li.kids:hover a {
	color: #744079;
	background: none;
}
#primary-menu li.active, #primary-menu li:hover {
	background: url(/site_images/graphic_nav_middle.gif) center bottom no-repeat;
}
#primary-menu li.active a, #primary-menu li a:hover {
	color: #fff;
	background: red;
	text-decoration: none;
	background: url(/site_images/graphic_nav_rt.gif) right bottom no-repeat;
}
#content {
	padding: 40px 0 0;
}
#hero {
	position: relative;
	height: 350px;
	background: url(/site_images/graphic_home_hero.png) left top no-repeat;
}
.lead-in {
	float: right;
	width: 365px;
	margin: 45px 90px 0 0;
}
.lead-in h2, .lead-in h1 {
	font: normal 20px/1.4em Avenir, "Lucida Grande", Arial, sans-serif;
	color: #780183;
}
#video-wrap {
	position: absolute;
	top: 12px;
	left: 60px;
	width: 405px;
	height: 315px;
	background: url(/site_images/bg_homepage_video.png) left top no-repeat;
}
#videobox1 {
	position: absolute;
	top: 22px;
	left: 22px;
}
.lead-in-a {
	float: right;
	width: 365px;
	margin: 65px 35px 0 0;
}
.lead-in-a h1 {
	font: normal 20px/1.4em Avenir, "Lucida Grande", Arial, sans-serif;
	color: #780183;
}
.lead-in-a p {
	color: #777;
}
.lead-in-a .big {
	font-size: 17px;
	line-height: 24px;
}
#video-wrap-a {
	position: absolute;
	top: 12px;
	left: 20px;
	width: 520px;
	height: 315px;
	background: url(/site_images/bg_homepage_video2.png) left top no-repeat;
}
#videobox1-a {
	position: absolute;
	top: 22px;
	left: 22px;
}
.columns {
	clear: both;
}
.columns:after {/* Clear after floats */
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.column {
	float: left;
}
.two-a {
	background: url(/site_images/graphic_two_a_two.png) 628px 0 no-repeat;
}
.two-a .first {
	width: 610px;
	padding: 0 20px 0 0;
}
.two-a .first p {
	line-height: 1.6em;
}
.two-a .second {
	width: 300px;
	margin: 10px 0 0 10px;
	padding: 0 0 0 10px;
}
.two-a .second ul, .two-a .second ol {
	font-size: 13px;
	font-weight: bold;
} 
.three .column {
	width: 29.5%;
	padding: 1%;
	margin: 0 1%;
	border: 1px solid #000;
}
#section-index .three .column {
	width: 266px;
	height: 266px;
	margin: 0;
	padding: 15px 25px;
	border: none;
	background: url(/site_images/graphic_box.png) left top no-repeat;
}
.three .first {
	margin: 0 1% 0 0;
}
#section-index .three .first, #section-index .three .third {
	margin: 0;
}
.three .third {
	margin: 0 0 0 1%;
}
#section-index .three .third {
	background: url(/site_images/graphic_box_third.png) left top no-repeat;
}
#section-index .first h2 {
	color: #0084b5;
	text-align: center;
}
#section-index .second h2 {
	color: #b4003a;
	text-align: center;
}
#section-index .third h2, .module.subscribe h2 {
	color: #249711;
	text-align: center;
}
#section-index .three p, #section-index .three ul, #section-index .three ol {
	font-size: 13px;
	color: #626262;
}
#section-index .three .column img {
	margin: 0 23px 5px 23px;
}
/* Modules */
.module {
	margin: 0 0 25px 0;
}
.module.blog .date {
	float: none;
	display: block;
}
/* Pages */
.friendly {
	position: relative;
}
.friendly .foodinfo {
	margin-left: 160px;
}
.friendly .view-fff {
	position: absolute;
	top: 0;
	right: 0;
	font-family: "Lucida Grande", sans-serif;
	font-size: 11px;
	font-weight: bold;
}
.screenshot {
	position: relative;
	width: 217px;
	height: 142px;
}
.screenshot .video-overlay {
	position: absolute;
	display: block;
	width: 217px;
	height: 142px;
	top: 0;
	left: 0;
	background: url(/site_images/jess_playbtn.png) left top no-repeat;
}
.faq h2 {
	clear: both;
	font-size: 28px;
	font-weight: normal;
	margin: 0 0 10px 0;
	padding: 0 0 5px 0;
	color: #2dc446;
}
.faq dt {
	font-weight: bold;
	font-size: 16px;
	margin: 0 0 5px 0;
}
.faq dd {
	margin: 0 0 25px 0;
}
.two-a .first .faq dd p {
	line-height: 1.4em;
}
.faq dd span.a {
	display: block;
	float: left;
}
.item, .item-press {
	margin: 20px 0 0 0;
	padding: 10px 0 0 0;
	border-top: 3px solid #6e95da;
	clear:both;
}
.item-press {
	border: none;
}
.item h2 {
	margin: 0;
}
.item .content, .item-press .content {
	clear: both;
	font-size: 13px;
	padding: 15px 0 0 0;
}
.blogcontent {
	clear: both;
	padding: 10px 0 0 0;
}
.module.recipes p { 
	font-size:12px; 
	margin-top:5px;
	margin-left:3px;
	margin-right:10px;
	margin-bottom:3px;
	padding-bottom:0px;
}
.module.recipes .more { 
	font-size:12px; 
	margin-left:3px;
}
.recipes dt { 
	font-size:12px;
	font-weight:bold;
	line-height:15px;
	margin-bottom:5px;
}

.recipes dd { 
	font-size:12px; 
	font-weight:normal;
	line-height:15px;
	margin-bottom:15px;
	margin-left:-2px;
}
.two-a .first #recipes p {
	line-height: 1.4em;
}
/* Misc */
.view-fff {
	
}
.forward, .back {
	display: block;
	padding: 3px;
	color: #711b04;
}
.date, .byline {
	float: left;
	font-family: "Lucida Grande", Arial, sans-serif;
	font-size: 10px;
	color: #2c2c2c;
}
.addthis {
	float: left;
	margin: 2px 0 0 10px;
}
.caption {
	display: block;
	margin: 5px 0 0 0;
	font-size: 11px;
	color: #797979;
}
body #footer .cd {
	color: #ccc;
	clear: right;
}
body #footer .cd-link {
	color: #95dbe8;
}
/* Comments */
.comment {
	padding: 15px 15px 0 15px;
	margin: 0 0 8px 0;
	background: #e7f2ff;
	border: 1px solid #009cd6;
}
.commenter a, .commenter span {
	font-weight: bold;
	font-size: 16px;
	color: #2dc446;
}

/* Footer */
#footer-wrap {
	height: 100px;
	padding: 20px 0 0 0;
	background: #c9cfd7 url(/site_images/bg_footer.gif) left top repeat-x;
}
#footer {
	width: 950px;
	margin: 0 auto;
	padding: 10px;
}
#footer a {
	color: #824888;
}
#footer p {
	font-family: "Lucida Grande", arial, sans-serif;
	font-size: 11px;
	color: #3b3b3b;
}
#footer p + ul {
	margin: 0;
}
#footer ul {
	float: right;
	font-size: 11px;
}
#footer li {
	float: left;
	margin: 0;
	list-style: none;
}
/* Spots page */
.videoItem {
	float: left;
	margin: 0 10px 30px 10px;
}
.videoItem.leftItem {
	margin: 0 10px 30px 0;
}
.videoItem.rightItem {
	margin: 0 0 30px 10px;
}
.videoItem:hover {
	text-decoration: none;
}
.videoItem img {
	margin: 0 0 8px 0;
	border: 3px solid #b0b0b0;
}
.videoItem:hover img, .videoItem.active img {
	border-color: #36ba00;
}
.videoItem span {
	display: block;
}
.videoItem .title {
	font-weight: bold;
	font-size: 15px;
	color: #222;
}
.videoItem:hover .title, .videoItem.active .title {
	color: #36ba00;
}
.videoItem .client {
	font-family: "Lucida Grande", sans-serif;
	font-size: 11px;
}
/* Forms */
.form-line {
	margin: 7px 0;
	clear: both;
}
input, textarea {
	padding: 6px;
	color: #555;
	border: 1px solid #a9aaa8;
	background: #dcded8;
}
input.text {
}
textarea {
	height: 100px;
}
label {
	display: block;
	float: left;
	margin: 5px 5px 0 0;
	color: #555;
}
#customform-contact .form-line {
	margin: 0 0 15px 0;
}
#customform-contact label, #customform-family-friendly-foods label, #customform-frequently-asked-questions label {
	width: 140px;
}
#customform-contact label.checkbox {
	width: auto;
	display: inline;
	float: none;
}
#customform-contact input, #customform-contact textarea {
	width: 250px;
}
#customform-contact input.radio, #customform-contact input.checkbox {
	width: auto;
	border: none;
}
#customform-contact #Label7 {
	margin: 0 5px 0 0;
}
#customform-contact #submit {
	width: auto;
	margin: 0 0 0 145px;
}

#customform-recipe-submission-forms .form-line {
	margin: 0 0 15px 0;
	font-size:12px;
	color:#555;
}

#customform-recipe-submission-forms label {
	width: 220px;
	margin-right:20px;
	font-size:13px;
	margin-bottom:20px; 
}
#customform-recipe-submission-forms label.checkbox {
	width: auto;
	display: inline;
	float: none;
}
#customform-recipe-submission-forms input, #customform-recipe-submission-forms textarea {
	width: 310px; 
	margin-bottom:10px;
}
#customform-recipe-submission-forms input.radio, #customform-recipe-submission-forms input.checkbox {
	width: auto;
	border: none;
}
#customform-recipe-submission-forms #Label7 {
	margin: 0 5px 0 0;
}
#customform-recipe-submission-forms #submit {
	width: auto;
	margin: 0 0 0 145px;
}
#customform-recipe-submission-forms .smallertext {
	font-size:11px;
	margin-left:10px;
	display:block;
	line-height:13px;
}

#customform-recipe-submission-forms #Label9{
	margin-bottom:10px;  
}
#customform-recipe-submission-forms #Field9 {
	height:200px;
	width:540px;
	margin-left:10px; 
}

.button {
	background: #7f7f7f url(/site_images/bg_button.gif) left top repeat-x;
	color: #fff;
	border: 1px solid #bfbfbf;
	padding: 5px 10px;
	cursor: pointer;
}
#customform-subscribe {
	width: 265px;
}
#customform-subscribe label {
	float: right;
	width: 60px;
	font-size: 11px;
	font-family: Arial, sans-serif;
	color: #999;
}
#customform-subscribe input.text {
	width: 175px;
}
#comment-form {
	margin: 20px 0 0 0;
}
#comment-form fieldset {
	border: none;
}
#comment-form legend {
	font: bold 22px/1.2em "Arial Narrow", sans-serif;
	margin: 0 0 12px;
	color: #907856;
}
#comment-form label {
	float: right;
	width: 320px;
	font-size: 11px;
	font-family: "Lucida Grande", sans-serif;
	color: #999;
}
#comment-form .email label {
	margin: 0 5px 0 0;
	line-height: 1.25em;
}
#comment-form input.text, #comment-form textarea {
	width: 250px;
}
#comment-form .hint {
	display: block;
	width: 250px;
	text-align: right;
}
.required {
	margin: 0 0 0 10px;
	color: #6b2102;
}
.hint {
	font-size: 11px;
	color: #999;
	font-family: "Lucida Grande", sans-serif;
}
label .required {
	margin: 0;
}
.error-line {
}
form .error {
	color: #990000;
	font-size: 11px;
}
#customform-contact .error {
	padding: 0 0 0 10px;
}