/* Fianco Stylesheet */

body {
	font: 1.3em Garamond, Georgia, Times New Roman, serif;
	color: #ffffff;
	background-color: #000000;
	background: url(../images/bgwall.jpg) top center;
	}


p {
	color: #ffffff;
	}

a {
	color: #ffffff;
	font-weight: bold;
	}

a:hover {
	color: #000000;
	font-weight: bold;
	}
	
a.twitlink {
    color: #660000;
    text-decoration: underline;
	}

a.twitlink:hover {
	text-decoration: none;
	}
	
img.twitter {
	margin: 0px auto;
	}
	
/* Structure*/

#content {	
	padding: 15px;
	background-color: #660000;
	border: 1px solid #ffffff;
	border-top: none;
	}

#wrapper {
	width: 750px;
	margin: 0 auto;
	}

#headMenuBorder {
	border: 1px solid #ffffff;
	border-bottom: none;
	padding: 15px 0;
	background-color: #660000;
	}
	
#header {
	height: 262px;
	overflow: auto;
	margin: 0 auto;
	text-align: center;
	background: url(../images/testHead.png) top center no-repeat;
	}

#menu {
	padding: 5px 0 5px 0;
    margin: 0 auto;
	font-size: 23px;
	color: #ffffff;
	font-weight: bold;
	text-transform: lowercase;
	}

#menu ul {
	margin: 0 auto;
	padding-left: 68px;
	}
	
#menu li {
	display: inline;
	padding: 0 25px 0 25px;
	}

#menu li a {
	text-decoration: none;
	color: #ffffff;
	}

#menu li a:hover {
	text-decoration: none;
	color: #000000;
	}

#footer {
	font: 13px Arial, Helvetica, san-serif;
	margin: 0 auto;
	border-top: 1px solid #000000;
	width: 300px;
	}

#footer p {
	color: #ffffff;
	text-align: center;
	padding-top: 20px;
	}
	
#title {
	margin: 0 auto;
	width: 500px;
	padding-top: 20px;
	}

#indexMenu {
	background-color: #000000;
	width: 520px;
	height: 270px;
	margin: 0 auto;
	margin-top: 225px;
	}


#indexMenu ul {
	font: 1.0em Garamond, Georgia, Times New Roman, serif;
	font-weight: bold;
	color: #ffffff;
	margin: 0 auto;
	padding-top: 10px;
	padding-left: 25px;
	}

#indexMenu li {
	display: inline;
	text-transform: lowercase;
	padding: 0 15px 0 15px;
	}

#indexMenu li a {
	text-decoration: none;
	color: #ffffff;
	}

#indexMenu li a:hover {
	text-decoration: none;
	color: #660000;
	}



	
/* Restaurant Menu Page */

#food {
	border: 1px solid #000000;
	margin: 0 auto;
	width: 100%;
	margin-top: 10px;
	color: #000000;
	background-color: #e1d3a1;
	}

#food img {
	margin-left: auto;
	margin-right: auto;
	display: block;
	}

#food p {
	text-align: center;
	text-transform: lowercase;
	}

#food ul li {	
	list-style-type: none;
	margin-bottom: 20px;
	text-align: center;
	text-transform: lowercase;
	font: 1.0em Garamond, Georgia, Times New Roman, serif;
	}

#food a.menuLinks {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	}

#food a.menuLinks:hover {
	color: #660000;
	border-bottom: 1px dotted #660000;
	font-weight: bold;
	}

#bottom {
	background-color: #907f33;
	margin-top: 25px;
	margin-bottom: 20px;
	}
	
#bottom  ul {
	margin: 0 auto;
	text-align: center;
	padding-bottom: 20px;
	padding-top: 20px;
	}	

#bottom li {
	display: inline;
	padding-right: 25px;
	padding-left: 25px;
	}

#bottom li.first {
    padding-left: 0px;
    }	
	
#bottom a {
	color: #660000;
	text-decoration: none;
	font-weight: bold;
	text-transform: lowercase;
	}

#bottom a:hover {
	text-decoration: underline;
	border-style: none;
	}

.item {
	font-weight: bold;
	}

.priceSpace {
	width: 15px;
	}

	
/* Typography */

h1 {
	font: 1.6em Georgia, Times New Roman, serif;
	margin: 40px 0 0 0;
	font-weight: bold;
    color: #ffffff;
	font-style: italic;
	text-transform: lowercase;
	}

h2 {
	font: 1.5em Garamond, Georgia, Times New Roman, serif;
	text-transform: lowercase;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	padding: 15px 5px;
	background-color: #907f33;
	}
	
h3 {
	font: 1.3em Garamond, Georgia, Times New Roman, serif;
	color: #000000;
	text-align: center;
	font-weight: bold;
	}

.colorWord {
	color: #000000;
	}

.bold {
	font-weight: bold;
	}

	
/* Photo Gallery */

table.photos {
	border: 0px;
	width: 725px;
	margin: 0 auto;
	}

table.photos td {
	width: 187px;
	height: 187px;
	}

table.photos img, a.gallery {
	margin-right:  auto;
	margin-left: auto;
	border-style: none;
	text-align: center;
	display: block;
	text-decoration: none;
	}

a.gallery:hover {
	border-style: none;
	text-decoration: none;
	border: 0px;
	}
