/*
Theme Name: Dream Designs
Theme URI: http://dreamdesignstream.com
Description: Stream Your Dream Design
Author: Dream Designs
Author URI: http://dreamdesignstream.com
Tags: dream, designs

    Dk Brown: #160800;
    Gold: #D77E04;
    Copper: #7F4400;
	Beige: #AD8460;
	Dk Red: #971401;
	Med Brown: #22150D;
	Brown: #2D1C12;

*/


*, html, body, div, form, label, p {
    margin: 0;
    padding: 0;
}
html, body {
    height: 100%;
}
body {
    background: url(http://www.ottersupperclub.com/images/bg/bg.png) top left repeat #160800;
    font-family: Verdana, Arial, sans-serif;
    font-size: 14px;
    color: #9A9C9E;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
img {
    border: 0;
}
address, caption, cite {
    font-style: normal;
    font-weight: normal;
}
a {
	text-decoration: none;
	color: #D77E04;
}
a:link {
	color: #D77E04;
}
a:visited {
	color: #D77E04;
}
a:hover {
	color: #971401;
}
ol, ul, li {
    list-style: none;
}
a img {
    border: none; /* Gets rid of IE's blue borders */
} 
.clear {
    clear: both;
}
p {
	padding-bottom: 1em;
	line-height: 1.5em;
	color: #DBC49E;
	font-size: 0.9em;
}
#page-wrap {
    width: 960px;
    margin: 0 auto -150px;
    min-height: 100%;
    height: auto !important;
    height: 100%;
}
#push {
    height: 150px;
}



/**********
Headers
**********/

h1 {
	font-size: 3.0em;
	font-weight: normal;
    padding: 10px 0 20px 0;
}
h2 {
	font-size: 1.3em;
	font-weight: lighter;
	padding: .5em 0 1em 0;
	line-height: 1.5em;
	color: #DBC49E;
}
h3 {
	font-size: 1.3em;
	font-weight: lighter;
	padding: 0;
	line-height: 1.5em;
	color: #DBC49E;
}
h4 {
	color: #FFF;
	font-size: 1.2em;
}



/**********
Top Navbar
**********/

#top-bar {
	height: 142px;
	width: 960px;
	margin: 0 auto;
	position: relative;
}
.logo {
	height: 142px;
	width: 275px;
	float: left;
	margin: 0;
}
.topmenu {
	height: 142px;
	width: 685px;
	margin: 0;
	padding: 0;
	position: relative;
	float: right;
}
.topmenu li {
	padding:0;
	margin: 0;
	list-style: none;
	position: absolute;
	}
.topmenu li a {
	text-decoration: none;
	font-weight: bold;
	display: block;
	height: 142px;
}
.top-club { 
	left: 0px;
	height: 142px;
	width: 171px;
	overflow: hidden;
}
.top-clubimg { 
	margin: 0;
}
.top-lounge {
	left: 171px;
	height: 142px;
	width: 171px;
	overflow: hidden;
}
.top-loungeimg {
	margin-left: -171px;
}
.top-sale { 
	left: 342px;
	height: 142px;
	width: 170px; 
	overflow: hidden;
}
.top-saleimg { 
	margin-left: -342px;
}
.top-lodge { 	
	left: 512px;
	height: 142px; 
	width: 173px; 
	overflow: hidden;
}
.top-lodgeimg { 	
	margin-left: -512px;
}
.top-club a:hover { 
	background-color: #4F2E0A; 
}
.top-lounge a:hover {
	background-color: #4F2E0A; 
}
.top-sale a:hover { 
	background-color: #4F2E0A; 
}
.top-lodge a:hover { 	
	background-color: #4F2E0A; 
}



/******************
SlideShow
******************/
.show {
    background: url(http://www.ottersupperclub.com/images/titles/home.jpg) top center no-repeat;
	width: 960px;
	height: 330px;
	margin: 0;
	position: relative;
}

#slideshow {
	width: 960px;
	height: 330px;
	margin: 0;
	position: relative;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}



/**********
Common Page Elements
**********/

.largecolumn {
	margin: 0;
	padding: 0;
    height: 100%;
	width: 694px;
	float: right;
	clear: none;
}

.smallcolumn {
	margin: 0;
	padding: 5px 0 0 0;
    height: 100%;
	width: 266px;
	float: left;
	clear: none;
}



/**********
HomePage
**********/

.welcome {
	margin: 26px;
    height: 100%;
	width: 350px;
	float: left;
	text-align: justify;
}

.features {
	margin: 26px 26px 0 0;
    height: 100%;
	width: 266px;
	float: right;
}

.features img {
	margin-bottom: 26px;
}



/**********
Supper Club, Location, Lodge, Lounge, Off-Sale, Photos
**********/

.main {
	margin: 26px;
    height: 100%;
	width: 642px;
	text-align: justify;
	clear: both;
}



/**********
Specials, Events
**********/

.specials {
	margin: 26px;
    height: 100%;
	width: 308px;
	float: left;
	text-align: left;
}

.bands {
	margin: 26px 26px 0 0;
    height: 100%;
	width: 308px;
	float: right;
	text-align: left;
}
.local {
	margin: 0 auto;
    height: 100%;
	width: 325px;
	text-align: left;
	font-size: 20px;
}



/**********
Images
**********/

img.otter {
    display: block;  
    padding: 6px;  
    border: solid 1px #4F2700;  
	margin: 0 7px 1em 0;
	float: left;
}
img.picture {
    display: block;  
    padding: 6px;   
	margin: 0 25px 1em 0;
	float: left;
}



/**********
Directions
**********/

.facility {
	width: 240px;
	margin: 0 0 5px 5px;
	line-height: 1.5em;
	text-align: justify;
	float: left;
}
.facilitymap {
	width: 340px;
	padding: 0 10px 20x 10px;
	margin: 0;
	text-align: left;
	float: right;
}

.directions {
	margin: 15px 60px 20px 0;
	text-align: center;
}



/**********
Sidebar NavMenu
**********/

.navmenu {
	background: url("http://www.ottersupperclub.com/images/bg/navmenu.png");
	height: 400px;
	width: 266px;
	margin: 0;
	padding: 0;
	position: relative;
}
.navmenu li {
	padding:0;
	margin: 0;
	list-style: none;
	position: absolute;
	}
.navmenu li a {
	text-decoration: none;
	font-weight: bold;
	display: block;
	height: 40px;
}
.nav-home { 
	background: url("http://www.ottersupperclub.com/images/bg/navmenu.png") 0px 0px no-repeat; 
	top: 0px; 
	width: 266px;
}
.nav-club {
	background: url("http://www.ottersupperclub.com/images/bg/navmenu.png") 0px -40px no-repeat; 
	top: 40px; 
	width: 266px;
}
.nav-lounge { 
	background: url("http://www.ottersupperclub.com/images/bg/navmenu.png") 0px -80px no-repeat; 
	top: 80px; 
	width: 266px; 
}
.nav-sale { 	
	background: url("http://www.ottersupperclub.com/images/bg/navmenu.png") 0px -120px no-repeat; 
	top: 120px; 
	width: 266px; 
}
.nav-lodge { 	
	background: url("http://www.ottersupperclub.com/images/bg/navmenu.png") 0px -160px no-repeat; 
	top: 160px; 
	width: 266px; 
}
.nav-events { 
	background: url("http://www.ottersupperclub.com/images/bg/navmenu.png") 0px -200px no-repeat; 
	top: 200px; 
	width: 266px;
}
.nav-specials {
	background: url("http://www.ottersupperclub.com/images/bg/navmenu.png") 0px -240px no-repeat; 
	top: 240px; 
	width: 266px;
}
.nav-location { 
	background: url("http://www.ottersupperclub.com/images/bg/navmenu.png") 0px -280px no-repeat; 
	top: 280px; 
	width: 266px; 
}
.nav-about { 	
	background: url("http://www.ottersupperclub.com/images/bg/navmenu.png") 0px -320px no-repeat; 
	top: 320px; 
	width: 266px; 
}
.nav-photos { 	
	background: url("http://www.ottersupperclub.com/images/bg/navmenu.png") 0px -360px no-repeat; 
	top: 360px; 
	width: 266px; 
}
.nav-home a:hover { 
	background: url("http://www.ottersupperclub.com/images/bg/navmenu.png") -266px 0px no-repeat; 
}
.nav-club a:hover {
	background: url("http://www.ottersupperclub.com/images/bg/navmenu.png") -266px -40px no-repeat; 
}
.nav-lounge a:hover { 
	background: url("http://www.ottersupperclub.com/images/bg/navmenu.png") -266px -80px no-repeat; 
}
.nav-sale a:hover { 	
	background: url("http://www.ottersupperclub.com/images/bg/navmenu.png") -266px -120px no-repeat; 
}
.nav-lodge a:hover { 	
	background: url("http://www.ottersupperclub.com/images/bg/navmenu.png") -266px -160px no-repeat; 
}
.nav-events a:hover { 
	background: url("http://www.ottersupperclub.com/images/bg/navmenu.png") -266px -200px no-repeat; 
}
.nav-specials a:hover {
	background: url("http://www.ottersupperclub.com/images/bg/navmenu.png") -266px -240px no-repeat; 
}
.nav-location a:hover { 
	background: url("http://www.ottersupperclub.com/images/bg/navmenu.png") -266px -280px no-repeat; 
}
.nav-about a:hover { 	
	background: url("http://www.ottersupperclub.com/images/bg/navmenu.png") -266px -320px no-repeat; 
}
.nav-photos a:hover { 	
	background: url("http://www.ottersupperclub.com/images/bg/navmenu.png") -266px -360px no-repeat; 
}



/**********
Page Titles
**********/

.title {
	border-bottom: 1px solid #9A9C9E;
	height: 50px;
    width: 100%;
    margin: 0;
}



/**********
Footer
**********/

.footer {
	height: 150px;
    color: #D77E04;
    font-size: 12px;
}
.footer a:link {
	color: #D77E04;
}
.footer a:visited {
    color: #D77E04;
}
.footer a:hover {
	color: #971401;
}
#footer-inside {
    background: url(http://www.ottersupperclub.com/images/bg/footer.png) top left repeat-x;
	height: 100%;
	width: 960px;
	margin: 0 auto;
    text-align: center;
	position: relative;
}
#footer-inside table {
	height: 80px;
	width: 565px;
	margin: 0;
    text-align: left;
	position: absolute;
	top: 40px;
	left: 190px;
}