/*
Theme Name: Antlers Vail
Theme URI: http://www.antlersvail.com/
Description: Custom theme from InsideOut Solutions
Version: 1
Author: InsideOut Solutions 
Author URI: http://www.insideout.com
Tags: 

*/

/*				COLORS

lt beige		E7D9B6
beige			DAC181

ltr red			760017
				560009
dkr red			470006

brown			54341F

					*/
body {

	background: #570008 url('images/bg-red.jpg');
	font-family: Arial, sans-serif;
	margin: 0;
	font-size:62.5%;

}

/* General Definitions */

a, a:link, a:active, a:visited { color: #760017; }
a:hover{ text-decoration: none; }

h1, h2, h3, h4, h5{
	color: #760017;
	padding: .8em 0;
}
h1 {
	font-size: 2.2em;
	margin: 15px 0 0 23px;
	text-align:center;
	float:left;
	width:367px;
	height:100px;
	background:url('images/antlers-vail-logo2.png') top center no-repeat;
	text-indent:-999em;
}
h2{ font-size: 2em; padding-top:0; line-height:1em;}
h3{ font-size: 1.6em; }
h4{ font-size: 1.4em; }

p{ margin: 1em 0; }

ul, ol { margin: 0 0 10px 40px; list-style-type:disc;}

em{font-style:italic;}


blockquote {
	margin: 15px 30px;
	padding: 0 0 0 10px;
	border-left: 1px solid #E7D9B6;
	font-style:italic;
}

/* Layout and Coloring */

#page {

	background: url('images/bg-red-shadow-stripe.jpg') top left repeat-x;
	display: block;
	text-align: center;
	color:#54341F;

}
#page2 {
	background: url('images/bg-landscape.jpg') center 38px no-repeat;
}
.layout {
	
	width: 980px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;

}
#topper {
	width: 980px;
	height: 120px;
	overflow:hidden;
}
	#booknow {
		float:right;
		margin-top:50px;
		margin-right:20px;
		height:35px;
		line-height:35px;
		font-size:1.5em;
		width:238px;
		text-align:center;
		color:#DAC181;
		background: url('images/bg-booknow.png') no-repeat;
	}
	#booknow a {
		color:#DAC181;
		text-decoration:none;
	}
	#booknow a.bk {
		padding-left:10px;
		margin-left:10px;
		border-left:1px solid #DAC181;
		text-transform:uppercase;
	}
#header {
	height: 123px;
}

#main {
	background: url('images/bg-content-shadow.png') top center repeat-y;
	padding:0;
	position:relative;
}
#main .layout2 {

	background:#DAC181 url('images/bg-slide-shadow.jpg') 50% 127px no-repeat;
	padding: 150px 0 0 0;
	width: 980px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	position:relative;
}

#slides {
	width: 960px; height:251px;
	text-align:center;
	position:absolute;
	top:-122px;
	left:0;
	margin: 0 10px;
	overflow:hidden;

}
#slide-overlay {
	width: 980px;
	height:63px;
	text-align:center;
	position:absolute;
	top:-122px;
	left:0;
	background: url('images/slide-overlay.png') no-repeat;
	z-index:2000;

}

#slides img {
	width: 960px;
	height: 250px;
	margin:auto;
	border-bottom: 1px solid #DAC181;
}
#header {
	overflow:hidden;
}
#slides{
	overflow:hidden;
}

#topNav {

/*	background: #666; */

}
.nav, .nav *{
	margin:0;padding:0;
}
.nav {
	list-style:none;
	width:100%;
}

	ul#menu {
		text-align:center;
		height:38px;
		position:relative;
		z-index:3000;
	}

	ul#menu li {
		text-align:center;
		position: relative; 
		z-index:50;
		display:inline;
		border-right:1px solid #692522;
	}ul#menu li li { border:none; }
	ul#menu a {
		color: #DAC181;
		text-decoration: none;
		font-size: 1.4em;
		line-height: 2.9em;
		padding: .7em 1em;
	}
	ul#menu a:hover 			{ background:#E8D495;	
								color: #470006; 
								-moz-border-radius-topleft: 15px;
								-moz-border-radius-topright: 15px;
								-webkit-border-top-left-radius: 15px;
								-webkit-border-top-right-radius: 15px;
								border-top-left-radius: 15px;
								border-top-right-radius: 15px;
								}

	ul#menu li.arrow2	 		{ padding-right:5px;}
	ul#menu li.arrow2 a	 		{ padding-right:0px;}
	ul#menu li.arrow2 span 		{ padding:7px; color:#DAC181;}

	ul#menu li.arrow a	 		{ line-height:1.0em;	}
	ul#menu li.arrow2 a	 		{ line-height:1.0em;	}
	ul#menu li.arrow a:hover, 
	ul#menu li.hovering {
								border:medium none;
								margin-right:1px; }
								
	ul#menu li.hovering a {		
								-moz-background-clip:border;
								-moz-background-inline-policy:continuous;
								-moz-background-origin:padding;
								-moz-border-radius-topleft:15px;
								-moz-border-radius-topright:15px;
								-webkit-background-clip:border;
								-webkit-background-inline-policy:continuous;
								-webkit-background-origin:padding;
								-webkit-border-radius: 15px 15px 0 0;
								background-clip:border;
								background-inline-policy:continuous;
								background-origin:padding;
								border-radius: 15px 15px 0 0;
								background:#E8D495 none repeat scroll 0 0;
								border:medium none;
								color:#470006; }
								
	ul#menu li.hovering a:hover { margin-right:0px; }
	ul#menu li.arrow li a,
	ul#menu li.arrow2 li a 		{ background: none; color:#470006; }
	ul#menu li.arrow li a:hover { background: #fff; color:#470006; border-radius: 15px; -moz-border-radius: 15px; -webkit-border-radius: 15px;}
	
	ul#menu li ul.subnav li.off a { text-align:center;}

	ul#menu li.last { border-right:1px solid #3F0106; margin:0px;}
	ul#menu li li.last { border:none; }

/*	ul#menu li.last a { color: #E6BF5A; }
	ul#menu li.last a:hover { color: #ff0; }

	ul#menu li li.last a { color: #aaa; }
	ul#menu li li.last a:hover { color: #fff; }	*/
	
	ul#menu li ul {
		display:none;
	}
	ul#menu li ul.subnav {
		list-style: none;
		position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
		left: 0; top: 23px;
		background: #E8D495;
		display: none;
		float: left;
		width: 170px;
		border-bottom-left-radius: 15px;
		border-bottom-right-radius: 15px;
		-moz-border-radius-bottomleft: 15px;
		-moz-border-radius-bottomright: 15px;
		-webkit-border-radius: 0px 0px 15px 15px;
		border-right: 1px solid #000;
		border-bottom: 1px solid #000;
	}
	ul#menu li ul.subnav li a{
		clear: both;
		padding:6px 12px;
		text-align:left;
		display:block;
	}


#container {

	clear: both;
	font-size: 1.5em;
	line-height: 1.4em;
	width:100%;

}

#content {

	width:660px;
	float:left;
	padding: 5px 20px 20px 30px;

}

#content2 {
	width:930px;
	padding: 5px 20px 20px 30px;
}


	#quote {
		position:relative;
		height:80px;
		padding: 0 10px 10px 215px;
		color:#760017;
		font-style:italic;
		font-size:1.0em;
	}
	#quote img {
		position:absolute;
		left:-30px;
		top:-100px;
		z-index:3000;
	}
#sidebar {
	width:247px;
	padding: 0 8px 10px 10px;
	float:right;
	border-left: 1px solid #E7D9B6;
	font-style:italic;
	font-size:.9em;
}
	#sidebar p {
		padding:5px 0;
	}
	#sidebar ul {
		list-style-type:none;
		padding: 0 0 15px 15px;
		margin:0;
	}
	#sidebar img {
		border: 1px solid #DAC181;
		padding-bottom:10px;
	}
	#sidebar img.png {
		border: none;
	}

#footer {

	background: #470006;
	overflow:hidden;
	font-size: 1.3em;
	line-height:1.3em;
	padding: 10px 0;
	letter-spacing:1px;
	margin-bottom:20px;

}

#bottomNav{

	overflow:hidden;
	text-align:center;
	padding: 8px 0;
	letter-spacing:0;
}
#bottomNav li {
	display:inline;
}
#bottomNav a {
	padding: 0 10px;
	border-right: 1px solid #692522;
	color:#EBCBA5;
}#bottomNav .last a { border:none; }

#bottomNav ul{display:none;}

#bottomNav li.last a{border:none;}

#footCont {

	width:680px;
	float:right;
	padding: 2.0em .5em .1em 1.5em;
	color:#EBCBA5;

}
#footCont a {
	color:#EBCBA5;
	text-decoration:none;
}
#footCont a:hover {
	text-decoration:underline;
}
#footCont h3 {
	color:#EBCBA5;
}
#footCont ul {
	list-style:none;
	padding:0 0 0 20px;
	margin:0;
}
#footCont ul p { 
	font-style:italic; 
	padding: 0 0 0 5px;
}
#footCont ul a {
	font-weight:bold;
}
#footSide {
	width:257px;
	float:right;
	padding: .5em .5em .1em .5em;
	text-align: center;
	color:#DAC181;
	border-right: 1px solid #692522;
	margin-top:10px;
}
#footSide a {
	color:#DAC181;
	text-decoration:none;
}
#footSide a:hover {
	text-decoration:underline;
}
#footSide p a span { font-size:1.5em;line-height:1.5em; }
#copyright a {
	text-decoration:underline;
}

p.insideout {
	font-size:.8em;
}
p.insideout a:link {
	text-decoration:underline;
	font-size:.9em;
}

/* General Class Definitions */

.clear{ clear: both; }
.hide { display:none; }

.image { margin: 8px; }

.right { float: right; }

.left { float: left; }

/* Auto/Conditional PDF Icon */

a[href $='.pdf'] { 
   padding-right: 18px;
   background: transparent url(images/icon_pdf.png) no-repeat right;
}

/* For GC and Photo Code */

#geotrust img{ float: right; }

#photoGalDisplayTable td{ padding: 7px; }

/* feedburner */
#footCont h3 { display:none;}
#footCont h3#recent-posts-hd { display:block;}
#recent-posts {}
#recent-posts li {clear:both;margin: 2px 0 10px; }
#recent-posts li p {margin:3px 0 0; }
#recent-posts img { float:left; margin:0 4px; width:50px; height:50px; padding:2px; border: 1px solid #DAC181;}

.feedburnerFeedBlock,.feedburnerFeedBlock * {
	margin:0;padding:0;
}
.feedburnerFeedBlock {
	padding: 5px;
	float:left;
 }

.feedburnerFeedBlock .feedTitle {
	padding-bottom:15px;
}
.feedburnerFeedBlock .feedTitle a {
	font-size: 18px;
	letter-spacing: 2px;
	text-decoration:none;
}#footCont .feedburnerFeedBlock .feedTitle a:hover { color:#fff; }


.feedburnerFeedBlock ul {
	margin: 0 0 0 10px;
}
.feedburnerFeedBlock ul li {
	list-style-type: none;
	font-size: 13px;
	text-decoration: none;
	padding: 10px 0;
}

.feedburnerFeedBlock .headline {font-weight: bold;}

.feedburnerFeedBlock .date {border-left:1px solid #DAC181; margin: 0 0 5px 8px;padding-left:8px; display: inline;}
.feedburnerFeedBlock li div { line-height:1.3em; }
.feedburnerFeedBlock li div { line-height:1.3em; }

.fbsubscribelink { padding: 10px 0 0;font-size: 12px; }
#creditfooter {	display:none; }
/* More */

.postmetadata, .post{
	clear:both;
}
.postmetadata {
	border-bottom: 1px solid #560108;
	padding: 3px;
	font-size:80%;
}
.navigation {
	overflow:hidden;
	margin:0 0 10px 0;
}
.commentlist {
	list-style:none;
	margin: 0;
	padding:0;
}
.commentlist li {
	border: 1px solid #E0CBA5;
	padding:20px;
	margin:0 0 20px 0;
}



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */




/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

/* date picker styles */
/* the div that holds the date picker calendar */
.dpDiv {
	}


/* the table (within the div) that holds the date picker calendar */
table.dpTable {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #505050;
	background-color: #ece9d8;
	border: 1px solid #AAAAAA;
	border-collapse:separate;
	border-spacing:2px;
	}


/* a table row that holds date numbers (either blank or 1-31) */
.dpTR {
	}


/* the top table row that holds the month, year, and forward/backward buttons */
.dpTitleTR {
	}


/* the second table row, that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTR {
	}


/* the bottom table row, that has the "This Month" and "Close" buttons */
.dpTodayButtonTR {
	}


/* a table cell that holds a date number (either blank or 1-31) */
.dpTD {
	border: 1px solid #ece9d8;
	}


/* a table cell that holds a highlighted day (usually either today's date or the current date field value) */
.dpDayHighlightTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	}


/* the date number table cell that the mouse pointer is currently over (you can use contrasting colors to make it apparent which cell is being hovered over) */
.dpTDHover {
	background-color: #aca998;
	border: 1px solid #888888;
	cursor: pointer;
	color: red;
	}


/* the table cell that holds the name of the month and the year */
.dpTitleTD {
	}


/* a table cell that holds one of the forward/backward buttons */
.dpButtonTD {
	}


/* the table cell that holds the "This Month" or "Close" button at the bottom */
.dpTodayButtonTD {
	}


/* a table cell that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	color: white;
	}


/* additional style information for the text that indicates the month and year */
.dpTitleText {
	font-size: 12px;
	color: gray;
	font-weight: bold;
	}


/* additional style information for the cell that holds a highlighted day (usually either today's date or the current date field value) */ 
.dpDayHighlight {
	color: 4060ff;
	font-weight: bold;
	}


/* the forward/backward buttons at the top */
.dpButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	background: #d8e8ff;
	font-weight: bold;
	padding: 0px;
	}


/* the "This Month" and "Close" buttons at the bottom */
.dpTodayButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	background: #d8e8ff;
	font-weight: bold;
	}

.piclenselink {display:none;}
#rfpform {
	margin-left:100px;
	width: 500px;
}
#rfpform h3{
	padding:10px 0 ;
}
#rfpform td {
	padding: 4px 10px;
	border-bottom: 1px dashed #7C663D;
}
#rfpform td td {
	padding: 4px 0;
	border-bottom: none;
}



/* Check Availability Form */

#checkavail {
	background:#E7D9B6;
	font-size:13px;
	line-height:1.7em;
	margin-left:5px;
	padding:10px 20px;
	text-align:left;
	width:191px;
	border:#692522 solid 3px;
	font-style:italic;
	position:relative;
	z-index:5;
}
.calendar {position:relative; z-index:10;}


#checkavail h4{font-size:1.2em; font-weight:bold; text-align:center; padding:5px 0;}

#checkavail label { width:87px;float:left;display:block;text-align:left;}
#checkavail label.wide { width:120px;}
#sidebar img.cal {cursor: pointer;margin:0;padding:0;}
#checkavail p { height:15px;padding:5px 0; margin:0;line-height:1em; text-align:right;}
#checkavail select { padding:0;display:inline; }

.calendar { width:150px; left:-20px;top:20px;}

#sidebar #checkavail {float:none;}

#content2 .post {clear:none;}
#content2 #checkavail {float:right;}

/*
#content2 #checkavail label{line-height:1em;}
#content2 #checkavail p{line-height:1.7em; }
/**/



/* Google maps buttons styles */


.maps img {width:275px; border:1px solid #957C44;}

.maps li {
	list-style-type:none;
	float:left; 
	margin:0 0 40px 10px; 
	background:#CAA868;
	border:2px solid #692522;
	text-align:center;
	padding:0 0 8px 0;
} 

.maps li a { 
	text-decoration:none;
}

.maps li a:hover { 
	color:#fff;
	margin-bottom:13px;
}



/* More */

.post-edit-link {display:none;}

#staff {padding:20px;}
#staff img{ margin:10px; border:1px solid #b9a05f;}
#staff td{ text-align:center;}

.navlinks {list-style-type:none;}
.navlinks li {float:left; padding:10px 5px 30px 5px;}

ul.roomNav {float:left; width:120px; text-align:center; margin:0 0 0 25px;}
.roomNav li {list-style:none; width:120px; padding:3px; margin:10px 0; border:1px solid #957C44; background:#CAA868;}
.roomNav a {text-decoration:none; color:#5B341F;}
.roomNav a:hover {text-decoration:underline;}


ul#roomsList {width:650px; margin:0;}
#roomsList li {float:left; list-style-type:none; width:200px; margin:10px 5px; padding:0 0 5px 0; text-align:center; background:#CAA868; border:#957C44 1px solid;}
#roomsList span {}
#roomsList img{width:200px; height:130px;}


table .wed {width:600px; margin:15px;}

ul#submenu { text-align:center;margin:25px 0;padding:0;font-size:98%;}
ul#submenu li { display:inline;padding:0 5px; }

.parent-pageid-4644 ul#submenu {display:none;}

table.table {border-collapse:collapse;}
table.table td{line-height:1.5em; padding:5px; border:solid #470006 .05em; font-size:1em;}
table.table tr{background:#E7D9B6;}

p.tagline {font-family:georgia; font-size:1.1em; margin:-10px 0 0 0; display:block;}

p.moreinfo {font-style:italic; font-size:.85em;}

p.ownerlogin {float:right; background:#E7D9B6; border:#543426 solid 1px; padding:5px 10px; margin-top:-1px;}

.sitemapList {float:left;width:250px;margin-left:80px;}

.small {
	font-size:.8em;
}
.medium {
		font-size:1.2em;
}

.large {
	font-size:1.6em;
}


