/*
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/bknd.gif) repeat 0 0 #fff;
    text-align:center;
}
* {
    padding:0px;
    margin:0px;
}
body {
	font-family: Verdana, Arial, sans-serif;
}
/* @end */

.photoborder {
	margin-left: 18px;
	margin-bottom: 10px;
	float:right;
	padding:3px;
	border:1px solid #df232a;
}

hr {
  	border: 0;
  	width: 80%;
  	color: #df232a;
	background-color: #df232a;
	height: 1px;
}
/* @group Layout */
div#wrap {
	width: 950px;
	padding: 0 40px;
	margin-left: auto;
	margin-right: auto;
	background: url(../images/bknd-content.gif) 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: 34px;
}

/* Main Navigation */
div#navigation {
	float:left;
	background:url(../images/bknd-navigation.jpg) no-repeat 0 0;
	width:264px;
	height:399px;
	text-align:left;
	margin:auto 0;
	overflow:hidden;
}
div#navigation p {
	text-align:center;
	margin-left:22px;
	margin-top:12px;
}

div#navigation a:link, div#navigation a:visited {
	text-decoration: none;
	font-weight:bold;
	color:#000000;
	line-height:24px;
}
div#navigation a:hover {
	color:#ffffff;
}




/* Logo */
div#logo {
	margin-left:55px;
}
div#logo a {
	display: block;
}
/* Flash */
div#flash {
	float:right;
	height:399px;
	overflow: hidden;
	margin:auto 0;
	padding:0;
	background: url(../images/bknd_flash.jpg) no-repeat 0 0;
}

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





/* Side */
div.side {
	width: 366px;
	margin: 0 auto;
	float: left;
	display: inline;
}
div.side a:link, div.side a:visited {
	color:#000000;
	text-decoration: underline;
	line-height:28px;
}
div.side a:hover {
	text-decoration: none;
}
div.side strong, div.side b, .text strong, .text b {
	color:#df232a;
	font-weight:bold;
	font-size: 118%;
}
div#topleft {
	width: 366px;
	height:282px;
	background: url(../images/bknd-top-left-callout.jpg) no-repeat 100% 0;
}

div#topleft p {
	padding:108px 32px 0 160px;
}
/* Photo Tours Side */
#phototours {
	text-align: left;
	width: 366px;
	height:117px;
	background: url(../images/bknd_phototours.jpg) no-repeat 0 0;
	font-weight: bold;
	padding:30px 0 0 42px;
}

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

div#address {
	font-size:11px;
	text-align:center;
	padding-top:12px;
}
div#address strong, div#address b {
	color:#000000;
	font-weight:bold;
}
/* Main */
div.main {
	width: 500px;
	margin: 30px 40px 0 0;
	float: right;
	display: inline;
}




/* @end */

/* TOP NAVIGATION */
div#nav ul {
	margin: 0;
}
div#nav ul li {
	list-style: none;
	background: url(../images/nav-div.gif) no-repeat 100% 0;
	float: right;
	display: inline;
	color:#FFFFFF;
}
div#nav ul li.last {
	background: none;
}
div#nav ul li a {
	display: block;
	line-height: 34px;
	padding: 0 11px;
	font-size: 83%;
	text-transform: uppercase;
	font-weight: bold;
}
div#nav ul li a:link, div#nav ul li a:visited {
	color: #ffffff;
	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: 150%;
	color:#df232a;
}
/* @end */

/* @group Common Text Styles */
div.side, div.main {
	color: #000000;
	text-align:left;
}
div.main p {
	line-height: 150%;
	font-family: Verdana, Arial, sans-serif;
	font-size: 93%;
}
#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 {
	text-decoration:underline;
}
/* @end */

/* @group Default Lists */
div.main li {
	font-family: Verdana, Arial, sans-serif;
	list-style:square;
	padding-bottom:4px;
}
div.main li li {
	font-size: 100%;
}
/* @end */



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




/* Footer */
div#footergradient {
	background-image:url(../images/bknd-footer-gradient.jpg);
	background-repeat:repeat-x;
	height:59px;
}
div#ft {
	overflow: hidden;
	background: url(../images/bknd-footer.gif) 0 0;
	color: #333333;
	font-family: Verdana, Arial, sans-serif;
	padding: 20px 35px;
	text-align:left;
}

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 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 */
