body
{
	background: url('../_img/page-bg.jpg') top center repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
}

/**********/
/* Header */
/**********/

div#header-wrapper
{
	background: url(../_img/header-bg.png) top center repeat-x;
	width: 100%;
	height: 212px;
}

div#header
{
	background: url(../_img/header.png) top center no-repeat;
	width: 1000px;
	height: 212px;
	margin: 0 auto;
}

div#header h1
{
	display: block;
	width: 675px;
	height: 110px;
	margin: 0 auto;
	padding-top: 18px;
	
	/* background-color: green;
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter:alpha(opacity=50); */
}

div#header h1 a
{
	display: block;
	width: 100%;
	height: 110px;
	text-indent: -9999px;
}

/* Main Menu */

div#header ul#main-menu
{
	display: block;
	width: 710px;
	height: 30px;
	margin: 0 auto;
	padding-top: 8px;
}

div#header ul#main-menu li
{
	display: block;
	float: left;
	height: 30px;
}

li#menu-home { width: 100px; }
li#menu-recipes { width: 120px; }
li#menu-fundraising { width: 160px; }
li#menu-history { width: 215px; }
li#menu-contact { width: 115px; }

div#header ul#main-menu li a
{
	display: block;
	height: 30px;
	text-indent: -9999px;
}

li#menu-home a { width: 60px; }
li#menu-recipes a { width: 80px; }
li#menu-fundraising a { width: 125px; }
li#menu-history a { width: 180px; }
li#menu-contact a { width: 115px; }

/***********************/
/* Floating Book Promo */
/***********************/

div#buy-book-front
{
	float: right;
	width: 265px;
	height: 254px;
	margin: -90px -150px 0 0;
	background-image:url(../_img/buy-book-front.png);
}

div#buy-book-inside
{
	float: right;
	width: 241px;
	height: 158px;
	margin: -92px -100px 0 0;
}


a#learn-more-link
{
	display:block;
	float:right;
	margin-top:-30px;
	height:132px;
	width:164px;
}

a#buy-book-link
{
	display:block;
	height:151px;
	width:232px;
}

/****************/
/* Content Area */
/****************/

#main-content
{
	width: 777px;
	margin: 20px auto 0 auto;
	background: url(../_img/text-bg.png) top left repeat-y;
	border: 6px solid #000;
	font-size: 0.875em;
	line-height: 1.5em;
}

#main-text
{
	width: 697px;
	padding: 20px 40px;
	background: url(../_img/text-bg-top.png) top left no-repeat;
}

#main-content div#h2-container
{
	display: block;
	/* width: 636px; */
	height: 3em;
	margin: 0 0 35px 0;
	background: url(../_img/heading-bottom.png) bottom left no-repeat;
}

#main-content h2
{
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	height: 1.6em;
	font-size: 1.6em;
}

#main-content h3
{
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.1em;
	padding: 1em 0 0.25em 0;
}

#main-content p
{
	padding-bottom: 1em;
}

#main-content ol
{
	list-style: decimal;
	padding-left: 30px;
	padding-bottom: 1em;
	overflow: auto;
}

#main-content ul
{
	padding-bottom: 1em;
	overflow: auto;
}

#main-content ul li
{
	margin-left: 10px;
	padding-left: 20px;
	background: url(../_img/bullet.png) 0px 4px no-repeat;
}

.sIFR-alternate {
	display: none;
}

.left {
	float: left;
	padding: 0 10px 10px 0;
}

.right {
	float: right;
	padding: 0 0 10px 10px;
}
p#photoCaption{
	font-size: .7em;
	text-align:center;
	line-height:1em;
}

/**********/
/* Footer */
/**********/

#footer
{
	width: 777px;
	margin: 10px auto 0 auto;
	font-size: 0.6em;
	line-height: 1.5em;
	text-align: center;
	color: #333;
}

#footer a
{
	color: #333;
}

div#footer-salsa
{
	float: right;
	width: 265px;
	height: 5px;
	margin: -80px -124px 0 0;
}

/***********/
/* Recipes */
/***********/

.recipeCategory
{
	background-color: #FFA101;
	text-align: center;
	padding: 10px;
	margin: 0;
	font-size: 0.5em;
	line-height: 0.5em;
}

.recipeDescription
{
	padding: 20px 5px 10px 15px;
	background-color: #FAC43E;
	border: 8px solid #FFA101;
	border-top: none;
}

.recipeDescription img.left
{
	border: 2px solid black;
	padding: 0;
	margin-right: 17px;
}

.recipeDescription h4
{
	text-align: center;
}

.recipeDescription h4 a
{
	color: #000;
	text-decoration: underline;
}

#main-content .recipeDescription p
{
	font-size: 0.875em;
	line-height: 1em;
	padding: 0.5em 0;
}

#main-content .recipeDescription p.heat-high, #main-content .recipeDescription p.heat-mild
{
	padding-bottom: 0;
	text-align: right;
	font-weight: bold;
	line-height: 27px;
}

#main-content .recipeDescription p.heat-mild
{
	background: url(../_img/heat-1.png) top right no-repeat;
	padding-right: 25px;
}

#main-content .recipeDescription p.heat-high
{
	background: url(../_img/heat-2.png) top right no-repeat;
	padding-right: 47px;
}

.recipeLinks
{
	padding-bottom: 50px;
}

/**********************/
/* Individual Recipes */
/**********************/

.recipeName
{
	background-color: #FFA101;
	padding: 10px 30px;
	font-weight: bold;
	width: 620px;
	margin: 0 auto;
}

.recipeName a
{
	display: block;
	float: right;
	border: 1px solid #000;
	padding: 3px 6px;
	color: #000;
	text-decoration: none;
}

.recipe
{
	padding: 20px 15px 10px 15px;
	background-color: #FAC43E;
	border: 8px solid #FFA101;
	border-top: none;
	width: 634px;
	margin: 0 auto 50px auto;
}

.recipe p
{
	font-weight: bold;
}

#main-content .recipe p.heat-high, #main-content .recipe p.heat-mild
{
	font-weight: normal;
	margin: 0;
	padding: 0 0 1em 0;
}

#main-content .recipe p.heat-mild span
{
	background: url(../_img/heat-1.png) top right no-repeat;
	padding-right: 25px;
	padding-top: 5px;
	padding-bottom: 6px;
}

#main-content .recipe p.heat-high span
{
	background: url(../_img/heat-2.png) top right no-repeat;
	padding-right: 47px;
	padding-top: 5px;
	padding-bottom: 6px;
}

.recipe img.right
{
	border: 2px solid black;
	padding: 0;
}

/***************/
/* Fundraising */
/***************/

#buy-book-sidebar
{
	text-align: center;
	line-height: 1em;
	font-weight: bold;
	width: 172px;
}

#order-now-button
{
	display: block;
	border: 1px solid #000;
	width: 107px;
	margin: 10px auto 0 auto;
	padding: 3px 0;
	text-decoration: none;
	color: #000;
	background: #F5B72E url(../_img/gradient-short.png) top left repeat-x;
	
}

form
{
	text-align: center;
	width: 368px;
	margin: 0 auto;
}

label
{
	margin-right: 6px;
	padding-bottom: 10px;
}

p.radioOptions label
{
	display: block;
}

input.text
{
	display: block;
	border: 1px solid #000;
	width: 362px;
	padding: 3px;
	text-decoration: none;
	color: #000;
	background: #F5B72E url(../_img/gradient-short.png) top left repeat-x;
	font-size: 12px;
}

textarea
{
	display: block;
	border: 1px solid #000;
	width: 362px;
	height: 97px;
	padding: 3px;
	text-decoration: none;
	color: #000;
	background: #F5B72E url(../_img/gradient-tall.png) top left repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

p.submit
{
	text-align: right;
}

.viewPDF
{
	display: block;
	border: 1px solid #000;
	padding: 2px 6px;
	text-decoration: none;
	color: #000;
	background: #F5B72E url(../_img/gradient-short.png) top left repeat-x;
	float: right;
	margin-right: 130px;
	text-align: center;
	font-weight: bold;
}

/*******************/
/* Company History */
/*******************/

#history-column
{
	width: 518px;
	border-left: 1px solid #000;
	padding-left: 27px;
	text-indent: 1em;
}

#history-navigation
{
	padding-top: 1em;
}

#history-navigation ul li a
{
	font-size: 1.2em;
	color: #000;
	text-decoration: none;
}

#main-content #history-navigation ul li
{
	margin-left: 0px;
	padding-left: 15px;
	background: url(../_img/bullet-2.png) 0px 13px no-repeat;
	line-height: 2.4em;
}

img.thumbnail
{
	float: left;
	border: 3px solid #000;
	margin: 0 14px 14px 0;
	width: 100px;
	height: 100px;
}

/**********************/
/* Misc Classes, etc. */
/**********************/

.clearer { clear: both; }

