

/*************************
	Main Styling
*************************/
body {
	
	color: #7c573e;
	padding-top: 20px;
	font-family: Goudy Old Style Bold;
	background: url('../img/background.jpg') no-repeat;


}

a {
	color: #08C;
	text-decoration: none;
}

a:hover,
a:focus {
	text-decoration: underline;
}

#container {
	width: 980px;
	margin: 0 auto;
	padding: 0 15px;
	background: white;

}

/* Header Logo and Navigation List*/
#container > header {
	padding: 8px;
	height: 120px;
	
}

header div#logo {

width: 60%;
	height: 80px;
	background: url('../img/logo.png') no-repeat;
	float: left;
	
}

/* Header Navigation */

header nav {list-style: none;
	float: right;
	
}

header nav ul {
	margin: 0;
	padding: 0;
	float: right;
}

header nav ul li {list-style:none;
	float: left;
	padding: 1.6px 0 1.6px 32px;
}

header nav ul li a,
header nav ul li a:visited {
	font-size: 19.2px;
	font-weight: bold;

	text-decoration: none;
	color: #cf1c44;
}

header nav ul li a.active,
header nav ul li a:focus,
header nav ul li a:hover {
	color: #cf1c44;
}

/* Home Feature Banner  */
section#feature {
	width: 100%;
	height: 350px;
	background: url('../img/banner.png') no-repeat;
	
	color: white;
	text-align: center;
	text-shadow: 0 1px 3px rgba(0,0,0,0.8);
	-moz-text-shadow: 0 1px 3px rgba(0,0,0,0.8);
	-webkit-text-shadow: 0 1px 3px rgba(0,0,0,0.8);
	-o-text-shadow: 0 1px 3px rgba(0,0,0,0.8);
}

/* Home Feature Section 1  */
/* Font on Banner Line 1  */


section#feature h1 {
	font-size: 56px;
	font-weight: bold;
	color: white;
	padding-top: 80px;
	font-family: Klinic Slab Bold;
}

/* Home Feature Section 2  */
/* Font on Banner Line 2  */

section#feature h2 {
	padding-top: 1.6px;
	font-size: 19.2px;
	font-family: Klinic Slab Bold;
	font-style: italic;
}

section#feature h2:before,
section#feature h2:after {
	padding: 6.4px;
	content: '~';
}


/* Home Text Headline */

section#home-text h1 {font-size: 40px;
	font-weight: bold;
	font-family: Klinic Slab Bold
	color: #0b9446;
;
	
}


/* All Pages Design */
section#page-text {
	padding: 30px;
	font-size: 14.4px;
	background: white;
	box-shadow: 0 1px 10px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 1px 10px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 1px 10px rgba(0,0,0,0.3);
	-o-box-shadow: 0 1px 10px rgba(0,0,0,0.3);
	border-bottom: 1px solid white;
	text-align: center;
}


/* Home Text */
section#home-text {
	float: left;
	width: 542px;
	padding: 15px;
	font-size: 14.4px;
	background: white;
	box-shadow: 0 1px 10px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 1px 10px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 1px 10px rgba(0,0,0,0.3);
	-o-box-shadow: 0 1px 10px rgba(0,0,0,0.3);
	border-bottom: 1px solid white;
}

section#home-text h1 {
	font-weight: bold;
	margin-bottom: 12.8px;
}

section#home-text p,
section#page-text p {
	line-height: 22.4px;
	margin: 12.8px;
	text-align: justify;
}

section#offers {
	color: white;
	width: 342px;
	padding: 15px;
	margin-left: 588px;;
	background: #cf1c44;
	box-shadow: 0 0 10px rgba(0,0,0,0.6) inset;
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.6) inset;
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.6) inset;
	-o-box-shadow: 0 0 10px rgba(0,0,0,0.6) inset;
	border-bottom: 1px solid white;
	font-size: 14.4px;
	line-height: 20.8px;
}

section#offers ul li {
	padding: 8px;
}

section#deals {
	color: white;
	width: 342px;
	padding: 15px;
	margin-left: 588px;;
	background: #0b9446;
	box-shadow: 0 0 10px rgba(0,0,0,0.6) inset;
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.6) inset;
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.6) inset;
	-o-box-shadow: 0 0 10px rgba(0,0,0,0.6) inset;
	border-bottom: 1px solid white;
	font-size: 14.4px;
	line-height: 20.8px;
}

section#deals ul li {
	padding: 8px;
}

section#week {
	color: black;
	width: 342px;
	padding: 15px;
	margin-left: 575px;;
	
	border-bottom: 1px solid white;
	font-size: 14.4px;
	line-height: 20.8px;
}

section#week ul li {
	padding: 8px;
}


/* Main Page Text*/

section#page-text:before, section#page-text:after { content: ""; display: table; }
section#page-text:after { clear: both; }
section#page-text { *zoom: 1; }

#container > div:before, #container > div:after { content: ""; display: table; }
#container > div:after { clear: both; }
#container > div { *zoom: 1; }

section#page-text > h1 {
	text-align: center;
	font-size: 38.4px;
	margin: 12.8px 0 16px;
}

section#page-text > h2 {
	text-align: center;
	font-size: 19px;
	margin: 12.8px 0 25.6px;
}

section#page-text > h3 {
	text-align: center;
	font-size: 19.2px;
	margin: 12px 0 25.6px;
}

section#page-text > h4 {
	text-align: center;
	font-size: 19.2px;
	margin: 12.8px 0 25.6px;
}

section#page-text section h1 {
	font-size: 19.2px;
	margin: 16px 0 16px 5px;
	text-align: left;
}

section#page-text article {
	padding: 24px 0;
	border-top: 1px dotted #DDD;
}

section#page-text article header {
	padding: 0;
}

section#page-text article header p {
	font-size: 12.8px;
}

section#page-text article h1 {
	text-align: left;
	font-weight: 500;
	font-size: 19.2px;
}

section#page-text > h1:before,
section#page-text > h1:after {
	content: '~';
	padding: 6.4px;
	color: #cf1c44;
}

/*Location Page Text*/


section#location1,
section#location2,
section#location3 {
	width: 300px;
	float: left;
	padding-bottom: 19.2px;
}

section#location1 h2,
section#location2 h2,
section#location3 h2 {
	margin-top: 16px;
}

section#location1 h1,
section#location2 h1,
section#location3 h1 {
	text-align: center !important;
}

section#location1 p,
section#location2 p,
section#location3 p {
	text-align: center !important;
}

section p.location-phone {
	font-size: 25.6px;
}

section#location1 img,
section#location2 img,
section#location3 img {
	width: 280px;
	height: 160px;
}



/*Menu*/


#menu-tables {
	float: left;
	width: 70%;
}

#menu-images {
	float: right;
	width: 240px;
	margin-left: 30px;
}

#menu-images figure {
	margin-bottom: 32px;
}

#menu-images figcaption {
	font-family: Georgia, serif;
	margin-top: 8px;
	font-style: italic;
}

#menu-images img {
	max-width: 100%;
}

table#menu,
table#soup {
	margin-bottom: 80px;
}

table#menu,
table#soup,
table#sides {
	width: 100%;
}

table#menu thead th,
table#soup thead th,
table#sides thead th {
	padding: 5px;
	text-align: left;
	font-style: italic;
}

table#menu tbody th,
table#soup tbody th,
table#sides tbody th {
	padding: 5px;
	text-align: left;
	font-weight: bold;
}

table#menu td,
table#soup td,
table#sides td {
	padding: 5px;
	text-align: left;
}

table#menu tr td:first-child,
table#soup tr td:first-child,
table#sides tr td:first-child {
	font-weight: bold;
}

table#menu tr td:nth-child(3),
table#soup tr td:nth-child(2),
table#sides tr td:nth-child(2) {
	font-weight: bold;
	width: 50px;
}

table caption {
	text-align: left;
	padding-left: 5px;
	margin-bottom: 16px;
}


/*Sitemap*/

ul#sitemap {
	text-align: left;
	list-style: disc;
	padding-left: 20px;
}

ul#sitemap a {
	color: #08C;
}

ul#sitemap li {
	padding: 8px 0;
}

section#page-text dl {
	margin: 0;
	padding: 0;
}

section#page-text dt {
	padding-top: 16px;
	font-size: 14.4px;
}

section#page-text dd {
	padding: 4.8px 0;
}




/* Footer */
footer {
	text-align: center;
	font-size: 11.2px;
	border-top: 1px dotted #E8DFAC;
	padding-top: 80px;
	margin: 8px;
	clear: both;
}

footer a,
footer a:visited {
	color: #636363;
}

footer a:hover,
footer a:focus {
	color: green;
}


