/*
	Theme Name: Woodlands
	Description: This is a 2 Column Widget ready Wordpress theme.
	Author: Solid Cactus
	Author URI: http://www.solidcactus.com
	Tags: two columns, widget ready, fixed width
	
	The CSS, XHTML and design is copyrighted Solid Cactus
	
*/


/* Default Styles */
body { background:#5C692C url(images/bg.jpg) center 0 no-repeat; color: #000; font: normal 62.5%/15px verdana, tahoma, Arial; margin: 0; padding: 0; }
a { color: #000; text-decoration: none; }
a img { border: 0; }
a:hover{ text-decoration: underline; }
fieldset {border:none; padding: 0; margin: 0;}
b, strong{ font-weight: bold; }
blockquote{ margin: 1em; }

/* Helper Clear Styles */
.clear { clear:both; }
.clear2 { clear:both; padding:25px 0; }

/* Wordpress Image Styles */
.alignleft { float:left; margin:15px; display:inline; }
.alignright { float:right; margin:15px; display:inline; }
.aligncenter { text-align:center; margin:0 auto; }
.wp-caption {
	-moz-border-radius:3px;
	background-color:#FFFFFF;
	border:1px solid #DDDDDD;
	padding:2px 1px;
	text-align:center;	
}
.wp-caption p.wp-caption-text {
	font-size:.9em;
	line-height:12px;
	margin:0;
	padding:1px 7px;	
}

/* Random Styles */
#bodycontent .seeya {
    text-align: center;
    font-size: 24px;
    font-weight: normal;
    width: 320px;
    padding: 10px 0 10px 115px;
    margin: 0;
    color: #4B9EA2;
}

/* Brandmark - Inline Image */
#brandmarkLogo {
	text-align: center;
	height: 84px;
}

/* Structure Style*/
#container{
	width: 960px;
	margin: 0 auto;
	text-align: left;
}
#bodycontent { float:right; display:inline; } /* Change FLoats Here */
#nav-product { float:left; display:inline; }

/* Header */
#header{
	height:163px;
}

.phoneNum{
    text-align: center;
    margin: 0 0 6px;
    height:24px;
}

#header #headlinks{
    background:#582C47;
    border: 2px solid #95C7BE;
	font-size:1.2em;
	text-transform:uppercase;
	width:956px;
	text-align:center;
	float: left;
}
#header #headlinks ul {
	margin:0;
	padding: 0 0 0 1px;
}
#header #headlinks ul li {
	list-style:none;
	display: inline;
	float: left;
	position: relative;
	padding:0;
	z-index: 99;
}
#header #headlinks ul a {
	padding: 10px 12px 10px;	
	color: #FEFFFF;
	display: block;
	float: left;
}

#header #headlinks ul a:hover, #header #headlinks ul li:hover a{
    text-decoration: none;
    background-color: #A85488;
}

#header #headlinks ul li ul{
    display: none;
    position: absolute;
    top: 35px;
    left: -2px;
    background: #A85488;
    border: 2px solid #93C2BA;
    border-top: none;
    z-index: 999;
    width: 170px;
    padding: 0;
}

#header #headlinks ul li:hover ul{display: block;}

#header #headlinks ul li ul li, #header #headlinks ul li ul li a{
    float: none;
    display: block;
    text-align: left;
}
#header #headlinks ul li ul{padding: 5px 0;}
body #header #headlinks ul li ul li a{
    padding: 4px 12px 4px 22px;
    margin: 2px 0;
    background: url(images/bullet1.gif) 12px center no-repeat;
}
#header #headlinks ul li ul li a:hover{
    background: #FFFFFF url(images/bullet.gif) 12px center no-repeat;
    color: #378788;
}

#header #headlinks ul li ul li ul{display: none;}

/* Shell for Body Content */

#bodyshell {
	float: left;
	margin: 0;
	width: 960px;
	background: #fff url(images/page-top.jpg) 0 0 no-repeat;
}

#bodycontent{
	position:relative;
	width:100%;
	background: url(images/page-bot.jpg) 0 bottom no-repeat;
	padding: 0 0 15px;
}

#bodycontent.blog{width:755px; background: none;}

body.home #bodyshell{background:#fff url(images/homepage-bg.jpg) 0 0 no-repeat;}
body.home #bodycontent{background: url(images/homepage-bot.jpg) 0 bottom no-repeat;padding: 0 0 63px;}
body.home #bodycontent .homepage{}
body.home #bodycontent .homepage .homepageTop{height: 380px;}
body.home #bodycontent .homepage .homepageTop table tr td{vertical-align: top;width: 320px;}
body.home #bodycontent .homepage .homepageTop table tr td img{display: block;}
body.home #bodycontent .homepage .homepageTop table tr td div.weddings{padding: 10px 0 0;}
body.home #bodycontent .homepage .homepageTop table tr td div.casino{padding: 10px 0 0;}
body.home #bodycontent .homepage .welcomeMessage{
    text-align: center;
    font-size: 12px;
    line-height: 16px;
    padding: 0 104px;
}

#bodycontent .bodypad{ padding: 10px; }

/*Nav Area*/
#nav-product {
	overflow:hidden;
	width:205px;
	z-index:100;
	padding: 15px 0 20px;
}
#nav-product h2 {
	font-size:14px;
	border:2px solid #95C7BE;
	color: #fff;
	background: #582C47;
	font-weight:normal;
	margin:0;
	padding:8px;
	text-transform:uppercase;
}
#nav-product ul {
	margin:0;
	padding:0;
}
#nav-product ul.ds {
	margin:0;
	padding:0;
	list-style:none;
}
#nav-product li{
	list-style-type: none;
	margin: 0;
	padding:0 0 0 5px;
	font-size:12px;
	width:200px;
}
	
#nav-product li a{
	padding:7px 15px;
	display: block;
}

#nav-product select {
	margin:10px 0 10px 7px;
	width:185px;	
}

#calendar_wrap {
	margin:10px auto;
	text-align:center;
	width:120px;
}
li #calendar_wrap a {
	font-weight:bold;
	padding:0;
	text-decoration:underline;
}

/* Footer */

#footer{
	clear:both;
	color: #C5CAB4;
	float:left;
	width:960px;
	font-size: 11px;
	margin: 10px 0 0;
}
#footer a {
	color:#FDFFFC;
}
#footer .sitelinks table td.sep{width: 10px;}
.footerBottom{float: left; width: 100%;padding: 10px 0 0;}
#footer #copyright {
    text-align: center;
    border-top: 1px solid #7D8755;
    padding: 15px 0 0;
    margin: 15px 0 0;
    line-height: 18px;
    clear: both;
    float: left;
    width: 100%;
}
#footer #copyright span{padding: 0 0 0 20px;}
#footer #footlinks{
	margin:0;
	list-style: none;	
	text-align:left;
	float: left; 
	width: 60%;
	padding: 20px 0 0;
}
#footer #footlinks ul {
	margin:0;
	padding:0;
}
#footer #footlinks ul li {
	display:inline;
	list-style:none;
}
#footer #footlinks ul a {
	padding: 0 20px 0 0;	
	font-size: 11px;
	text-transform: uppercase;
}

#footer .badges{
    float: right;
    width: 40%;
    text-align: right;
    padding: 8px 0 0;
}

#footer .badges img{
    vertical-align: middle;
    margin: 0 8px 0 0;
}


/* WordPress Post Set Up */

.post {
	color:#000;
	margin-bottom:19px;
	padding:0 15px;
}
.post a {
	color:#B9599E;
}
h2.title {
	color:#4B9EA2;
	font-size:24px;
	font-weight: normal;
	margin:0;
	line-height: normal;
}
h2.title a {color:#000;}
h2.title a:hover {text-decoration:none;}
.post .date {color:#000;font-size:1.1em; margin:0;}
.post .contents {
	line-height:1.5em;
	font-size:1.2em;
	margin:10px 0;
	color:#000;
}
p.nav {
	color:#000;
	clear:both;
	background-color:#F0F0F0;
	border:1px solid #D6D2D1;
	padding:3px;
}
p.nav a {
	color: #48998A;
}

/* Don't Change */
span.edit {
	color:#FFF;
	background-color:#48998A;
	padding:0 2px;
	margin: 0 15px;
	
}
span.edit a {color:#FFF;}


/* Comments  Styles */	
#commentsHolder{
	font-size:1.1em;
	line-height:1.5em;
	padding:5px 0 5px 15px;
}
#commentsHolder h2.title {
	font-size:15px;	
}
.commentlist li ul li {
	font-size: 12px;
}
.commentlist li {
	font-weight: bold;
}
.commentlist li .avatar { 
	background: #FFFFFF;
	float: right;
	border: 1px solid #F0F0F0;
	padding: 2px;
	margin:0 5px;
	display:inline;
}
.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 12px;
}
.commentlist p {
	font-weight: normal;
	text-transform: none;
}
.commentmetadata {
	font-weight: normal;
}
#author, #email, #url, #comment {
	background:#F0F0F0 none repeat scroll 0 0 !important;
	border-color:#666666 #DDDDDD #DDDDDD #666666;
	border-style:solid;
	border-width:1px;
	color:#202020;
	display:inline;
	font-size:12px;
	font-weight:normal;
	margin:5px 0 0;
	padding:3px 0 3px 5px;
	width:250px;	
}
#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0px;
}
#commentform {
	margin: 5px 10px 0px 0px;
}	
#commentform textarea {
	width: 95%;
	padding: 5px;
}	
#respond:after {
	content: "."; 
	display: block; 
	height: 0px; 
	clear: both; 
	visibility: hidden;
}	
#commentform p {
	margin: 5px 0px 5px 0px;
}	
#commentform #submit {
	cursor:pointer;
	border:outset 1px #ccc;
	background:#999;
	color:#666;
	font-weight:bold;
	padding: 4px 2px;
	background:url(images/formbg.gif) repeat-x left top;
}	
.alt {
	margin: 0px;
	padding: 10px;
}
.commentlist {
	margin: 0px;
	padding: 0px;
	width:95%;
}	
.commentlist ol {
	margin: 0px;
	padding: 10px;
}
.commentlist li {
	margin: 15px 0px 10px;
	padding: 10px 5px 10px 10px;
	list-style: none;
}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}
.commentlist p {
	margin: 10px 5px 10px 0px;
	padding: 0px;
}	
.children { 
	margin: 0px;
	padding: 0px;
}
.nocomments {
	text-align: center;
	margin: 0px;
	padding: 0px;
}
.commentmetadata {
	font-size: 10px;
	margin: 0px;
	display: block;
}
.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 40px;
}
.thread-alt {
	background: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
.thread-even {
	background-color:#F0F0F0;
	margin: 0px;
	padding: 0px;
}
.thread-odd {
	background-color:#FFF;
}
.depth-1 {
	border: 1px solid #BBBBBB;
	margin: 0px;
	padding: 0px;
}
.even, .alt {
	border-top: 1px solid #BBBBBB;
	border-bottom: 1px solid #BBBBBB;
	border-left: 1px solid #BBBBBB;
	margin: 0px;
	padding: 0px;
}
/* Previous and Next Table */
table.navLinks {
	width:99%;
	font-size:1.2em;
}
/* Title on Search, Archive and Cat Pages */
#bodycontent h1 {
	color:#582C47;
	font-size:2em;
	line-height:1.5em;
	margin-bottom:5px;	
}
/* Breadcrumbs */
.breadcrumb {
	font-size:1em;
	margin:8px 0 10px;
	padding:0 0 3px;
	font-size:1.1em;
	color: #7F727B;
	text-transform: uppercase;
}
.breadcrumb a{color:#7F727B; text-decoration: underline;}
.breadcrumb a:hover{text-decoration: none;}
.breadcrumb span{background: url(images/bc-sep.gif) center no-repeat; width:3px; height: 5px; padding: 0 10px;}


.pageHeader{
    text-align: center;
    padding: 10px 320px 0;
}

ul.pageNav, ul.pageNav li{list-style: none;}
ul.pageNav{float: left; width: 90%;}
ul.pageNav li {float: left; width: 40%;}
ul.pageNav li a{display: block; color: #A75387; font-size: 12px; text-decoration: underline; background: url(images/arrow.gif) 0 center no-repeat; padding: 5px 10px 5px 25px;}
ul.pageNav li a:hover{text-decoration: none;}

.calendar{padding: 0 15px; font-size: 13px;}
.calendar table{border-collapse: collapse; background: #fff;}
.calendar table td{border: 1px solid #D1D1D1; text-align: center; width: 132px; vertical-align: middle;}
.calendar table td.month{border: none; background:#582C47; color: #fff; font-weight: bold; font-size: 16px;text-transform: uppercase; padding: 10px 0; width:100%;}
.calendar table td.spacer{border: none;padding:0; height: 6px; line-height: 0; width:100%;}
.calendar table td.days{background: #A85488; font-weight: bold; color:#fff; border: none;padding:5px 0;}
.calendar table tr.date td{background: #D1D1D1;color:#3E383C; font-weight: bold;}
.calendar table tr.event td{height: 275px;font-size: 10px; padding: 10px 15px; vertical-align: top;}

.entertainment{padding: 0 0 20px;float: left; width: 100%;}
.entList{border-bottom: 1px solid #E8E8E8;padding: 15px 0; margin:0 12px; width:936px; float: left;}
.entThumb{float: left; width:201px;padding-left:22px;}
.entThumb img{display: block; padding: 4px; border: 1px solid #D1D1CF;}
.entInfo{float: right; padding:0 22px 0 22px; width:668px;}
.entInfo a{color:#AA5988; text-decoration: underline;}
.entInfo a:hover{text-decoration: none;}
.entList h2{color:#592B48;margin-top:6px;font-size: 15px;}
.entList h2 a{color:#562C44;text-decoration: none;}
.entList h2 a:hover{text-decoration: underline;}
.entList .entry{font-size: 12px;line-height:17px;}

.bannerImg{margin: 10px; padding: 4px 0 4px 4px; border: 1px solid #D1D1CF; float: left; width:934px;}
.bannerImg img{margin: 0 4px 0 0; display: block; float: left;}
.contents.entertain{float:left; width:586px;}
.contents.entertain img{display: block; padding: 4px; border: 1px solid #D1D1CF;}
.contents.entertain img.bestrated{padding: 0; border: none;}
.weekSpecials{float:right; width:324px;}
.weekSpecials td{height:101px;color:#FEFFFF;font-size: 12px; vertical-align:middle;}
.weekSpecials td.sep{height:10px;}
.weekSpecials td.wed{background: url(images/wed.jpg) 0 0 no-repeat;}
.weekSpecials td.thur{background: url(images/thur.jpg) 0 0 no-repeat;}
.weekSpecials td.fri{background: url(images/fri.jpg) 0 0 no-repeat;}
.weekSpecials td.sat{background: url(images/sat.jpg) 0 0 no-repeat;}
.weekSpecials td.sun{background: url(images/sun.jpg) 0 0 no-repeat;}
.weekSpecials td div{padding:10px 10px 10px 45px; line-height: 16px;}

.slideshow, .slideshow2, .slideshow3{width:320px !important;}

.photoPage{float:left; width: 930px;margin-top: 15px;}
.photoPage .postImg{float:left; width:380px;}
.photoPage .postImg img{display: block; padding: 4px; border: 1px solid #D1D1CF;}
.photoPage .contents{float: right; width:490px;padding:0 34px 0 26px; margin: 0;}
.photoPage .contents p{margin-top: 0;}
.photoPage ul.pageNav{width: 100%; padding-left: 0;}
.photoPage ul.pageNav li{width: 48%;}

.videoPage{float: left; width: 930px; margin-top: 15px;}
.videoPage .postVideo{float: center; width: 800px; padding: 4px; border: 0px solid #D1D1CF;}
.videoPage .postVideo .video{text-align: center; font-size: 11px;background: #ffffff; padding: 5px;}
.videoPage .postVideo .video p{margin-bottom: 0; line-height: 16px;}
.videoPage .contents{float: center; width: 800px;}
.videoPage .contents {margin-top: 0;}
.videoPage ul.pageNav{width: 100%; padding-left: 0;}
.videoPage ul.pageNav li{width: 48%;}



.link,
#SignUp .signupframe {
    color: #fff;
}
.link {
    text-decoration: none;
}
#SignUp .signupframe {
    border: 2px solid #95C7BE;
    background: #582C47;
    margin: 0 auto;
}
#SignUp .signupframe td{
    font-family:verdana, tahoma, Arial;
    padding: 6px;
}