/* @override 
	http://aspen.pineconeinn.ca/style.css
	http://aspen.pineconeinn.ca/fixes_style.css
*/

/* @group CSS Reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

html {
	overflow: auto
}

/* remember to define focus styles! */

:focus {
	outline: 0;
}

body {
	line-height: 1;
	color: black;
	background: white;
}

ol, ul {
	list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

img {
	display: block;
}

input.button {
	padding: 0 .25em;
	width: 0;
	overflow: visible;
}

input.button[class] {


/*ie ignores [class]*/
    width: auto;
}

strong {
	font-weight: bold;
}

em {
	font-weight: normal;
	font-style: normal;
}

a {
	color: gray;
	text-decoration: none;
}

/* @end */

body {
	font: 12px Verdana, "Lucida Grande", Lucida, sans-serif;
	background: #f5e8c9 url(images/top_wood.jpg) repeat-x center top;
	
}

.grad_top {
	height: 59px;
	background: url(images/grad.png) repeat-x;
	z-index: 2;
	position: relative;
	display: block;
	margin-top: -13px;
	margin-bottom: -46px;
}

.grad_bottom {
	height: 54px;
	background: url(images/grad_up.png) repeat-x;
	clear: both;
	margin-bottom: -8px;
	position: relative;
	z-index: 2;
}

.clear_span {
	clear: both;
}

.wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	position: relative;
}

h2 {
	font: normal normal 28px/50px Georgia, "Times New Roman", Times, serif;
	color: #b6c6e2;
	display: inline-block;
	text-align: center;
}

.hide {
	display: none;
}

h2 em {
	font: italic 31px Baskerville, "Times New Roman", Times, serif;
	color: white;	
}

/* */

ul.nav {
	margin-top: 6px;
	margin-left: 30px;
	height: 10px;
	width: 480px;
	font-size: 10px;
}

ul.nav li {
	float: left;
	display: inline;
}

ul.nav li a {
	color: white;
	padding: 0 15px;
	margin: 0 5px 5px 0;
	display: inline-block;
	line-height: 24px;
}

/*ul.nav li a em {
	font: italic 14px Baskerville, "Times New Roman", Times, serif;
	display: inline-block;
	top: 2px;
	position: relative;
}*/

/* */

h1 {
	width: 173px;
	height: 104px;
	text-indent: -99999px;
	position: absolute;
	top: 118px;
	left: 20px;
	background-image: url(images/aspen_logo.png);
}

#top_hotel {
	margin-top: 54px;
	background: #f1e7c7 url(images/light_paper_back.jpg) center 430px;
	position: relative;
	padding-bottom: 45px;
}

#top_poster {
	background-image: url(images/aspen_poster.jpg);
	width: 953px;
	height: 307px;
	position: relative;
	top: -54px;
	margin-bottom: -54px;
}

#top_hotel h2 {
	background-image: url(images/aspen_site_slogan.png);
	width: 397px;
	height: 60px;
	text-indent: -99999px;
	display: block;
	position: relative;
	overflow: hidden;
	left: 152px;
	top: -2px;
}

#top_hotel ul.nav {
	width: 637px;
	position: relative;
	left: -15px;
	height: 55px;
	padding-left: 38px;
	background: white url(images/menu_glyph.png) no-repeat 10px center;
	border: 1px solid #d9c8ae;
	top: 20px;
}

#top_hotel ul.nav li {
	margin-top: 10px;
	margin-left: 10px;
	border-right: 1px solid #e4e4e4;
	padding-right: 10px;
	display: inline;
}

#top_hotel ul.nav li.last {
	border-right-style: none;
	margin-right: 0;
	padding-right: 0;
}

#top_hotel ul.nav li a {
	color: #7e4500;
	font-size: 10px;
	padding: 0;
	margin: 0;
	display: inline-block;
	text-align: center;
	line-height: 12px;
}

/*#top_hotel ul.nav li a em {
	color: #af623c;
	font: italic 20px Baskerville, "Times New Roman", Times, serif;
	display: inline-block;
	width: 16px;
}*/

#top_hotel ul.nav li a strong, #riverhouse_link strong {
	display: block;
	font: normal normal 18px Baskerville, "Times New Roman", Times, serif;
}

#top_hotel ul.nav li a:hover strong {
	background-color: #fffcf2;
	padding-left: 2px;
	padding-right: 2px;
	margin-right: -2px;
	margin-left: -2px;
}

#riverhouse_link {
	background-color: #7e4500;
		color: white;
	display: block;
	position: absolute;
	top: 340px;
	left: 700px;
	text-align: center;
	opacity: 1;
}

#riverhouse_link span {
	border: 1px solid #af6262;
	display: block;
	margin: 7px;
	width: 193px;
	height: 36px;
	padding-top: 3px;
}


/*#top_hotel ul.nav li:last-child {
	border-right-style: none;
	padding-right: 39px;
	display: block;
	background: url(images/menu_glyph.png) no-repeat right 5px;
}*/

/*#top_hotel ul.nav li a:hover {
	position: relative;
	top: -1px;
	margin-bottom: 2px;
	-webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.4);
	color: #9a501f;
}*/

/*#top_hotel ul.nav li a:active {
	position: relative;
	top: 2px;
	margin-bottom: 2px;
	-webkit-box-shadow: 0px 0px 2px rgba(0,0,0,0.2);
	color: #9a501f;
}*/

ul#selling_points {
	margin-top: 41px;
	margin-left: 56px;
	height: 190px;
	width: 880px;
}

ul#selling_points img {
	float: left;
	margin-top: -6px;
	border: 5px solid white;
	-webkit-box-shadow: 0px 2px 4px rgba(0,0,0,0.47);
	-moz-box-shadow:0px 2px 4px rgba(0,0,0,0.47);
	margin-right: 10px;
	margin-bottom: 10px;
}

ul#selling_points li {
	width: 196px;
	float: left;
	height: 170px;
	display: inline;
	margin-bottom: 20px;
	overflow: visible;
	padding-top: 10px;
	margin-right: 20px;
}

ul#selling_points li.short {
	width: 230px;
}

/* */

#top_left {
	width: 245px;
}

#top_address {
	background-color: silver;
	height: 170px;
	margin-bottom: 20px;
	position: relative;
}

a.top_address_more {
	background-color: #b3b3b3;
	color: white;
	line-height: 2;
	height: 22px;
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: 235px;
	font-size: 10px;
	font-weight: bold;
	text-align: right;
	padding-right: 10px;
}

/* */

#top_resteraunt {
	width: 226px;
	float: right;
	background-color: #9caac2;
	padding-top: 160px;
	height: 640px;
	display: none;
}

#top_resteraunt h2 {
	background-color: #5a5a5a;
	height: 120px;
	width: 200px;
	margin-left: 13px;
	margin-bottom: 10px;
}

#top_r_special {
	margin-left: 20px;
}

/* */

#rates_gallery {
	background: #78432a url(images/dark_paper_back.jpg) center top;
}

#rates ul.nav {
	margin-left: 13px;
	position: absolute;
	left: 308px;
	top: 40px;
}

#rates ul.nav li {
}

#rates ul.nav li a {
	height: 26px;
	background-color: #522e17;
	line-height: 24px;
	padding: 0 15px;
	margin: 0 5px 5px 0;

}

#rates h2 {
	font: normal normal 28px/50px Georgia, Baskerville, "Times New Roman", Times, serif;
	color: white;
	margin-top: 35px;
	width: 303px;
	height: 49px;
	background-image: url(images/h2_rates_and_rooms.png);
	text-indent: -99999px;
	-webkit-box-shadow: 0px 2px 4px rgba(0,0,0,0.47);
	-moz-box-shadow:0px 2px 4px rgba(0,0,0,0.47);

	margin-bottom: 30px;
}

#rates {
	width: 598px;
	float: left;
}

h2 img {
	float: left;
	top: 9px;
	position: relative;
}

#rates h3 {
	color: #4d2b16;
	font: italic normal 22px Baskerville, "Times New Roman", Times, serif;
	margin-bottom: 10px;
	padding-top: 15px;
}

#rates_chart {
	margin-left: 30px;
	width: 450px;
	border-bottom: 1px solid #4d2b16;
	background-color: white;
	color: #4d2b16;
	-webkit-box-shadow: 0px 2px 20px rgba(0,0,0,0.47);
	-moz-box-shadow:0px 2px 20px rgba(0,0,0,0.47);
	padding-left: 18px;
	padding-right: 18px;
	margin-bottom: 49px;
}

#rates_chart p {
	line-height: 1.7;
	font-size: 11px;
	margin-left: 10px;
	margin-right: 20px;
	margin-bottom: 20px;
}

#rates_chart li:first-child {
	border-top-style: none;
}

#rates_chart li {
	border-top: 1px solid #4d2b16;
	position: relative;
	height: 44px;
	line-height: 44px;
	padding-left: 8px;
}

#rates_chart li .type {
	font-weight: bold;
	font-size: 14px;
	float: left;
	padding-right: 10px;
}

#rates_chart li .desc {
	font-size: 11px;
}

#rates_chart li .price {
	display: block;
	font: 26px Georgia, "Times New Roman", Times, serif;
	text-align: right;
	position: absolute;
	top: 4px;
	right: 43px;
}

#rates_chart li .pernight {
	display: block;
	font-size: 10px;
	position: absolute;
	right: 12px;
	line-height: 12px;
	top: 10px;
}

#rates_chart p.small {
	font-size: 9px;
	margin-top: 20px;
	color: #9b8678;
}

/* */

#room_gallery {
	width: 90px;
}

#room_gallery ul {
	width: 220px;
	position: relative;
	margin-left: 650px;
}

#room_gallery ul li {
	margin-right: 10px;
	margin-bottom: 10px;
	position: absolute;
}

#room_gallery ul li a {
	display: block;
	-webkit-box-shadow: 0px 2px 8px rgba(0,0,0,0.40);
	-moz-box-shadow:0px 2px 8px rgba(0,0,0,0.40);
}

#room_gallery ul li a img {
	border: 5px solid white;
}

#img1 {
	top: 88px;
	right: 130px;
}

#img2 {
	top: 130px;
	right: 25px;
}

#img3 {
	top: 232px;
	right: -45px;
}

#img4 {
	top: 397px;
	right: 140px;
}

#img5 {
	top: 427px;
	right: 6px;
}

#img6 {
	top: 533px;
	right: 140px;
}

#throw_to_specials {
	position: absolute;
	right: 172px;
	top: 303px;
	color: white;
	font: normal 20px Baskerville, "Times New Roman", Times, serif;
	text-align: right;
	width: 300px;
}

#throw_to_specials strong {
	font-size: 43px;
	font-weight: normal;
	font-style: normal;
	display: block;
	margin-top: -10px;
	position: relative;
}

#throw_to_specials a {
	font: 11px "Lucida Grande", Lucida, Verdana, sans-serif;
	display: block;
	margin-top: 2px;
	position: relative;
}

#throw_to_specials a span {
	text-decoration: underline;
	color: #fdff7b;
}

/* */

/* */

#specials_events {
	background: url(images/medium_paper_back.jpg) center top;
	padding-bottom: 40px;
	padding-top: 40px;
	position: relative;
	z-index: 1;
}

#specials_events h2 {
	font: normal normal 28px/50px Baskerville, "Times New Roman", Times, serif;
	color: white;
	width: 400px;
	height: 49px;
	background-image: url(images/h2_specials.png);
	text-indent: -99999px;
	-webkit-box-shadow: 0px 2px 4px rgba(0,0,0,0.47);
	-moz-box-shadow:0px 2px 4px rgba(0,0,0,0.47);
	z-index: 3;
	margin-bottom: 28px;
	display: block;
	clear: both;
}

#specials_events ul.nav {
	margin-left: 13px;
	left: 408px;
	position: absolute;
	top: 7px;
}

#specials_events ul.nav li {
	display: inline;
}

#specials_events ul.nav li a {
	height: 25px;
	background-color: white;
	color: #7b452a;
	-webkit-box-shadow: 0px 2px 2px rgba(0,0,0,0.4);
	-moz-box-shadow:0px 2px 2px rgba(0,0,0,0.4);
	margin-right: 9px;
}

#specials {
	float: left;
}

#specials_list h3 {
	font: normal normal 18px/35px Georgia, "Times New Roman", Times, serif;
	background-color: #f6f1ee;
	display: block;
	height: 35px;
	text-align: left;
	color: #7b452a;
	z-index: 3;
	position: relative;
	padding-left: 19px;
	margin-bottom: 16px;
}

#specials_list h3 em {
	font: italic 22px Baskerville, "Times New Roman", Times, serif;
	color: #af623c;	
}

#specials_list {
	position: relative;
	-webkit-box-shadow: 0px 3px 4px rgba(0,0,0,0.35);
	-moz-box-shadow: 0px 3px 4px rgba(0,0,0,0.35);
	width: 545px;
	float: left;
	background-color: white;
	margin-left: 30px;
	margin-right: 10px;
}


#specials_list ul li {
	padding-bottom: 20px;
	padding-left: 20px;
	margin-left: 130px;
	position: relative;
	margin-right: 10px;
	line-height: 1.6;
	clear: both;
	padding-top: 10px;
	margin-bottom: 20px;
}

#specials_list ul li a img {
	margin-bottom: 30px;
	position: absolute;
	top: 0;
	left: -110px;
}

#specials_list ul li h4 {
	color: #63371c;
	font: 26px Baskerville, "Times New Roman", Times, serif;
	border-bottom: 1px solid #a06741;
	padding-bottom: 3px;
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 2px;
}

#specials_list ul span.dates {
	display: block;
	font-weight: bold;
	font-size: 10px;
	color: #7f3e14;
	padding-top: 7px;
	padding-bottom: 5px;
	margin-top: -2px;
	margin-bottom: 5px;
}

/* */

#fb_box {
	width: 292px;
	margin-left: 15px;
	float: left;
	background-color: white;
}

#fb_box h3 {
	font: normal normal 18px/35px Georgia, "Times New Roman", Times, serif;
	background-color: #f6f1ee;
	display: block;
	height: 35px;
	text-align: left;
	color: #7b452a;
	z-index: 3;
	position: relative;
	padding-left: 22px;
}

#fb_box h3 em {
	font: italic 22px Baskerville, "Times New Roman", Times, serif;
	color: #af623c;	
}

/* */

#events {
	z-index: 2;
	clear: both;
	background-color: white;
	position: relative;
	-webkit-box-shadow: 0px 3px 4px rgba(0,0,0,0.35);
	-moz-box-shadow:0px 3px 4px rgba(0,0,0,0.35);
	margin-top: 50px;
}

#events h3 {
	font: normal normal 18px/35px Georgia, "Times New Roman", Times, serif;
	background-color: #f6f1ee;
	display: inline-block;
	height: 35px;
	text-align: left;
	color: #7b452a;

	position: absolute;
	padding-left: 22px;
	padding-right: 22px;
	top: -35px;
}

#events h3 em {
	font: italic 22px Baskerville, "Times New Roman", Times, serif;
	color: #af623c;
}

#events ul {
	background-color: #fffeff;
	z-index: 4;
	margin-left: 5px;
	padding-top: 16px;
}

#events ul li {
	overflow: hidden;
	float: left;
	padding-right: 20px;
	padding-left: 20px;
	margin-bottom: 20px;
}

#events ul li a {
	display: block;
	width: 180px;
	margin-left: auto;
	color: #5f3520;
}

#events img {
	background-color: #e4dfdc;
	margin-top: 10px;
	margin-bottom: 6px;
}

#events .title {
	font-size: 12px;
	font-weight: bold;
	display: block;
	padding-bottom: 0;
}

#events .date {
	font-size: 11px;
	font-style: italic;
	padding-top: 2px;
	width: 187px;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
}

#events .description {
	display: block;
	padding-top: 15px;
	padding-bottom: 12px;
}

#events .readmore {
	display: block;
	text-align: right;
	padding-bottom: 12px;
	font-style: italic;
	font-size: 10px;
	text-decoration: underline;
}

/* */

.float_left {
	float: left;
	margin-right: 0;
	display: inline;
}

#gallery {
	background: #78432a url(images/dark_paper_back.jpg) center top;
	position: relative;
}

#gallery ul.nav {
	position: absolute;
	left: 268px;
	top: 40px;
	margin-top: 6px;
}

#gallery ul.nav li {
}

#gallery ul.nav li a {
	background-color: #542f17;
	height: 26px;
}

#gallery h2 {
	font: normal normal 28px/50px Georgia, Baskerville, "Times New Roman", Times, serif;
	color: white;
	margin-top: 35px;
	width: 273px;
	height: 49px;
	background-image: url(images/h2_photo_gallery.png);.png);
	text-indent: -99999px;
	-webkit-box-shadow: 0px 2px 4px rgba(0,0,0,0.47);
	-moz-box-shadow: 0px 2px 4px rgba(0,0,0,0.47);
	margin-bottom: 30px;
}

#gallery ul#gallery_list {
	width: 604px;
	margin-left: 20px;
}

#gallery ul#gallery_list li {
	float: left;
	display: inline;
	margin-right: 10px;
	margin-bottom: 13px;
}

#gallery ul#gallery_list li a {
	border: 5px solid white;
	-webkit-box-shadow: 0px 2px 6px rgba(0,0,0,0.47);
	-moz-box-shadow:0px 2px 6px rgba(0,0,0,0.47);
	display: block;
}

#photo_blurb {
	width: 245px;
	position: absolute;
	right: 10px;
	top: 80px;
	line-height: 1.7;
}

#gallery h4 {
	font: 30px Garamond, "“Hoefler Text”", "Times New Roman", Times, serif;
	color: white;
	margin-top: 30px;
}

#gallery p {
	color: #ffece2;
	padding-top: 14px;
}

#gallery ul#gallery_list li.float_right {
	display: inline;
	float: right;
}

/* */

ul#video_gallery {
	margin-top: 10px;
	width: 258px;
}

ul#video_gallery li {
	float: left;
	margin-right: 8px;
}

ul#video_gallery li a {
	display: block;
	width: 121px;
	height: 122px;
	color: white;
	font-size: 11px;
	text-align: center;
}

ul#video_gallery li a img {
	margin-bottom: 2px;
	border: 3px solid #542f17;
	margin-left: auto;
	margin-right: auto;
}

/* */

#address_directions {
	background: url(images/light_paper_back.jpg) center top;
	padding-top: 35px;
	padding-bottom: 30px;
}

#address_directions h2 {
	font: normal normal 28px/50px Georgia, Baskerville, "Times New Roman", Times, serif;
	color: white;
	height: 49px;.png);
	text-indent: -99999px;

	margin-bottom: 30px;
	display: block;
	background: url(images/h2_map.png) no-repeat;
	border-bottom: 1px solid #bc6c43;
	padding-bottom: 6px;
}

#address_directions ul.nav {
	position: absolute;
	left: 384px;
	top: 40px;
}

#address_directions ul.nav li {
}

#address_directions ul.nav li a {
	padding: 0 0 2px;
	color: #673c26;
	font-size: 11px;
	margin-right: 30px;
	border-bottom: 1px solid #e7b89f;
	line-height: 14px;
}

#large_map {
	height: 250px;
	margin-left: 0;
	-webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.17);
	-moz-box-shadow:0px 1px 3px rgba(0,0,0,0.17);
	width: 340px;
	margin-bottom: 50px;
	background-position: center center;
}

#adr_column1 {
	width: 242px;
	position: absolute;
	top: 130px;
	left: 393px;
}

#adr_column1 a {
	color: #673c26;
	background-color: #f1efdb;
}

form {
	top: 300px;
	left: 381px;
	position: absolute;
}

#saddr_office {
	background-color: #f8f5ee;
	padding-top: 11px;
	padding-left: 9px;
	border: 1px solid #d1c8b3;
	color: #673c26;
	font-size: 12px;
	float: left;
	width: 268px;
	height: 27px;
	text-align: left;
	vertical-align: middle;
}

#saddr_office:focus {
	background-color: #fcfbf9;
}

form p {
	line-height: 0;
}

.submit{border:1px solid #999;-webkit-border-radius:2px;background:-webkit-gradient(linear,left top,left bottom,from(#fff),to(#ddd));font-size:15px;height:1.85em!important;
	margin-top: 6px;
	padding: 0 8px;
	margin-left: 12px;
}
.submit:active{background:-webkit-gradient(linear,left top,left bottom,from(#ccc),to(#ddd))}

#directions {
	line-height: 1.7;
	color: #673013;
	background-color: white;
	-webkit-box-shadow: 0px 2px 3px rgba(0,0,0,0.27);
	-moz-box-shadow:0px 2px 3px rgba(0,0,0,0.27);

	margin-top: 10px;
	padding: 20px 20px 40px;
}

#directions h3 {
	font: normal 26px Garamond, "Hoefler Text", Palatino, "“Palatino Linotype”", serif;
	margin-left: 10px;
	margin-bottom: 5px;
	position: relative;
}

#directions h3 em {
}

#directions p {
	margin-right: 10px;
	margin-left: 10px;
}

#directions ul {
	margin-top: 10px;
}

#directions ul li {
	margin-bottom: 5px;
	margin-top: 5px;

	padding: 7px 15px 5px 11px;
	border-top: 1px none #b58c6e;
}

#small_column {
	width: 314px;
	float: left;
}

#large_column {
	float: left;
	margin-left: 25px;
	width: 485px;
	padding-left: 25px;
	border-left: 1px dotted #b58c6e;
}

#directions ul li strong {
	display: block;
	font: italic normal 22px Baskerville, Times, "Times New Roman", serif;
}

/* */

#footer {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	background: url(images/menu_glyph.png) no-repeat center top;
	margin-top: 30px;
	color: #7d5a43;
	font: 14px Garamond, "Hoefler Text", "Times New Roman", Times, serif;
	padding-top: 41px;
	padding-left: 12px;
	text-align: center;
}

#footer a {
	text-decoration: underline;
	color: #7d5a43;
}

#footer em {
	font-style: italic;
}

/*   */