/*
Company:	Country Club Hotel & Spa
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, body {
	background: url(../images/page-bkg.jpg) no-repeat 50% 0 #5f5746;
}
body {
	font-family: Verdana, Arial, sans-serif;
}
/* @end */

/* @group Layout */
/* Head */
div#hd {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}

/* Body */
div#bd {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 0 30px 0;
}

/* Footer */
div#ft {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	border-top: 1px solid #25402c;
	padding: 20px 0;
}
div#ft p {
	text-align: center;
	font-size: 77%;
	color: #d7bd9b;
}
div#ft p a:link, div#ft p a:visited {
	color: #d7bd9b;
}
/* @end */

/* @group Modules */
/* Masthead */
div.masthead {
	margin: 0 0 10px 0;
}

/* Logo */
div#logo {
	width: 215px;
	height: 367px;
	background: url(../images/cc-logo.png) no-repeat 0 0;
	text-indent: -9000px;
	float: left;
	display: inline;
}
div#logo a {
	display: block;
	height: 100%;
}

/* Flash */
div.flash {
	width: 685px;
	float: right;
	display: inline;
}

/* Feature */
div.feature {
	padding: 10px 0;
	margin: 0 0 20px 0;
}
div.feature div.feature-pic {
	border: 1px solid #25402c;
	width: 143px;
	height: 92px;
	overflow: hidden;
	margin: 0 6px 0 0;
	float: left;
	display: inline;
}
div.feature div.feature6 {
	margin-right: 0;
}
div.feature div.feature-pic a {
	display: block;
	width: 143px;
	height: 92px;
	text-align: center;
	text-transform: uppercase;
	font-size: 77%;
	letter-spacing: 1px;
}
div.feature div.feature-pic a span {
	display: none;
	padding: 75px 0 0 0;
}

div.feature div.feature1 a {
	background: url(../images/feature1.jpg) no-repeat 0 0;
	opacity: .4;
	filter: alpha(opacity=40);
}
div.feature div.feature1 a:hover {
	text-indent: 0;
	opacity: 1;
	filter: alpha(opacity=100);
	text-decoration: none;
}
div.feature div.feature1 a:hover span {
	display: block;
}

div.feature div.feature2 a {
	background: url(../images/feature2.jpg) no-repeat 0 0;
	opacity: .4;
	filter: alpha(opacity=40);
}
div.feature div.feature2 a:hover {
	text-indent: 0;
	opacity: 1;
	filter: alpha(opacity=100);
	text-decoration: none;
}
div.feature div.feature2 a:hover span {
	display: block;
}

div.feature div.feature3 a {
	background: url(../images/feature3.jpg) no-repeat 0 0;
	opacity: .4;
	filter: alpha(opacity=40);
}
div.feature div.feature3 a:hover {
	text-indent: 0;
	opacity: 1;
	filter: alpha(opacity=100);
	text-decoration: none;
}
div.feature div.feature3 a:hover span {
	display: block;
}

div.feature div.feature4 a {
	background: url(../images/feature4.jpg) no-repeat 0 0;
	opacity: .4;
	filter: alpha(opacity=40);
}
div.feature div.feature4 a:hover {
	text-indent: 0;
	opacity: 1;
	filter: alpha(opacity=100);
	text-decoration: none;
}
div.feature div.feature4 a:hover span {
	display: block;
}

div.feature div.feature5 a {
	background: url(../images/feature5.jpg) no-repeat 0 0;
	opacity: .4;
	filter: alpha(opacity=40);
}
div.feature div.feature5 a:hover {
	text-indent: 0;
	opacity: 1;
	filter: alpha(opacity=100);
	text-decoration: none;
}
div.feature div.feature5 a:hover span {
	display: block;
}

div.feature div.feature6 a {
	background: url(../images/feature6.jpg) no-repeat 0 0;
	opacity: .4;
	filter: alpha(opacity=40);
}
div.feature div.feature6 a:hover {
	text-indent: 0;
	opacity: 1;
	filter: alpha(opacity=100);
	text-decoration: none;
}
div.feature div.feature6 a:hover span {
	display: block;
}

/* Events */
div.events {
	background: url(../images/cal-icon.gif) no-repeat 0 0;
	margin: 0 0 20px 0;
}
div.events h2 {
	padding: 0 0 0 33px;
}
div.events p {
	padding: 0 0 0 33px;
}

/* Email */
div.email {
	background: url(../images/email-bkg.png) repeat 0 0;
	text-align: center;
	border: 1px solid #25402c;
	padding: 20px 10px;
	margin: 0 0 20px 0;
}
div.email input.txt {
	width: 172px;
	margin: 0 0 5px 0;
	border: 1px solid #25402c;
	padding: 4px 2px;
	font-size: 85%;
}
div.email h2 {
	text-transform: uppercase;
}

/* All Other 1st Column Callouts */
div.callout-other {
	text-align: center;
	padding-bottom:20px;
}

/* Side */
div.side {
	width: 216px;
	padding-top: 5px;
	float: left;
	display: inline;
}

/* Main */
div.main {
	width: 630px;
	float: right;
	display: inline;
}
div.main h1 {
	margin-top: 0;
}
div.main a:link, div.main a:visited {
	text-decoration: underline;
}
div.main a:hover, div.main a:active {
	text-decoration: none;
}

/* @end */

/* @group Nav */
div.top-nav ul {
	margin: 0;
	padding: 10px 0 5px 0;
	text-align: right;
}
div.top-nav ul li {
	display: inline;
	text-transform: uppercase;
	font-size: 77%;
}
div.top-nav ul li a {
	padding: 0 6px;
	border-right: 1px solid #f8df89;
}
div.top-nav ul li.last a {
	border: none;
	padding-right: 0;
}
div.top-nav ul li a:link, div.top-nav ul li a:visited {
	color: #f8df89;
	text-decoration: none;
}
div.top-nav ul li a:hover {
	text-decoration: underline;
}

div.top-nav p {
	text-align: right;
	font-size: 77%;
	color: #f8df89;
	font-weight: bold;
}

/* Nav */
div#nav {
	border: 1px solid #25402c;
	background: url(../images/nav-bkg.png) repeat 0 0;
	padding: 0 5px;
}
div#nav ul {
	margin: 0;
	padding: 0 0 0 5px;
}
div#nav ul li {
	float: left;
	display: inline;
}
div#nav ul li a {
	display: block;
	padding: 0 10px;
	font-size: 86%;
	line-height: 26px;
	background: url(../images/nav-div.gif) no-repeat 100% 50%;
	text-transform: uppercase;
}
div#nav ul li a.last {
	background: none;
}
div#nav ul li a:link, div#nav ul li a:visited {
	color: #f8dfb9;
	text-decoration: none;
}

/* Nav Drop Down */
div#nav ul ul {
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	background: url(../images/nav-drop-bkg.png) repeat 0 0;
	width: 210px;
}
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-top: 5px;
	padding-bottom: 5px;
	z-index: 2;
}
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 10px;
	margin: 0;
	font-size: 86%;
	display: block;
	font-weight: normal;
	white-space: nowrap;
	background-image: none!important;
	border: none;
}
div#nav ul li:hover ul, div#nav ul li.sfhover ul {
	left: auto;
}
div#nav ul li ul a:hover {
	background-color: #25402c;
}
/* @end */

/* @group Default Headings */
div.side h2 {
	font-size: 85%;
	font-weight: bold;
	margin: 0 0 2px 0;
	color: #f8dfb9;
}
div.side h3 {
	font-size: 77%;
	font-weight: bold;
	margin: 0 0 3px 0;
	color: #f8dfb9;
}

div.main h2 {
	font-size: 85%;
	margin: 0 0 5px 0;
}
/* @end */

/* @group Common Text Styles */
div.side p {
	font-size: 85%;
	color: #f8dfb9;
	line-height: 150%;
}

div#bd {
	color: #f8dfb9;
}

div.main p {
	font-size: 85%;
	color: #f8dfb9;
	line-height: 150%;
}
/* @end */

/* @group Default Lists */
div.main li {
	font-size: 85%;
}
div.main li li {
	font-size: 100%;
}
/* @end */

/* @group Forms */
	
/* @end */

/* @group Default Links - link visited hover active */
a:link, a:visited {
	color: #f8dfb9;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
/* @end */

/* @group Misc */
.clear {
	clear: both;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* @group Main Page Event Styles */
/* .text a.linkSpecial { font-size:9px; } */
/* @end Main Page Event Styles */

/* @group Calendar Styles */
.inputFormButton { font-size:11px; color:#fff; background-color:#5f5746; }
.titleEvent { font-weight:bold; color:#000; }
.eventLine { font-style:normal; }
.monthYear { font-size:16px; font-weight:bold; background-color:#fff; color:#000; }
.daysOfWeek { font-weight:bold; background-color:#fff; color:#000; }
.gridMain { font-style:normal; }
.todayColorIn { color:#CC0000; background-color:#FFFFCC; } /* font color for the current date for current month */
.inMonthFaceIn { color:#000; background-color:#FFFFCC; } /* font color for days in the display month for current month */
.outMonthFaceIn { color:#333; background-color:#FFFFCC; } /* font color for days not in the display month for current month */
.todayColorOut { color:#CC0000; background-color:#999; } /* font color for the current date for days in the display month */
.inMonthFaceOut { color:#000; background-color:#999; } /* font color for days in the display month for days in the display month */
.outMonthFaceOut { color:#333; background-color:#999; } /* font color for days not in the display month for days in the display month */
td.inMonthFaceIn a.linkDayInCell { color:#000; }
.dropDownInCalendar { font-size:12px; background-color:#fff; border:1px #666 solid; }
.calendardetail { font-size:12px; line-height:15px; color:#000; padding-right:5px; padding-left:5px; }
/* @end Calendar Styles */

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* @end */