/* Color Guide
----------------------------------------------- *//*
  Orange Header & Logo - #FF2D00
  Aqua Highlight & Logo - #8CCDD0
  Gray Header & Text - #777
  Light Gray - #808080
  border-color - #FF2D00
  
*/


/* General Styles
----------------------------------------------- */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin: 0px;
}

p {
	padding-left: 8px;
  }		

p a.on {
	font-weight: bold; 
	border-style: solid; 
	border-width: 0px 0px 2px 0px; 
	border-color: #FF3300;
 }

p a:hover { 
	background: #FF2D00; 
	color: #FFFFFF; 
	font-weight: bold;
 }

h1 {
	font-size: 16px;
	color: #FF2D00;
}

h2 {
	font-size: 14px;
	color: #777777;
	padding: 8px;
}

h3 {
	font-size: 30px;
	color: #777777;
	padding: 8px 8px 8px 8px;
}

/* General Style - Ids
----------------------------------------------- */
#uppercontainer {
	width: 770px; 
	margin-left: auto; 
	margin-right: auto; 
	
}

#container {
	width: 770px; 
	margin-left: auto; 
	margin-right: auto; 
	
}

#maincontent  {
	float: left;
	margin-top: 0px;
	margin-bottom: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
	width: 770px;
}

#formcontent  {
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
	width: 770px;
}

#navlist {
	list-style-image: url(/images/orange_bullet.gif);
}


/* General - Classes
----------------------------------------------- */

.aquabar {
	height:20px;
	background-image: url(/images/aqua_bar.gif);
}

span.highlight {
	background: #8CCDD0;
	padding: 1px;
}


/* Account Header - Ids
----------------------------------------------- */

#accountmenu	{
	float: right;
	width: 400px;
	margin-top: 6px;
	color: #777;
	text-align: right;
}

#accountmenu a, a:link, a:visited	{
	font-weight: bold;
	color: #777777;
	text-decoration: none;
 }
 
#accountmenu a.on	{
	font-weight: bold; 
	border-style: solid; 
	border-width: 0px 0px 2px 0px; 
	border-color: #FF3300;
 }
 
#accountmenu a:hover	{
	background: #8CCDD0;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
 }


/* Header - Ids
----------------------------------------------- */

#logo	{
	padding-top: 10px;
	padding-bottom: 10px;
	width: 363px;
}

#header	{
	border-bottom: solid 4px #ccc;
	padding-top: 10px;
	padding-bottom: 10px;
}

#headermenu	{
	float: right;
	width: 400px;
	color: #777;
	margin-top: 40px;
	text-align: right;
}

#headermenu a, a:link, a:visited	{
	font-weight: bold;
	color: #777777;
	text-decoration: none;
 }
 
#headermenu a.on	{
	font-weight: bold; 
	border-style: solid; 
	border-width: 0px 0px 2px 0px; 
	border-color: #FF3300;
 }
 
#headermenu a:hover	{
	background: #FF2D00;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
 }
 
 
/* Chef Top Menu
----------------------------------------------- */
#chefmenu a.chefmenu2, #chefmenu a.chefmenu2, #chefmenu a.chefmenu2:link, #chefmenu a.chefmenu2:visited {
	display: block;
	width: 100px; 
	height: 25px;
	border-right: solid 1px #ffffff;
	border-bottom: solid 4px #cccccc;
	background:	#FF2D00;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	line-height: 25px;
}

#chefmenu a.chefmenu2, #chefmenu a.chefmenu2:link, #chefmenu a.chefmenu2:visited {
	float:left;
}

#chefmenu a.chefmenu2:hover, #chefmenu a.chefmenu2:active { 
	background: #8CCDD0;
	color:#fff;
}

#chefmenublock {
	display: block;
	width: 466px;
	float: right; 
	height: 25px;
	border-right: solid 1px #ffffff;
	border-bottom: solid 4px #cccccc;
	background:	#FF2D00;
	line-height: 25px;
}

/* Buttons
----------------------------------------------- */

#signupbutton {
	display: block;
	text-align: center;
	height: 20px;
	line-height: 20px;
	border: 3px double #FF2D00;
	padding: 2px;
	width: 150px;
	float: left;
	color: #8CCDD0;
	text-decoration: underline;
	clear: right;
	margin-left: 20px;
	margin-bottom: 16px;
	margin-top: 16px;
}

#browsebutton {
	display: block;
	text-align: center;
	height: 20px;
	border: 3px double #FF2D00;
	text-decoration: underline;
	color: #8CCDD0;
	padding: 2px;
	line-height: 20px;
	width: 180px;
	margin-left: 150px;
	float: left;
	margin-right: 150px;
	margin-bottom: 16px;
	margin-top: 16px;
}


/* Chef Forms - Classes
----------------------------------------------- */

form input.input-text {
	width: 150px;
}

select {
	width: 100px;
}
	
form textarea.input-area {
	width: 330px;
	height: 80px;
}

div.form-submit {
 	float: left;
	padding: 4px 4px 4px 4px;
}

/* Chef Form Table Style - Ids */

table.form-table th, td {
	padding: 6px 6px 6px 6px;
	text-align: left;
	vertical-align: top;
	color: #777777;
}

table.profile-table th, td {
	padding: 6px 6px 6px 6px;
	text-align: left;
	vertical-align: top;
	color: #777777;
}

/*  Browse Chef Profile
----------------------------------------------- */

.chef li
{
	list-style: none;
	}

.chef li.odd {
	background: #F1F1F1;
	padding: 8px 8px 8px 8px;
}

.chef li.even {
	background:#FFFFFF;
	padding: 8px 8px 8px 8px;
}
.chef li a
{
	color: #777;
	text-decoration: underline;
}

/* Footer - Ids
----------------------------------------------- */

#footer {
	clear: both;
	width: 770px;
	font-size: 11px;
	border-top: solid 4px #ccc;
	padding-top: 8px;
}

#footermenu	{
	float: left;
	width: 570px;
	color: #777777;
}

#footermenu a, a:link, a:visited { 
	font-weight: bold; 
	color: #777777; 
	text-decoration: none; 
}
	
#footermenu a.on	{ 
	font-weight: bold; 
	border-style: solid; 
	border-width: 0px 0px 2px 0px; 
	border-color: #FF3300;
 }

#footermenu a:hover	{ 
	background: #FF2D00; 
	color: #FFFFFF; 
	font-weight: bold;
 }
 
#copyright {
	float: right;
	text-align: right;
	width: 200px;
	color: #777777;
}

#copyright a, a:link, a:visited { 
	font-weight: bold; 
	color: #777777; 
	text-decoration: none; 
}
	
#copyright a.on	{ 
	font-weight: bold; 
	border-style: solid; 
	border-width: 0px 0px 2px 0px; 
	border-color: #FF3300;
 }

#copyright a:hover	{ 
	background: #FF2D00; 
	color: #FFFFFF; 
	font-weight: bold;
 }

