/* CSS file */

#error_message
{
background: #FFFF7E;
padding: 25px;
width: 600px;
font-weight: bold;
border: 5px solid white;
}
.important
{
color: #c00;
}

.success
{ 
	color: #4A7023;
}

.clear
{
	clear: both;
	margin-top: 15px;
}

h1,h2,h3,h4
{
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	font-family: Helvetica, Arial, sans-serif;
}

h1
{
	font-size: 28px;
	font-style: italic;
	letter-spacing: -1pt;
	font-family: Georgia, Times New Roman;	
	padding:0;
	margin:0;
}

h2
{
	font-variant: small-caps;
	letter-spacing: 2px;
	font-size: 15px;
	margin-bottom:10px;
}

h3
{
	font-size: 18px;
	font-family: Georgia, Times New Roman;
	margin-bottom: 10px;	
}

h4
{
	font-size: 10px;
	font-family: Verdana, Arial;
	font-weight: bold;
	margin-bottom: 10px;
}

body
{

	background: url('images/bg.png');
	background-repeat: repeat-x;
	background-color: #f8fbf4;
}

div#content
{
	color: #000000;
	font-family: Verdana, Arial;
	font-size: 12px;
	width: 950px;
	margin: 0px auto;
	background: url('images/bg.png');
	background-repeat: repeat-x;
	position: relative;
}

#header_bar
{
	font-family: Helvetica;
	font-size: 28px;
	font-weight: bold;
	padding: 30px 0 30px 0;
	letter-spacing:-1px;
	position: relative;

	
}
#header_bar #main_title
{
   position: relative;
   float: left;
}

#header_bar #sub_title
{
	position: relative;
	color: #999;
	float: left;
}

#header_bar #styles_nav
{
	position: relative;
	float: right;
	list-style-type: none;
	#border-top: solid 1px #666;
	#border-bottom: solid 1px #666;
	margin-top: -5px;
}

#header_bar #styles_nav li
{
	font-family: Verdana;
	font-size: 12px;
	letter-spacing: 0px;
	font-weight: bold;
	display: inline;
	text-align: center;
	padding:8px;
	border: solid 1px #666;
	background-color: #ccc;
}


#header_bar #styles_nav li a
{
	color: #000;
	text-decoration: none;
	padding: 10px 15px 10px 15px;
	#display: inline-block;
}

#header_bar #styles_nav li:hover
{
background-color: #eee;
background-repeat: repeat-x;
}

#recipes_list
{
	list-style-type: none;
	font-size: 12px;
	float: left;
	margin: 0 1em 0 0;
	padding-left: 0px;
	vertical-align:top;
	width: 180px;
}

#recipes_list li
{

	padding-bottom: 10px;
}

#recipes_list li a
{
  	color: #000;
  	text-decoration: underline;
}

#current_recipe
{
	float: left;
	width: 46%;
	margin-right: 1.5em;
}

#current_recipe hr
{
	text-align: left;/*this will align it for IE*/
	border: solid 1px #fff;
	margin-bottom: 20px;
	height: 1px;
}

#current_recipe_ingredients_list
{
	list-style-type: none;
	font-size: 11px;
	padding: 0px;
	margin: 0;
}

#current_recipe_ingredients_list li
{
	padding-bottom:8px;
	margin:0;
}

#current_recipe_detailed_info
{
	float: left;
	width: 300px;
	margin-top: 50px;
}

#current_recipe_image
{
	border: solid .25em white;
}

div#current_recipe p#current_instructions
{
	font-size: 12px;
	line-height: 17px;
	margin-bottom: 25px;
}



#email_message
{
	font-weight: bold;
}
#email_to_a_friend
{
	border: solid 1px #fff;
	padding: 20px;
	width: 264px;
	position: relative;
}
#email_to_a_friend label
{
	display: block;
	line-height: 2em;
	vertical-align: middle;
	margin-top: .5em;
}

#email_to_a_friend label input
{
	position: absolute;
	left: 7em;
}

#email_to_a_friend a
{
	font-family: Verdana;
	font-size: 11px;
	padding: 5px;
	font-weight: bold;
	text-align: center;
	border: 1px solid;
	color: #000;
	text-decoration: none;
	margin-top: 1em;
	display: inline-block;
	margin-left: 6.7em;
	#margin-left: 6.2em;
}

#email_to_a_friend a:hover
{
	background-color: #eee;
	background-repeat: repeat-x;
}

#greyed_out
{
	background-color: red;
	color: white;
	font-weight: bold;
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	padding: 5px;
}

#greyed_out span
{
	padding-right: 25px;
	font-family: Verdana, Arial;
	font-size: 12px;
}

.inline
{
display: inline;
}

.centered_bright
{
	
	font-family: Helvetica;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 0px;
	width: 100%;
	color: #ccc;
	opacity: 1.0; /* Safari, Opera */
	-moz-opacity:1.0; /* FireFox */
	filter: alpha(opacity=100); /* IE */
	z-index: 2;
	position: absolute;
	top: 100px;
	left: 50%;
}



