/* @override http://74.220.215.242/~estespa1/wp-content/themes/appenzell/style.css */

/*
Theme Name: Appenzell
Description: Specialized WordPress theme by <a href="http://redrocketmg.com/kubrick/">Red Rocket</a> for Appenzell.
Version: 1.0
Author: Red Rocket Media Group
Author URI: http://redrocketmg.com/
*/



/* Begin Typography & Colors */

#content {
	font-size: 1.2em;
	}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

.entry p a:visited {
	color: #b85b5a;
	}

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a:hover {
	color: #147;
	text-decoration: underline;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



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



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



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

* {
	margin:0;
	padding:0;
}

.preload {
	display:none;
}

p {
	padding-bottom:15px;
	line-height:19px;
}

a img {
	border:none;
}

a {
	text-decoration:none;
	color:#8b0601;
}

a:hover {
	text-decoration:underline;
}

body {
	background:url(http://estesparklodging.com/app/images/bg-bottom-repeat.jpg) repeat;
	text-align:center;
	font-family:Helvetica, "Trebuchet MS", Arial, sans-serif;
	font-size:13px;
	color:#333333;
	overflow-x: hidden;
}

h1 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#8b0601;
	font-size:28px;
}

h2, h3 {
	color:#647952;
	font-size:15px;
	padding-bottom:5px;
}

#top {
	float:left;
	width:100%;
	height:191px;
	background:url(http://estesparklodging.com/app/images/bg-top-repeat.jpg) repeat-x;
}

#top-inside {
	position:relative;
	margin:0 auto;
	width:100%;
	height:191px;
	background:url(http://estesparklodging.com/app/images/bg-top-center.jpg) no-repeat top center;
}

#top-random {
	position:relative;
	width:976px;
	height:228px;
	margin:0 auto;
}

#top-random-inside {
	float:right;
	width:479px;
	height:228px;
	margin:0 30px 0 0;
}

#menu {
	float:left;
	width:100%;
	height:52px;
	margin:-20px 0 0 0;
}

#menu-inside {
	position:relative;
	width:902px;
	height:52px;
	margin:0 auto;
	z-index:1000;
}

/* ----------------- Begin CSS Drop Down Menu ----------------- */


#content {
	clear: left;
	color: #ccc;
}

.sf-menu, .sf-menu ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
    text-align:center;
}

.sf-menu a {
	display: block;
	color:#FFFFFF;
	font-size:8pt;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.sf-menu li { /* all list items */
	float: left;
	display:block;
	list-style:none;
}

.sf-menu li.page_item.page-item-115 {
	width:101px;
	background:url(http://estesparklodging.com/app/images/menu-home.png) no-repeat;
}

.sf-menu li.page_item.page-item-115 a {
	width:101px;
	font-size:0px;
	color:#004A7E;
	min-height:52px;
}

.sf-menu li.page_item.page-item-115:hover, .sf-menu li.page_item.page-item-115.current_page_item, .sf-menu li.page_item.page-item-115.current_page_ancestor.current_page_parent.haschildren, .sf-menu li.page_item.page-item-115.current_page_ancestor.haschildren {
	background:url(http://estesparklodging.com/app/images/menu-home-over.png) no-repeat;
}

.sf-menu li.page_item.page-item-129 {
	background:url(http://estesparklodging.com/app/images/menu-accommodations.png) no-repeat;
	width:207px;
}

.sf-menu li.page_item.page-item-129 a {
	width:207px;
	font-size:0px;
	color:#005C8F;
	min-height:52px;
}

.sf-menu li.page_item.page-item-129:hover, .sf-menu li.page_item.page-item-129.current_page_item, .sf-menu li.page_item.page-item-129.current_page_ancestor.current_page_parent.haschildren, .sf-menu li.page_item.page-item-129.current_page_ancestor.haschildren {
	background:url(http://estesparklodging.com/app/images/menu-accommodations-over.png) no-repeat;
}

.sf-menu li.page_item.page-item-131 {
	background:url(http://estesparklodging.com/app/images/menu-specials.png) no-repeat;
	width:114px;
}

.sf-menu li.page_item.page-item-131 a {
	width:114px;
	font-size:0px;
	color:#005C8F;
	min-height:52px;
}

.sf-menu li.page_item.page-item-131:hover, .sf-menu li.page_item.page-item-131.current_page_item, .sf-menu li.page_item.page-item-131.current_page_ancestor.current_page_parent.haschildren, .sf-menu li.page_item.page-item-131.current_page_ancestor.haschildren {
	background:url(http://estesparklodging.com/app/images/menu-specials-over.png) no-repeat;
}

.sf-menu li.page_item.page-item-134 {
	background:url(http://estesparklodging.com/app/images/menu-activities.png) no-repeat;
	width:127px;
}

.sf-menu li.page_item.page-item-134 a {
	width:127px;
	font-size:0px;	color:#005C8F;
	min-height:52px;
}

.sf-menu li.page_item.page-item-134:hover, .sf-menu li.page_item.page-item-134.current_page_item, .sf-menu li.page_item.page-item-134.current_page_ancestor.current_page_parent.haschildren, .sf-menu li.page_item.page-item-134.current_page_ancestor.haschildren {
	background:url(http://estesparklodging.com/app/images/menu-activities-over.png) no-repeat;
}

.sf-menu li.page_item.page-item-136 {
	background:url(http://estesparklodging.com/app/images/menu-aboutus.png) no-repeat;
	width:128px;
}

.sf-menu li.page_item.page-item-136 a {
	width:128px;
	font-size:0px;	color:#005C8F;
	min-height:52px;
}

.sf-menu li.page_item.page-item-136:hover, .sf-menu li.page_item.page-item-136.current_page_item, .sf-menu li.page_item.page-item-136.current_page_ancestor.current_page_parent.haschildren, .sf-menu li.page_item.page-item-136.current_page_ancestor.haschildren {
	background:url(http://estesparklodging.com/app/images/menu-aboutus-over.png) no-repeat;
}

.sf-menu li.page_item.page-item-138 {
	background:url(http://estesparklodging.com/app/images/menu-contact.png) no-repeat;
	width:116px;
}

.sf-menu li.page_item.page-item-138 a {
	width:116px;
	font-size:0px;
	color:#005C8F;
	min-height:52px;
}

.sf-menu li.page_item.page-item-138:hover, .sf-menu li.page_item.page-item-138.current_page_item, .sf-menu li.page_item.page-item-138.current_page_ancestor.current_page_parent.haschildren, .sf-menu li.page_item.page-item-138.current_page_ancestor.haschildren {
	background:url(http://estesparklodging.com/app/images/menu-contact-over.png) no-repeat;
}

.sf-menu li.page_item.page-item-140 {
	background:url(http://estesparklodging.com/app/images/menu-groups.png) no-repeat;
	width:109px;
}

.sf-menu li.page_item.page-item-140 a {
	width:109px;
	font-size:0px;
	color:#005C8F;
	min-height:52px;
}

.sf-menu li.page_item.page-item-140:hover, .sf-menu li.page_item.page-item-140.current_page_item, .sf-menu li.page_item.page-item-140.current_page_ancestor.current_page_parent.haschildren, .sf-menu li.page_item.page-item-140.current_page_ancestor.haschildren {
	background:url(http://estesparklodging.com/app/images/menu-groups-over.png) no-repeat;
}

.sf-menu li.page_item.page-item-115 ul li a, .sf-menu li.page_item.page-item-115 ul li ul li a, .sf-menu li.page_item.page-item-129 ul li a, .sf-menu li.page_item.page-item-129 ul li ul li a, .sf-menu li.page_item.page-item-131 ul li a, .sf-menu li.page_item.page-item-131 ul li ul li a, .sf-menu li.page_item.page-item-134 ul li a, .sf-menu li.page_item.page-item-134 ul li ul li a, .sf-menu li.page_item.page-item-136 ul li a, .sf-menu li.page_item.page-item-136 ul li ul li a, .sf-menu li.page_item.page-item-138 ul li a, .sf-menu li.page_item.page-item-138 ul li ul li a, .sf-menu li.page_item.page-item-140 ul li a, .sf-menu li.page_item.page-item-140 ul li ul li a {
	float:left;
    padding:10px;
	color:#9d3d0c;
	background:#d3caad;
	font-size:10px;
	width:110px;
	min-height:10px;
}

.sf-menu li ul { /* second-level lists */
	position: absolute;
	width: 110px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

.sf-menu li ul a:hover, .sf-menu li ul a.sfHover {
	color:#FFFFFF;
	}

.sf-menu li ul li {
	width:110px;
}

.sf-menu li ul ul { /* third-and-above-level lists */
	margin:0 0 0 112px;
}

.sf-menu li:hover ul ul, .sf-menu li:hover ul ul ul, .sf-menu li.sfHover ul ul, .sf-menu li.sfHover ul ul ul {
	left: -999em;
}

.sf-menu li:hover ul, .sf-menu li li:hover ul, .sf-menu li li li:hover ul, .sf-menu li.sfHover ul, .sf-menu li li.sfHover ul, .sf-menu li li li.sfHover ul { /* lists nested under hovered list items */
	left: auto;
}

/* ----------------- END CSS Drop Down Menu ----------------- */

#main-image {
	float:left;
	width:100%;
	height:403px;
}

#main-image-inside {
	position:relative;
	width:100%;
	height:363px;
	margin-top:-51px;
	background:url(http://estesparklodging.com/app/images/bg-middle-repeat.jpg) repeat-x top center;
	z-index:100;
}

#main-image-bg {
	position:relative;
	width:100%;
	height:403px;
	background:url(http://estesparklodging.com/app/images/bg-middle.png) no-repeat top center;
	margin-top:20px;
	z-index:100;
}

#main-image-rotate {
	position:relative;
	width:960px;
	height:403px;
	margin:0 auto;
	z-index:100;
}

#main-content {
	float:left;
	width:100%;
	height:200px;
	min-height:200px;
	height:auto!important;
	text-align:left;
}

#main-content ul {
	list-style:disc;
	margin:10px 15px 20px 15px;
}

#main-content li {
	padding:0 10px;
}

#main-content-inside {
	position:relative;
	margin:-85px auto 0 auto;
	width:976px;
	z-index:1;
}

#sub-content-inside {
	position:relative;
	margin:0 auto;
	width:976px;
	z-index:1;
}

#main-content-top {
	float:left;
	background:url(http://estesparklodging.com/app/images/content-top.png) no-repeat;
	width:976px;
	height:32px;
}

#main-content-middle {
	float:left;
	background:url(http://estesparklodging.com/app/images/content-middle.png) repeat-y;
	width:976px;
	height:200px;
	min-height:200px;
	height:auto!important;
}

#main-content-m-l {
	float:left;
	width:555px;
	padding:65px 0 65px 65px;
}

#main-content-m-r {
	float:right;
	width:283px;
	padding:65px 20px 65px 0;
}

#sub-content-m-l {
	float:left;
	width:283px;
	padding:65px 20px 65px 20px;
}

#sub-content-m-r {
	float:right;
	width:555px;
	padding:65px 65px 65px 0;
}

#sub-content-m-r h2 {
	color:#333333;
}

#sub-content-m-r img {
	float:right;
}

div.post img {
	padding:20px;
}

#testimonial {
	float:right;
	width:263px;
	height:70px;
	min-height:70px;
	height:auto!important;
	padding:10px 0 30px 0;
	font-size:12px;
}

#signup {
	float:left;
	background:url(http://estesparklodging.com/app/images/button-email.png) no-repeat;
	width:283px;
	height:168px;
	padding:70px 0 0 90px;
}

#signup h3 {
	display:none;
}

#signup input.button {
	margin-top:5px;
}

#reservations {
	float:left;
	width:283px;
	height:auto!important;;
	padding:15px 0 0 25px;
	margin:0 0 20px 0;
}

form p {
	padding:5px 0 0 0;
}

#main-content-bottom {
	float:left;
	width:976px;
	height:15px;
	background:url(http://estesparklodging.com/app/images/content-bottom.png) no-repeat;
}

#footer {
	float:left;
	width:100%;
	height:30px;
	font-size:11px;
}

#footer-inside {
	position:relative;
	margin:0px auto 10px auto;
	width:960px;
	list-style:none;
}

#footer-inside li {
	display:inline;
	font-size:11px;
	margin:0;
	padding:0 10px 0 0;
	text-transform:uppercase;
	font-weight:bold;
	background:none;
	color:#8b0601;
}

div.newsletter, div.newsletter p {
	font-weight:normal;
}

.RSCal .month {
	color:#647952;
	font-size:15px;
	font-weight:bold;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

div#detailsMain0 {
	background-color:#EEEAE0;
}