﻿/* 
Main Layout Elements
Links
Header
Body Content
Footer
Generic Content
Page Specific Content
*/

/* Main Layout Elements 
_____________________________________________________________________*/

body {
	background-color: #fefefc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image:url(/images/body-bg.jpg);
	background-repeat: repeat-x;
	color: #3c1503;
	}
	
h1 { 
	font-size: 10px; 
	text-transform: uppercase;
	color: #ede8dd;
	letter-spacing: .3em;
	background-color: #ad3614;
	background-image: url(/images/title-bar.gif);
	background-repeat: repeat-x;
	padding: 6px 0;
	margin-bottom: 25px;
	}
	
#page {
	width: 800px;
	} 
	
/* Links 
_____________________________________________________________________*/
a:link, a:visited { 
	color: #d84519;
	text-decoration: none;
	}

a:active, a:hover { 
	color: #d84519;
	text-decoration: underline;
	}
	
/* header
_____________________________________________________________________*/

#headertop {
	background-image: url(/images/header-bar.jpg);
	height: 30px;
	position: relative;
	z-index: 100;
	}
	
#logo { 
	position: absolute;
	top: -16px;
	left: -10px;
	width: 230px;
	z-index: 100;
	}
	
#header {
	background-image: url(/images/header-bg.jpg);
	height: 121px;
	position: relative;
	z-index: 1;
	}
	
#headerimage { 
	position: absolute;
	top: 0px;
	left: 10px;
	z-index: 1;
	}
	
#headertitle { 
	position: absolute;
	top: 65px;
	left: 165px;
	z-index: 2;
	width: 600px;
	height: 55px;
	background-image: url(/images/title.png);
	}
	
#headertitle h2 { 
	text-align: left;
	font-size: 16px;
	color: #ede8dd;
	font-weight: bold;
	padding: 27px 0 0 35px;
	}

/* Body Content
_____________________________________________________________________*/

#breadcrumbs { 
	font-size: 10px;
	margin-bottom: 10px;
	}

#breadcrumbs a { 
	text-decoration: none;
	padding: 2px;
	}	

#breadcrumbs a:hover { 
	background-color: #d84519;
	color: #fff;
	}

#contentwrapper { 
	background-image: url(/images/page-bg.png);
	}

#navigation, #content { 
	float: left;
	}

#navigation { 
	padding: 0 0 0 20px;
	width: 160px;
	}
	
#funfacts { 
	background-image: url(/images/wheat-fun-facts.gif);
	font-size: 10px;
	padding: 28px 17px 20px 20px;
	height: 102px;
	text-align: left;
	}
	
#wordwisdom { 
	background-image: url(/images/wheat-words.gif);
	font-size: 10px;
	padding: 28px 17px 20px 20px;
	height: 102px;
	text-align: left;
	}

#content {
	padding: 20px;
	width: 530px;
	text-align: left;
	}
	
#content p { 
	padding-bottom: 10px;
	}
	
#content h2 { 
	font-size: 18px; 
	color: #d84519;
	padding: 0 0 5px 0;
	}
	
#content h3 { 
	background-image: url(/images/content-header-bar.gif);
	background-repeat: no-repeat;
	background-color: #ad3614;
	font-size: 12px; 
	font-weight: bold;
	color: #fff;
	padding: 3px 10px 2px 10px;
	
	}
	
#content h4 { 
	font-size: 14px; 
	color: #d84519;
	padding: 0 0 5px 0;
	}
	
		
h5 { 
	font-weight: bold;
	font-size: 12px;
	color: #d84519;
	}
		
/* footer
_____________________________________________________________________*/

#footer {
	background-image: url(/images/footer.png);
	height: 60px;
	background-repeat: no-repeat;
	clear: both;
	text-align: right;
	}
	
#footer h2 {
	font-size: 12px;
	font-weight: bold;
	color: #fff; 
	padding: 25px 25px 20px 20px;
	}
	
#footer h2 a {
	color: #fff; 
	}
	
/* Generic Content
_____________________________________________________________________*/	

.rightblock { 
	margin: 0 0 10px 20px;
	float: right;
	}
	
.leftblock { 
	margin: 0 20px 0 0;
	float: left;
	}

.rightblock, .leftblock { 
	
	}
	
.rightblock img, .leftblock img { 
	display: block;
	}
	
.imagefooter { 
	background-image: url(/images/image-footer.gif);
	background-repeat: no-repeat;
	width: 215px;
	padding: 4px 5px 0 5px;
	height: 16px;
	font-size: 10px;
	color: #fff;
	margin-bottom: 10px;
	}

.introtext { 
	padding-bottom: 10px;
	}
	
	
.subcontent, .subcontentsuper { 
	background-image: url(/images/content-bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	margin: 0 0 10px 0;
	}
	
.subcontent { 	
	padding: 10px;
	}
	
.subcontentsuper { 
	padding: 20px;
	}
	
.formcola, .formcolb { 
	float: left;
	padding-bottom: 5px;
	}

.formcola { 
	width: 80px;
	padding-top: 3px;
	padding-right: 10px;
	text-align: right;
	}

.formcolb { 
	width: 280px;
	}

.formcolb .inputwidth { 
	padding: 2px 3px;
	width: 120px;
	}
	
	
.subcola, .subcolb { 
	float: left;
	padding-bottom: 5px;
	}

.subcola { 
	width: 100px;
	padding-top: 3px;
	padding-right: 10px;
	text-align: right;
	}
	
.subcola em, .subcolb em { 
	font-size: 10px;
	color: #d84519;
	}

.subcolb { 
	width: 390px;	
	}
	
.subcolspan { 
	width: 390px;	
	padding-left: 110px;
	}
	
.subcolb .input { 
	width: 260px;
	padding: 2px 3px;
	}
	
/* Page Specific Content 
_____________________________________________________________________*/

/*Home Page*/
#homeintro { 
	height: 380px;
	background-image: url(/images/home/home-landing.jpg);
	margin-bottom: 20px;
	position: relative;
	}
	
.homeplates { 
	position: absolute;
	top: 0px;
	left: 0px;
	/*display: none;*/
	width: 530px;
	height: 380px;
	color: #ffffff;
	}
	
#deliplate, #goodplate, #shopplate {
	background-repeat: no-repeat;
}	

#deliplate div, #goodplate div, #shopplate div { 
	position: absolute;
	top: 185px;
	width: 130px;
	font-size: 11px;
	line-height: 1.4em;
	}
	
#deliplate { 
	background-image: url(/images/home/home-delis.jpg);
	}

#deliplate div { 
	left: 35px;
	}	

#goodplate { 
	background-image: url(/images/home/home-baked.jpg);
	}
	
#goodplate div { 
	left: 200px;
	}
	
#shopplate { 
	background-image: url(/images/home/home-store.jpg);
	}
	
#shopplate div { 
	left: 365px;
	}
	
#tagline { 
	top: 12px;
	left: 54px;
	position: absolute;
	width: 250px;
	height: 120px;
	border: 0px;
	z-index: 110;
	}
#delilink, #goodlink, #shoplink { 
	position: absolute;
	top: 304px;
	z-index: 100;
	}

#delilink { 
	left: 20px;
	}
	
#goodlink { 
	left: 185px;
	}
	
#shoplink { 
	left: 350px;
	}

.introlinks { 
	width: 160px;
	height: 56px;
	border: 0;
	}
	

	
#homemessage { 
	margin-bottom: 20px;
	line-height: 1.4em;
	width: 340px;
	float: left;
	padding-right: 20px;
	text-align: justify;
	}
	
#homesignature { 
	float: left;
	width: 150px;
	height: 80px;
	}
h2.homenews { 
	background-image: url(/images/home-news-header.gif);
	background-repeat: no-repeat;
	text-indent: -2000px;
	font-size: 10px;
	padding: 0;
	margin: 0;
	height: 25px;
	clear: both;
	}
	
h2.homenews a { 
	display: block;
	}
	
#homenewscontent { 
padding: 5px 10px 0 10px;
}
	
#homenewscontent a { 
font-weight: bold;
}

#homenewscontent p { 
margin: 0;
padding: 0 0 5px 0;
}
	
/* Old Home page switcher - Ditch it
#switcherbox { 
	margin-bottom: 20px;
	position: relative;
	height: 150px;
	}
	
#switcherbox .switchimage { 
	position: absolute;
	z-index: 1;
	}
	
#switcherbox #infobox { 
	position: absolute;
	top: 120px;
	left: 20px;
	z-index: 200;
	width: 470px;
	height: 23px;
	background-image: url(/images/home-image-bg.png);
	background-repeat: no-repeat; 
	color: #fff;
	font-size: 11px;
	line-height: 1em;
	padding: 7px 10px 0 10px;
	cursor: pointer;
	}

#infobox #switchertext { 
	padding-top: 3px;
	float: left;
	}
	
#infobox .hiddentext { 
	display: none;
	}

#infobox ul { 
	float: right;
	}

	
#infobox ul li { 
	float: left;
	color: #fff;
	text-decoration: none;
	display: block;
	margin: 0px 2px;
	padding: 2px 4px 3px 4px;
	background-color: #d84519;
	}
	
#infobox ul li:hover { 
	background-color: #ae3714;
	}
*/

#homedelis, #homenews { 
	float: left;
	width: 255px;
	}
	
#homedelis h2, #homenews h2 { 
	background-image: url(/images/home-head.gif);
	padding: 7px 10px 4px 10px;
	font-size: 15px;
	color: #ede8dd;
	font-weight: bold;
	}

#homedelis { 
	margin: 0 20px 0 0;
	}
	
.homecontent { 
	height: 280px;
	overflow:auto;
	margin: 1px 0 0 0;
	}
	
#cateringmenupdf { 
	padding: 5px 10px 0px 10px;
	text-align: center;
	}

/*Baked Goods Formatting*/
.bakeddesc, .bakedimage { 
	float: left;
	margin: 0 0 10px 0;
	}
	
.bakeddesc { 
	padding: 10px 20px 10px 10px;
	width: 275px;
	height: 127px;
	overflow: hidden;
	background-image: url(/images/content-bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	}

/*News Formatting*/
.news ul {
	list-style-type: square;
	padding: 10px 20px;
	}
	
.news ul li {
	padding: 3px 0px;
	}
	
#content .news h1, #content .news h2, #content .news h3, #content .news h4, #content .news h5 { /*Gotta reformat all the h elements because they are entering them in the news articles. */
	padding: 10px 0px 5px 0px;
	font-weight: bold;
	background: none;
	text-transform: none;
	color: #d84519;
	font-size: 12px;
	background-image: none;
	margin: 0px;
	}
	
/*Dealer Formatting*/
.dealer { 
	width: 230px;
	padding-right: 25px;
	padding-bottom: 15px;
	float: left;
	}

.store { 
	width: 150px;
	padding-right: 20px;
	padding-bottom: 15px;
	float: left;
	}
	
/*TV formatting*/
#mediacontainer { 
	width: 320px; 
	padding: 0 20px 0 0;
	float: left;
	}
	
#content #mediacontainer h3 { 
	background-image: url(/images/header-320.gif);
}
	
#medialinks { 
	float: left;
	width: 190px;
	}
	
#content #medialinks h3 { 
	background-image: url(/images/header-190.gif);
}

#videoholder { 
 text-align: center;
 padding-top: 110px;
 font-size: 18px;
 height: 120px;
 }


/*Deli formatting*/
.menucategory {
	background-color: #ad3614;
	text-align: center;
	font-size: 14px; 
	font-weight: bold;
	color: #fff;
	margin-bottom: 5px;
	}
	
.menucategory a {
	display: block;
	padding: 6px;
	color: #fff;
	text-decoration: none;
	background-image: url(/images/shadow-bg.png);
	}
	
#menucategory1, #menucategory9 {
	background-color: #ad3614;
	}
	
#menucategory1 a:hover, #menucategory9 a:hover {
	background-color: #a13314;
	}
	
#menucategory2 {
	background-color: #f4a42a;
	}
	
#menucategory2 a:hover {
	background-color: #d69025;
	}
	
#menucategory3, #menucategory4 {
	background-color: #ea6d1f;
	}
	
#menucategory3 a:hover, #menucategory4 a:hover {
	background-color: #ce601b;
	}
	
#menucategory5 {
	background-color: #cd1041;
	}
	
#menucategory5 a:hover {
	background-color: #b40e39;
	}
	
#menucategory6 {
	background-color: #da0861;
	}
	
#menucategory6 a:hover {
	background-color: #bf0755;
	}
	
#menucategory7, #menucategory8 {
	background-color: #8b2842;
	}
	
#menucategory7 a:hover, #menucategory8 a:hover {
	background-color: #6f2035;
	}

.deliintro { 
	margin-bottom: 10px;
	}
	
.menudetail { 
	background-image: url(/images/header-bar-large.png);
	padding: 7px 10px 4px 10px;
	font-size: 15px;
	font-weight: bold;
	color: #fff;
	background-color: #ad3614;
	}
	
#menuitemcontainer { 
	background-image: url(/images/content-bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	}
	

	
.menuitem { 
	float: left;
	width: 245px;
	padding: 10px;
	}
	
.menuitem h5 { 
	font-size: 14px;
	color: #543019;
	}
	
.menuitem h5 span { 
	font-size: 11px;
	color: #d84519;
	font-weight: normal;
	font-style: italic;
	vertical-align: middle;
	}

