/*
Company:	Wyndham Resort
File:		main.css - This contains all the main styles for the website.

All the styles are separted into the following groups:
Global Browser Reset - this is handled by the reset-fonts.css file from YUI
HTML, Body - for the html and body tags
Layout - styles that define the layout of the site
Modules - styles for content modules
Nav - navigation bar
Default Headings - headings like h1, h2, etc
Common Text Styles - Styles for text
Default Lists - unordered and ordered lists
Forms - html forms
Default Links - links
Misc - anything that doesn't fit elsewhere
*/

/* @group HTML, Body */
html {
	background: url(../images/bknd-page.jpg) repeat-x 0 0 #631325;
}
body {
	font-family: Verdana, Arial, sans-serif;
}
/* @end */

img, div, input { behavior: url("iepngfix.htc") }

#mainContainer {
	background: url(../images/bknd-page.jpg) repeat-x 0 0 #631325;
}

/* @group Layout */
/* Head */
div#hd {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 8px 0 8px;
}

/* Body */
div#bd {
	width: 996px;
	margin-left: auto;
	margin-right: auto;
}

/* Footer */
/* @end */

/* @group Modules */
/* Logo */
div#logo {
	width: 245px;
	height: 88px;
	background: url(../images/logo.jpg) no-repeat 0 0;
	text-indent: -9000px;
	float: left;
	display: inline;
}
div#logo a {
	display: block;
	height: 100%;
}

/* Contact */
div#hd div.contact {
	width: 468px;
	text-align: right;
	border-right: 1px solid #bebec0;
	padding: 0 15px 0 0;
	margin-top: 12px;
	float: left;
	display: inline;
}
div#hd div.contact p.phone {
	font-size: 123.1%;
	color: #631325;
	font-weight: bold;
	margin: 8px 0 8px 0;
}
div#hd div.contact p.addy {
	font-size: 93%;
	color: #282323;
	margin: 0;
}
div#hd p.util-nav {
	width: 235px;
	margin: 16px 0 0 0;
	line-height: 24px;
	font-size: 93%;
	color: #631325;
	float: right;
	display: inline;
}
div#hd p.util-nav a:link, div#hd p.util-nav a:visited {
	color: #631325;
	text-decoration: none;
}
div#hd p.util-nav a:hover {
	text-decoration: underline;
}


/* Feature */
div.feature {
	width: 980px;
	background: url(../images/feature-bkg.png) no-repeat 0 0;
	height: 406px;
	padding: 15px 8px 0 8px;
	margin-bottom: 1px;
}
div.feature-right {
	width: 295px;
	padding: 0 13px 0 0;
	float: right;
	display: inline;
}
div.feature div.flash-box {
	width: 653px;
	height: 388px;
	background: url(../images/bknd-flash.jpg) no-repeat 0 0;
	margin: 0 0 0 9px;
	padding:4px 0 0 4px;
	float: left;
	display: inline;
}


/* Booking */
div.booking {
	background: url(../images/booking-bkg.gif) no-repeat 0 0;
	height: 194px;
	margin-bottom: 9px;
	position: relative;
	width: 295px;
}
div.booking h2 {
	font-size: 132%;
	color: #971b37;
	font-family: Verdana, sans-serif;
	font-weight: bold;
	margin: 0;
	padding: 22px 0 5px 15px;
}
div.booking h2 em {
	font-style: italic;
	color: #971b37;
	font-family: Verdana, sans-serif;
	font-weight: bold;
	margin: 0;
}
div.booking h3 {
	font-size: 90%;
	color: #971b37;
	font-family: Verdana, sans-serif;
	font-weight: normal;
	margin: 0;
	padding: 4px 0 3px 0;
}
div.booking strong {
	color: #971b37;
	margin: 0;
	padding: 10px 0 12px 15px;
}
div.booking p {
	padding:8px 0 0 0;
	text-align:center;
}
div.booking div.row input.txt {
	vertical-align: top;
	width: 115px;
	font-size: 77%;
	font-family: verdana, arial, sans-serif;
	border: 1px solid #971b37;
	background-color: #eaeaea;
	padding: 10px 0 5px 15px;
}

div#leftcol {
	width: 280px;
    	float:left;
    	padding:0px 10px 0px 15px;
    	overflow:hidden;
}

div#leftcol input.ftxt {
    color:#3a3327;
    width:90px;
}

div#leftcol img.calimg {
    padding-left:4px;
    vertical-align:top;
}

div#leftcol .left {
    float:left;
    text-align:left;
    width:130px;
    margin-right:5px;
}

div#leftcol .right {
    float:left;
    text-align:left;
    width:130px;
}
/* Content */
div.content {
	background-color: #fff;
	margin: 0 8px;
	overflow: hidden;
}

/* Main */
div.main {
	width: 620px;
	padding: 20px 0 0 20px;
	float: left;
	display: inline;
	color:#282323;
}

/* Side */
div.side {
	width: 298px;
	padding: 30px 10px 0 0;
	float: right;
	display: inline;
}

div.content-div {
	clear: both;
	padding: 20px 0 0 0;
}

/* Content Left */
div.content-left {
	width: 658px;
	margin-left: 16px;
	margin-top: 30px;
	border-top: 1px solid #adadad;
	padding-bottom: 25px;
	float: left;
	display: inline;
}
div.content-left p.ftnav {
	font-size: 85%;
	color: #282323;
	font-weight: bold;
	margin: 0 0 10px 0;
	padding: 10px 0 0 0;
	text-transform: uppercase;
}
div.content-left p.ftnav a:link, div.content-left p.ftnav a:visited {
	color: #282323;
	text-decoration: none;
}
div.content-left p.ftnav a:hover {
	text-decoration: underline;
}
div.content-left p.copyright, div.content-left p {
	font-size: 85%;
	color: #282323;
	font-family: verdana, arial, sans-serif;
	line-height: 140%;
	margin: 0;
}

/* Content Right */
div.content-right {
	width: 274px;
	padding: 34px 0 5px 36px;
	float: left;
	display: inline;
}
div.content-right label {
	font-size: 93%;
	color: #282323;
	font-family: verdana, arial, sans-serif;
	font-weight: bold;
	padding: 0 0 3px 0;
	display: block;
}
div.content-right input.txt {
	border: 1px solid #282323;
	padding: 3px;
	font-size: 85%;
	vertical-align: middle;
}
div.content-right input.btn {
	vertical-align: middle;
}
/* @end */

/* @group Nav */
div#nav {
	background: url(../images/nav.png) no-repeat 0 0;
	width: 996px;
	height: 42px;
	margin-bottom: 2px;
	text-align:center;
}
div#nav ul {
	margin: 0;
	padding: 0 0 0 30px;
}
div#nav ul li {
	background: url(../images/nav-div.gif) no-repeat 0 6px;
	float: left;
	display: inline;
}
div#nav ul li a {
	display: block;
	line-height: 26px;
	padding: 7px 16px 3px 16px;
	font-weight: bold;
	font-size: 85%;
	text-transform: uppercase;
	color:#971b37;
}
div#nav ul li:first-child {
	background: none;
}
div#nav ul li a:link, div#nav ul li a:visited {
	color: #971b37;
	text-decoration: none;
}
div#nav ul li a:hover {
	text-decoration: underline;
}

/* Nav Drop Down */
div#nav ul ul {
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	background-color: #ebf6fc;
	width: 200px;
}
div#nav ul li ul { /* second-level lists */
	position: absolute;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	padding-bottom: 5px;
}
div#nav ul li ul li {
	background-image: none;
	height: 22px;
	float: none;
}
div#nav ul li ul li a {
	text-align: left;
	line-height: 22px;
	padding: 0 15px;
	margin: 0;
	font-size: 85%;
	display: block;
	background-image: none!important;
}
div#nav ul li:hover ul, div#nav ul li.sfhover ul {
	left: auto;
}
div#nav ul li ul a:link, div#nav ul li ul a:visited {
	color: #007dc7;
	text-decoration: none;
}
div#nav ul li ul a:hover {
	background-color: #007dc7;
	text-decoration: none;
	color: #fff;
}

/* Fix for sticky IE drop downs */
div#nav ul li:hover, div#nav ul li.sfhover {position: static;}
/* @end */

/* @group Default Headings */
div.main h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	margin: 0 0 10px 0;
	font-size: 197%;
	color: #631325;
	font-weight: normal;
}
div.main h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 116%;
	color: #003a74;
	font-weight: normal;
	margin:0 0 0 8px;
}
div.main h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	margin: 0 0 10px 0;
	font-size: 156%;
	color: #003a74;
	font-weight: normal;
	border-bottom:1px solid #003a74;
}
div.main  .text strong {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 123%;
	color: #631325;
	font-weight: normal;
}
/* @end */

/* @group Common Text Styles */
div.main, div.side {
	color: #282323;
	font-family: verdana, arial, sans-serif;
}
div.main p, div.side p, div.text  {
	font-size: 93%;
	line-height: 153%;
	margin-bottom:12px;
}
#photogallery p {
	float:left;
	margin:0 10px 12px 0;
}

#photogallery a:link, #photogallery a:visited, #photogallery a:active {
	text-decoration:none;
	font-weight:bold;
}
#photogallery a:hover {
	color:#631325;
}
/* @end */

/* @group Default Lists */
div.main li {
	font-size: 93%;
}
div.main li li {
	font-size: 100%;
}
/* @end */

/* @group Forms */
	
/* @end */

/* @group Default Links - link visited hover active */
a:link, a:visited {
	color: #282323;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
/* @end */

/* @group Misc */
.clear {
	clear: both;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}


/***********************************
Calendar Styles
***********************************/
.main table { border-collapse:collapse; width:100%;}

.photoborder {
	margin-right: 18px;
	margin-bottom: 10px;
	float:left;
	padding:4px;
	border:1px solid #003a74;
}


.inputFormButton { font-size:11px; color: #ffffff; background-color:#641326; border: 1px #641326 solid; padding: 4px 8px 4px 8px; }
.titleEvent { font-weight: bold; }
.eventLine { font-style:normal; }
.monthYear { font-size:18px; background-color:#631325; color:#FFFFFF; font-family:Georgia, "Times New Roman", Times, serif; text-transform:capitalize}
.daysOfWeek { font-size: 12px; font-weight: bold; }
.gridMain { font-style:normal; border:none}
.linkDayInCell {font-weight:bold; font-size:15px}
.todayColorIn { color: #ffffff; background-color: #631325; font-weight:bold } /* font color for the current date for current month */
.inMonthFaceIn { color: #000; background-color: #ffffff; } /* font color for days in the display month for current month */
.outMonthFaceIn { color: #000; background-color: #ffffff; } /* font color for days not in the display month for current month */
.todayColorOut { color: #CC0000; background-color: #e3e0df; } /* font color for the current date for days in the display month */
.inMonthFaceOut { color: #000; background-color: #e3e0df; } /* font color for days in the display month for days in the display month */
.outMonthFaceOut { color: #333; background-color: #e3e0df; } /* font color for days not in the display month for days in the display month */
body.inside a.linkDayInCell { color: #000; }
.dropDownInCalendar { background-color:#fff; border: 1px #666 solid; }
.calendardetail { line-height: 15px; padding-right: 5px }
 /* End classes which define the calendar styles */
 

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* @end */



/* gallery */
/* to show captions, extend the height in the php include in the head tag */
.slideNav {
	height: 40px;
	margin: 20px 0 0 0;
}

.slideNav a {
	background: #651129;
	color: #FFF;
	border: 2px solid #000;
	padding: 7px 10px;
}
