/*  
	Ruby Falls - March 2009 Redesign
	All content, images Copyright 2009 Ruby Falls
	Design: Papercut Interactive (www.papercutinteractive.com)
*/

/* @group Setup */

body, html {
	
}

body {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 11px;
	line-height: 16px;
	background: url(/images/body-background.gif) repeat-x left top;
}

/* @group Textures */

#body-texture-01 {
	width: 100%;
	height: 100%;
	background: url(/images/body-background-caves.jpg) repeat-x center top;
}

#body-texture-02 {
	width: 100%;
	height: 100%;
	background: transparent;
}

/* @end */



/* @end */

/* @group Structure */

#container {
	width: 858px;
	margin:0px auto;
	background-image: url("/images/contents-background2.png");
	background-repeat:repeat-y;
}

/* @group Header */

#header {
	width: 798px;
	margin:0px auto;
}

/* @group Header Level 1: Logo */

#header-logo {
	height: 149px;
	background: url(/images/header-level1-background.png) no-repeat left top;
}

/* @group Left: Logo */

#header-logo-left {
	background-image: url(/images/header-logo.png);
	width: 220px;
	height: 95px;
	position: relative;
	top: 40px;
	left: 20px;
}

#header-logo-left h1 {
	display: none;
}

/* @end */

/* @group Right: Green Seal */

#header-greenseal-right {
	float: right;
	position: relative;
	margin-top: -45px;
	margin-right: 40px;
	height: 54px;
}

#header-greenseal-right p {
	color: #edf3bc;
	text-transform: uppercase;
	font-size: 26px;
}

#header-greenseal-right img{
	vertical-align: middle;
	margin-left: 10px;
}

/* @end */

/* @end */

/* @group Header Level 2: Navigation */

#header-navigation {
	height: 35px;
	background: url(/images/header-level2-background.png) no-repeat left top;
	padding-top:5px;
}

/*
#header-navigation ul{
	width: 100%;
	display: block;
	position: relative;
	top: 12px;
	left: 15px;
}

#header-navigation li{
	display: inline;
	color: white;
	padding: 7px;
}

#header-navigation li a{
	text-decoration: none;
	color: inherit;
	letter-spacing: 0px;
}

#header-navigation li:hover, #header-navigation li.active{
	background-color: #a61b26;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}
*/

/* @end */

/* @group Header Level 3: Purchase */

#header-purchase {
	height: 40px;
	background: url(/images/header-level3-background.png) no-repeat left top;
}

#header-purchase div {
	float:left;
	display:inline;
	text-align: center;
	font-size:12px;
	cursor: pointer;
}

#header-purchase a {
	color: white;
	text-decoration: none;
}

#header-purchase a:hover {
	text-decoration: underline;
}

#header-purchase-01 {
	height: 40px;
	width: 150px;
	background: url(/images/header-purchase-01-background.gif) no-repeat left top;
	cursor: auto !important;
}

#header-purchase-02 {
	height: 40px;
	width: 191px;
	background: url(/images/header-purchase-02-background.gif) no-repeat left top;
}

#header-purchase-03 {
	height: 40px;
	width: 193px;
	background: url(/images/hoteltravel_off.jpg) no-repeat left top;
}

#header-purchase-04 {
	width: 264px;
	height:40px;
	background: url(/images/onlinebrochure_off.jpg) repeat-x left top;
}

#header-purchase-02:hover {
	background-image: url(/images/header-purchase-02-background-hover.gif)
}

#header-purchase-03:hover {
	background: url(/images/hoteltravel_on.jpg) repeat-x;
}
#header-purchase-04:hover {
	background: url(/images/onlinebrochure_on.jpg) repeat-x;
}

#header-purchase-02 p, #header-purchase-03 p {
	color: white;
	font-weight: normal;
	margin-top: 12px;
}

#header-purchase-04 p {
	color: #edf3bc;
	display: inline;
	position: relative;
	top: 12px;	
	font-size:16px !important;
}

#header-purchase-04 p:hover {
	
}

/* @end */



/* @end */

/* @group Contents */

#contents {
	width:798px;
	margin:0px auto;
	min-height: 600px;
	background: url(/images/contents-background.png) repeat-y left top;
	padding-bottom: 20px;
}

/* @group Flash */

#homeBanner{
	width: 798px;
	height: 349px;
}

#flash-placeholder {
	position:relative;
	margin-top:-349px;
	width: 798px;
	height: 349px;
	/* background: url(/images/flash-placeholder-nolabels.jpg) no-repeat left top; */
}

#flash-placeholder-bottom p {
	display: none !important;
}

.flash-placeholder-title {
	width: 214px;
	height: 63px;
	float: left;
	position: relative;
	left: 40px;
}

#flash-placeholder-title-01 {	
	background: url(/images/flash-label-explore.png) no-repeat left top;
	cursor: pointer;
}

#flash-placeholder-title-02 {
	background: url(/images/flash-label-buy-tickets.png) no-repeat left top;
	left: 81px;
	cursor: pointer;
}

#flash-placeholder-title-03 {
	background: url(/images/flash-label-cavern-card.png) no-repeat left top;
	left: 119px;
	cursor: pointer;
}

#flash-placeholder-top{
	height: 250px;
	position: relative;
	top: 60px;
}

#flash-placeholder-bottom {
	
}

/* @group Flash Copy */

.flash-placeholder-copy {
	width: 400px;
	min-height: 20px;
	padding: 10px;
	overflow: visible;
	position: absolute;
	top: 0px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;

}

.flash-placeholder-copy * {
}

.flash-placeholder-copy p {
	color: white;
}

.flash-placeholder-copy h2 {
	font-size: 1.4em;
	color: white;
	margin-bottom: 5px;
}

.flash-placeholder-copy a {
	color: inherit;
	text-decoration: underline;
}

#flash-placeholder-copy-01 {
	z-index: 1000;
	background: url(/images/flash-copy-03.png) repeat left top;
}

#flash-placeholder-copy-02 {
	z-index: 2000;
	background: url(/images/flash-copy-02.png) repeat left top;
}

#flash-placeholder-copy-03 {
	z-index: 3000;
	background: url(/images/flash-copy-03.png) repeat left top;
}

#flash-placeholder-logo {
	background: url(/images/flash-title-logo.png) no-repeat left top;
	width: 400px;
	height: 177px;
	margin: 0 auto;
}

/* @end */

/* @end */

/* @group Columns */

/* @group Right Column */

#right-column {
	margin-top: 20px;
	width: 517px;
	float: right;
	position: relative;
	left: -20px;
}

/* @group Primary Container */

#right-column-primary-container {
	margin-bottom: 15px;
}

#right-column-primary-container h2 {
	color: #65564e;
	font-weight: bolder;
	font-size: 30px;
	margin-bottom: 30px;
}

#right-column-primary-container p {
	margin-bottom: 12px;
	font-size: 12px;
	line-height: 18px;
}

/* @end */

/* @group Plan your visit */

#plan-your-visit-promo {
	background: url(/images/planvisit.jpg) no-repeat left top;
	width: 518px;
	height: 171px;
	text-align: center;
	margin-bottom: 15px;
	margin-top: 30px;
}

#plan-your-visit-promo h3 {
	padding-top: 15px;
	margin-bottom: 10px;
	color: #FFFFFF;
	font-size:24px;
}

#plan-your-visit-promo p {
	color: #b7b599;
	text-align: left;
	margin-right: 20px;
	margin-left: 20px;
}

#plan-your-visit-promo a {
	color: inherit;
}

#plan-your-visit-promo a:hover {
	color: white;
}

/* @end */

/* @group Share your Memories */

#share-your-memories-promo {
	width: 517px;
	margin-top: 30px;
}

/* @group Top */

#share-your-memories-promo-top {
	width: 100%;
	height: 183px;
	background: url(/images/shareyourmemories-background.jpg) no-repeat left top;
}

#share-your-memories-promo-top-inner {
	position: relative;
	top: 20px;
	left: 20px;
	width: 157px;
	height: 153px;
	overflow: hidden;
	color: white;
}

#share-your-memories-promo-top-inner h3 {
	color: #a61c27;
	font-size: 26px;
	margin-bottom: 10px;
	padding-top: 10px;
}
#share-your-memories-promo-top-inner h3 img{
	margin-bottom:4px;
}
#share-your-memories-promo-top-inner p {
	
}



/* @end */

/* @group Middle */

#share-your-memories-promo-middle {
	background-color: #e6e6e6;

}

img#memories-close-button {
	float: right;
	margin-top: 10px;
	margin-right: 5px;
}

#share-your-memories-promo-middle-inner {
	padding: 10px;
}

/* @end */

/* @group Bottom */

#share-your-memories-promo-bottom {
	background-color: #e6e6e6;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
}

#share-your-memories-promo-bottom-inner {
	padding: 5px;
	padding-top: 8px;
	margin-left: 5px;
}

#share-your-memories-promo-bottom-inner p {
	font-size:14px !important;
}

#share-your-memories-promo-bottom-inner a {
	margin-right: 15px;
}

#share-your-memories-promo-bottom-inner a:hover {
	border-bottom: 1px solid #e6e6e6;
}

/* @end */

/* @end */

/* @group Linked Banners */

#linked-banners {
	
}

/* @end */

/* @end */

/* @group Left Column */

#left-column {
	margin-top: 20px;
	width: 224px;
	position: relative;
	left: 20px;
}

#subpageBody #left-column{
	margin:0px;
	padding-top:20px;
}

/* @group Search */

#left-column-search-form {
	margin-bottom: 20px;
}

#left-column-search-form input{
	display: inline;
	vertical-align: top;
}

#left-column-search-input {
	width: 181px;
	border: 1px solid #979797;
	color: #979797;
	font-weight: normal;
	background: #f0f9ef url(/images/sidebar-search-background.gif) no-repeat 206px 6px;
	height: 25px;
}

#left-column-search-submit{
	width: 34px;
	border: 1px solid #979797;
	color: #979797;
	font-weight: normal;
	background: #f0f9ef url(/images/sidebar-search-background.gif) no-repeat center center;
	height: 29px;
	position: relative;
	left: -5px;
	cursor: pointer;
}

/* @end */

/* @group Section Headers */

.sidebar-section-container {
	width:224px;
	float:left;
	display:inline;
	margin-bottom: 15px;
}

.sidebar-section-container-header {
	height: auto !important;
	height: 16px;
	min-height: 16px;
	background: #a61c27 url(/images/sidebar-section-header.gif) no-repeat left top;
	padding-left: 45px;
	padding-top: 8px;
	padding-bottom:8px;
}

.sidebar-section-container-header h2 {
	color: white;
	font-size: 20px;
	font-weight: normal;
}

.sidebar-section-container-contents {
	width: 100%;
	background-color: #f0f9ef;
}

.sidebar-section-container-contents h3 {
	color: #a61c27;
	margin-top: 20px;
	margin-left: 5px;
	font-size: 22px;
}

.sidebar-section-container-contents p {
	padding: 5px;
}

/* @end */

/* @group Shop Gift Store Online */

#gift-store-promo {
	width: 224px;
	height: 155px;
	cursor: pointer;
	background: url(/images/sidebar-gift-shop.jpg) no-repeat left top;
}

#gift-store-promo h3, #gift-store-promo p {
	display: none;
}

/* @end */

/* @group Sidebar Contents */

#sidebar-contents {
	width:224px;
	float:left;
	display:inline;
}

#sidebar-contents h3 {
	color: #a61c27;
	margin-top: 20px;
	font-size: 22px;
	border-bottom:1px solid #ccc;
	padding-bottom:4px;
	margin-bottom:8px;
}

#sidebar-contents p {
}

/* @end */

/* @group Weather: Inside Ruby Falls */

p.ruby-falls-weather{
	font-size: 1.2em;
	margin-top: 10px;
}

span.ruby-falls-weather-line-2 {
	margin-top: 5px;
	font-size: 1.3em;
	display: block;
}

span.ruby-falls-weather-degrees {
	font-size: 1.1em;
	color: #a61c27;
	font-weight: bold;
}

/* @end */

/* @end */



/* @end */

/* @group Promos */

#promotions-container {
	clear: both;
	width: 761px;
	margin-left: 20px;
	margin-top: 20px;
}

#promotions-container h2 {
	display: none;
}

#promotions-container div {
	float: left;
	display: inline;
}

#promotions-image-promo-1{
	margin-right:40px;
	width:225px;
}

#promotions-image-promo-2{
	width:225px;
}

#promotions-container a:last-child div, #promotions-container div:last-child {
	margin-right: 0;
}


/* @group Image Promotion */

div.promotions-image-promo {
	margin-right:0px;
}

div.promotions-image-promo p{
	display: none;
}

/* @end */

/* @group Text Promotion */

div.promotions-text-promo {
	background-color: #322d2c;
	color: white;
	height: auto !important;
	height: 155px;
	min-height: 155px;
	margin-right:40px;
	width:225px;
}

div.promotions-text-promo-inner {
	padding:10px;
	text-align: left;
}

div.promotions-text-promo-inner h3 {
	font-size: 24px;
}

div.promotions-text-promo-inner p {
	margin-top: 3px;
}

/* @end */

/* @end */

/* @group Annual Pass Kicker */

#annual-pass-kicker-wrapper {
	width: 858px;
	margin:0px auto;
	background: url(/images/contents-background2.png) repeat-y left top;
}

#annual-pass-kicker {
	width: 423px;
	height: 47px;
	background: url(/images/annual-pass-kicker.gif) no-repeat left top;
	position: relative;
	left: 358px;
}

#annual-pass-kicker p {
	display: none;
}

/* @end */

/* @end */

/* @group Footer */

#footer-wrapper {
	background-color: #a61b26;
	width: 100%;
	height: auto !important;
	height: 148px;
	min-height: 148px;
}

#footer {
	margin:0px auto;
	height: auto !important;
	height: 148px;
	min-height: 148px;
	width: 858px;
	background: url(/images/footer-bg.jpg) repeat-y left top;
	font-weight:bold;
}

#footer a{
	color:#B7B498;
}

#footer-inner {
	margin:0px auto;
	min-height: 148px;
	width: 798px;
}

/* @group Footer Left: Logo */

#footer-inner-left {
	width: 220px;
	height: 93px;
	background-image: url(/images/footer-logo.png);
	position: relative;
	left: 15px;
	top: 15px;
	float: left;
	display:inline;
}

#footer-inner-left * {
	display: none;
}

/* @end */

/* @group Footer Right: Navigation */

#footer-inner-right {
	width: 520px;
	float: right;
	display:inline;
	position: relative;	
	margin-top: 15px;
	color: #b7b498;
}

#footer-inner-right ul {
	margin-bottom: 10px;
}

ul.footer-navigation-normal {
	
}

ul.footer-navigation-normal li {
	display: inline;
	margin-right: 7px;
}

ul.footer-navigation-normal li.white {
	color: white;
}

ul.footer-navigation-normal li:last-child {
	margin-right: 0px;
}

ul.footer-navigation-smaller {
}

ul.footer-navigation-smaller li {
	display: inline;
	margin-right: 10px;
}

ul.footer-navigation-smaller li:last-child {
	
}


#footer-inner-right p {
	
}

#footer-inner-right a {
	color: inherit;
}

#footer-inner-right a:hover {
	color: white;
}

p#papercut-id {
	margin-top: 10px;
}

/* @end */

/* @end */



/* @end */

/* @group Typography */

a {
	color: #a61c27;
}

#right-column-primary-container h1, #right-column-primary-container h2, #right-column-primary-container h3, #right-column-primary-container h4, #right-column-primary-container h5, #right-column-primary-container h6 {
	color: #65564E;
}

#right-column-primary-container h3 {
	font-size: 1.8em;
	padding-top: 15px;
	margin-bottom: 10px;
}

#right-column-primary-container h4 {
	font-size: 1.5em;
	padding-top: 15px;
	margin-bottom: 10px;
}

#right-column-primary-container h5 {
	font-size: 1.3em;
	padding-top: 15px;
	margin-bottom: 10px;
}

#right-column-primary-container h6 {
	font-size: 1.15em;
	padding-top: 15px;
	margin-bottom: 10px;
}

#plan-your-visit-promo h3, #share-your-memories-promo h3 {
	color: #FFFFFF;
}

/* @end */

/* @group Utilities */

.clear-both {
	clear: both;
}

/* @end */







/* News Section */
.newsTitle{
	font-size: 16px;
	font-weight:bold;
}

.newsDate{
	color:black;
	font-size:10px;
	font-weight:bold;
	font-style: italic;
}

.newsContainer{
	margin-bottom:10px;
	border-bottom: 1px solid black;
}

.newsArchiveMonth{
	font-size: 18px;
	font-weight:bold;
	margin:20px 0px;
}