/*
	WiseAlive Main Stylesheet
	by Luke Petterson
	5/25/08
*/

/*--------------------------------------------------------------------*/
/* Body */

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family:arial;
	color:#333;
	margin:15px;
	text-align:center;
}

/*--------------------------------------------------------------------*/
/* Headings */

h1 {
	font-size:1.4em;
}

h2 {
	font-size:1.2em;
}

h3 {
	font-size:1.1em;
}

/*--------------------------------------------------------------------*/
/* Links */

a {
	color:#0c9ef5;
	text-decoration:none;
}

a:hover {
	color:#0c9ef5;
	text-decoration:none;
}

.back_link {
	color:	#0c9ef5;
	cursor:hand;
	cursor:pointer;
}

/*--------------------------------------------------------------------*/
/* Form Input Styling */

fieldset {  
	margin: 1.5em 0 0 0;  
	padding: 0;
	border:1px solid #b7b7b7;
	/*width:600px;*/
}

legend {  
	margin-left: 1em;  
	color: #000000;
	font-weight: bold;
	font-size:1.1em;
}

fieldset ol {  
	padding: 1em 1em 0 1em;  
	list-style: none;
}

fieldset li {  
	padding-bottom: 1em;
}

fieldset.submit {  
	border-style: none;
}

label {
	display:block;
}

input, textarea, select {
	font-size:1em;
	border:1px solid #666666;
	font-family:arial;
}

.submit {
	border:1px solid #666666;
	background-color:#cccccc;
	color:#000000;
	font-weight:bold;
	font-size:1.1em;
	margin:13px;
}

.inline_form label {
	width:150px;
	float:left;
	text-align:right;
	padding-right:15px;
}

.form_row {
	margin-bottom:15px;
}

.form_descriptor {
	width:150px;
	float:left;
}

/*--------------------------------------------------------------------*/
/* Table Styling */

td {
}

/*--------------------------------------------------------------------*/
/* Default Image Styling */

img {
	border:0px;
}

/*--------------------------------------------------------------------*/
/* The Main Wrapper Container */

#main_container {
	/*position:relative;*/
	margin-left:auto;
	margin-right:auto;
	width:780px;
	background-image:url("../images/bg.jpg");
	background-position: 0 85px;	
	background-repeat:no-repeat;
	text-align:left;
}

#signup_container {
	/*position:relative;*/
	margin-left:auto;
	margin-right:auto;
	width:780px;
	text-align:left;
}

/*--------------------------------------------------------------------*/
/* Header */

#header {
	position:relative;
	width:780px;
	height:100px;
}

#header .logo {
	position:absolute;
	top:0px;
	top:0px;
	width:316px;
	height:87px;
}

#header .login {
	position:absolute;
	top:25px;
	left:460px;
}

#header .login input {
	border:1px solid #cccccc;
	font-size:1em;
}

#header .user_details {
	float:right;
	padding-right:20px;
	font-size:1.2em;
	color:#0c9ef5;
}

.user_details p {
	margin-top:30px;
	font-weight:bold;	
	color:#0c9ef5;
}


/*--------------------------------------------------------------------*/
/* Main Menu */

#main_menu {
	/*position:relative;*/
	text-align:left;
	font-size:1.2em;
	font-weight:bold;
	padding:3px 0;
	height:55px;
	width:780px;
	color:#0c9ef5;
}

#main_menu a {
	color:#0c9ef5;
	text-decoration:none;
}

#main_menu a:hover {
	color:#0c9ef5;
	text-decoration:none;
}

#main_menu .chromestyle{
width: 100%;
font-weight: bold;
}

#main_menu .chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

#main_menu .chromestyle ul{
border: 0px solid #BBB;
width: 100%;
padding: 4px 0;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
}

#main_menu .chromestyle ul li{
display: inline;
}

#main_menu .chromestyle ul li a{
color: #0c9ef5;
padding: 4px 7px;
margin: 0;
text-decoration: none;
border-right: 1px solid #0c9ef5;
}

#main_menu .chromestyle ul li a:hover{
color:#0c9ef5;
}

#main_menu .chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
/*content: " v";*/
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

#main_menu .dropmenudiv{
position:absolute;
top: 0px;
border: 1px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: white;
text-decoration: none;
width: 200px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


#main_menu .dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: black;
}

* html #client_main_menu .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

#main_menu .dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #b3b3b3;
color:white;
text-decoration: none;
}


/*--------------------------------------------------------------------*/
/* Content Body */

#content_container {
	position:relative;
	width:730px;
	margin-left:25px;
	font-size:1.2em;
}

#content_container_signup {
	position:relative;
	width:650px;
	margin-left:65px;
	font-size:1.2em;
}

#content_container a {
	color:#0c9ef5;
}

#content_container a:hover {
	color:#0c9ef5;
}

#content {
	position:relative;
	padding:5px 15px 15px 15px;
}

/*--------------------------------------------------------------------*/
/* Footer */

#footer { width:730px; margin-left:auto; margin-right:auto; margin-top:20px; border-top:1px dotted #ccc; clear:both; text-align:center; }
.footer_menu { padding:20px; font-size:1.2em; color:#0c9ef5; }

/*--------------------------------------------------------------------*/
/* Status Message */

.status_message {
	color:red;
}

.status {
	color:red;
}

/*--------------------------------------------------------------------*/
/* The Clearer Style */

.clearer {
	clear:both;
}

/*--------------------------------------------------------------------*/
/* Tooltip */

#dhtmltooltip {
	position: absolute;
	width: 150px;
	border: 1px solid #666666;
	padding: 2px;
	background-color: lightyellow;
	visibility: hidden;
	z-index: 100;
	color:#000000;
}

/*--------------------------------------------------------------------*/
/* Profile Styles */

#profile_right_col { width:480px; float:right; border:0px solid #ccc; }
#photo_container { float:left; text-align:center; width:200px; margin:0; border:0px solid #ccc; font-weight:bold;  }
#profile_photo { width:200px; border:0px solid #cccccc; padding:0.5em; text-align:left; margin-bottom:10px; }


/*--------------------------------------------------------------------*/
/* Section Headings */

.section_heading { padding:5px; border-bottom:1px dotted #ccc; }

/*--------------------------------------------------------------------*/
/* Calendar Styling */

#calendar { width: 141px; padding: 0; margin: 0; color: #94002B; text-align: center; font-family: Arial, Helvetica, sans-serif; 
		font-size: 12px; font-style: normal; border: 2px solid #666; background-color: #ccc; }

#calendar caption a {
	color: #fff;	
	text-decoration: none;
}	

#calendar caption {
	color: #fff;
	margin: 0;
	padding: 3px 0px 3px 0px;
	width: 141px;
	text-align: center;
	font-weight: bolder;
	background-color:#999;
}

#calendar th {
	color: #666;
	margin: 0;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	background-color: #ccc;
}

#calendar td {
	width: 18px;
	text-align: center;
	background-color: #fff;
}

#calendar td a {
	color: #666;
	text-decoration: none;
	font-weight: bold;
	display: block;
	padding: 2px 0px 2px 0px;
}

#calendar td a:hover {
	color: #fff;
	background-color: blue !important;
}

#calendar a.today {
	font-weight: bold;	
	background-color:#0c9ef5;	
	color:#fff;
	padding: 0px!important;
}

#calendar a.past {
	font-weight: bold;
	background-color:#e8e8e8;
	padding: 0px!important;
}

#calendar a.future {
	font-weight: bold;
	background-color:#fff;
	padding: 0px!important;
}


/*--------------------------------------------------------------------*/
/* Nutrient Tracker Additional Styling */

.day_forward { font-size:2.5em; font-weight:bold; }
.day_forward a { color:#ccc; text-decoration:none; }
.day_forward a:hover { color:#3d46b7; text-decoration:none; }
.day_back { font-size:2.5em; font-weight:bold; }
.day_back a { color:#ccc; text-decoration:none; }
.day_back a:hover { color:#3d46b7; text-decoration:none; }
.working_date { font-size:2.7em; font-weight:bold; color:#0c9ef5; padding-left:20px; padding-right:20px; }
.plus_water { font-size:2.5em; font-weight:bold; }
.plus_water a { color:#ccc; text-decoration:none; }
.plus_water a:hover { color:#3d46b7; text-decoration:none; }
.minus_water { font-size:2.5em; font-weight:bold; vertical-align:9%; }
.minus_water a { color:#ccc; text-decoration:none; }
.minus_water a:hover { color:#3d46b7; text-decoration:none; }


/*--------------------------------------------------------------------*/
/* Client Tables Styling */

#nutrient_table {padding:10px;}

#mytable { width: 708px; padding: 0; }
#mytable caption { padding: 0 0 5px 0; width: 725px; font: italic 11px Arial; text-align: left; }
#mytable th { font:bold 11px Arial, Helvetica; color: #FFFFFF; text-transform: uppercase; text-align: left; padding: 6px; background-color:#999; }
#mytable th.nobg { border: 0; background: none; }
#mytable td.targets {  }
#mytable td { border-bottom:0px solid #666; background: #eee; padding: 3px; color: #000; }
#mytable th.left {  }
#mytable th.middle {  }
#mytable td.meal { background:#ace0ff; }
#mytable td.snack { background:#fff7b5; }
#mytable td.alt { background: #fbf2f4; color: #000; }
#mytable td.totals { background: #fff; }
#mytable th.spec { background:#ffffff; font:bold 10px Arial, Helvetica; color: #000; text-align:right; }
#mytable th.specalt { background: #fbf2f4; font: bold 10px Arial, Helvetica; color: #000; }
#meal_plan_select { padding: 0; margin: 0; border:1px solid #ccc; }
#meal_plan_select th { font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; color: #FFFFFF; border-right: 1px solid #5d0d22;
	border-bottom: 1px solid #5d0d22; border-top: 1px solid #5d0d22; letter-spacing: 2px; text-transform: uppercase; text-align: left;
	padding: 6px 6px 6px 12px;  }
#meal_plan_select td.nopadding { padding: 0; }
#meal_plan_select th.spec { border-top: 0; border-bottom: 0; background:#fff; font: bold 10px Arial, Helvetica, sans-serif; color: #666;	text-align:right; }
#meal_plan_select td.totals { color:#333; background: #fff url(../images/presentational/table/bullet1.gif) no-repeat; }
#meal_plan_select td { border-right: 1px solid #ccc; border-bottom: 1px solid #ccc; background: #fff; padding: 6px 6px 6px 12px; color: #333; }
#meal_plan_select2 { padding: 0; margin: 0; }
#meal_plan_select2 th { font: bold 11px Arial, Helvetica, sans-serif; color: #FFFFFF; border-right: 1px solid #ccc; border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc; letter-spacing: 2px; text-transform: uppercase; text-align: left; padding: 6px 6px 6px 12px; }
#meal_plan_select2 td.nopadding { padding: 0; }
#meal_plan_select2 th.spec { border-top: 0; border-bottom: 0; background:#ffffff; font: bold 10px Arial, Helvetica, sans-serif;
	color: #333; text-align:right; }
#meal_plan_select2 td.totals { background: #fff; }
#meal_plan_select2 td {  background: #fff; padding: 6px 6px 6px 12px; color: #720d27; }
#meal_plan_select3 { padding: 0; margin: 0; border:1px solid #5d0d22; border-left: none; border-right: none; }
#meal_plan_select3 th { font: bold 11px Arial, Helvetica, sans-serif; color: #FFFFFF; border-right: none;
	border-bottom: 1px solid #5d0d22; border-top: 1px solid #5d0d22; letter-spacing: 2px; text-transform: uppercase; text-align: left; padding: 6px 6px 6px 12px; }
#meal_plan_select3 td.nopadding { padding: 0; }
#meal_plan_select3 th.spec { border-top: 0; border-bottom: 0; background:#ffffff; font: bold 10px Arial, Helvetica, sans-serif; color: #333; text-align:right; }
#meal_plan_select3 td.totals { background: #fff; }
#meal_plan_select3 td { border-right: none; border-bottom: 1px solid #5d0d22; background: #fff; padding: 6px 6px 6px 12px; color: #333; }
.button { font-family: Arial, Helvetica, serif;  font-size: 11px;  font-weight: bold;  width: 50px; height: 25px;
	background-color: transparent; border-style: none; color:#FFF; text-align:center; }
.buttonover { font-family: Arial, Helvetica, serif; font-size: 11px; font-weight: bold; width: 50px; height: 25px; 
	background-color: transparent; border-style: none; color: #999; }
.alert { font-size:300%; background:orange; color:#FFF; padding: 1em; }
.alert2 { font-size:125%; }

/* Help Text ==================================================================== */

.small_text { font-size:1em; }
.small_help_text { font-size:1em; padding-left:15px; }
.small_link_text { font-size:1em; padding-left:10px; }
.small_link_text a { font-size:1em; padding-left:10px; }

/* Entries ==================================================================== */

.journal_entries { padding:10px; border:1px solid #e8e8e8; margin:8px 0 8px 0; }

/* Recipes ==================================================================== */

.recipes_menu {
	width:450px;
	text-align:right;
	margin-top:20px;
	font-weight:bold;
	float:right;
	color:#0c9ef5;
}

.recipe_padding {
	padding:20px;
}

.content_padding {
	padding:20px;
}

.add_food_wrapper {
	padding:10px;
	border:0px solid #ccc;	
}


/*--------------------------------------------------------------------*/
/* Client Pagin Menu Styling */
.paging_menu {
	padding:3px 3px 3px 35px;
	text-align:left;
	background-color:#e8e8e8;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	margin:35px 0 15px 0;
}

.paging_menu p {
	padding:0; margin:0; text-align:left; width:100%;
}


/* Form Sections ======================================================================== */
/* Fieldset  */

/* 
 wFORMS 2.0 Stylesheet - Antique Blue Theme v3 - Aug. 2006
 See http://www.formassembly.com/wForms
 
 To be used along with wforms-jsonly.css
 This stylesheet and the associated images are Copyright (c) 2005 Cedric Savarese (http://www.4213miles.com)	
 and licensed under the Creative Commons Attribution-ShareAlike License (http://creativecommons.org/licenses/by-sa/2.0/) 
*/
 
form {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	border: 0px dotted #878177;	
	padding: 0px;
}

/* Form Sections ======================================================================== */
/* Fieldset  */
fieldset {
	border: 1px solid #ccc;	
}
legend {
	border: 1px solid #ccc;
	background-color: #ECECFB;
	color: #666;
	font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 2px;
	padding:3px;
	text-transform: uppercase;
}
.inner_fieldset {
	padding:12px;	
}
/* Nested Fieldset  */
fieldset fieldset  {
	border: 1px solid #ccc;
	background-color:#FFF;
}
fieldset fieldset legend {
	border: 1px solid #ccc;
}
/* Inline Section */
.inlineSection {
	overflow: auto;
	width: 100%;	
}
/* Grid Section */
form table {
	/*border-collapse: collapse;*/
	
}
form td {
	padding: 4px;
	/*border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;	*/
}
form th {
	padding: 4px;
}
form .alternate-1 {
	background-color:#E9E9E6;
}
form .alternate-0 {
}

.form_row {
	margin:10px;
}

.form_descriptor {
	display:block;
	width:150px;
	float:left;
	text-align:right;
	padding-right:10px;
}

/* Combo Label + Input Field =========================================================== */
form .oneField {
	
}
form .inlineSection .oneField {
	float: left;	
	padding: 0;
	margin-right: 4px;
}
/* Ties together a label and its checkbox or radio */
form .oneChoice {
	white-space: nowrap; 
}

/* Field Labels ======================================================================== */

/* Base */
label, form .label {	
	color: #333;
	font-size: small;
}
/* Text inputs / Select label */
label.preField {
	display: block;
	padding: 2px;
	margin: 0.4em 4px 0 0;
	font-weight: bold;
}
/* Radio / Checkbox group label */
form .label  {
	display: block;
	padding: 2px;
	margin: 0.4em 4px 0 0;
	font-weight: bold;
}
/* Individual Checkbox / Radio label */
label.postField  {
	margin: 0 4px 0 4px;
}
/* Label when inside an inline section */
.inlineSection .oneField .inlineLabel {
	display: block;	
	padding: 0 3px;
	font-weight: bold; 
	margin: 0.4em 4px 0 0;
}

/* Inputs ======================================================================== */

textarea {
	padding: 0;
	vertical-align: top;
	margin: 2px 2px 1px 0;
}
input {
	margin: 0 2px 0 0;
}
select {
	padding: 0;
	margin: 2px 2px 1px 0;
}
.inlineSection .oneField select {
	margin: 0 2px 1px 0 !important;
}
.gridSection select  {
	margin: 0 !important;
}

/* Buttons ======================================================================= */

form .actions {
	text-align: center;
	margin: 20px 0 10px 0;			
}
/* Submit button */
form .primaryAction {
}
/* Cancel button */
form .secondaryAction {
	color: grey;
}
form .secondaryAction:hover {
	color: black;
}


/* Form Builder Related Rules ===================================================== */

/* Form or Fieldset instruction paragraph. */
form .instructions {
	margin: 1em 0;
}
/* Asterisk on required fields */
form .reqMark {
	color: #F00;
	padding: 0 4px;
}

/* wForms Related Rules ========================================================== */

/* Field w/ a validation error */
form .errFld {
	padding: 1px;
	border: 1px solid #F00;
}
/* Styling for message associated with a validation error. */
form .errMsg {	
	color: #CC3333 !important;
	display: block;
}
/* Field-Hint with focus */
form .field-hint {
	color: #000;
	float: right;
	width: 220px;
	margin: 15px 0 0 0;
}
/* Field-Hint without focus */
form .field-hint-inactive {
	color: #666;
	float: right;
	clear: right;
	width: 220px;
	margin: 15px 0 0 0;
}
/* Repeat Behavior divs (when not set on a fieldset) */
div.repeat {
	border: 1px dotted #ccc;
	background-color: #FFFFFF;
	margin: 3px 0;
	padding-right: 3px;
}
div.removeable {
	border: 1px dotted #ccc;
	background-color: #F5F5F5;
	padding-right: 3px;	
}
/* Links generated by the Repeat Behavior */
form .duplicateLink {
	line-height: 260%;
	font-weight: bold;
	color: #5C594E;
}
form .removeLink {
	line-height: 260%;
	color: #CC3300;
}
form td .duplicateLink, form td .removeLink  {
	margin: 0;
	line-height: 100%;
}
/* Switch Behavior Classes */
.onstate-a,  .onstate-b,  .onstate-c,  .onstate-d,
.onstate-e,  .onstate-f,  .onstate-g,  .onstate-h, 
.onstate-i,  .onstate-j,  .onstate-k,  .onstate-l, 
.onstate-m,  .onstate-n,  .onstate-o,  .onstate-p, 
.onstate-q,  .onstate-r,  .onstate-s,  .onstate-t,
.onstate-u,  .onstate-v,  .onstate-w,  .onstate-x,  
.onstate-y,  .onstate-z,  .onstate-aa, .onstate-ab,
.onstate-ac, .onstate-ad, .onstate-ae, .onstate-af,
.onstate-ag, .onstate-ah, .onstate-ai, .onstate-aj,
.onstate-ak, .onstate-al, .onstate-am, .onstate-an,
.onstate-ao, .onstate-ap, .onstate-aq, .onstate-ar,
.onstate-as, .onstate-at, .onstate-au, .onstate-av,
.onstate-aw, .onstate-ax, .onstate-ay, .onstate-az {
	display: block;
}
/* offstate classes for the Switch Behavior are in wforms-jsonly.css */



/*--------------------------------------------------------------------*/
/* Flexible CSS box inner shadow rounded corners */

.flexbox_top {
 margin: 0; padding: 0 50px 0 0;
 background: transparent url(../images/shadow.gif) repeat-y right top;
}
.flexbox_top h1 {
 margin: 0; padding: 50px 0 0 50px;
 background: transparent url(../images/shadow.gif) no-repeat left top;
 font-size: 120%;
}
.flexbox_bottom {
 margin: 0; padding: 0 50px 0 0;
 background: transparent url(../images/shadow.gif) repeat-y right bottom;
}
.flexbox_bottom p {
 margin: 0; padding: 10px 0 50px 50px;
 background: transparent url(../images/shadow.gif) no-repeat left bottom;
}

.p p {
 margin: 0; padding: 10px 0 0 50px;
 background: transparent url(../images/shadow.gif) repeat-y 0 -50px;/* align left - start 50px from the top */
}
.p {
 margin: 0; padding: 0 50px 0 0;
 background: transparent url(../images/shadow.gif) repeat-y 100% -50px;/* align right - start 50px from the top */
}

/*--------------------------------------------------------------------*/
/* Indestrucible box */

.ind_box {
  width: 273px;
  background: url(../images/presentational/box/div-bottom.gif) no-repeat bottom left;
  }
.ind_box h1 {
  margin: 0;
  padding: 6px 8px 4px 10px;
  font-size: 130%;
  color: #333;
  border-bottom: 1px solid #BBBBBB;
  background: url(../images/presentational/box/h3-bg.gif) no-repeat top left;
  }
.ind_box ol, .ind_boxul, .ind_box p, .ind_box h2, .ind_box h3, .ind_box h4 {
  margin: 0;
  padding: 5px 10px 5px 10px;
  list-style: none;
  }
.ind_box li {
  margin: 0 0 6px; 
  padding: 0;
  } 
  
 .ind_box_530 {
  width: 530px;
  background: url(../images/presentational/box/530w_bottom.gif) no-repeat bottom left;
  }
.ind_box_530 h1 {
  margin: 0;
  padding: 15px 8px 4px 20px;
  font-size: 130%;
  color: #333;
  /*border-bottom: 1px solid #BBBBBB;*/
  background: url(../images/presentational/box/530w_top.gif) no-repeat top left;
  }
.ind_box_530 ol, .ind_box_530 ul, .ind_box_530 p, .ind_box_530 h2, .ind_box_530 h3, .ind_box_530 h4 {
  margin: 0;
  padding: 0 10px 0 10px;
  list-style: none;
  }

.ind_box_530 li {
  margin: 0 0 6px; 
  padding: 0;
  }




/* Recipes/Add Food Menus ==================================================================== */
#nav3 {
	float: left;
	width: 94%;
	margin: 0;
	padding: 10px 0 0 46px;
	list-style: none;
	background: #810022 url(../images/presentational/menu/nav_bg.gif) repeat-x bottom left;
	}
#nav3 li {
	float: left;
	margin: 0;
	padding: 0;
	font-family: "Lucida Grande", sans-serif;
	font-size: 100%;
	}
#nav3 a {
	float: left;
	display: block;
	margin: 0 1px 0 0;
	padding: 4px 8px;
	color: #333;
	text-decoration: none;
	border: 1px solid #9B8748;
	border-bottom: none;
	background: #F9E9A9 url(../images/presentational/menu/off_bg.gif) repeat-x top left;
	}
#nav3 a:hover, #current a {
	color: #333;
	padding-bottom: 5px;
	border-color: #727377;
	background: #fff url(../images/presentational/menu/on_bg.gif) repeat-x top left;
	}

#rc_nav {
  float:left;
  width:100%;
  background:#DAE0D2 url("../images/presentational/menu/rounded_corners/bg.gif") repeat-x bottom;
  font-size:93%;
  line-height:normal;
  font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  letter-spacing: 2px;
  text-transform: uppercase;
  }
#rc_nav ul {
  margin:0;
  padding:10px 10px 0;
  list-style:none;
  }
#rc_nav li {
  float:left;
  background:url("../images/presentational/menu/rounded_corners/left.gif") no-repeat left top;
  margin:0;
  padding:0 0 0 9px;
  }
#rc_nav a {
  float:left;
  display:block;
  background:url("../images/presentational/menu/rounded_corners/right.gif") no-repeat right top;
  padding:5px 15px 4px 6px;
  text-decoration:none;
  font-weight:bold;
  color:#765;
  }
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#rc_nav a {float:none;}
/* End IE5-Mac hack */
#rc_nav a:hover {
  color:#333;
  }
#rc_nav #current {
  background-image:url("../images/presentational/menu/rounded_corners/left_on.gif");
  }
#rc_nav #current a {
  background-image:url("../images/presentational/menu/rounded_corners/right_on.gif");
  color:#333;
  padding-bottom:5px;
  }


#recipe_card ul
{
list-style-type: none;
text-align: left;
}

#recipe_card ul li a
{
background: transparent url(../images/presentational/icons/list-off.gif) left center no-repeat;
padding-left: 15px;
text-align: left;
font: bold 12px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
text-decoration: none;
color: #3d46b7;
}

#recipe_card ul li a:hover
{
background: transparent url(../images/presentational/icons/list-on.gif) left center no-repeat;
color: white;
background-color:#3d46b7;
}

#recipe_card ul li a#current
{
background: transparent url(../images/presentational/icons/list-active.gif) left center no-repeat;
color: #000;
}



/* Recipe Box ==================================================================== */

#recipe_box ul {
  float: left;
  width: 50em;
  margin: 2em 0 2em 5em;
  padding: 0;
  list-style-image: url(http://mywiseweight.com/images/presentational/icons/recipe.gif);
}

#recipe_box li {
  float: left;
  width: 20em;
  margin: 0;
  text-decoration:none;
  background-position: 0 3px;
  padding: 0; /* left padding moves the text away from the bullet */
}

#ind_box {
	width: 70%;
}

.top {
 margin: 0; padding: 0 50px 0 0;
 background: transparent url(../images/presentational/box/shadow.gif) repeat-y right top;
}
.top h1 {
 margin: 0; padding: 50px 0 0 50px;
 background: transparent url(../images/presentational/box/shadow.gif) no-repeat left top;
 font-size: 120%;
}
.bottom {
 margin: 0; padding: 0 50px 0 0;
 background: transparent url(../images/presentational/box/shadow.gif) repeat-y right bottom;
}
.bottom p {
 margin: 0; padding: 10px 0 50px 50px;
 background: transparent url(../images/presentational/box/shadow.gif) no-repeat left bottom;
}

.flexbox p {
 margin: 0; padding: 10px 0 0 50px;
 background: transparent url(../images/presentational/box/shadow.gif) repeat-y 0 -50px;/* align left - start 50px from the top */
}
.flexbox {
 margin: 0; padding: 0 50px 0 0;
 background: transparent url(../images/presentational/box/shadow.gif) repeat-y 100% -50px;/* align right - start 50px from the top */
}



/* IE6 BUG FIXES ==================================================================== */
form {
	height:expression('1%'); /* IE Pick-a-boo bug fix */
}
form fieldset {
	position:expression('relative'); /* Fixes IE problem with fieldset+legend boundaries */
	margin-top:expression('1em');
	padding-top:expression('1.5em');
}
form fieldset legend {
	position: expression('absolute'); 
	top: expression('-.5em'); /* Fixes IE problem with fieldset+legend boundaries */
	left:expression('.5em');
}


/* -------------------------------------- CLEARFIX <<<---------------------------------------------- */

.clearfix:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {display: inline-block;}  /*a fix for IE Mac*/

* html .clearfix {height: 1%;}
.clearfix {display: block;} /*The Holly hack for a bug in IE6 for Windows*/
