@import "global_reset.css";

#container {
	width: 910px;
	margin-right: auto;
	margin-left: auto;
	background: url(../art/container_bg.gif) repeat-y center top;
	padding-right: 50px;
	padding-left: 50px;
	position: relative;
	height: auto !important; /* real browsers */
	height: 100%; /* IE6: treated as min-height*/
	min-height: 100%;
}
#notice {
	text-align: center;
	color: #FF6600;
	font-style: italic;
	margin: 0px;
	padding: 0px;
	background: #333333;
}

#header h1 {
	margin: 0px;
	padding: 0px;
}
#header {
	margin: 0px 0px 0px 85px;
	padding: 16px 0px 0px;
	background: url(../art/nav_bg.gif) repeat-x left top;
	width: 740px;
}
#header h1 a {
	background: url(../art/logo.png) no-repeat left bottom;
	width: 286px;
	text-indent: -9999px;
	margin: 0px;
	padding: 0px;
	line-height: 30px;
	height: 127px;
	display: block;
}
#globalNav {
	float: right;
	margin: 20px 15px 0px 0px;
	padding: 0px;
}
#globalNav li {
	float: left;
}
#globalNav li a {
	display: block;
	color: #036848;
	font: bold 14px/16px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	margin-top: 70px;
	margin-right: 10px;
	padding: 0px 2px;
	margin-left: 10px;
}
#globalNav li a:hover {
	border-bottom: 2px dotted #036848;
}
#globalNav li a.active {
	border-bottom: 2px dotted #036848;
}

#contentWrapper {
	width: 760px;
	background: url(../art/fridge.jpg) no-repeat center 45px;
	margin-right: auto;
	margin-left: auto;
	height: auto !important;
	height: 800px;
	min-height: 800px;
}
#contentBG {
	background: url(../art/main_content_bg.png) repeat-y center top;
	height: auto !important;
	height: 800px;
	min-height: 800px;
}

#primaryContent {
	text-align: left;
	width: 530px;
	color: #333333;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 25px 0px 20px;
	float: right;
	height: auto !important;
	height: 800px;
	min-height: 800px;
	position: relative;
	overflow: hidden;
}
#secondaryContent {
	padding: 220px 0px 0px;
	margin: 0px 0px 0px 20px;
	width: 210px;
	color: #333333;
	height: auto !important;
	height: 800px;
	min-height: 800px;
}
#secondaryContent h2 {
	padding: 0px 0px 0px 7px;
	border-bottom: 1px dotted #333333;
	margin: 0px 15px 0px 24px;
	font: 22px/22px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	color: #C84C3E;
}
#history #secondaryContent div {
	border-bottom: 1px solid #333333;
	margin-right: 15px;
	margin-left: 24px;
	padding: 5px;
}
blockquote {
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	padding: 10px 20px;
	margin: 0px 70px 20px 30px;
	background: #F8F8F8;
	border-top: 1px dotted #FF6600;
	border-bottom: 1px dotted #FF6600;
	color: #C84C3E;
	line-height: 22px;
}

#secondaryContent div h2 {
	font: italic bold 16px/16px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	padding: 0px;
	text-indent: 0px;
	border-style: none;
	margin: 0px;
	color: #333333;
}
#secondaryContent em {
	padding: 0px;
	font-size: 11px;
	margin: 0px;
}
#secondaryContent div p {
	margin-left: 0px;
	margin-top: 5px;
	font: 12px/18px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	margin-right: 0px;
	padding: 0px 0px 5px;
}
a.readMore {
	display: block;
	font: 12px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
	color: #C84C3E;
	text-decoration: none;
}


#topBorder {
	background: url(../art/top_border_bg.jpg) no-repeat center top;
	height: 45px;
	position: relative;
	z-index: 4;
}
#home #contentWrapper {
	height: auto;
	height: 650px;
	min-height: 600px;
}

#home #topBorder {
	background: url(../art/top_border_home_bg.jpg) no-repeat center top;
}

#home #primaryContent {
	background: url(none);
	margin: 0px;
	padding: 0px;
	top: 0px;
	left: 0px;
	width: 100%;
	float: none;
	text-align: center;
	line-height: normal;
	letter-spacing: normal;
	vertical-align: top;
	word-spacing: normal;
	white-space: normal;
	display: block;
	height: 684px;
}

#primaryContent p {
	font-size: 11px;
	line-height: 18px;
	margin-right: 75px;
	margin-left: 30px;
}
#footer {
	position:absolute;
	width:100%;
	bottom:0; /* stick to bottom */
	left:0;
}
.debug {
	border: 1px solid red;
}
#upcomingEventsLink, #menuLink, #locationLink, #contactLink, #historyLink, #photoGalleryLink {
	text-indent: -9999px;
	display: block;
	height: 261px;
	width: 213px;
	position: absolute;
	left: 165px;
	z-index: 5;
	top: 170px;
}
#upcomingEventsLink {
	background: url(../art/features.png) no-repeat center center;
}
#menuLink {
	background: url(../art/menu_bg.png) no-repeat center center;
}
#locationLink {
	background: url(../art/location_bg.png) no-repeat center center;
}
#contactLink {
	background: url(../art/contact_us_bg.png) no-repeat center center;
}
#historyLink {
	background: url(../art/history_bg.png) no-repeat center center;
}
#photoGalleryLink {
	background: url(../art/photoGallery_bg.png) no-repeat center center;
}
#giftCardLink {
	background: url(../art/gift_card_bg.png) no-repeat center center;
	text-indent: -9999px;
	display: block;
	height: 172px;
	width: 147px;
	position: absolute;
	left: 174px;
	z-index: 2;
	top: 410px;
}
#whatsCookinLink {
	background: url(../art/whats_cookin_bg.png) no-repeat center center;
	text-indent: -9999px;
	display: block;
	height: 152px;
	width: 176px;
	position: absolute;
	left: 150px;
	z-index: 1;
	top: 266px;
}
#menu #primaryContent {
	text-align: center;
}

#menu #primaryContent h1 {
	text-transform: uppercase;
	font: 20px "Comic Sans MS", Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px 30px 0px 0px;
}
#menu #primaryContent p {
	font-size: 12px;
	width: 410px;
	padding: 0px 30px 10px 0px;
	margin: 0px auto;
}
#menu #primaryContent p a {
	color: #C84C3E;
	text-decoration: underline;
}
#menu #primaryContent .quickLinks {
	width: 440px;
	margin-top: 7px;
	padding-right: 30px;
}

#menu #primaryContent .quickLinks a {
	text-transform: uppercase;
	color: #C84C3E;
	font-weight: bold;
	font-size: 12px;
	background: #EFEFEF;
	padding: 5px 10px;
	margin: 0px;
	text-decoration: none;
}
#menu #primaryContent h2 {
	text-transform: lowercase;
	font: bold 24px/40px "Comic Sans MS", "Courier New", Courier, monospace;
	letter-spacing: 1px;
	margin: 30px auto 0px;
	padding: 20px 30px 0px 0px;
	width: 410px;
	background: url(../art/flameHeader.gif) no-repeat left center;
	text-align: left;
	color: #333333;
}
#menu #primaryContent h3 {
	text-transform: lowercase;
	font: bold 24px "Comic Sans MS", "Courier New", Courier, monospace;
	letter-spacing: 1px;
	margin: 0px 55px 0px 55px;
	padding: 0px;
	width: 440px;
	text-align: left;
	color: #333333;
}
#menu #primaryContent em {
	font-size: 10px;
	display: block;
	text-align: center;
	margin: 0 auto;
	width: 410px;
	padding-right: 30px;
}
#menu #primaryContent dl {
	text-align: left;
	margin-right: 70px;
	margin-left: 30px;
	margin-top: 10px;
}

#menu #primaryContent dt {
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
}
#menu #primaryContent dd {
	/*background: url(../art/dotted_bg.gif) repeat-x center;*/
	font-size: 11px;
	margin: 0px 0px 10px;
	padding: 0px;
	overflow: hidden;
}
#menu #primaryContent dd em {
	font-style: normal;
	font-size: 11px;
	display: inline;
	margin: 0px;
	padding: 0px 2px 0px 0px;
	text-align: left;
}
#menu #primaryContent dd span {
	float: right;
	padding-left: 5px;
}
#newsletterForm {
	width: 180px;
	float: right;
	margin-right: 50px;
	margin-left: 5px;
	border: 1px dotted #999999;
	padding: 10px;
	background: #EFEFEF;
}
#newsletterForm h2 {
	font-size: 18px;
	letter-spacing: 1px;
	margin: 0px;
	padding: 0px;
}
#newsletterForm p {
	text-align: left;
	margin: 0px;
	padding: 0px;
}
#events input {
	color: #999999;
	width: 170px;
	font: 12px/18px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	margin-top: 5px;
	height: 20px;
}
#events .inputSubmit {
	height: 36px;
	width: 177px;
	margin-top: 18px;
}
#events .event_entry {
	border-bottom: 1px dotted #999999;
	margin: 0px 70px 20px 30px;
	padding: 0px;
}
#events .event_entry h2 {
	background: url(../art/fire_graphic.gif) no-repeat left top;
	padding-left: 45px;
	font: bold 16px/18px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	padding-bottom: 0px;
	padding-top: 0px;
	margin: 0px 0px 5px;
}
#events .event_entry p {
	font-size: 11px;
	margin: 0px;
	padding-left: 0px;
}
.feature {
	float: left;
	margin-left: 20px;
	margin-right: 0px;
	padding: 5px;
	margin-bottom: 10px;
}
.feature h3 {
	font-size: 14px;
}
.feature h3 strong {
	font-size: 18px;
	font-weight: normal;
}

#events #primaryContent .feature p {
	margin: 0px 50px 0px 0px;
	padding: 0px;
	width: auto;
}

#directionsPage label {
	display: block;
	float: left;
	width: 80px;
	font-size: 14px;
	font-weight: bold;
	margin-left: 40px;
}
#location input {
	width: 220px;
	font-size: 11px;
}
#location input.submit {
	width: 120px;
	margin-left: 120px;
}
#location #map {
	border: 2px solid #FFFFFF;
}
#location #directions {
	font-size: 11px;
	margin: 0px 70px 0px 30px;
	padding: 0px;
}
#location table td {
	font-size: 12px;
}
.accessibleSubmit {
	display: none;
}
#contact #primaryContent h2, #location #primaryContent h2, #events #primaryContent h2 {
	padding: 0px;
	margin: 0px 0px 0px 30px;
	font-family: "Comic Sans MS";
}
p.address {
	background: #FBFBFB;
	float: right;
	width: 100px;
	padding: 10px;
	border: 1px dotted #999999;
	margin-top: 0px;
	margin-right: 40px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#location form {
	clear: right;
	margin: 0px;
	padding: 0px;
}
#location #primaryContent label {
	font-size: 14px;
	float: left;
	padding-top: 1px;
	padding-bottom: 2px;
	width: 40px;
}
#reviews div {
	margin: 20px;
	background: #FFFFF9;
	padding: 10px 20px;
	color: #333333;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}
#reviews em {
	font-size: 12px;
}
#reviews p {
	font-size: 13px;
	padding: 0px;
	margin: 0px 0px 10px;
	line-height: 22px;
}
a.articleLink {
	font-size: 12px;
	color: #FF6600;
	text-decoration: none;
}
#banner {
	background: url(../../banner2.png) no-repeat center center;
	behavior: url(../../iepngfix.htc);
	height: 82px;
	width: 449px;
	margin-right: auto;
	margin-left: auto;
	position: absolute;
	z-index: 99;
	left: 50%;
}
#banner a {
	text-align: left;
	text-indent: -9999px;
	display: block;
	height: 82px;
	width: 449px;
}
