/*
Company:	The Lodge at Deadwood
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/bkg-pattern.jpg) repeat 0 0 #fff;
}
body {
	font-family: Georgia, Times, serif;
}
/* @end */

.photoborder {
	margin-left: 18px;
	margin-bottom: 10px;
	float:right;
}

hr {
  	border: 0;
  	width: 80%;
  	color: #7a6b64;
	background-color: #7a6b64;
	height: 1px;
}
/* @group Layout */
div#wrap {
	width: 950px;
	padding: 0 40px;
	margin-left: auto;
	margin-right: auto;
	background: url(../images/content-bkg.png) repeat-y 0 0;
	overflow: hidden;
}
/* Head */
div#hd {
	width: 950px;
	overflow: hidden;
	background: url(../images/hd-bkg.jpg) no-repeat 0 0;
	font-family: Verdana, Arial, sans-serif;
	height: 124px;
}

/* Body */
div#bd {
	background-color: #1b0c05;
}
div#bd-inner {
	background: url(../images/bd-top.jpg) no-repeat 0 0;
	overflow: hidden;
	padding-bottom: 50px;
}

/* Footer */
div#ft {
	height: 123px;
	overflow: hidden;
	background: url(../images/ft-bkg.jpg) no-repeat 0 0;
	color: #e8d8b9;
	font-family: Verdana, Arial, sans-serif;
	padding: 20px 35px;
}
div#ft h4 {
	font-size: 85%;
	margin: 0 0 0 0;
	line-height: 170%;
}
div#ft p {
	font-size: 85%;
	line-height: 170%;
}
div#ft a:link, div#ft a:visited {
	text-decoration: underline;
}
div#ft a:hover {
	text-decoration: none;
}
/* @end */

/* @group Modules */
div#hd-right {
	width: 670px;
	float: right;
	display: inline;
}
div#hd-right div#util-nav {
	text-align: right;
	font-weight:bold;
	color: #fff;
	text-transform: uppercase;
	font-size: 85%;
	height: 88px;
	overflow: hidden;
}
div#hd-right div#util-nav p {
	margin: 0;
	padding: 10px 15px 0 0;
}
div#hd-right div#util-nav p a:link, div#hd-right div#util-nav p a:visited {
	color: #fff;
	text-decoration: none;
}
div#hd-right div#util-nav p a:hover {
	text-decoration: underline;
}

/* Logo */
div#logo {
	width: 260px;
	height: 122px;
	background: url(../images/logo.gif) no-repeat 0 0;
	text-indent: -9000px;
	float: left;
	display: inline;
}
div#logo a {
	display: block;
	height: 100%;
}

/* Quick Reservations */
div#quick-reservations {
	background: url(../images/bknd_bookingmask.jpg) no-repeat 0 0;
	height: 122px;
	overflow: hidden;
}
div#quick-reservations div.arrival {
	padding-top: 40px;
	padding-bottom: 10px;	
	padding-left: 20px;
	float: left;
	display: inline;
}
div#quick-reservations div.departure {
	padding-top: 40px;
	padding-bottom: 10px;
	padding-right: 20px;
	float: right;
	display: inline;
}
div#quick-reservations label.arrival {
	display: block; 
	padding: 0 0 2px 0;
	/* text-transform: uppercase; */
	color: #f0e4d0;
	font-size: 85%;
	font-weight: bold;
}
div#quick-reservations label.departure {
	display: block;
	padding: 0 0 2px 0;
	/* text-transform: uppercase; */
	color: #f0e4d0;
	font-size: 85%;
	font-weight: bold;
}
div#quick-reservations label.reservations {
	width: 100px;
	display: block;
	float: left;
	text-transform: uppercase;
	color: #f0e4d0;
	font-size: 85%;
	font-weight: bold;
	padding: 4px 5px 0 0;
	display: inline;
}
div#quick-reservations div.check-rates {
	text-align: center;
}
div#quick-reservations input.txt {
	font-size: 85%;
	padding: 3px;
	color: #101755;
	border: 1px solid #a5acb2;
	vertical-align: middle;
	width: 100px;
}
div#quick-reservations input.btn {
	vertical-align: middle;
	margin-left: 11px;
}
div#quick-reservations a.calendar img {
	vertical-align: middle;
}

/* Side */
div.side {
	width: 333px;
	margin: 30px 0 0 40px;
	float: left;
	display: inline;
}

/* Main */
div.main {
	width: 480px;
	margin: 30px 50px 0 0;
	float: right;
	display: inline;
}

/* Photo Tours Side */
#phototours {
	text-align: left;
	width: 333px;
	background: url(../images/bknd_phototours.jpg) no-repeat 0 0;
	font-weight: bold;
}
#phototours h2{
	padding: 28px 0 0 0;
}

div#phototours a:link, div#phototours a:visited, div#phototours a:active {
	color: #e8d8b9;
	text-decoration: none;
	line-height:22px;
}
div#phototours a:hover {
	text-decoration: underline;
}

/* Callout */
div.callout {
	margin: 0 0 40px 0;
}
div.callout div.explore-gaming {
	width: 252px;
	height: 124px;
	background: url(../images/explore-gaming.jpg) no-repeat 0 0;
	overflow: hidden;
	margin: 0 15px 0 0;
	float: left;
	display: inline;
}
div.callout div.explore-gaming a {
	display: block;
	font-size: 116%;
	padding: 95px 0 0 18px;
}
div.callout div.explore-gaming a:link, div.callout div.explore-gaming a:visited {
	color: #e8d8b9;
	text-decoration: underline;
}
div.callout div.explore-gaming a:hover {
	text-decoration: none;
}
div.callout div.callout-text {
	width: 290px;
	padding-top: 5px;
	float: right;
	display: inline;
}
div.callout div.callout-text h1 {
	margin: 0 0 5px 0;
	font-size: 116%;
}
div.callout div.callout-text p {
	font-family: Verdana, Arial, sans-serif;
	font-size: 93%;
}
div.callout div.callout-text p a {
	display: block;
	font-size: 123.1%;
	font-family: Georgia, Times, serif;
}

/* Flash */
div#flash {
	height: 309px;
	overflow: hidden;
	background: url(../images/bknd_flash.jpg) no-repeat 0 0;
	background-color:#000000;
}
/* @end */

/* @group Nav */
div#nav ul {
	margin: 0;
	padding: 0;
}
div#nav ul li {
	list-style: none;
	background: url(../images/nav-div.gif) no-repeat 100% 0;
	float: left;
	display: inline;
}
div#nav ul li.last {
	background: none;
}
div#nav ul li a {
	display: block;
	line-height: 34px;
	padding: 0 8px;
	font-size: 80%;
	text-transform: uppercase;
	font-weight: bold;
}
div#nav ul li a:link, div#nav ul li a:visited {
	color: #1f0f0a;
	text-decoration: none;
}
div#nav ul li a:hover {
	text-decoration: underline;
}
/* @end */

/* @group Default Headings */
div.main h1 {
	margin: 0 0 5px 0;
	font-size: 123.1%;
}
/* @end */

/* @group Common Text Styles */
div.side, div.main {
	color: #ffffff;
}
div.main p {
	line-height: 150%;
	font-family: Verdana, Arial, sans-serif;
	font-size: 93%;
}
/* @end */

/* @group Default Lists */
div.main li {
	font-family: Verdana, Arial, sans-serif;
	font-size: 93%;
}
div.main li li {
	font-size: 100%;
}
/* @end */

/* @group Forms */
form.newsletter {
	margin: 0 0 40px 0;
}
form.newsletter h2 {
	font-size: 116%;
	margin: 0 0 7px 0;
}
form.newsletter input.txt {
	width: 160px;
	vertical-align: middle;
}
form.newsletter input.btn {
	vertical-align: middle;
	margin-left: 4px;
}
/* @end */

/* @group Default Links - link visited hover active */
a:link, a:visited {
	color: #e8d8b9;
	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;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

#guestrooms ul {
    	padding: 0px 10px 12px 0;
}
#guestrooms li {
	list-style:square;
}

div#guestrooms a:link, div#guestrooms a:visited, div#guestrooms a:active {
	color:#FFFFFF;
	text-decoration: none;
}
div#guestrooms a:hover {
	text-decoration: underline;
}

.guestroomleft {
	width:140px;
	float:left;
	margin-right:28px;
	margin-bottom:18px;
}

.guestroommid {
	width:140px;
	float:left;
	margin-right:28px;
	margin-bottom:18px;
}

.guestroomright {
	width:140px;
	float:left;
	margin-bottom:18px;
}




/* @group Calendar styles \*/
.inputFormButton { font-size:11px; color: #000; background-color:#d7a727; }
.titleEvent { font-size: 12px; font-weight: bold; }
.eventLine { font-size: 12px; }
.monthYear { font-size:16px; font-weight: bold; }
.daysOfWeek { font-size: 12px;font-weight: bold; }
.gridMain { font-size: 11px; }
.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 */
.dropDownInCalendar { font-size: 12px; background-color:#fff; border: 1px #666 solid; }
.calendardetail { font-size: 12px; line-height: 15px; padding-right: 5px; padding-left: 5px; }
/* @end Calendar styles \*/

/* @end */