/* @override 
	http://boydstatic.purplehp.com/orleanscasino10/orleanscasino_v3.css */

#top_nav_wrap ul li a,
.touch #top_nav_wrap ul li a:hover{
	padding: 0px 21px;/* adjust to max out the with of the menu*/
}
/* for smaller devices  like ipad portrait*/
/* adjust padding to max out the with of the menu*/

@media only screen and (max-width: 969px) {
	#top_nav_wrap ul li a,
	#top_nav_wrap ul li a:hover,
	.touch #top_nav_wrap ul li a:hover{
		padding: 0px 8px;
	}
	
}

/* adjust max-width to where the top nav starts to wrap*/
@media only screen and (max-width: 420px) {
	/*#top_nav_wrap ul{
		position: absolute;
		top: 0px;
		left: 0px;
		width: auto;
		height: 30px;
		white-space: nowrap;
	}*/
	
	
	
}


/*background image and position div for unsupported browsers (<=ie7)*/
#unsupported_browser{
	background: transparent url(assets/shell/orleans-casino-bam-background.jpg) top left no-repeat;
}
#unsupported_browser div{
	position: absolute;
	top: 340px;
	text-align: center;
	width: 100%;
}



/*custom images for this particular site*/

#logo a{
	/*image height is 41px*/
	background: transparent url(assets/shell/property_sprites.png) left 0px no-repeat;
	display: block;
	width: 250px;
	height: 64px;
	margin-top: 20px;
}

/*for bigger logo's this desided where to left alight it so it won't gove over the mobile menu*/
@media only screen and (max-width: 365px) {
	#logo a{
		margin: 0px 0px 0px 50px !important;
		
	}
}


#palette .pnav ul li a span.diamond{
	background-color: white;
	background: transparent url(assets/shell/property_sprites.png) -61px -63px no-repeat;
	display: block;
	height: 40px;
	width: 123px;
	margin: 3px auto;
}
#palette .pnav ul li a span.diamond b{
	display: none;
}

.diamond_logo_big{
	background: transparent url(assets/shell/property_sprites.png) -38px -112px no-repeat;
	display: block;
	width:180px;
	height:70px;
}


/* background */
@media only screen and (min-width: 765px) {
	body {
		background: black url(assets/shell/background.jpg) center top no-repeat;
	}
}
.lt-ie9 body{
	background: black url(assets/shell/background.jpg) center top no-repeat;
}


