body {
	background: #E5E5CC url('/img/top-back.jpg') repeat-x 0 0;
	color: #666;
}

.floatLeft { float:left; }
.floatRight { float:right; }
.clearLeft { clear:left; }
.clearRight { clear:right; }
.clearBoth { clear:both;; }


.textRight { text-align: right; }
.textCenter { text-align: center; }
.textLeft { text-align: left; }
.textJustify { text-align: justify; }

.valignMiddle { vertical-align: middle; }

h1, h2, h3, h4, h5 {
	font-family: Georgia, serif;
	font-weight: normal;
	margin: 0 0 9px 0;	
}
h1 {
	color: #000;
	line-height: 36px;
	margin: 0 0 18px 0;
}

h2 {
	font-size: 21px;
	line-height: 27px;
	margin-bottom: 18px;	
}
#sidebar h2 {
	margin-bottom: 9px;
}

h3 {
	font-size: 18px;
	line-height: 18px;
	margin-bottom: 18px;	
}

p {
	line-height: 18px;	
}

small {
	font-size: 9px;
	line-height: 9px;
}

.explanation {
	color: #666;
	font-style: italic;
	line-height: 18px;
}

.ml125{ margin-left:130px; }


body.cookingPage a strong,
body.cookingPage a {
	color: #6cf;
}
body.dietingPage a strong,
body.dietingPage a {
	color: #9c0;
}

body.cookingPage a:hover,
body.dietingPage a:hover {
	color: #000;
}

strong {
	color: #333;
}


div.half {
	width: 50%;
	float:left;
}

a img {
	border: 0;
}

.imgLeft {
	float:left;
	margin: 0 9px 9px 0;
}
.imgRight {
	float:right;
	margin: 0 0 9px 18px;
}
.imgCenter {
	display: block;
	margin: 0 auto 9px auto;
}

.img,
.imgCenter,
.imgRight,
.imgLeft {
	border:1px solid #fff;
	height:100px;
	text-decoration: none;
	width:100px;
	
	-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
    
    -moz-box-shadow: 0px 0px 6px #666;
    -webkit-box-shadow: 0px 0px 6px #666;
    box-shadow: 0px 0px 6px #666;
}

.imgMini {
	height: 45px;
	width: 45px;	
}

.ui-widget {
	font: inherit;
}
.ui-dialog-title {
	font: normal 18px Georgia, serif; 
}


/*
 *	Buttons
 */

a.button,
span.button {
	background: url('/img/button.png') no-repeat 0 -36px;
	display: inline-block;
	height: 36px;
	padding: 0 15px 0 0;
	text-decoration: none;
}
a.button span,
span.button span {
	background: url('/img/button.png') no-repeat right top;
	display: inline-block;
	font: bold 16px Georgia, serif;
	line-height: 36px;
	padding: 0 15px 0 0;
	position: relative;
	left:15px;
}

span.button span input {
	background: none;
	border: 0;
	font: bold 16px Georgia, serif;
	height: 34px;
	cursor: pointer;
}

body.cookingPage span.button span input,
body.cookingPage a.button { color: #fff; }
body.cookingPage a.button,
body.cookingPage span.button { background-position: 0 -36px; }
body.cookingPage a.button span,
body.cookingPage span.button span { background-position: right 0; }

body.dietingPage span.button span input,
body.dietingPage a.button { color: #390; }
body.dietingPage a.button,
body.dietingPage span.button { background-position: 0 -108px; }
body.dietingPage a.button span,
body.dietingPage span.button span { background-position: right -72px; }

/*
body.cookingPage a.button,
body.cookingPage span.button { background-position: 0 -108px; }
body.cookingPage a.button span,
body.cookingPage span.button span { background-position: right -72px; }
*/
/*

body.cookingPage a.button,
body.cookingPage span.button { background-position: url('/img/button2-right.jpg'); }
body.cookingPage a.button span,
body.cookingPage span.button span { background-image: url('/img/button2-left.jpg'); }
*/

body div#contentWrapper a.buttonCancel,
body div#contentWrapper span.buttonCancel { background-position: 0 -252px; }
body div#contentWrapper a.buttonCancel span,
body div#contentWrapper span.buttonCancel span { background-position: right -216px; }



div.formRow {
	line-height: 36px;
}

div.formRow label {
	float:left;
	line-height: 18px;
	padding: 6px 5px 3px 0;
	width: 125px;
}

.formLineUp div.formRow {
	float:left;
	margin-right: 9px;
}


form input.text {
	height: 27px;
	width: 168px;
}

form select.text,
form input.text,
form textarea.text {
	background: url('/img/form-back.png') no-repeat 0 0;
	border: 1px solid #ccc;
	color: #999;
	font: 12px Arial, sans-serif;
	padding-left: 5px;
	padding-right: 5px; 
}
form select.text {
	padding: 4px 5px 5px 5px;
}

form textarea.text {
	height: 108px;
	padding: 5px;
	width:298px
}

form select.textSmall,
form input.textSmall,
form textarea.textSmall {
	width: 115px;
}

body.cookingPage form select.text,
body.cookingPage form input.text,
body.cookingPage form textarea {
	background-image: url('/img/form-back-cooking.png');
	border: 1px solid #6cf;
}
body.dietingPage form select.text,
body.dietingPage form input.text,
body.dietingPage form textarea {
	background-image: url('/img/form-back-dieting.png');
	border: 1px solid #9c0;
}


form ul.errors {
	list-style: none;
}
form ul.errors li {
	color: #c00;
	margin: 0;
	padding:0;
}


ul.noStyle {
	list-style: none;
	margin: 0;
	padding: 0;	
}
ul.noStyle li {
	margin-left: 0;	
}


/*
 *	Header
 */
#headerWrapper {
	background: url('/img/header-back.jpg') no-repeat top center;
	margin-bottom: 17px;
	padding-bottom:10px;
	width:100%;
}
#header h2 {
	background: url('/img/logo-name.png') no-repeat 0 0;
	height: 54px;
	float:left;
	margin:0;
	text-indent: -99999px;
	width: 289px;
}

#topMenu {
	float:left;
	width: 300px;
	text-align: center;
	margin:0;
	padding:0;
	list-style:none;
}
#topMenu li {
	display: inline;
	margin: 0 9px;
	padding:0;
}

#topMenu li,
#topMenu li a {
	color: #666;
	font: 14px Arial, sans-serif;
	text-decoration: none;
}
#topMenu li a:hover {
	color: #000;
	text-decoration: underline;
}

#mainMenu {
	float:left;
	list-style: none;
	margin:0;
	padding:0;
	width:100%;
}
#mainMenu li {
	display:block;
	float:left;
	margin:0;
	padding:0;
}
#mainMenu li.search {
	float:right;
}

#headerSections {
	position:relative;
}

#mainMenu li.section {
	border: 1px solid #fff;
	border-top: 0;
	height: 91px;
	position: absolute;
	text-align: center;
	width: 100px;
	
	-webkit-border-top-right-radius: 0;
	-webkit-border-top-left-radius: 0;
	-webkit-border-bottom-right-radius: 9px;
	-webkit-border-bottom-left-radius: 9px;
    -moz-border-radius: 0 0 9px 9px;
    -khtml-border-radius: 0 0 9px 9px;
    -o-border-radius: 0 0 9px 9px;
    border-radius: 0 0 9px 9px;
    
    -moz-box-shadow: 0px 0px 9px #999;
    -webkit-box-shadow: 0px 0px 9px #999;
    box-shadow: 0px 0px 9px #999;
}
#mainMenu li.section a {
	color: #000;
	font: 14px Arial, sans-serif;
	left:0;
	padding: 55px 5px 18px 5px;
	position: absolute;
	text-decoration: none;
	width: 90px;
	z-index: 100;
}
#mainMenu li.goodies { background: #fc0 url('/img/tab-extras-back.jpg') repeat-x bottom left; left: 236px; }
#mainMenu li.dieting { background: #cf0 url('/img/tab-dieting-back.jpg') repeat-x bottom left; left: 118px; }
#mainMenu li.cooking { background: #6ff url('/img/tab-cooking-back.jpg') repeat-x bottom left; left: 0; }
#mainMenu li.section a:hover {
	text-decoration: underline;
}

/*
 *	Content
 */

#contentWrapper {
	padding-bottom: 72px;
}

.panel {
	background: #fff;
	margin-bottom: 9px;
	
	-webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    -khtml-border-radius: 9px;
    border-radius: 9px;
}
.panelNarrow {
	background: #fff;
	margin-bottom: 9px;
}
.panelNarrow h2 {
	margin:0;
}

.cookingPanel {
	background-color: #6cf;
	color: #fff;
}
div.cookingPanel a {
	color: #fff;
}
div.cookingPanel strong {
	color: #fff;
}
.dietingPanel {
	background-color: #cf0;
	color: #fff;
}
div.dietingPanel a {
	color: #fff;
}
div.dietingPanel strong {
	color: #fff;
}

.innerPanel {
	margin: 9px;
	
	-webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    -khtml-border-radius: 9px;
    border-radius: 9px;
}

.innerPanel:after {clear: both;content:' ';display: block;font-size: 0;line-height: 0;visibility: hidden;width: 0;height: 0;}
.innerPanel {display: inline-block;}
* html .innerPanel {height: 1%;}
.innerPanel {display: block;}

.innerPanelDivider {
	background: url('/img/panel-divider.jpg') repeat-x 0 0;
	margin: 18px 9px 9px 9px;
	padding: 18px 0 0 0;
}



.crumbsPanel {
	background: #efefe0;
}
.panelNarrowAlternate {
	background: #efefe0;
}
#breadcrumbs {
	display: block;
	font: 11px Tahoma, serif; 
	line-height: 18px;
}
#breadcrumbs a {
	color: #000;	
}
#breadcrumbs a:hover {
	color: #f90;
}




#recipeIntro .infoSide {
	background: #333;
	border-left: 2px solid #fff;
	float: right;
	padding-top: 9px;
	text-align: center;
	width: 170px;
	
	-webkit-border-radius: 0 9px 9px 0;
    -moz-border-radius: 0 9px 9px 0;
    -khtml-border-radius: 0 9px 9px 0;
    -o-border-radius: 0 9px 9px 0;
    border-radius: 0 9px 9px 0;
    
    min-height: 441px;
}

#recipeIntro .infoSide h2 {
	color: #fff;
}

#recipeIntro .infoSide ul {
	list-style: none;
	margin:0 0 18px 0;
	padding:0;
}
#recipeIntro .infoSide ul li {
	margin:0;
	padding:0;
}

#recipeIntro .infoSide ul li span,
#recipeIntro .infoSide ul li a {
	background: url('/img/tick-circle.png') no-repeat 0 0;
	padding: 0 0 0 20px;
	text-decoration: none;
}
#recipeIntro .infoSide ul li.notAllowed span, 
#recipeIntro .infoSide ul li.notAllowed a {
	background: url('/img/cross-circle.png') no-repeat 0 0;
	padding: 0 0 0 20px;
	text-decoration: none;
}

#recipeIntro .infoSide ul li.notAllowed span span,
#recipeIntro .infoSide ul li span span {
	background: none;
	padding:0;
}
#recipeIntro .infoSide ul li.notAllowed a span,
#recipeIntro .infoSide ul li a span {
	background: none;
	padding:0;
	text-decoration: underline;
}
#recipeIntro .infoSide ul li,
#recipeIntro .infoSide ul li a {
	color: #cf0;
}
#recipeIntro .infoSide ul li.notAllowed,
#recipeIntro .infoSide ul li.notAllowed a {
	color: #c00;
}

#recipeIntro .infoSide ul.editable li.notAllowed span  {
	background: none;
	color: #ccc;
	padding: 0 0 0 3px;
}


#recipeIntro .infoSide ul li.phase {
	background: url('/img/diet-phases-divider.jpg') no-repeat center top;
	padding: 18px 0 0 0;
	margin: 18px 0 0 0;
}
#recipeIntro .infoSide ul li.phaseSplit {
	padding-bottom: 9px;
}
#recipeIntro .infoSide ul li.first {
	background: none;
	padding-top: 0;
	margin:0;
}




#recipeIntro .infoSide .sourceTitle {
	margin-bottom: 0;
	font-size: 14px;
	line-height: 18px;
}
#recipeIntro .infoSide .sourceDetails {
	color: #ccc;
	font-size: 11px;
	line-height: 18px;
}
#recipeIntro .infoSide .sourceDetails a {
	color: #ccc;
}
#recipeIntro .infoSide .sourceDetails a:hover {
	color: #fff;
}



#recipeIntro .innerPanel {
	position: relative;
	
	-moz-box-shadow: 0px 0px 9px #999 inset;
    -webkit-box-shadow: 0px 0px 9px #999 inset;
    box-shadow: 0px 0px 9px #999 inset;
}

#recipeIntro .innerPanel h1 {
	background: #333;
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;
	color: #E5E5CC;
	float:left;
	font-size: 25px;
	line-height: 45px; 
	margin: 0;
	padding: 0 9px;
	
	-webkit-border-radius: 0 0 9px 0;
    -moz-border-radius: 0 0 9px 0;
    -khtml-border-radius: 0 0 9px 0;
    border-radius: 0 0 9px 0;
}
#recipeIntro .innerPanel h1 span {
	display:block; 
	line-height:18px; 
	font-size:18px; 
	padding: 0 0 9px 0;
}

#recipeIntro .innerPanel div.recipeQuote  {
	border: 1px solid #ccc;
	background: url('/img/quote-back.png') no-repeat 0 0;
	bottom: 9px;
	color: #fff;
	font-size:14px;
	font-style:italic;
	line-height: 18px;
	left: 9px;
	min-height: 54px;
	padding: 9px 9px 9px 72px; 
	position: absolute;
	width: 300px;
	
	-webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    -khtml-border-radius: 9px;
    border-radius: 9px;
}



div.ingredientRow {
	background: url('/img/ingredient-divider.png') no-repeat bottom left;
	float: left;
	margin: 0 0 9px 0;
}

div.recipeIngredient {
	float: left;
	margin-bottom: 18px;
	width:190px;
}
div.recipeIngredient span.imgReplacement {
	background: #d1f0ff;
	border: 1px solid #d1f0ff;
	float:left;
	height: 45px;
	margin: 0 9px 0 0;
	width: 45px;
}
div.recipeIngredient span.ingredientName {
	display:block;
	font: 13px Arial, sans-serif;
	line-height: 18px;
	margin: 4px 0 0 0;
	text-decoration: underline;
	padding: 0 0 0 55px;
}
div.recipeIngredient span.ingredientQuantity {
	color: #333;
	display: block;
	font-size: 11px;
	font-style: italic;
	line-height: 18px;
	margin: 0 0 4px 0;
	
	
	padding: 0 0 0 55px;
}


#recipe_ingredients div.recipeIngredient div.ingredientName {
	padding: 4px 0 5px 0;
}
#recipe_ingredients div.recipeIngredient div.ingredientName * {
	vertical-align: middle;
}
#recipe_ingredients div.recipeIngredient div.ingredientName label {
	font: bold 14px Georgia, serif;
	line-height: 18px;
	padding-right: 21px;
}

#recipe_ingredients div.selected {
	color: #0c0;
}
#recipe_ingredients div.selected div.ingredientName label {
	background: url('/img/tick-circle.png') no-repeat 0 0;
	color: #0c0;
	padding-left: 21px;
	padding-right: 0;
}
	
#recipe_ingredients div.recipeIngredient .imgMini { margin-top: 3px; margin-bottom: 0; }
#recipe_ingredients div.recipeIngredient .imgReplacement { margin-top: 4px; }


#form_recipe_name_3 {
	clear:left;
}
#form_recipe_name_4 {
	clear:left;
}


#form_recipe_ingredients_1 {
	float: left;
	margin: 0 9px 0 0;
	width: auto;
}
#form_recipe_ingredients_1 label {
	padding-right: 9px;
	width: auto;
}
#form_recipe_ingredients_2 {
	float:left;
	margin: 0 27px 0 0;
	width: auto;
}
#form_recipe_ingredients_3 {
	float:left;
	width: auto;
}


#form_recipe_preview_1 {
	float:left;
}
#form_recipe_preview_2 {
	float:right;
}





div.instructionStep {
	margin-bottom: 18px;
}
div.instructionStep div.instruction {
	padding: 5px 0 4px 60px;
}
div.instructionStep div.step {
	background: url('/img/step.png') no-repeat 0 0;
	color: #6cf;
	font: 36px Georgia, serif;
	height: 47px;
	line-height: 41px;
	margin: 0 10px 0 0;
	text-align: center;
	width: 47px;
}





ul.blockList {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.blockList li {
	background: #9c0;
	margin: 0 0 9px 0;
	padding: 0 0 0 5px;
}

ul.blockList li a,
ul.blockList li span {
	background: #fff;
	display: block;
	font: 12px Georgia, serif;
	padding: 0 0 0 5px;
	text-decoration: none;
}
ul.blockList li a:hover { color: #000; }

ul.blockList li a span {
	color: #333;
	font-style: italic;
	padding: 0;
}

	
#contentWrapper div.cookingSide a { color: #6cf; }
#contentWrapper ul.cookingBlockList li { background: #6cf; }
#contentWrapper ul.cookingBlockList li a { color: #6cf; }

#contentWrapper div.dietingSide a { color: #9c0; }
#contentWrapper ul.dietingBlockList li { background: #9c0; }
#contentWrapper ul.dietingBlockList li a { color: #9c0; }


#sidebar div.recipe h3 {
	font: 12px Georgia, serif;
}







/*
 *	Recipe Forms
 */

/*
#contentWrapper #recipe_instructions,
#contentWrapper #recipe_details {
	padding: 0 235px 0 235px;
}

#form_recipe_details_1 {
	float:left;
	width: 300px;
}
#form_recipe_details_1 select {
	width: 180px;
}

#form_recipe_details_2 {
	clear:left;
	float:left;
	width: 300px;
}
#form_recipe_details_3 {
	clear:left;
	float:left;
	width: 300px;
}

#form_recipe_details_4 {
}
#form_recipe_details_4 label {
	float: none;
	display: block;
}
#form_recipe_details_4 textarea {
	width:288px;
}


#form_recipe_instructions_1 {
}
#form_recipe_instructions_1 label {
	float: none;
	display: block;
}
#form_recipe_instructions_1 textarea {
	width:288px;
}

*/







/*
 *	Nav footer
 */
#userNav {
	bottom: 0;
	position: fixed;
	width:100%;
}
#userNavContent {
}

#userNavContent ul {
	height: 64px;
	list-style: none;
	margin:0;
	pading:0;
}
#userNavContent ul li {
	background: url('/img/bar/mid-back.png') repeat-x 0 0;
	color: #666;
	float:left;
	font: 10px Arial, sans-serif;
	height: 64px;
	margin: 0;
	padding:0;
}

#userNavContent ul li div {
	background: url('/img/bar/divider.png') no-repeat 0 10px;
	float:left;
	height: 64px;
	padding: 0 0 0 9px;
}
#userNavContent ul li div div {
	background: none;
	line-height: 27px;
}

#userNavContent ul li.first,
#userNavContent ul li.last {
	background: none;
}

#userNavContent ul li a:hover {
	text-decoration: none;
}

#userNavContent #barRegister {
	background: url('/img/bar/profile.png') no-repeat 0 0;
	display: block;
	line-height: 64px;
	padding: 0 0 0 9px;
	text-align: center;
	width: 59px;
}
#userNavContent #barRegister:hover {
	background-position: 0 -64px;
	text-decoration: none;
}
#userNavContent #barNewRecipe {
	background: url('/img/bar/new-recipe.png') no-repeat 0 0;
	display: block;
	line-height: 64px;
	padding: 0 9px 0 0;
	text-align: center;
	width: 59px;
}
#userNavContent #barNewRecipe:hover {
	background-position: 0 -64px;
	text-decoration: none;
}
#userNavContent ul li a {
	color: #666;
	text-decoration: none;
}
#userNavContent ul li a:hover {
	color: #333;
	text-decoration: underline;
}

#barLoginForm {
	padding: 0 0 0 9px;
}
#barLoginForm label {
	float: left;
	line-height: 18px;
	padding: 18px 9px 0 0;
	text-align: left;
}
#barLoginForm label span {
	color: #333;
	font: 11px Georgia, Arial, serif;
}
#barLoginForm label input {
	afloat:left;
}
#userNavContent #barLoginForm form div {
	padding: 23px 9px 0 0;
}


/*
 *	Footer
 */
#footer {
	clear:both;
	font: 11px/18px Tahoma, sans-serif;
	margin-top: 9px;
}
#footer #credits a {
	text-decoration: none;
	color: #666;
}
#footer #credits a strong {
	text-decoration: underline;
}
#footer #credits a:hover,
#footer #credits a:hover strong {
	color: #000;
}

#footer ul {
	float:right;
	font: 11px Tahoma, sans-serif;
	list-style: none;
	margin: 0 0 0 0;
	padding: 0;
}
#footer ul li {
	display: inline;
	margin: 0;
	padding: 0 4px 0 5px;
}
#footer ul li a {
	color: #999;
}
#footer ul li a:hover {
	color: #000;
}


div.articleMiniHero {
	float:left;
	margin: 0 9px;
	width: 175px;
}

div.articleMiniHero2 h3 {
	background: url('/img/diet-phases-numbers.gif') no-repeat right 0;
	height: 54px;
	line-height: 45px;
	text-align: left;
}
div.articleMiniHero2 h3.hero2 {
	background-position: right -150px;
}
div.articleMiniHero2 h3.hero3 {
	background-position: right -300px;
	line-height: 27px;
	padding: 0 0 9px 0;
	height: 45px;
}
div.articleMiniHero2 h3.hero4 {
	background-position: right -450px;
	line-height: 27px;
	padding: 0 0 9px 0;
	height: 45px;
}

div.tabsMenu ul {
	float:left;
	list-style: none;
	margin: 0 0 0 18px;
	padding: 0;
}

div.tabsMenu ul li {
	background: #f5f5dc;
	display: block;
	float: left;
	line-height: 18px;
	margin: 0 2px 0 0;
	padding: 4px 9px 5px 9px;
	-webkit-border-radius: 6px 6px 0 0;
    -moz-border-radius: 6px 6px 0 0;
    -khtml-border-radius: 6px 6px 0 ;
    border-radius: 6px 6px 0 0;
}

div.tabsMenu ul li.active {
	background: #fff;
}
div.tabsMenu ul li a {
	text-decoration: none;
}

div.articleItem {
	float:left;
	margin:  0 0 9px 0;
}

div.articleItemFull {
	width:100%;
}

div.articleItem h3 {
	margin: 0;
	padding:0;
	font: normal 18px Georgia, serif;
	line-height: 18px;
}

div.articleItem div.articleDate {
	color: #333;	
	line-height: 18px;
	font-style: italic;
	font: normal 12px Georgia, serif;
	margin: 0 0 9px 0;
}
div.articleItem p {
	padding: 0 0 0 110px;
}


table.WolframAlphaWidget th {
	vertical-align: middle;
} 