@charset "UTF-8";
/* EFF CSS */
#tempmenu {
	background: #222;
	padding: 5px;
}
#tempmenu a {
	font-size: 1.1em;
	font-weight: bold;
	color: #fff;
	padding: 0 5px;
}
body {
	margin: 0;
	font-family: arial, sans-serif;
	color: #444;
	font-size: .75em;
	line-height: 1.3;
}
#wrapper {
	margin: 0 auto;
	width: 945px;
}
h1 {
	font-size: 2em;
	font-weight: normal;
	margin: 0 0 8px 0;
}
h4 {
	font-size: 1.2em;
	margin: 0;
	padding-bottom: 3px;
}
h5 {
	font-size: 1em;
	margin: 0;
}
h1, h2, h3, h4, h5 {
	color: #151515;
}
a {
	text-decoration: none;
	color: #066aa6;
}
a:hover {
	color: #063c6d;
	text-decoration: underline;
}
h1 a, h2 a, h3 a, h4 a, h5 a {
	color: #036;
}
p {
	margin: 0 0 12px 0;
}
p.intro {
	font-weight: bold;
}
img {
	display: block;
}
a img {
	border: 0;
}
.button, .button2 {
	width: auto !important;
	padding: 0 10px;
	font-weight: bold;
	color: #fff;
}
.button {
	background: url(../images/button_bg.gif);
}
.button2 {
	background: url(../images/button2_bg.gif);
}
fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}
/* -------------------------------- ul lists */
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
li {
	background: url(../images/dot.gif) no-repeat 0 6px;
	padding-left: 8px;
}
ul.numbered {
	list-style: decimal;
	padding-left: 30px;
}
ul.numbered li {
	background: none;
	padding: 0;
}
ul.numbered li.first {
	visibility: hidden;
	height: 0;
	line-height: 0;
}
/* -------------------------------- recipe search */
#recipeSearch label {
	display: block;
	font-weight: bold;
	color: #b01107;
	line-height: 2;
}
#recipeSearch input {
	float: left;
	width: 138px;
	height: 18px;
	border: 1px solid #ccc;
	padding: 0;
	margin: 0 0 5px 0;
}
#recipeSearch input.button {
	padding: 0 10px;
	border: none;
	height: 20px;
}
#recipeSearch select {
	width: 160px;
	margin-bottom: 3px;
}
/*
  *********************************************************************************
  header
  *********************************************************************************
 */
#header {
	height: 141px;
	background: url(../images/header.png) no-repeat;
	overflow: hidden;
}
#header.bg2 {
	background: url(../images/header2_bg.jpg) no-repeat;
}
#sites {
	float: right;
}
#site_select {
/* total height 172px; */	
	float: right;
	height: 167px;
	padding: 6px 30px 0 10px;
	background: #eee;
	margin: 0;
	line-height: 1.2;
}
#home {
/* link to home over logo */	
	display: block;
	width: 110px;
	height: 135px;
}
#home img {
/* only for print */	
	display: none;
}
#headerline {
	height: 25px;
	color: #fff;
}
#headerline a, #headerline a:hover {
	color: #AAAAAA;
}
/* -------------------------------- search */
#search {
	float: right;
	padding-right: 10px;
    margin-top:-16px;
}
#search * {
	float: left;
}
#search label {
	font-weight: bold;
	padding-top: 4px;
}

#search #searchfield
{
	background:url("../images/bg_textfield.png") repeat-x scroll right top transparent;
	border-color:-moz-use-text-color #D5D5D5 -moz-use-text-color -moz-use-text-color;
	border-style:none solid none none;
	border-width:medium 1px medium medium;
	color:#333333;
	font-family:tahoma,sans-serif;
	font-size:10px;
	height:20px;
	margin-top:2px;
	padding:0;
	width:108px;
}

span.round-edge 
{
	background:url("../images/curve_textfield.png") no-repeat scroll left top transparent;
	float:left;
	height:20px;
	margin-top:2px;
	width:8px;
}

input.searchbutton
{
	padding-top:2px;
}
/* -------------------------------- breadcrumb */
#breadcrumb {
	float: left;
	padding: 4px 0 0 30px;
	margin-left: 220px;
	position: absolute;
}
#breadcrumb a {
	padding: 0 4px 0 2px;
}
/*
  *********************************************************************************
  col_nav
  *********************************************************************************
 */
#col_nav {
	float: left;
	width: 223px;
	padding-right: 30px;
	overflow: hidden;
}
#col_nav img {
	float: right;
}
/* -------------------------------- login */
#login {
	float: right;
	text-align: right;
	width: 145px;
	padding: 0 15px 4px 0;
	border-bottom: 1px solid #066aa6;
	line-height: 1.5;
	margin: 10px 0 0 0;
	font-weight: bold;
}
#login a {
	display: block;
}
/* -------------------------------- mainNavigation */
ul#mainNavigation {
/* level 1 */	
	float: right;
	text-align: right;
	padding: 5px 0 0 0;
	margin: 0;
	line-height: 1.5;
	font-weight: bold;
}
ul#mainNavigation li {
	background: none;
}
ul#mainNavigation ul {
/* level 2 */	
	font-weight: normal;
	padding: 0;
}
ul#mainNavigation a {
	padding-right: 15px;
}
ul#mainNavigation .expandable {
	background: url(../images/nav_expandable.gif) no-repeat right;
}
ul#mainNavigation .expanded {
	background: url(../images/nav_expanded.gif) no-repeat right;
}
ul#mainNavigation .selected {
	color: #063c6d;
}
ul#mainNavigation .topSpaced {
	padding-top: 10px;
}
/* -------------------------------- share */
#share {
	float: right;
	width: 160px;
	padding: 3px 0 0 0;
	border-top: 1px solid #066aa6;
	margin: 25px 0 25px 0;
}
#share img {
	float: left;
	margin-right: 20px;
}
#share .rightmost {
	margin: 0;
}
/* -------------------------------- #col_nav #recipeSearch */
#col_nav #recipeSearch {
	float: right;
	width: 160px;
	margin-bottom: 30px;
}
#col_nav #recipeSearch p {
	font-size: .95em;
	margin-bottom: 10px;
}
/* -------------------------------- s3 */
#s3 {
	float: right;
	width: 160px;
	margin-bottom: 10px;
}
#s3 ul {
	font-size: .95em;
}
/*
  *********************************************************************************
  content
  *********************************************************************************
 */
#content {
	float: left;
	width: 692px;
	padding-top: 14px;
	overflow: hidden;
}
.bottomEdge {
	background: url(../images/gradient.gif) repeat-x bottom;
	padding-bottom: 15px;
}
.topEdge {
	background: url(../images/gradient.gif) repeat-x top;
	padding-top: 15px;
}
.row {
	float: left;
	width: 692px;
	margin-bottom: 6px;
}
h4.sectionHeading {
	padding-bottom: 12px;
}
.divider {
	clear: both;
	padding-top: 15px;
	padding-bottom: 10px;
}
.divider2 {
	clear: both;
	padding-top: 5px;
	padding-bottom: 5px;
}
.topSpaced {
	padding-top: 15px;
}
/* -------------------------------- definition list */
dl {
	float: left;
	margin: 0 0 7px 0;
}
dl.bottomEdge {
	padding-bottom: 20px;
}
dt {
	clear: left;
	float: left;
	width: 80px;
}
dd {
	float: left;
	width: 270px;
	padding-left: 10px;
	margin: 0;
}
/* -------------------------------- recipe: styles for recipe related content */
.recipe h4, .recipe h5, .recipe a {
	color: #b01107;
}
.recipe a {
	background: url(../images/dotted.gif) repeat-x bottom;
	text-decoration: none;
}
.recipe a:hover {
	color: #b01107;
	background: none;
	text-decoration: underline;
}
.recipe li {
	background-image: url(../images/dot2.gif);
}
.recipe .paging a {
	background: none;
}
/* -------------------------------- article */
.article {
	padding-bottom: 15px;
}
.article img {
	float: left;
	padding: 2px 15px 5px 0;
}
.article p {
	margin: 0;
}
.article p.intro {
	margin-bottom: 6px;
}
/* -------------------------------- mainFocus */
#mainFocus {
	float: left;
	width: 692px;
	margin-bottom: 0px;
	overflow: hidden;
}
#mainFocus img {
	float: left;
	display: block;
}
#mainFocus .article {
	float: right;
	width: 215px;
	font-size: .95em;
}
/* -------------------------------- banners */
#mainFocus .banners {
	float: left;
	width: 800px;
/* wider than container for proper floating */	
	padding-top: 14px;
}
#mainFocus .banners img {
	padding-right: 16px;
}
/*
   -------------------------------- banners with hover effect. not in use.
  #mainFocus .banner {
  float: left;
  width: 220px;
  height: 176px;
  margin-top: 14px;
  }
  #mainFocus .banner.no1 {
  background: url(../images/banner1.jpg);
  }
  #mainFocus .banner.no1:hover {
  background: url(../images/banner1_over.jpg);
  }
  #mainFocus .banner.no2 {
  background: url(../images/banner2.jpg);
  margin: 14px 16px 0 16px;
  }
  #mainFocus .banner.no2:hover {
  background: url(../images/banner2_over.jpg);
  }
  #mainFocus .banner.no3 {
  background: url(../images/banner3.jpg);
  }
  #mainFocus .banner.no3:hover {
  background: url(../images/banner3_over.jpg);
  }
/* -------------------------------- focusBox */
.focusBox {
/* total width 257px height 250px */	
	float: left;
	width: 201px;
	height: 236px;
	padding: 14px 14px 0 42px;
/* bottom padding will not chop text */	
	overflow: hidden;
}
.focusBox .height-limit {
/* cuts off after specific number of lines. line-heights are set to match */	
	overflow: hidden;
	height: 215px;
}
.focusBox h1 {
	font-size: 1.6em;
	line-height: 26px;
/* note that this is twice the p line-height (13x2) for correct cutting */	
	font-weight: normal;
	margin: 0;
	padding-bottom: 5px;
}
.focusBox p {
	clear: left;
	font-size: .95em;
	line-height: 13px;
	margin-bottom: 13px;
}
.focusBox.ver1 {
	background: url(../images/gradient2.gif) repeat-x;
}
.focusBox.ver1 h1, .focusBox.ver1 h4, .focusBox.ver1 p {
	color: #fff;
}
.focusBox.ver2 {
	background: url(../images/gradient3.gif) repeat-x;
	color: #151515;
}
.focusBox.ver2 h1, .focusBox.ver3 h4 {
	color: #fff;
}
.focusBox.ver3 {
	background: url(../images/gradient3.gif) repeat-x;
	color: #151515;
}
.focusBox.ver3 h1, .focusBox.ver3 h4 {
	color: #fff;
}
.focusBox.ver3 h1 {
	float: left;
	width: 108px;
	padding-right: 5px;
}
.focusBox.ver3 img {
	padding-bottom: 13px;
}
/* -------------------------------- iconHeading */
.iconHeading {
/* total height is 52px. image (32px) + 20px padding. divisible by 13 (line-height) for correct cutting in focusBox */	
	float: left;
	padding: 5px 0 15px 0;
}
.iconHeading.version2 {
	width: 700px;
/* full width to ensure no floating */	
	padding: 0 0 10px 0;
}
.iconHeading h4 {
	float: left;
	padding: 10px 0 0 5px;
}
.iconHeading img {
	float:left;
}
.iconHeading h1 {
	float: left;
	padding: 3px 0 0 10px;
	margin: 0;
}
/* -------------------------------- paging */
.paging {
	clear: left;
	text-align: center;
	background: url(../images/gradient.gif) repeat-x bottom;
	padding-bottom: 14px;
	margin-bottom: 6px;
}
.paging h5 {
	font-weight: normal;
	color: #151515;
	padding-bottom: 3px;
}
.paging a {
	padding: 0 7px;
	border-right: 1px solid #999;
	text-decoration: none;
}
.paging a:hover {
	text-decoration: underline;
}
.paging a.selected {
	font-weight: bold;
}
.paging a.last {
	border: none;
}
/* -------------------------------- list-item */
.list-item {
	float: left;
	width: 215px;
	font-size: .95em;
	margin-left: 23px;
}
.list-item.first {
	margin-left: 0;
	margin-right: 1px;
}
.list-item img {
	float: left;
}
.list-item .icons img {
	padding: 1px 1px 0 0;
}
.list-item .icons .cookbook {
	float: right;
	padding-right: 0;
}
.list-item p {
	clear: both;
	padding: 3px 0;
}
/* -------------------------------- list2-item */
.list2-item {
	float: left;
	padding-bottom: 15px;
}
.list2-item img {
	float: left;
	padding: 0 10px 5px 0;
}
.list2-item p {
	margin: 0;
}
.list2-item .position2 {
	float: right;
}
.list2-item .position2 img {
	padding: 0;
}
#content .list2-item {
	width: 435px;
}
#content .list2-item p {
	padding-right: 40px;
}
/* -------------------------------- cooking-info */
.cooking-info {
	float: left;
	width: 692px;
	padding-top: 5px;
	font-size: .95em;
}
.cooking-info p {
	line-height: 1.1;
	margin: 0;
}
.cooking-info .icons {
	float: left;
	width: 435px;
}
.cooking-info .icons .item {
	float: left;
	width: 60px;
	padding: 0 5px 0 0;
}
.cooking-info .icons .item img {
	padding-bottom: 5px;
}
.cooking-info .icons .category {
	float: right;
}
.cooking-info .icons .category img {
	float: right;
	padding: 0 0 5px 1px;
}
.cooking-info .icons .category p {
	text-align: right;
}
.cooking-info .cookbook {
	float: right;
	width: 215px;
	padding-top: 21px;
}
.cooking-info .cookbook ul {
	padding-top: 3px;
}
/* -------------------------------- vote */
.cooking-info a.vote {
	clear: both;
	display: block;
	background: none;
}
.cooking-info a.vote span {
	display: block;
	font-weight: bold;
	padding-bottom: 2px;
}
.cooking-info a.vote img {
	float: left;
	padding-bottom: 10px;
}
.cooking-info .vote_options {
	clear: left;
	padding-bottom: 10px;
}
.cooking-info .vote_options select {
	margin-right: 5px;
}
/* -------------------------------- #content #recipeSearch (recipeSearch in main content area) */
#content #recipeSearch {
	float: left;
	width: 692px;
	background: url(../images/gradient.gif) repeat-x bottom;
	padding: 5px 0 20px 0;
	margin-bottom: 10px;
}
#content #recipeSearch p {
	clear: left;
	width: 456px;
}
#content #recipeSearch select {
	float: left;
	margin-right: 20px;
}
/* -------------------------------- recipe_categories */
.recipe_categories {
	float: left;
	width: 800px;
/* wider than container to allow proper floats */	
	background: url(../images/gradient.gif) repeat-x bottom;
	padding-bottom: 7px;
}
.recipe_categories p {
	width: 456px;
}
.recipe_categories .iconHeading {
	width: 185px;
	padding: 0 0 15px 0;
	margin: 0;
}
.recipe_categories .iconHeading h4 {
	font-size: 1em;
}
/* -------------------------------- userMenu */
#userMenu {
	background: url(../images/gradient.gif) repeat-x bottom;
	padding: 10px 0 12px 0;
	margin-bottom: 10px;
	font-weight: bold;
}
#userMenu h5 {
	float: right;
}
#userMenu a {
	padding-right: 15px;
}
#userMenu .selected {
	color: #063c6d;
}
/* -------------------------------- box */
.box {
	background: #e8f1f5;
	border: 1px solid #6197c0;
	padding: 20px;
}
/* -------------------------------- fieldsets */
fieldset {
	padding: 0 0 15px 0;
}
fieldset#register, fieldset#faq {
	width: 390px;
}
fieldset#password {
	width: 390px;
}
fieldset label {
	display: block;
}

fieldset#faq textarea{
width: 300px;
float: right;
margin-bottom: 15px;	
}

fieldset#register label, fieldset#password label, fieldset#faq label {
	padding-bottom: 15px;
}
fieldset.checklist label {
	padding: 0;
}
fieldset#register input, fieldset#password input, fieldset#faq input {
	float: right;
	width: 300px;
}
fieldset#password label.check input {
	float: none;
	width: auto;
}
/*
  *********************************************************************************
  col_main
  *********************************************************************************
 */
#col_main {
	clear: both;
	float: left;
	width: 450px;
	padding-bottom: 10px;
	overflow: hidden;
}
#col_main ul {
	padding-bottom: 12px;
}
#col_main .article {
	float: left;
	width:100%;
}
#col_main .list-item {
	margin: 0 15px 15px 0;
}
#col_main .paging {
	background: url(../images/gradient.gif) repeat-x top;
	padding-top: 14px;
}
.date_author_etc, .photocredit {
	font-size: .95em;
}
/* -------------------------------- mainArticle */
#mainArticle p {
	line-height: 1.4;
	margin-bottom: 15px;
}
#mainArticle img {
	margin-bottom: 12px;
}
#mainArticle p.date_author_etc {
	margin-top: -5px;
}
#mainArticle p.photocredit {
	color: #333;
	background: #f2f2f2;
	padding: 2px;
	margin-top: -12px;
}
#mainArticle .image_small {
	float: left;
	width: 215px;
	margin: 3px 12px 0 0;
}
#mainArticle .image_small img {
	margin-bottom: 5px;
}
#mainArticle .image_small p.photocredit {
	margin: -5px 0 5px 0;
}
/*
  *********************************************************************************
  col_secondary
  *********************************************************************************
 */
#col_secondary {
	float: right;
	width: 230px;
	padding-bottom: 10px;
	font-size: 1em;
	overflow: hidden;
}
#col_secondary h4.sectionHeading {
	padding-bottom: 12px;
}
#col_secondary .list-item {
	font-size: 1em;
	margin: 0;
}


/*
  *********************************************************************************
  Video-list
  *********************************************************************************
 */
ul.video-list {
	list-style: none;
	margin: 0;
	padding: 0;
}
div#videos ul.video-list li.fullwidth {
	float: left;
	padding: 0 0 10px 0;
	margin: 0;
}
div#videos ul.video-list li a img {
	float: left;
	margin: 0;
	padding:0;
}
div#videos ul.video-list li a span.wrap {
	float: left;
	padding: 0 0 0 5px;
	width: 142px;
}
div#videos ul.video-list li a span.wrap span.title.bold {
	color: black;
	display: block;
	font-size: 1em;
}
div#videos ul.video-list li a span.wrap span.description {
	font-size: 1em;
}
div#videos ul.video-list li a:hover {
	cursor: pointer;
}
.bold {
font-weight:bold;
}

/*
  *********************************************************************************
  footer
  *********************************************************************************
 */
#footer {
	clear: both;
	float: left;
	background: url(../images/footer_bg.gif) no-repeat;
	width: 945px;
	font-size: .95em;
	margin: 10px 0 20px 0;
}
#footer a.gotoTop {
	float: right;
	display: block;
	background: #c9cfd2 url(../images/arrow.gif) right no-repeat;
	height: 20px;
	padding: 5px 22px 0 5px;
}
#footer a.mediatradelink {
	display: block;
	float: left;
	text-align: right;
	width: 220px;
	margin: 4px 45px 0 0;
	font-weight: bold;
	color: #fff;
}
#footerText {
	float: left;
	width: 670px;
	padding-top: 4px;
}
#footerText p.topline {
	color: #fff;
	margin-bottom: 8px;
}
#footerText p.topline a {
	color: #fff;
}
#footerText p a {
	color: #666;
}
#recipeSearch .buttons {
	width:auto;
}
div.userdiv {
	background: url(images/icon_cookbook.gif) left 0 no-repeat;
	padding: 10px 0px 0px 50px;
	height: 32px;
}

/*Share list and related recipe list*/

ul.share-list{
padding-bottom: 10px;
background: #f4f4f4;
}

ul.share-list li{
padding: 5px 10px 5px 17px;
border-bottom: #fff 1px solid;
list-style-type: none;
background-image: none;
}
ul.share-list li a{
background: none;
padding-left: 23px;
}

ul.share-list .video a{
display: block;
padding-left: 0px;	
}

ul.share-list .video{
position: relative;
width: 203px;
}

ul.share-list .video img.video-icon{
position: absolute;
padding: 0;
top: 76px;
left: 86px;
	
}

ul.share-list .video img{
padding-bottom: 5px;
padding-top: 10px;	
}

ul.share-list li.facebook{
background: url(../images/facebook_icon.gif) no-repeat 17px 10px;
}

ul.share-list li.youtube{
background: url(../images/youtube.png) no-repeat 16px 6px;
}

ul.share-list li.cookbook{
background: url(../images/cross.gif) no-repeat 18px 11px;
}

ul.share-list li.print{
background: url(../images/print_icon.gif) no-repeat 17px 10px;
}

ul.share-list li.mail{
background: url(../images/mail_icon.gif) no-repeat 17px 11px;
}


html>body ul.share-list li.facebook{
background: url(../images/facebook_icon.gif) no-repeat 17px 6px;
}

html>body ul.share-list li.cookbook{
background: url(../images/cross.gif) no-repeat 18px 6px;
}

html>body ul.share-list li.print{
background: url(../images/print_icon.gif) no-repeat 17px 5px;
}

html>body ul.share-list li.mail{
background: url(../images/mail_icon.gif) no-repeat 17px 6px;
}


#col_secondary .related, #col_secondary .article-list{
background: #f4f4f4;
padding-left: 17px;
padding-right: 7px;
padding-bottom: 15px;
}


#col_secondary .related img, #col_secondary .article-list img{
padding-top: 15px;
padding-bottom: 5px;
}