/*
+--
|
|	Casino
|	custom.css
|
|	1Serpent
|	Hosting & Management
|	Development & Design
|	http://1serpent.com
|
+-
|
|	> Description: Custom CSS
|	> Version+wID: v2.1 -!- w1
|	> Date started: June 4, 2009
|	> Date updated: September 23, 2009
|
+--
*/

body.custom {
    background: #FFF8DC;
}

.custom #container {
    margin-top: 2em;
    margin-bottom: 2em;
    padding: 0.3em;
    background: #A0522D;
    border: 0.4em solid #A0522D;
    position: relative;
}

.custom #page {
    background: #fff;
}
.custom #header { text-align: center; }

/* - HEADER - */

/* navigation */

.custom ul#tabs { border: none; position: absolute; top: 11px; padding: 0 10px 0 20px; width: 809px; }
	.custom ul#tabs li { background: none; border: none; }
	.custom ul#tabs li a { color: #FFFFFF; }

	/* flag navigation */
	.custom ul.flag_navigation { bottom: 5px; height: 11px; list-style: none; position: absolute; right: 5px; width: 256px; }
		.custom ul.flag_navigation li { float: left; }
			.custom ul.flag_navigation li a { border: none !important; }

	/* autopost */
	.custom .autopost { border-top: 1px solid #999999; }


/* This line sets up our clickable background image based on the site title's link */
/* DIY: Adjust the height & width attributes to reflect the actual size of your image */
/* DIY: Change the filename of your image to reflect the actual header's file name */
.custom #header #logo a { display: block; height: 141px; width: 840px; background: url('images/rushmorecasinocodes-header.png') no-repeat; outline: none; }

/* This line gets rid of the site title & tagline by casting them out to far left field */
.custom #header #logo, .custom #header #tagline { text-indent: -9999px; }

/* This line collapses the vertical space of the tagline so that there isn't unnecessary white space after the header image */

/* This is a bit of a kludge, but it seems to work. */
.custom #header #tagline { height: 0; }

/* This line removes the padding from the header so that the background image sits close to the nav menu, the bottom border of the header, and the sides of the content */
.custom #header { border-bottom: 4px solid #DDDDDD; padding: 0; }

.custom .headline_area { display: none; }
.custom .top { padding-top: 0; }

/* - FOOTER - */

.custom #sidebars { display: none; }

.custom #footer {
	border-top: none !important;
	color: #FFFFFF;
	padding-top: 0 !important;
	background: transparent url('images/container-btm.png') no-repeat scroll center bottom;
	margin: 0 auto;
	padding: 0 0 0px;
	height: 101px;
	width: 839px;
	position: relative;
}

.custom #custom_footer {
	background: transparent url('images/rushmorecasinocodes-footer.png') no-repeat scroll left top;
	height: 101px;
	margin: 0 auto;
	text-align: center;
	width: 839px;
}

.custom .footer_links {
	padding-top: 16px;
	font-size: 11px;
	color: #FFFFFF;
}

.custom .footer_links a {
	padding: 0 5px;
	color: #FFFFFF !important;
	border-bottom: none !important;
}

.custom .footer_copyright {
	clear: both;
	line-height: 20px;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}