@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/* body class */
.homepage { background-image: url("images/tbkg-1.jpg"); margin-top: 20px; }

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		4;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

/* Basic classes */
.center { text-align: center; }

p { font-size: 20px; }
a:link, a:visited { color: #006633; }


/* Mobile Layout: 480px and below. */

.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}
.gridContainer { background: #FDDFA8; font-family: "Times New Roman", Times, serif; text-align: center; }

header {
	background-color: #006633;
	overflow: auto;
	padding: 20px;
}
header a:link, header a:visited { color: #FFF; }

#LayoutLogo {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

#LayoutHours { clear: both;  float: left;  margin-left: 0;  width: 100%;  display: block; }
.hours {
	color: #FFFFFF;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	line-height: 150%;
	margin-top: 20px;
}
#LayoutCall { clear: both;  float: left;  margin-left: 0;  width: 100%;  display: block; }
.delivery {
	font-size: 26px;
	text-align: center;
	color: white;
	font-weight: bold;
	margin-top: 20px;
}
.call { display: block; }
.nocall { display: none; }
.address { font-size: 18px; }

#LayoutNav { clear: both;  float: left;  margin-left: 0;  width: 100%;  display: block; }
#LayoutNav { background-color: #A55530; }
nav {
	width: 100%;
	margin: 0;
	padding: 0;
	font-size: 20px;
	letter-spacing: 1px;
}
nav ul {
	text-align: center;
	list-style: none;
	margin: 0; 
	padding: 10px 0;
}
nav li {
	display: block;
	line-height: 200%;
}
nav a:link, nav a:visited {
	font-variant: small-caps;
	padding: 11px 14px 11px 14px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
}

#LayoutMain { clear: both;  float: left;  margin-left: 0;  width: 100%;  display: block; }
.welcome { padding: 20px; }
.welcome h1 {
	font-size: 24px;
	color: #006633;
	font-weight: bold;
	font-variant: small-caps;
	letter-spacing: 3px;
	margin: 3px 0 4px 0;
}

.hr {
	height: 15px;
	background-attachment: scroll;
	background-color: #FDDFA8;
	background-image: url(images/hr-600.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
.smallhr {
	height: 15px;
	background-attachment: scroll;
	background-color: #FDDFA8;
	background-image: url(images/hr-200.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
.ltt-contentbox.green {
	background: #bcecaf url(images/whitegrad.png) repeat-x top;
	color: #548348;
	text-shadow: 0 1px 0 #ddf4d6;
}
.ltt-contentbox {
	min-height: 40px;
	margin: 10px 10px 10px 0;
	padding: 10px 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	border: 5px solid #EBEBEB;
	text-shadow: 1px 1px 0px #FFFFFF;
	box-shadow: 3px 3px 11px 1px rgba(0, 0, 0, 0.1);
}

#LayoutSpecials { clear: both;  float: left;  margin-left: 0;  width: 100%;  display: block; }
.specials h3 {
	background-color: #A55530;
	color: #ffffff;
	padding: 4px 0;
	text-align: center;
	margin: 5px 30px;
	font-size: 16px;
}

footer { clear: both; overflow: auto; background-color: #A55530; margin 0 -1% 10px; padding: 10px; }
footer a:link, footer a:visited { color: #000; }
footer a:hover { color: #FFF; }

#LayoutCopy { clear: both;  float: left;  margin-left: 0;  width: 100%;  display: block; }
#LayoutHost { clear: both;  float: left;  margin-left: 0;  width: 100%;  display: block; margin-top: 20px; }

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {
.gridContainer {

}
#LayoutLogo {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#LayoutHours {
	clear: both;
	float: left;
	margin-left: 0;
	width: 48.7179%;
	display: block;
}
#LayoutCall {
	clear: none;
	float: left;
	margin-left: 2.5641%;
	width: 48.7179%;
	display: block;
}
#LayoutNav {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
nav ul { margin-left: 20px; text-align: left; }
nav li { display: inline; line-height: 100%; }

#LayoutMain {
	clear: both;
	float: left;
	margin-left: 0;
	width: 61.5384%;
	display: block;
}
#LayoutSpecials {
	clear: none;
	float: left;
	margin-left: 2.5641%;
	width: 35.8974%;
	display: block;
}
#LayoutCopy {
	clear: both;
	float: left;
	margin-left: 0;
	width: 48.7179%;
	display: block;
}
#LayoutHost {
	clear: none;
	float: left;
	margin-left: 2.5641%;
	width: 48.7179%;
	display: block;
	margin-top: 0;
}
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {
.gridContainer {
	max-width: 1232px;
	margin: auto;
}

a:hover { color: #C91640; }

#LayoutLogo {
	clear: both;
	float: left;
	margin-left: 0;
	width: 40.6779%;
	display: block;
}

#LayoutHours {
	clear: none;
	float: left;
	margin-left: 1.6949%;
	width: 23.7288%;
	display: block;
}
.hours { margin-top: 0; }

#LayoutCall {
	clear: none;
	float: left;
	margin-left: 1.6949%;
	width: 32.2033%;
	display: block;
}
.call { display: none; }
.nocall { display: block; }
.delivery { margin-top: 0; }

#LayoutNav {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
nav a:hover { background-color: #BE7C5A; }

#LayoutMain {
	clear: both;
	float: left;
	margin-left: 0;
	width: 74.5762%;
	display: block;
}
#LayoutSpecials {
	clear: none;
	float: left;
	margin-left: 1.6949%;
	width: 23.7288%;
	display: block;
}
#LayoutCopy {
	clear: both;
	float: left;
	margin-left: 0;
	width: 57.6271%;
	display: block;
}
#LayoutHost {
	clear: none;
	float: left;
	margin-left: 1.6949%;
	width: 40.6779%;
	display: block;
}
}
