/* 
	Rock City Primary Stylesheet
	Copyright 2009 Rock City
*/

/* @group Setup */

body, html {
	text-align: center;
	font-family: "Trebuchet MS", Trebuchet, "Lucida Grande", Lucida, Verdana, sans-serif;
	
}

body {
	background: url(/images/body-background-wood-2.jpg) repeat left top;
	background-color: #770703;
	font-size: .75em;
}

/* @group Textures */   		/* Needless, unfortunate texture markup */

#texture-01 {
	width: 100%;
	height: 100%;
}

.texture-01{
	background: url(/images/body-background-texture.png) no-repeat left top;	
}

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

.texture-02{
	background: url(/images/body-background-rockcity-seal.png) no-repeat left top;
}

#texture-03 {
	width: 100%;
	height: 100%;
}

.texture-03{
	background: url(/images/body-background-footer-texture.png) no-repeat center bottom;
}

/* @end */




/* @end */

/* @group Structure */

#container {
	margin: 0 auto;
	width: 794px;
	padding-top:52px;
}

#container-inner {
	width: 100%;
	background: url(/images/container-inner-background.gif) repeat-y left top;
}

/* IE6 */
* html #container-inner {
	width: 100%;
	background: url(/images/container-inner-background.gif) repeat-y left top;
}


/* @group Header */

#container-header{
	width: 100%;
	height: 26px;
	background: url(/images/header-top-background.png) no-repeat left top;
}

#container-header h1 {
	display: none;
}

#header-buy-tickets-online {
	width: 132px;
	height: 17px;
	background: url(/images/header-top-buy-tickets-online.png) no-repeat left top;
	position: relative;
	float:left;
	display:inline;
	top: 9px;
	left: 630px;
}

#header-buy-tickets-online p {
	display: none;
}

#header-book-travel-packages {
	width: 151px;
	height: 17px;
	background: url(/images/header-top-book-travel-packages.png) no-repeat left top;
	position: relative;
	float:left;
	display:inline;
	top: 9px;
	left: 325px;
}

#header-book-travel-packages p {
	display: none;
}

/* @end */

/* @group Subheader */
#banner-container{
	height: 382px;
	position:relative;
}

#container-subheader {
	height: 218px;
	overflow: hidden;
}

#container-subheader-loader{
	position:absolute;
	top:125px;
	left:0px;
	text-align:center;
	color: white;
	padding:10px;
	width:100%;
	margin:0px auto;
}

#container-banner-overlay{
	background: url("/images/subpageBannerOver.png") no-repeat left top;
	position: relative;
	margin-top:-218px;
	height:218px;
	cursor:pointer;
}

#container-banner-overlay-event{
	background: url(/images/subpageBannerOverEvent.png) no-repeat left top;
	position: relative;
	margin-top:-218px;
	height:218px;
	cursor:pointer;
}

.bannerLink{
	color:white;
	text-decoration:none;
}

#bannerCaption {
	width:620px;
	height:80px;
	color:#fff;
	position:absolute;
	bottom:14px;
	left:20px;
	text-align:left;
}

#bannerCaption h2 {
	color:#fff;
	margin:10px;
	font-size:28px;
}
#bannerCaption div {
	margin:12px;
}


#bannerControls {
	position:absolute;
	bottom:14px;
	left:0px;
	width:100%;
}

#bannerNav {
	list-style-type:none;
	position:absolute;
	bottom:24px;
	right:24px;
}
#bannerNav li {
	float:left;
	display:inline;
	margin-right:5px;
}
#bannerNav li a {
	float:left;
	display:inline;
	border:1px solid #fff;
	color:#fff;
	padding:4px 8px;
	text-decoration:none;
	font-size:1px;
}

#bannerNav li a:hover, #bannerNav li a.active {
	float:left;
	display:inline;
	border:1px solid #fff;
	background:#fff; 
}


body.frontpage #container-subheader {  							/* Variation of heigh and backgrond for frontpage */
	height: 382px;
	position:absolute;
	margin:0px;
	top:0px;
	left:0px;
	width:100%;
}
body.frontpage .slideshowContainer {
	position:relative;
	float:left;
	display:inline;
	margin-left:9px;
	text-align:left;
}

body.frontpage #container-banner-overlay{
	background: url(/images/homepageBannerOver.png) no-repeat left top;
	position: absolute;
	top:0px;
	left:0px;
	width:100%;
	height:382px;
	margin:0px;
}

/* @end */




/**************************************************************
 * New Banner
 **************************************************************/
#slideshow #banner-container{
	height: 382px;
	position:relative;
}

#slideshow #container-subheader {
	height: 218px;
	overflow: hidden;
}

#slideshow #container-subheader-loader{
	position:absolute;
	top: 125px;
	left: 0;
	text-align: center;
	color: white;
	padding: 10px;
	width: 100%;
	margin: 0px auto;
}

#slideshow #container-banner-overlay{
	background: url("/images/subpageBannerOver.png") no-repeat left top;
	position: relative;
	margin-top: -218px;
	height: 218px;
	cursor: pointer;
}

#slideshow #container-banner-overlay-event{
	background: url(/images/subpageBannerOverEvent.png) no-repeat left top;
	position: relative;
	margin-top:-218px;
	height:218px;
	cursor:pointer;
}

#slideshow .bannerLink{
	color:white;
	text-decoration:none;
}

#slideshow #bannerCaption {
	width: 540px;
	height: 80px;
	color: #fff;
	position: absolute;
	bottom: 14px;
	left: 20px;
	text-align: left;
}

#slideshow #bannerCaption h2 {
	color: #fff;
	margin: 22px 18px 0 19px;
	font-family: "Georgia", serif;
	font-size: 18px;
	font-weight: 700;
}

#slideshow #bannerCaption div {
  font-family: "Georgia", serif;
	font-size: 14px;
	font-style: italic;
	font-weight: 400;
	margin: 8px 18px 0 22px;
}

#slideshow #bannerCaption div a {
  background: transparent url('/images/banner/slideshow-arrow.png') no-repeat 100% 4px;
  color: #66ccff;
  padding-right: 13px;
}

#slideshow #bannerCaption div a:hover {
  background: none;
  text-decoration: none;
}

#slideshow #bannerControls {
	position: absolute;
	bottom: 14px;
	left: 0;
	width: 560px;
}

#slideshow #bannerNav {
	bottom: 21px;
	list-style-type: none;
	position: absolute;
	right: 18px;
	z-index: 200;
}

#slideshow #bannerNav li {
	float:left;
	display:inline;
	margin-right:5px;
}

#slideshow #bannerNav li a {
	float: left;
	font-size: 0;
	display: inline;
	border: 1px solid #d0c5b4;
	color: #fff;
	height: 10px;
	padding: 0;
	text-decoration: none;
	width: 10px;
}

#slideshow #bannerNav li a:hover,
#bannerNav li a.active {
	background: #d0c5b4;
}

body.frontpage #slideshow #container-subheader {  							/* Variation of heigh and backgrond for frontpage */
	height: 382px;
	left: 8px;
	margin:0px;
	position:absolute;
	top: 5px;
	width:100%;
}

body.frontpage #slideshow .slideshowContainer {
	position:relative;
	float:left;
	display:inline;
	margin-left:9px;
	text-align:left;
}

body.frontpage #slideshow #container-banner-overlay{
	background: url('/images/banner/homepageBannerOver2.png') no-repeat left top;
	position: absolute;
	top:0px;
	left:0px;
	width:100%;
	height:382px;
	margin:0px;
}



#info {
  background: transparent url('/images/banner/info-bg.png') no-repeat 0 0;
  position: absolute;
  height: 359px;
  right: 11px;
  bottom: 6px;
  text-align: left;
  width: 223px;
  z-index: 100;
}

#info ul {
  height: 215px;
  margin: 0 3px 0 8px;
  overflow: hidden;
}

#info li {
  height: 70px;
  overflow: hidden;
}

#info a,
.info-entry {
  color: #333;
  font-family: "Tahoma", Verdana, Segoe, sans-serif;
  padding: 9px 15px 0;
  text-decoration: none;
}

#info a:hover {
  background: transparent url('/images/banner/info-link-hover.png');
  color: #111;
}

#info h2 {
  margin: 27px 0 8px 25px;
  text-indent: -999em;
}

.info-title,
.info-desc,
#info a {
  display: block;
}

.info-title,
.info-desc {
  line-height: 17px;
  padding: 0 3px;
}

.info-title {
  font-weight: 700;
}

.info-desc {
  border-bottom: 1px solid #c8b7a9;
  height: 34px;
  padding-bottom: 9px;
}

#info ul > li:last-child .info-desc {
  border-bottom: 0;
}

#info .shop-btn {
  bottom: 13px;
  left: 8px;
  position: absolute;
}

#info .shop-btn a {
  background: transparent url('/images/banner/info-birdhouse-btn.png') no-repeat 0 0;
  height: 78px;
  margin: 0;
  padding: 0;
  text-indent: -999em;
  width: 212px;
}

#info .shop-btn a:hover {
  background-position: 0 100%;
}

/* end New Banner *************************************************************/






/* @group Navigation */

#container-navigation {
	width: 100%;
	height: 43px;
	background: url(/images/navigation-background.png) no-repeat left top;	
}

/* IE6 */
* html #container-navigation {
	width: 100%;
	height: 43px;
	background: url(/images/navigation-background.gif) no-repeat left top;	
}

/*
#container-navigation ul {
	display: block;
	list-style: none;
	padding-top: 9px;
	margin-bottom: 10px;
	height: 20px;
}

#container-navigation li {
	display: inline-block;
	color: white;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 1.1em;
	margin: 0px 8px;
	height: 24px;
}

#container-navigation li:hover, #container-navigation li.active {
	background: url(/images/navigation-active-background.png) no-repeat center 16px;
	
}

#container-navigation a {
	text-decoration: none;
	color: white;
}
*/

/* @end */

/* @group Content */

#container-contents {
	padding-top: 10px;
	padding-bottom: 10px;
	background: url(/images/contents-background.gif) no-repeat left top;
}

#event #container-contents {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left:10px;
	padding-right:10px;
	text-align:left;
	background: url(/images/contents-background.png) no-repeat left top;
}

/*	IE6 */
* html #container-contents {
	padding-top: 10px;
	padding-bottom: 10px;
	background: url(/images/contents-background.gif) no-repeat left top;
}


/* @group Contents: Primary Container */

#container-contents-primary {
	width: 544px;
	float: right;
	text-align: left;	
}

#container-contents-primary-inner {
	width: 528px;
	min-height: 350px;
	line-height:18px;
}

/* @group Primary: Explore Rock City */

#primary-explore-rock-city {
	width: 540px;
	height: 470px;
	background: url(/images/explore-rock-city-background.jpg) no-repeat left top;
	overflow: hidden;
}

#primary-explore-rock-city-inner {
	width: 500px;
	position: relative;
	top: 80px;
	left: 20px;
}

#primary-explore-rock-city-inner .explore-inline-image {
	float: right;
	display: inline;
	margin-left: 3px;
	
}

#primary-explore-rock-city-inner h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 1.4em;
	margin-bottom: 5px;
}

#primary-explore-rock-city-inner h5 {
	font-size: 1.6em;
	margin-bottom: 10px;
}

#primary-explore-rock-city-inner p{
	
}

.primary-explore-rock-city-button {
	position: relative;
	top: -3px;
	float: right;
	margin-right: 10px;
}

/* @end */

/* @group Primary: Promos */

#primary-promo-container {
	
}

div#primary-promo-container img {
	
}

/* @end */

/* @group Primary: Share your memories */

#primary-memories-container {
	margin-top: 30px;
}

#primary-memories-container h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.8em;
	letter-spacing: 1px;
	margin-bottom: 20px;
	color: black;
}

#primary-memories-container-inner {
	border: 1px dashed #477725;
	padding: 10px;
}

#primary-memories-container-inner h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	letter-spacing: 1px;
}

#primary-memories-container-inner p {
	
}

#primary-memories-container-inner .sharing-variation {
	margin-bottom: 10px;
}

/* @end */

/* @end */

/* @group Contents: Sidebar */

#container-contents-sidebar {
	width: 205px;
	float: left;
	text-align: left;
	margin-left: 2px;
	padding-top:20px;
}

#container-contents-sidebar a {
	color: inherit;
}

/* @group Contents: Sidebar Search */

#sidebar-search {
	width: 180px;
	margin-top: 10px;
}

#sidebar-search-submit {
	background: url(/images/button-sidebar-search.gif) no-repeat left top;
	color: transparent;
	border: 0px;
	width: 83px;
	height: 23px;
	position: relative;
	top:5px;
	left: 102px;
	cursor: pointer;
}

#sidebar-search-submit:hover {
	background-position: left -23px;
}

/* @end */

/* @group Contents: Sidebar Type: Inline Headers */

.sidebar-inlineheader-container {
	width: 100%;
	margin-left: 10px;
	margin-bottom: 50px;
}

.sidebar-inlineheader-container.weather{
	margin-bottom:30px;
}

#weatherDiv table, td{
	background: transparent;	
} 

.sidebar-inlineheader-container h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.4em;
	margin: 0;
	color: black;
}

span.sidebar-header-green { color: #477725; letter-spacing: 1px; }
span.sidebar-header-red { color: #be2f37; letter-spacing: 1px; }
span.sidebar-header-brown { color: #a34b1b; letter-spacing: 1px; }

/* adjustments for Sharing Memories Box */

div#primary-memories-container span.sidebar-header-green { position: relative; top: 3px; left: 10px;font-size: .7em;}



.sidebar-inlineheader-container p {
	
}

/* @end */

/* @group Contents: Sidebar Type: Image Headers */

.sidebar-imageheader-container {
	width: 100%;
	margin-bottom: 50px;
}

.sidebar-imageheader-container h3{
	display: none;
}

.sidebar-imageheader-container-label {
	width: 203px;
	height: 70px;
}

.sidebar-imageheader-container-label.e-club { background: url(/images/image-sidebar-label-e-club.png) no-repeat left top; }
.sidebar-imageheader-container-label.social-links { background: url(/images/image-sidebar-label-social-links.png) no-repeat left top; }

.sidebar-imageheader-container-contents {
	width: 100%;
	margin-top: 5px;
	margin-left: 10px;
}

.sidebar-imageheader-container-contents p {

}

/* @end */

/* @group Contents: Sidebar Type: Dynamic Headers */

.sidebar-dynamicheader-container {
	
}

.sidebar-dynamicheader-container div.title{
	background: url(/images/sidebar-dynamic-header.png) no-repeat left top;
	width: 211px;
	height: 49px;
	text-align: center;
}

.sidebar-dynamicheader-container div.title h3{
	color: white;
	font-weight: bolder;
	font-size: .9em;
	font-family: "Trebuchet MS", Trebuchet, "Lucida Grande", Lucida, Verdana, sans-serif;
	padding:0px;
	margin:0px;
	padding-top:20px;
}

.sidebar-dynamicheader-container p{
	width: 100%;
	margin-top: 10px;
	margin-left: 10px;
}

/* @end */

/* @group Sidebar: Social Links */

div.social-links p {
	line-height: 30px;
}

div.social-links p img {
	margin-right: 5px;
	position: relative;
	top: 3px;
}

/* @end */

/* @group Sidebar: Subpage Navigation */

#sidebar-subpage-navigation {
	width: 100%;
	margin-left: 10px;
	margin-bottom: 20px;
}

#sidebar-subpage-navigation h3{
	margin: 0px !important;
	color: #7a1b17;
	font-size: 1.8em;
}

/*
#sidebar-subpage-navigation ul {
	margin-top: 12px;
	font-size: .95em;
	font-weight: bold;
}

#sidebar-subpage-navigation li {
	height: 19px;
	width: 197px;
	background: url(/images/sidebar_navigation_highlight.png) no-repeat left 11px;
	padding: 6px 5px 5px;
}

#sidebar-subpage-navigation li:hover, #sidebar-subpage-navigation li.active {
	background-position: left -16px;
	color: white;
}

#sidebar-subpage-navigation a {
	color: inherit;
	text-decoration: none;
}
*/

/* @end */

/* @end */

/* @end */

/* @group Annual Pass */

#container-annual-pass {
	width: 792px;
	height: 300px;
	margin-left:2px;
	background: url(/images/AnnualPass2_24_10.jpg) no-repeat left top;
	clear: both; 
}

#container-annual-pass h2{
	display: none;
}

#container-annual-pass-inner {
	text-align: left;
}

#container-annual-pass-inner p{
	position: relative;
	width: 230px;
	left: 275px;
	top: 110px;
	color: white;
	letter-spacing: 2px;
	font-size: .90em;
}

#container-annual-pass-inner a{
	color: inherit;
	text-decoration: none;
}

/* @end */

/* @group Footer */

#footer {
	width: 851px;
	height: 284px;
	background: url(/images/footer-background.gif) no-repeat left top;
	margin: 0 auto;
	position:relative;
	left: 6px;
}

#footer-miles {
	float: left;
	font-size: 3em;
	margin-bottom: .8em;
	font-weight: bold;
	color: white;
	text-align: center;
	margin-top: 120px;
	margin-left: 42px;
	width: 250px;
}

#footer-inner {
	width: 500px;
	text-align: left;
	float: right;
	position: relative;
	top: 25px;
	color: #FFFFFF !important;
}

#footer-inner h2{
	font-size: 2.0em;
	margin-bottom: .6em;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-family: "Trebuchet MS", Trebuchet, "Lucida Grande", Lucida, Verdana, sans-serif;
	margin-top: 0px;
	color: #FFFFFF !important;
}

#footer-inner a{
	color: #FFFFFF !important;
}

#footer-inner ul {
	margin-bottom: .8em;
}

#footer-inner li {
	font-size: 1.3em;
	font-weight: normal;
	line-height: 1.8em;
}

.column1list{
	float:left;
	display:inline;	
	margin:0px;
	padding:0px;
}

.column2list{
	float:left;
	display:inline;
	margin:0px;
	padding:0px;
	margin-left:15px;
}

#footer-inner li.column1 { margin-left: 0em; }
#footer-inner li.column2 { }
#footer-inner li.reset {  }

#footer-inner a {
	color: inherit;
	text-decoration: none;
}

#footer-inner a:hover {
	text-decoration: underline;
}

#footer-inner p {
	
}

/* @end */

/* @group Footer Sub */

#footer-sub {
	height: 50px;
	width: 794px;
	margin: 0 auto;
}

#footer-sub p {
	color: white;
	float: right;
	margin-top: 15px;
	font-size: .9em;
}

#footer-sub a {
	color:white;
}

/* @end */



/* @end */

/* @group Typography */

h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 20px 0;
	color: #7a1b17;
}

h1 {
	font-size: 170%;
}

h2 {
	font-size: 150%;
}

h3 {
	font-size: 130%;
}

h4 {
	font-size: 130%;
}

h5 {
	font-size: 110%;
}

h6 {
	font-size: 105%;
}

P {
	font-size: 1em;
	line-height: 1.65em;
}

a {
	color: #7a1b17;
}

a:hover {
	
}

#container-contents-primary-inner ul {
	list-style-type: disc;
	margin-left: 40px;
	margin-top: 5px;
	margin-bottom: 5px;
}

#container-contents-primary-inner ol {
	list-style-type: decimal;
	margin-left: 40px;
	margin-top: 5px;
	margin-bottom: 5px;
}

#container-contents-primary-inner li {
	padding: 5px;
}


div.figure {
  float: right;
  width: 25%;
  border: thin silver solid;
  margin: 0.5em;
  padding: 0.5em;
}
div.figure p {
  text-align: center;
  font-style: italic;
  font-size: smaller;
  text-indent: 0;
}
img.scaled {
  width: 100%;
}

.strongest {
	font-weight: bolder;
	color: #7a1b17;	
}


.imageDiv{
	border: thin silver solid;
}

.imageDiv img{
	padding:3px;	
}

.imageDiv{
	padding:5px;	
}


.hotbuttonContainer, .hotbuttonContainerRight, .hotbuttonWithPaddingContainer {
	display:inline;
	position:relative;
	width:167px;
	height:167px;
	float:left;
	margin-left:10px;
}
.hotbuttonContainerRight {
	float:right !important;
}
.hotbuttonWithPaddingContainer {
	margin:0 10px 10px 0;
}


.last .hotbuttonItem {
	margin-right:-10px !important;
}

.hotbuttonItem {
	position:absolute;
	left:0;
	top:0;
}

.homepageHotButton{
	position:absolute;
	top:0;
	left:0;
}

/* @end */

/* @group Utilities */

.clear_both {
	clear:both;
}

/* @end */





/*	Memories Page */
.memoryContainer{
	border: 1px dashed #477725;
	padding: 10px;
	margin:10px 0px;
}

.memoryContainer h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	letter-spacing: 1px;
	padding-bottom:2px;
	margin:0px;
}
.memoryDate{
	font-size:10px !important;
	color:#000000;
	font-weight:bold;	
}

.memoryContainer p {
	
}


.specialEventHeader{
	background-image: url("/images/special-event-header-background.png");
	backround-repeat: no-repeat;
	padding-top:30px;
	padding-bottom: 1px;
	padding-left:10px;
	width:518px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.specialEventHeader h2 {
	color: #fff !important;
	font-size: 160%;
}


.specialEventHeaderText{
	color:#FFFFFF;
}

.specialEventSpacer{
	background-image: url("/images/special-event-horizontal-rule.gif");
	backround-repeat: no-repeat;
	width:528px;
	height:30px;
}

.hotbuttonInfoBoxContainer {
	display:none;
}
.hotbuttonInfoBox {
	text-align:left;
	padding:10px !important;
}

#visit-chattanooga-container{
	margin-top:10px;
	border:1px dashed #477725;
}

#grandview-container{
	margin-top:10px;
	padding:10px;
	border:1px dashed #477725;
}

.addthis_toolbox{
	margin:0px;
	padding:0px;
	margin-top:5px;
}

.video-container{
	position: relative;	
	padding-right:7px;
	padding-top:35px;
}

.video-player{
	border: 3px solid #990000;
	line-height: 1px;
	font-size: 1px;
}

.video-corner{
	position: absolute;
	top: 0px;
	right: 0px;
	background-image:url(/images/video-corner.png);
	width: 191px;
	height:140px;
}

object, embed{
	padding: 0px !important;
	margin: 0px !important;
}

.video-player-external object, .video-player-external embed{
	
}


#fullWidthWrap {
	text-align: left;
	position:relative;
}

#fullWidthWrap1 {
	margin:0 0 20px;
	padding:0 40px 0 18px;
}

#fullWidthWrap1 h1 {
	width:425px;
}

#fullWidthWrap2 {
	margin:20px 0 0;
	padding:0 40px 0 40px;
}

#fullWidthBar {
	height:3px;
	overflow:hidden;
	background:url(/images/template/bar.png);
	width:792px;
	margin-left:2px;
}

.videoPlayerLeft {
	background:url(/images/videoPlayer/videoCorner.png) top right no-repeat;
}

#videoAlbumPlayerWrap {
	margin-top:-20px;
}

.gnomeWhiteWrap {
	width:712px;
	margin:4px auto 10px;
}

.gnomeWhiteWrap h2 {
	margin-top:0;
}

.gnomeWhiteTop {
	background:url(/images/gnome/Coupon_top.png) no-repeat;
	height:13px;
}

.gnomeWhiteMiddle {
	background:url(/images/gnome/Coupon_middle.png) repeat-y;
	padding:8px 18px 8px 22px;
}

.gnomeWhiteBottom {
	background:url(/images/gnome/Coupon_bottom.png) no-repeat;
	height:13px;
}


#floatingBar {
	position:fixed;
	height:74px;
	width:807px;
	left:50%;
	margin-left:-400px;
	z-index:1000;
	text-align:left;
	overflow:hidden;
	background:url(/images/floatingBar/paper.png);
}

#floatingLeft {
	float:left;
	width:420px;
	height:40px;
}
#floatingSeeRockCity {
	text-indent:-5000px;
	outline:none;
	float:left;
	width:450px;
	height:55px;
}
#floatingRight {
	float:right;
	width:350px;
	height:55px;
	padding:7px 27px 0 0;
}
#floatingSocial {
	float:right;
	height:21px;
	text-indent:-5000px;
	outline:none;
	width:80px;
}
#floatingSocial a {
	float:right;
	width:21px;
	height:21px;
	text-indent:-5000px;
	outline:none;
	margin-left:4px;
}
#floatingYoutube {
	background:url(/images/floatingBar/youtube.png) no-repeat;
}
#floatingTwitter {
	background:url(/images/floatingBar/twitter.png) no-repeat;
}
#floatingFacebook {
	background:url(/images/floatingBar/facebook.png) no-repeat;
}
#floatingLinks1 {
	float:right;
	height:22px;
	padding:8px 0 0 0;
}
#floatingLinks1 a {
	float:right;
}
#floatingExplore {
	background:url(/images/floatingBar/explore_rc.png) no-repeat;
	width:134px;
	height:8px;
	text-indent:-5000px;
	outline:none;
	margin-right:18px;
}
#floatingDivider {
	background:url(/images/floatingBar/events_explore_divider.png) no-repeat;
	width:2px;
	height:12px;
	text-indent:-5000px;
	outline:none;
	margin:0 7px;
	position:relative;
	top:-2px;
}
#floatingEvents {
	background:url(/images/floatingBar/events.png) no-repeat;
	width:50px;
	height:8px;
	text-indent:-5000px;
	outline:none;
}
#floatingLinks2 {
	margin:4px 0 0 0;
}

#floatingLinks2 a {
	float:right;
	height:13px;
	text-indent:-5000px;
	outline:none;
}

#floatingBook {
	background:url(/images/floatingBar/book_packages.png) no-repeat;
	width:186px;
}
#floatingBook:hover {
	background-position:0 -13px;
}
#floatingBuy {
	background:url(/images/floatingBar/buy_tickets.png) no-repeat;
	width:103px;
	margin-right:14px;
}

#floatingBuy:hover {
	background-position:0 -13px;
}
