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

/* ======= Index: ============ */
/* ========== Colors ========= */
/* ========== Reset ========== */
/* ========== Type =========== */
/* ========== Global ========= */
/* ========== Page Styles ==== */
/* ============ Home ========= */
/* ============ Menu ========= */
/* ============ Specials ===== */
/* ============ Calendar ===== */
/* ============ Photos ======= */
/* ============ About ======== */
/* ============ Direction ==== */



/* colors
----------------------------------------------------------------------------------------------------*/

/*	Dark Red: #6d0719		*/
/*	Darker Red: #5f0616		*/
/*	Light Red: #7f081d		*/
/*	Footer Blue: #001c30	*/



/* Reset
----------------------------------------------------------------------------------------------------*/

* {
	margin: 0;
	padding: 0;
	list-style: none;
}

/* Font Typography
----------------------------------------------------------------------------------------------------*/
 
 @font-face {
    font-family: 'Areo Matics';
    src: url('../fonts/AeroMaticsRegular.ttf');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'octin_sports_freeregular';
    src: url('../fonts/octin_sports_free-webfont.eot');
    src: url('../fonts/octin_sports_free-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/octin_sports_free-webfont.woff') format('woff'),
         url('../fonts/octin_sports_free-webfont.ttf') format('truetype'),
         url('../fonts/octin_sports_free-webfont.svg#octin_sports_freeregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* Global
----------------------------------------------------------------------------------------------------*/

.left { float:left; }
.right { float:right; }
.clear { clear: both; }
.nomarLeft { margin-left:0px; }
.nomarRight { margin-right:0px; }

body {
	color: #ebebeb;
	background-image: url(../img/background_small.png);
	background-repeat: repeat;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 16px
}

#wrapper {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}

header {
	width: 100%;
	height: 180px;
	background-image: url(img/header.png);
	overflow: hidden;
}

strong {
	font-weight: bold;
}

/* Navigation
-------------------------------------------------------------------*/

nav {
	height: 50px;
	margin-top: 60px;
	font-family: 'octin_sports_freeregular';
	font-size: .875em;
	letter-spacing: 2px;
	background-color: #5f0616;
	-webkit-border-radius: 10px;
   	border-radius: 10px;
}

nav ul {
}

nav li {
	float: left;
	height: 30px;
	text-align: center;
	margin: 0 5px;
}

nav a {
	height: 12px;
	padding-top: 8px;
	padding-bottom: 8px;
	display: block;
	color: #FFF;
	text-decoration: none;
	padding: 8px 10px;
}

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

.nav1 {
	float: left;
	margin-top: 10px;
	margin-left: 15px;
}

.nav1 ul li ul {
	position: absolute;
	display: none;  									
	margin: 0; 
	padding: 0; 		
}

.nav1 ul li ul li {
	position: relative;
	padding: 10px;
}

.nav1 ul li ul li a {
	display: block;	
}				

.nav1 li:hover ul 	{
	display: block;
	background-color: #7f081d;  
}

.navright {
	margin-left: 20px;
}

/* Logo
-------------------------------------------------------------------*/

#logo{
	margin-top: -45px;
	margin-left: 10px;
}

#logo img {
	width:100%;
}

#logo a {
	width: 290px;
	height: 155px;
}

/* Footer
-------------------------------------------------------------------*/

footer {
	margin-top: 40px;
	background-color: #001c30;
	background-color: #011727;
	height: 40px;
	width: 100%;
	color: #FFF;
	font-family: Helvetica, Arial, sans-serif;
	-webkit-border-radius: 10px;
   	border-radius: 10px;
}

#address {
	float: left;
	margin-left: 20px;
	font-size: .875em;
	color: #FFF; 
	line-height: 38px;
}

#copyright {
	font-size: .750em;
	margin-left: 150px;
	width: 30%;
	float: left;
	line-height: 38px;
}

#phone {
	float: right;
	margin-right: 20px;
	font-size: .875em;
	line-height: 38px;
}

/* Page Styles
----------------------------------------------------------------------------------------------------*/

.content_wrapper {
	width: 900px;
	margin: 30px auto 0px auto;
	background-color: #6d0719;
	-webkit-border-radius: 10px;
   	border-radius: 10px;
	/*outline: 1px solid white;*/
}

.title {
	text-shadow: 2px 2px 5px #000;
    filter: dropshadow(color=#000, offx=2, offy=2);
	color: #FFF;
	font-size: 30px;
	letter-spacing: 2px;
	font-family: 'Areo Matics';
	background-color: #5f0616;
	width: 890px;
	height: 40px;
	line-height: 40px;
	-webkit-border-radius: 10px 10px 0px 0px;
    border-radius: 10px 10px 0px 0px;
	/*outline: 1px dashed white;*/
	padding: 0 0 5px 10px;
}

.leftCol {
	float: left;
	width: 435px;
	padding-left: 10px;
	margin-right: 10px;
}

.rightCol {
	float: left;
	width: 435px;
}

hr {
	margin: 20px 0 0 25px;
	outline: 0;
	border: 0;
	border-bottom: 1px solid white;
	width: 850px;
}

/* Home page
----------------------------------------------------------*/

.slider-wrapper {
	margin-top: 30px;
}

.marg_right1 {
	margin-right: 30px
}

#box_column {
	width: 100%;
}

#box_column a {
	color: white;
	text-decoration: none;
}

.home_box {
	height: 300px;
	width: 300px;
	background-color: #7f081d;
	-webkit-border-radius: 10px;
   	border-radius: 10px;
	text-align: center;		
}

.home_box:hover {
	-webkit-box-shadow: 0px 0px 5px 5px rgba(0,0,0,.5);
	-moz-box-shadow: 0px 0px 5px 5px rgba(0,0,0,.5);
	box-shadow: 0px 0px 5px 5px rgba(0,0,0,.5);
}

.box_title {
	margin: 0;
	margin-top: 10px;
	font-family: 'Areo Matics';
	font-size: 2.5em;
	letter-spacing: 1px;
	font-weight: normal;
	text-shadow: 2px 2px 5px #000;
    filter: dropshadow(color=#000, offx=2, offy=2);
}

.box_caption {
	margin-top: 40px;
	font-family: 'octin_sports_freeregular';
	font-size: 1em;
	letter-spacing: 1px;
}

.box_img {
	margin-top: 20px;
}

/* Menu
----------------------------------------------------------*/

/* ACCORDION LOCATED IN SEPERATE CSS FILE */

.menu_wrapper {
	width: 900px;
	margin: 30px auto 0 auto;
}

#title_bar {
	width: 890px;
	height: 50px;
	text-shadow: 2px 2px 5px #000;
    filter: dropshadow(color=#000, offx=2, offy=2);
	color: #FFF;
	letter-spacing: 2px;
	font-size: 30px;
	margin-bottom: 20px;
	background-color: #5f0616;
	text-align: left;
	line-height: 50px;
	font-family: 'Areo Matics';
	-webkit-border-radius: 10px;
   	border-radius: 10px;
	padding: 0 0 0 10px;
}

.accordionContent .leftCol {
	float: left;
	width: 370px;
	padding: 20px;
	margin-right: 10px;
}

.accordionContent .rightCol {
	float: left;
	width: 370px;
	padding: 20px 0;
}

.accordionContent h2 {
	font-size: 16px;
	line-height: 20px;
	font-weight: 700;
	text-transform: uppercase;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
}

.accordionContent p {
	font-size: 14px;
	margin: 0 0 15px 0;
}

.accordionContent p.menu-info {
	font-size: 12px;
	padding: 20px 20px 0 20px;
	margin: 0;
}


/* Specials
----------------------------------------------------------*/

.weekDay {
	width: 800px;
	margin: 20px 0 0 50px;
	padding: 0;
}

.btm {
	padding-bottom: 20px;
}

.weekDay .leftCol {
	margin: 0;
	padding: 0;
	width: 185px;
	height: 130px;
	border: 2px solid white;
}

.weekDay .rightCol {
	margin: 0 0 0 26px;
	width: 585px;
	height: 120px;
	font-size: 14px;
	line-height: 20px;
}

.weekday .rightCol ul {
	padding-left: 20px;
	outline: 1px solid white;
}

.weekday .rightCol h3 {
	line-height: 10px;
	margin-bottom: 10px;
}

/* Calendar
----------------------------------------------------------*/

#calendar {
	margin-top: 20px;
	margin-left: 20px;
	padding-bottom: 20px;
}

/* Photos
----------------------------------------------------------*/

#photo {
	width: 880px;
	margin: 20px 0 0 10px;
	padding: 0 0 20px 0;
}

#photo ul {
}

#photo ul li {
	width: 270px;
	float: left;
	margin: 0 8px 20px 10px;
	border: 2px solid white;
}

/* About
----------------------------------------------------------*/

#about {
	margin-top: 20px;
}

#about .leftCol {
	float: left;
	width: 255px;
	margin-left: 20px;
	margin-right: 20px;
}

#about .rightCol {
	float: left;
	width: 560px;
	margin: 0;
	padding: 0 0 20px 0;
}
#about .rightCol h3 {
	text-decoration: underline;
	font-size: 16px;
	font-family: verdana;
	margin: 0 0 10px 0;
}
#about .rightCol p {
	margin: 0 0 15px 0;
	padding: 0;
	line-height: 20px;
	font-size: 14px;
}
ul#about-list {
	margin-left: 20px;
	padding-bottom: 15px;
}
#about-list li {
	list-style: disc;
	font-size: 14px;
	margin: 2px 0 2px 0;
}

/* Directions
----------------------------------------------------------*/

#map_info {
	width: 860px;
	margin-top: 20px;
	margin-left: 20px;
	text-align: center;
}

#map {
	width: 650px;
	margin-top: 30px;
	margin-left: 120px;
	padding-bottom: 20px;
}




