@charset "utf-8";

@font-face {
	font-family: 'Handel Gothic';
	src: url('../_fonts/handel-gothic-bt.ttf');
}

h1, h2, p
{
 font-family: 'Handel Gothic', Verdana, Geneva, sans-serif;
}

h1 {
	font-size: 72px;
	color: #ffc708;
}

h2 {
	font-size: 1.5em;
	color: #ffc708;
	margin: 0;
}

body {
	background: url('../_img/slash_it.png') repeat;
	background-color: #000;
}

#container {
	width: 960px;
	margin: 0 auto;
	text-align: center;
}

header {
	padding: 10px 0;
}

img {
	display: block;
}

ul.address  {
	list-style-type: none;
	color: #FFF;
	font-family: 'Handel Gothic', Verdana, Geneva, sans-serif;
	font-size: 1.8em;
	margin: 0;
	padding: 5px 0 10px;
	text-shadow: 3px 3px 3px #000000;
}

ul.address li {
	display: inline;
}

#box {
	border-radius: 10px;
	background: #000;
	border: 5px #ffc708 solid;
	padding: 10px;
	text-align: left;
	width: 45%;
	vertical-align: middle;
	z-index: 0;
	position: relative;
	box-shadow: 8px 8px 16px #000;
}

.left {
	float: left;
}

.left img, .right img {
	margin-top: -50px;
}

.left img {
	float: left;
	clear: both;
	padding-right: 40px;
}

.right img {
	float: right;
	padding-left: 40px;
}

.right {
	float: right;
	z-index: 0;
}

.rightclear {
	float: right;
	clear: right;
	margin-top: 10px;
	z-index: 0;	
}

#box ul {
	list-style-type: none;
	color: #FFF;
	font-family: 'Handel Gothic', Verdana, Geneva, sans-serif;
	font-size: 1.2em;
	margin: 0;
	padding: 5px 0 5px 15px;
}

#box ul li {
	padding-bottom: 10px;
}

#box ul ul {
	font-size: inherit;
}

.hours li {
	display: inline-table;
	width: 46%;
}

.orange {
	color: #ffc708;
}

a:link {
	color: #ffc708;
	text-decoration: underline;
}

a:hover {
	color: #ffc708;
	text-decoration: none;
}

a:active {
	color: #ffc708;
	text-decoration: underline;
}

a:visited {
	color: #ffc708;
	text-decoration: underline;
}

footer {
	clear: both;
	float: right;
	background-color: #181818;
	padding: 0 10px;
	margin: 10px 10px 0 0;
	color: #CCC;
	font-size: 0.5em;
	opacity: 1;
	border-radius: 10px;
	box-shadow: 2px 2px 4px #000;
	border: 1px solid #000;	
	z-index: 0;
}

footer:hover {
	opacity: 1;
}

footer a:link {
	opacity: 0.75;
	text-decoration: none;
}

footer a:hover {
	text-decoration: underline;	
}

/* text color = #FFC708 */