*
{
	margin: 0;
	padding: 0;
	border: none;
	z-index: 0;
}

html, body
{
	height: 100%;
}

body
{
	font: 62.5%/1.8em Arial, Helvetica, sans-serif;
	color: #5b5b5b;
	background: #fff;
}

.center_float
{
	width: 825px;
	margin: 0 auto;
}

#header
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 198px;
	line-height: 110px;
	background: #483528;
	font-weight: bold;
	text-align: center;
}

#navigationHolder
{
	position: absolute;
	top: 110px;
	left: 0;
	width: 100%;
	line-height: 88px;
	height: 88px;
	background: url(../images/stripes.png) top left repeat-x;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
}


#clearheader
{
	height: 198px;
}

#contentHolder
{
	min-height: 100%;
	width: 825px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: -85px;
	background: #ffffff; /* border: dashed 1px #000; */
}

#home #contentHolder
{
	margin-bottom: -235px;
}

.left
{
	float: left;
}

.right
{
	float: right;
}

#content
{
	width: 100%;
	float: left;
	position: relative;
	z-index: 1;
	margin: 0;
	padding-top: 30px;
	padding-bottom: 50px;
	/* border: 1px dashed #000; */
}

#spacer_chef
{
	float: left;
	width: 232px;
	height: 60px;
}

#spacer_full
{
	width: 100%;
	height: 80px;
}

#postit
{
	position: absolute;
	top: 0;
	left: 0;
	background: url(../images/contact.png) top left no-repeat;
	height: 160px;
	width: 160px;
	z-index: 1000; 
}

#clearfooter
{
	clear: both;
	height: 85px;
}

#home #clearfooter
{
	clear: both;
	height: 235px;
}

#contentRight 
{
	position: absolute;
	top: 136px;
	right: 0;
	/* border: 1px dashed #000; */
	width: 380px;
	margin-right: 60px;
}

#footer
{
	width: 100%;
	clear: both;
	height: 85px;
	line-height: 40px;
	background: url(../images/icing.png) top left repeat-x;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	position: relative;
}

#navigation
{
	margin: -92px auto 0 auto;
	width: 825px;
	height: 268px;
	background: url(../images/chef.png) top left no-repeat;
	text-indent: -9999px;
 }

#navigation ul
{
	padding-left: 245px;
	padding-top: 92px;
	list-style: none;
	height: 54px;
	margin: 0 -2px 0 -2px;
}

#navigation ul li
{
	list-style: none;
	float: left;
	height: 54px;
	margin: 20px 0;
}

#navigation ul li a
{
	height: 54px;
	display: block;
	border-bottom: none;
}

#navigation ul li a:hover
{
	border-bottom: none;
}

#navigation ul li a span
{
	display: block;
}

#navigation ul #nav_home
{
	margin-left: 0;
}

#navigation ul #nav_home a
{
	background: url(../images/navigation/home_combined.png) top left no-repeat;
	width: 74px;
}

#navigation ul #nav_home a:hover
{
	background-position: -74px 0;
}

#navigation ul #nav_home.currentpage a,
#navigation ul #nav_home.currentpage a:hover
{
	background-position: -74px 0;
	cursor: text;
}

#navigation ul #nav_about a
{
	background: url(../images/navigation/about_combined.png) top left no-repeat;
	width: 113px;
}

#navigation ul #nav_about a:hover
{
	background-position: -113px 0;
}

#navigation ul #nav_about.currentpage a,
#navigation ul #nav_about.currentpage a:hover
{
	background-position: -113px 0;
	cursor: text;
}

#navigation ul #nav_orders a
{
	background: url(../images/navigation/orders_combined.png) top left no-repeat;
	width: 125px;
}

#navigation ul #nav_orders a:hover
{
	background-position: -125px 0;
}

#navigation ul #nav_orders.currentpage a,
#navigation ul #nav_orders.currentpage a:hover
{
	background-position: -125px 0;
	cursor: text;
}

#navigation ul #nav_gallery a
{
	background: url(../images/navigation/gallery_combined.png) top left no-repeat;
	width: 99px;
}

#navigation ul #nav_gallery a:hover
{
	background-position: -99px 0;
}

#navigation ul #nav_gallery.currentpage a,
#navigation ul #nav_gallery.currentpage a:hover
{
	background-position: -99px 0;
	cursor: text;
}

#navigation ul #nav_links a
{
	background: url(../images/navigation/links_combined.png) top left no-repeat;
	width: 170px;
}

#navigation ul #nav_links a:hover
{
	background-position: -170px 0;
}

#navigation ul #nav_links.currentpage a
{
	background-position: -170px 0;
	cursor: text;
}

#cupcakes
{
	margin-left: -59px;
	position: absolute;
	left: 50%;
	bottom: 5px;
	height: 30px;
	width: 118px;
	background: url(../images/cupcakes.png) bottom center no-repeat;
}

#header #logo
{
	margin-top: 14px;
	margin-left: 244px;
	height: 94px;
	width: 583px;
	background: #483528 url(../images/logo.png) top left no-repeat;
	text-indent: -10000px;
	border-bottom: none;
}

#feature
{
	width: 100%;
	clear: both;
	height: 150px;
	background: #dcd4b2;
	position: relative;
	z-index: 999;
	text-align: left;
	display: none;
}

#home #feature
{
	display: block;
}

#featuredCake
{
	float: left;
	background: url(../images/polaroids/featured.png) top left no-repeat;
	height: 220px;
	width: 220px;
	margin-top: -46px;
	margin-bottom: -46px;
	overflow: visible;
}

#featuredText
{
	margin: 0 50px 0 200px;
	padding: 20px 0;
}

#featuredLink
{
	float:right;
}


/* -----------------------------------------------------------------------------------
//	Global Styles
// ----------------------------------------------------------------------------------- */

p
{
	margin-bottom: 1.0em;
}

#content
{
	padding-left: 30px;
	padding-right: 50px;
}

#content ul
{
	padding-left: 0px;
	padding-right: 0px;
}

#footer p
{
	padding-top: 15px;
}

img
{
	border-width: 0;
}

.clear
{
	clear: both;
}

h1, h2, h3, h4, h5, h6
{
	color: #291a12;
	font-family: Georgia, "Times New Roman" , serif;
	font-weight: normal;
	margin-bottom: 10px;
}

h2
{
	font-size: 2.4em;
}

h3
{
	font-size: 1.6em;
}

p, ul, ol, th, td
{
	font-size: 1.2em;
}

#content ul 
{
	list-style-image: url(../images/dot.gif);	
	margin-left: 0; 
}

#content ul li
{
	padding-bottom: 5px; 
}

#content ul.indent
{
	padding-left: 25px; 
}


a, a:visited
{
	color: #d97aa2;
	text-decoration: none;
	padding: 0 2px;
}

a:hover
{
	background: #86c9e3;
	color: #fff;
	padding: 0 2px;
	text-decoration: none;
}

a.facebook,
a:hover.facebook
{
	text-decoration: none;
	background: #fff;
}

img.facebook
{
	vertical-align: middle;
}

#navigation a, #navigation a:visited
{
	padding: 0;
}

#recipe
{
	padding: 20px;
	width: 400px;
}

#recipe p,
#recipe ul
{
	font-size: 1.4em;
}

#recipe li
{
	padding-bottom: 2px;
}

#recipe h2
{
	font-size: 1.8em;
}

.caption
{
	font: 1.2em Arial, Helvetica, sans-serif;
}

.gallery 
{
	height: 500px;
	width: 210px;
	float: left;
	margin: 0 auto;
	padding: 0;
	padding-left: 10px;                                                                                 
	white-space: nowrap;                                                                                 
	overflow-x: hidden;                                                                                   
	overflow-y: auto;
}

.gallery li
{
	width: 55px;
	height: 70px;
	border: 3px double #eee;
	margin: 0 2px 2px 0;
	background: #eee;
	padding: 0;
	float: left;
	display: inline-block;
	vertical-align: middle;
}

.gallery li.hover
{
	border-style: solid;
	border-color: #86c9e3;
}

.gallery li.active
{
	border-style: solid;
	border-color: #86c9e3;
}

.galleria_container
{
	margin: 0;
	height: 450px;
	width: 600px;
	float: right;
}

.nav
{
	clear: both;
	padding-left: 223px;
}

#calendar
{
	padding: 20px;
	width: 500px;
	height: 360px;
}

#wufoo
{
	width: 600px;
}
    