/* Darla's design*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: goudy;
	vertical-align: baseline;
	font-weight: bold;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*************************
	Main Styling
*************************/
/*Background*/
body {
	background: url('../img/colorBg.jpg') center no-repeat, url('../img/oldbrick.jpg') repeat-x; 
}

#container {
	width: 960px;
	margin: 0 auto;
	padding: 0 15px;
}

/* Header */
#container > header {
	padding: 0 0.8em;
	height: 90px;
}

header div#logo {
	float: left;
	padding: 10px;
	margin-top: 5px;

}

header nav {
	float:center;
}
header a {
	display: block;
	color: green;
	text-align: center;
}
header nav ul {
	margin: 0;
	padding: 0;
	float: center;
	color: green;
}

header nav ul li {
	float: left;
	padding: 2.5em 0 2.5em 2em;
	color: green;
	text-decoration: none;
}
li a.active {
    color: red;
    font-weight: bold;
}

li a:hover:not(.active) {
    color: red;
}

header div .button {
    background-color: red; 
    border: none;
    color: white;
    text-shadow: 0 1px 2px rgba(0,0,0,0.8);
	-moz-text-shadow: 0 1px 2px rgba(0,0,0,0.8);
	-webkit-text-shadow: 0 1px 2px rgba(0,0,0,0.8);
	-o-text-shadow: 0 1px 2px rgba(0,0,0,0.8);
    padding: 20px;
    width: 95px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    margin-top: 24px;
    margin-right:0;
     box-shadow: 0 0 3px rgba(0,0,0,0.6) inset;
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,0.6) inset;
	-moz-box-shadow: 0 0 3px rgba(0,0,0,0.6) inset;
	-o-box-shadow: 0 0 3px rgba(0,0,0,0.6) inset;
    cursor: pointer;
    border-radius: 50%;
    float: right;
   
}
/*Reservation Button*/
.button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.button span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.button:hover span {
  padding-right: 25px;
}

.button:hover span:after {
  opacity: 1;
  right: 0;
}
/* Home Featue */
section#feature {
	width: 100%;
	height: 300px;
	background: url('../img/featureBg.png') no-repeat;
	box-shadow: 0 0 15px rgba(0,0,0,0.75) inset;
	-moz-box-shadow: 0 0 15px rgba(0,0,0,0.75) inset;
	-webkit-box-shadow: 0 0 15px rgba(0,0,0,0.75) inset;
	-o-box-shadow: 0 0 15px rgba(0,0,0,0.75) inset;
	margin-bottom: 1em;
	margin-right: 10em;
	color: white;
	text-align: right;
	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);
}
img.displayed {
    display: block;
    margin-left: auto;
    margin-right: auto }

section#feature h1 {
	font-size: 2.3em;
	font-weight: bold;
	padding-top: 2em;
	padding-right: .5em;
	font-family: goudy;
}

section#feature h2 {
	padding-top: 0.5em;
	padding-right: .8em;
	font-size: 25px;
	font-family: goudy;
	font-style: italic;
}
section#feature h2before,
section#feature h2after{
	padding: 00.3em;
}
/* Page Text */
section#page-text {
	padding: 50px;
	font-size: 18px;
	text-align: left
	margin-top: 0px;
}
	.story-title
	{font-weight: bold;
	font-size: 30px;
    }
    .photocaption 
    {
	font-weight: bold;
	font-style: italic;
}
/* Index Page */
section#index-page {
	padding: 20px;
	font-size: 18px;
	text-align: left;
}
section#indexlist {
	padding: 5px;
	font-size: 18px;
	text-align: left;
	margin-left: 10px;
	color: green;
}
.index1 {
	float: left;
	color: green;
	margin-left: 180px;
	font-family: goudy;
	font-size: 20px;
}
.index2 {
	color: green;
	margin-left: 20px;
	font-family: goudy;
}
ul#indexlist {
	text-align: left;
	list-style: disc;
	padding-left: 10px;
}

ul#indexlist a {
	color: green;
}

ul#indexlist li {
	padding: 10px 0;
}
	.story-title{
	font-weight: bold;
	font-size: 30px;
    }
    .photocaption 
    {
	font-weight: bold;
	font-style: italic;
}
 
/* Clearfix Hack */
section#page-text:before, section#page-text:after { content: ""; display: table; }
section#page-text:after { clear: both; }

#container > div:before, #container > div:after { content: ""; display: table; }
#container > div:after { clear: both; }

section#page-text > h1 {
	text-align: center;
	font-size: 2em;
}

section#page-text section h1 {
	font-size: 1.2em;
	margin: 1em 0 1em 5px;
	text-align: left;
}

section#page-text article {
	padding: 1.5em 0;
	border-top: 1px dotted #DDD;
}

section#page-text article header {
	padding: 0;
}

section#page-text article header p {
	font-size: 1em;
}

section#page-text article h1 {
	text-align: left;
	font-weight: 500;
	font-size: 2em;
}

section#location1
{
	width: 300px;
	float: left;
	padding-bottom: 1.2em;
}

section#location1 h2
{
	margin-top: 1em;
}

section#location1 h1
 {
	text-align: center !important;
}

section#location1 p
{
	text-align: center !important;
}

section p.location-phone {
	font-size: 1.6em;
}

section#location1 img
{
	width: 280px;
	height: 160px;
	background: #BABABA;
}
#contact-tables {
	float: right;
	width: 400px;
	margin-top: 20px;

}
#menu-tables {
	float: right;
	width: 500px;
	margin-top: 40px;

}
#menu-tables2 {
	float: right;
	width: 500px;
	margin-top: 100px;

}
#menu-images {
	float: left;
	width: 350px;
	margin-left: 5px;
	margin-top:15px;
}

#menu-images figure {
	margin-bottom: 2em;
}

#menu-images figcaption {
	font-family: goudy;
	margin-top: 2px;
	font-style: italic;
	font-size: 12px;
	color: red;
}

#menu1 {
	max-width: 100%;
	float:center; 
	margin-left: 40px;
}

#menu2 {
	max-width: 100%;
	float:center; 
	margin-left: 70px;
}

#menu-images img {
	max-width: 110%;
}

#recipecard {
	max-width: 100%;
	float:center; 
	margin-left: 75px;
}
.indent {
	left-margin:60px;
}
}
.indent2 {
	left-margin:40px;
}
table#mainmenu,{
	margin-top: 10px;
	margin-bottom: 1px;
}

table#directions,{
	margin-top: 10px;
	margin-bottom: 1px;
}

table caption {
	text-align: left;
	padding-left: 5px;
	margin-bottom: 1em;
}

ul#sitemap {
	text-align: left;
	list-style: disc;
	padding-left: 20px;
}

ul#sitemap a {
	color: #08C;
}

ul#sitemap li {
	padding: 0.5em 0;
}

section#page-text dl {
	margin: 0;
	padding: 0;
}

section#page-text dt {
	padding-top: 1em;
	font-size: 0.9em;
}

section#page-text dd {
	padding: 0.3em 0;
}

/* Home Text */
section#home-text {
	float: left;
	width: 542px;
	padding: 15px;
	font-size: 18px;
	line-height: 20px;
	font-family: goudy;
}

section#home-text h1 {
	font-size: 30px;
	font-weight: bold;
	line-height: 32px;
	padding-right: .5em;
	font-family: goudy;
}

section#home-text p,
section#page-text p {
	font-size: 18px;
	margin: 0.8em 0 0;
	text-align: justify;
}
section#home-text a,
#home-text a:hover,
#home-text a:focus {
	color: red;
}
section#offers {
	color: white;
	text-shadow: 0 1px 2px rgba(0,0,0,0.8);
	-moz-text-shadow: 0 1px 2px rgba(0,0,0,0.8);
	-webkit-text-shadow: 0 1px 2px rgba(0,0,0,0.8);
	-o-text-shadow: 0 1px 2px rgba(0,0,0,0.8);
	width: 342px;
	height: 146px;
	padding: 15px;
	padding-right: 4px;
	margin-left: 588px;
	background: red;
	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: 18px;	
}

section#offers ul li {
	padding: 1em 0;
}

section#contact h1,
section#offers h1 {
	font-size: 30px;
	font-weight: bold;
	text-shadow: 0 1px 3px rgba(0,0,0,0.8);
	-webkit-text-shadow: 0 1px 3px rgba(0,0,0,0.8);
	-moz-text-shadow: 0 1px 3px rgba(0,0,0,0.8);
	-o-text-shadow: 0 1px 3px rgba(0,0,0,0.8);
}

section#contact p,
section#offers p {
	line-height: 1.4em;
	margin: 0.5em 0 0;
	text-shadow: 0 1px 3px rgba(0,0,0,0.8);
	-webkit-text-shadow: 0 1px 3px rgba(0,0,0,0.8);
	-moz-text-shadow: 0 1px 3px rgba(0,0,0,0.8);
	-o-text-shadow: 0 1px 3px rgba(0,0,0,0.8);
}

/* Footer */
footer {
	text-align: center;
	font-size: 0.7em;
	border-top: 1px dotted #E8DFAC;
	padding-top: 1em;
	margin: 1em;
	clear: both;
}

footer a,
footer a:visited {
	color: red;
}

footer a:hover,
footer a:focus {
	color: green;
}
