/* ======================================================================================= */
/* JONATHAN SANFORD - SANFORDJ@ROGERS.COM | FEBRUARY 2009                                  */
/* ======================================================================================= */



/* ======================================================================================= */
/* SECONDARY PAGE STYLES */
/* ======================================================================================= */

#containerBlueHeader {
height: 22px;
padding: 0px 0px 12px 0px;
margin: 0px 0px 30px 0px;
background:  url(/images/site/blueWhiteHorizontalLine.gif) repeat-x;
background-position: bottom center;
}

#containerBlueHeader H1 {
font-size: 14px;
color: #007ab3;
background: none;
padding: 5px 0px 0px 0px;
margin: 0;
}

DL#recipeSearchCategories {
width: 160px;
margin: 0;
background:  url(/images/site/blueWhiteVerticalLine.gif) repeat-y;
background-position: top right;
}

DT {
color: #007ab3;
}

DL {
/* line-height: 24px;*/
color: #454545;
}

DL#recipeSearchCategories A {
color: #454545;
}

DL#recipeSearchCategories A:hover {
color: #007ab3;
}

.thumbsContainer {
width: 480px;
height: 460px;
overflow: auto;
}

.thumbItem {
width: 142px;
float: left;
display: inline; /* IE6 */
margin: 0px 12px 0px 0px;
height: 150px;
vertical-align: top;
overflow: hidden;
}

.thumbImage IMG {
border: 1px solid #929292;
padding: 0;
margin: 0;
vertical-align: top;
overflow: hidden;
}

.thumbImage IMG:hover {
border: 1px solid #007ab3;
}

.thumbTitle {
margin: 4px 0px 0px 0px;
font-size: 12px;
line-height: 14px;
color: #454545;
}


/* */

#recipeImage IMG {
border: 1px solid #e5e5e5;
vertical-align: top;
}

#nutritionalInformation {
border: 1px solid #e5e5e5;
padding: 10px 5px 5px 5px;
font-family: Arial;
height: 231px;
min-height: 231px;
height: auto !important;
}

UL#nutritionalInformation STRONG {
color: #000;
}

#nutritionalInformation LI {
border-bottom: 1px solid #000;
padding: 4px 0px 3px 0px;
}

LI#nutritionalInformationTitle {
font-size: 16px;
font-weight: bold;
padding: 0px 0px 0px 0px;
border: 0;
color: #000;
}

LI#nutritionalInformationPerServing {
border-bottom: 3px solid #000 !important;
font-size: 12px;
padding: 0px 0px 4px 0px;
}

LI#nutritionalInformationCarbs {
border-bottom: 3px solid #000;
margin-bottom: 8px;
}

LI#nutritionalInformationTime {
border: 0;
padding: 0px;
}

.nutritionInfoLast {
border-top: 2px solid #000; 
border-bottom: 0 !important;
}

.noBorder {
border: 0 !important;
}

.noTip {
margin: 20px 0px 20px 0px;
background: url(/images/site/greyDottedLine.gif) repeat-x left bottom;
height: 1px;
overflow: hidden;
}

UL#recipeLinkOptions {
vertical-align: top;
background: url(/images/site/greyDottedLine.gif) repeat-x left bottom;
padding: 0px 0px 14px 0px;
}

#recipePrint {
clear: right;
}

#recipePrint A {
font-size: 14px;
color: #007ab3;
}



.btnRecipePrint A {
display: inline-block;
background: #ea7a00;
padding: 5px;
color: #fff;
font-weight: bold;
}

.btnRecipePrint A:hover {
background: #b3def2;
}

