/****************************************************************************

Author: Stephen
Development by: Wallop
Last updated: 

*****************************************************************************/

/* defaults ****************************************************************/

* {
	margin:0;
	padding:0;
} 

body {
	font:normal 12px Arial, Verdana, Helvetica, sans-serif;
	background:#000;
	color:#444;
	text-align:center;
}

body a {
	color:#C10000;
	text-decoration:underline;
}

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

/* heading attibutes *************************************************/

/* removes the link underline from logo swap */

h1 a {
	text-decoration:none;
}

/* list items ********************************************/

ul, li {
	margin:0;
	padding:0;
	list-style:none;
}

/* set more defaults **********************************************************/

input {
	border:none;
	border:0;
}

a img {
	border:none !important;
}

strong {
	color:#555;
	font-size:13px;
}

h3 {
	color:#C10000;
	font-size:14px;
	margin:0 0 16px 0;
}

em {
	color:#777;
}

.small {
	font-size:9px;
}

/* hacks *************************************************************************/

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-table;
}

/* Hides from IE-mac */

* HTML .clearfix {
	height: 1%;
}

/* tables inherit font sizes */

table {
	font-size: 1em;
}

form {
	margin:0;
	padding:0;
}

label {
	display:none;
}

/* class attributes *********************************************/

p.subTitle {
	color:#969696;
	font-size:11px;
	margin:0 !important;
}

p.title {
	color:#333;
}

p.photo {
	float:right;
	width:256px;
	height:180px;
	padding:18px 18px 10px 0;
}

.highlight {
	color:#C10000;
	font-size:14spx;
}

p.event {
	background:url(../images/icon_day.gif) no-repeat 0 2px;
	padding:0 0 2px 20px;
}

p.time {
	background:url(../images/icon_clock.gif) no-repeat 0 3px;
	padding:0 0 2px 20px;
}

div.line {
	background:url(../images/line.gif) no-repeat 0 0;
	height:4px;
	width:900px;
	margin:0 !important;
	padding:0 !important;
	font-size:1px;
}

p.eventHeading {
	color:#555;
	font-size:13px;
	font-weight:bold;
	margin:0 0 20px 0 !important;
}

/* promo page *******/

div.promoContent {
	float:left;
	width:360px;
	padding-top:10px;
}

p.promoImage {
	width:160px;
	float:left;
	padding:0 20px 10px 0;
}

/* dotted line breaks */

.break p {
	margin:0;
	padding:0;
}

p.break {
	background: url(../images/break_horiz.gif) repeat-x 0px 6px;
	height:10px;
}

/* main divs ********************************************************************/

#wrap {
	background:url(../images/png/bg_wrap.png) no-repeat 0 0;
	width:915px;
	padding:0 0 0 15px;
	margin:0 auto;
	border:solid 1px #000;
	text-align:left;
}

#wrap p {
	margin:0 0 10px 0;
	line-height:18px;
}

h1#logo a {
	display:block;
	width:135px;
	height:53px;
	background:url(../images/png/logo02.png) no-repeat 0 0;
	text-indent:-9999px;
	margin:24px 0 0 15px;
	padding:0 0 10px 0;
	overflow:hidden;
}

/* masthead */

#masthead {
	width:900px;
	height:200px;
	padding:1px 0 1px 0;
	/*background:url(../images/bg_masthead.gif) no-repeat left bottom;*/
}

/* content area */

#content, #contentInterior, #contentInterior02 {
	width:900px;
	background:#fff url(../images/png/bg_content.png) no-repeat left bottom;
	margin:0 0 0 0;
	padding:0 0 20px 0;
}

#contentInterior {
	background:#fff url(../images/png/bg_content_interior.png) no-repeat left bottom;
	margin:1px 0 0 0;
}

#contentInterior02 {
	background:#fff url(../images/png/bg_content_interior02.png) no-repeat left bottom;
}

#content p img, #contentInterior p img, #contentInterior02 p img {
	margin:0 0 10px 0;
}

#content a {
	/*font-size:11px;*/
	padding:6px 0 0 0;
}

#col1, #col2, #col3, #colWide {
	width:251px;
	padding:30px 25px 20px 25px;
	float:left;
	background:url(../images/break.gif) repeat-y right top;
}

#colWide {
	width:556px;
	background:none;
}

#colWide ul {
	margin:0 0 10px 0;
}

#colWide li {
	background:url(../images/bullet.gif) no-repeat 0 6px;
	padding:0 0 6px 10px;
	line-height:18px;
}

#colWide li ul {
	margin:14px 0 -6px 0;
}

#colWide li ul li {
	background:none;
	padding:0 0 10px 20px;
	font-size:11px;
	color:#666;
}

#col2 {
	width:254px;
}

#col3 {
	width:245px;
	background:none;
}

#footer {
	width:880px;
	height:30px;
	padding:14px 0 0 20px;
	clear:both;
	color:#494949;
}

/* sub navigation */

#colWide ul.subNav {
	margin:4px 0 20px 0;
	padding:12px 0 12px 20px;
	font-size:13px;
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
	background-color:#eee;
}

#colWide ul.subNav li {
	display:inline;
	margin:0 26px 0 0;
	padding:0;
	font-size:11px;
	background-image:none;
	background:none;
}

ul.subNav a {
	text-decoration:none;
}

ul.subNav a:hover {
	text-decoration:underline;
}

/* navigation ************************************************/

#junk li {
	float:right;
	display:inline;
	margin:14px 30px 0 0;
}

#junk a {
	color:#ccc;
	text-decoration:none;
	font-size:11px;
}

#junk a:hover {
	color:#fff;
}

#nav {
	width:900px;
	height:42px;
	background:url(../images/png/bg_nav.png) repeat-x 0 0;
	margin:20px 0 0 0;
}

#nav a.active {
	background-position:0 -42px;
}

#nav ul#mainNav {
	float:left;
}

#nav ul#mainNav li {
	display:inline;
	float:left;
	font-size:1px;
}

#nav ul#mainNav li a {
	text-decoration:none;
	display:block;
	float:left;
	text-indent:-9999px;
	overflow:hidden;
}

a#navHome, a#navCasino, a#navRestaurants, a#navShow, a#navPackages {
	height:42px;
}

a:hover#navHome, a:hover#navCasino, a:hover#navRestaurants, a:hover#navShow, a:hover#navPackages {
	background-position:0 -42px;
}

a#navHome {
	width:90px;
	background:url(../images/png/nav/n_home2.png) no-repeat 0 0;
}

a#navCasino {
	width:99px;
	background:url(../images/png/nav/n_casino2.png) no-repeat 0 0;
}

a#navRestaurants {
	width:143px;
	background:url(../images/png/nav/n_restaurants2.png) no-repeat 0 0;
}

a#navShow {
	width:142px;
	background:url(../images/png/nav/n_show2.png) no-repeat 0 0;
}

a#navPackages {
	width:131px;
	background:url(../images/png/nav/n_promotions.png) no-repeat 0 0;
}

/* title attributes */

#div h2 {
	text-indent:-99999px;
	font-size:1px;
	margin:0 0 14px 0;
}

/* general */

#h_welcome {
	width:84px;
	height:17px;
	background: url("../images/headings/h_welcome.gif") no-repeat 0 0;
}