@charset "UTF-8";
/* CSS Document */

body {
	padding: 0px;
	margin: 0px;
	border-width: 0px;
	background: rgb(0,0,0) none repeat center;
	text-align: center;
}

a {
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .5);
	text-align: center;
}

h1 {
	margin: 0px 0px 0px 4px;
	padding: 0px 0px 2px 7px;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	color: rgb(255,255,255);
}

h1.dining {
	font-size: x-small;
	text-align: left;
	margin: 0px 0px 0px 4px;
	padding: 10px 0px 0px 7px;
}

h2 {
	margin: 0px 0px 0px 4px;
	padding: 0px 0px 0px 7px;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: rgb(255,255,255);
}

b {
	color: rgb(255,255,255);
}

img {
	border: 0px;
}

img.arrow {
	display: block;
	float: right;
	margin-top: 2px;
}

p.hours {
	display: run-in;
}

#all {
	display: block;
	width: 280px;
	height: 100%;
	text-align: left;
	margin: 0px auto 0px auto;
	padding-top: 15px;
}

header {
	display: block;
	margin: 0px 0px 3px 0px;
	width: 280px;
	height: 70px;
}

header.section {
	height: 100px;
}

header.pines {
	height: 135px;
}

nav {
	display: block;
	height: 100%;
	width: 280px;
	color: rgb(128,128,128);
	background-color: rgb(0,0,0);
	text-align: center;
}

nav.body {
	padding: 0 8px;
	width: 264px;
}

nav.body a.main {
	padding: 10px;
	margin: 0;
	border-bottom: 1px solid rgb(61,61,61);
}

nav a:link, a:visited, a:active {
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: normal;
	color: rgb(128,128,128);
	text-decoration: none;
	text-transform: uppercase;
}

nav a:hover {
	color: rgb(255,255,255);
}

nav a.main  {
	width: 268px;
	display: block;
	font-size: 18px;
	text-align: left;
	padding-left: 12px;
}

nav p {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: rgb(204,204,204);
	line-height: 17px;
	text-align: left;
}

section {
	display: block;
	margin: 0px 0px 0;
	height: 100%;
	width: 273px;
	background-color: rgb(64,64,64);
	background-color: rgba(64,64,64,0.5);
	line-height: 1em;
	padding-top: 7px;
	padding-right: 7px;
}

section img.map {
	margin: 0px 0px 0px 4px;
	padding: 0px 0px 0px 6px;
}

section p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: rgb(204,204,204);
	line-height: 17px;
	padding: 1px 3px 9px 7px;
	margin: 0px 0px 0px 4px;
}

section a:link, a:visited, a:active {
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: rgb(128,128,128);
	text-decoration: none;
	text-transform: uppercase;
	line-height: 3em;
}

section a:hover {
	color: rgb(255,255,255);
}

section a.home {
	padding: 10px;
	margin: 0;
	display: block;
	font-size: 16px;
	line-height: 1em;
	margin-left: 4px;
	text-align: left;
}

footer {
	display: block;
	margin: 1px 0px 10px;
	padding: 2px 5px 4px 5px;
	height: 100%;
	width: 270px;
	background-color: rgb(0,0,0);
	text-align: center;
}

footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: rgb(128,128,128);
	padding: 0px;
	margin: 5px 0px 0px 0px;
}

footer a:link, a:visited, a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: rgb(128,128,128);
	text-decoration: none;
	text-transform: uppercase;
	line-height: 20px;
}

footer a:hover {
	color: rgb(255,255,255);
}

footer.nav {
	margin-bottom: 3px;
	background-color: rgb(28,28,28);
	background-color: rgba(28,28,28,0.5);
}

footer a.address {
	font-size: 12px;
}

footer a.phone {
	font-size: 14px;
}