@charset "UTF-8";
/* Custom reset */
/* link underlines tend to make hypertext less readable, 
because underlines obscure the shapes of the lower halves of words */
:link,:visited { text-decoration:underline }
/* no list-markers by default, since lists are used more often for semantics */
ul,ol { list-style:none }

/* remove the inconsistent (among browsers) default ul,ol padding or margin  */
/* the default spacing on headings does not match nor align with 
   normal interline spacing at all, so let's get rid of it. */
/* zero out the spacing around pre, form, body, html, p, blockquote as well */
/* form elements are oddly inconsistent, and not quite CSS emulatable. */
/*  nonetheless strip their margin and padding as well */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input{ margin:0; padding:0 }
/* whoever thought blue linked image borders were a good idea? */
a img,:link img,:visited img { border:none }
/* de-italicize address */
address { font-style:normal }
/* more varnish stripping as necessary... */
fieldset {border: none }

/* CSS Document */
/* 
/***************************************************************************
* General 
***************************************************************************/
/* light-blue : #009fce  */
html, body{
	background-color:#ded3b5;
	width: 100%;
	height: 100%;
}
body{
	font-family: Georgia, Times New Roman, serif;
	font-size: 13px;
	word-spacing: 0.4pt;
	line-height: 1.4;
	color:#333333;
	min-width: 1024px;
}
body.home {
	background: transparent url(../images/bg/bg1.jpg) no-repeat scroll 50% 0;
	margin-top: 25px;
	min-height: 840px;
	height: 840px;
}
body.interior {
	margin-top: 25px;
	min-height: 740px;
	height: 740px;
}
a {
	color:#333333;
	text-decoration:underline;
}
a:hover , a:link, a:visited {
	color:#333333;
}
a:hover {
	text-decoration: none;
}
a:active {
	outline: none;
}
a:focus {-moz-outline-style: none;}
a {
	outline-color: 	-moz-use-text-color; 
	outline-style: none; 
	outline-width: medium;
}
.inline{
	display:inline;
}
strong{
	font-weight:bold;
}
em{
	font-style:italic;
}
h1 {
	font-size:27px;
	word-spacing: 5px;
	font-family: Knockout, Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#d14f1e;
	text-transform: uppercase;
}
h1.banner {
	background: transparent url(../images/banner.png) no-repeat scroll 0 0;
	font-size:22px;
	word-spacing: 1px;
	font-family: "United Serif Cd Hv", Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#ffffff;
	text-transform: uppercase; 
	padding: 7px; 
	letter-spacing: .5px;
	/*border-top: 2px solid #d14f1e; 
	border-bottom: 1px solid #CCCCCC;*/
}
h1.banner a {
	color: #ffffff;
	text-decoration: none;
}
h1.headline {
	font-size:22px;
	word-spacing: 1px;
	font-family: "United Serif Cd Hv", Georgia, Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#93532f;
	text-transform: uppercase; 
	padding: 0; 
	/*border-top: 2px solid #d14f1e; 
	border-bottom: 1px solid #CCCCCC;*/
}
.ship-description h1.headline {
	font-size: 28px;
}
h1.headlineArtist {
	font-size:30px;
	word-spacing: 1px;
	font-family: "United Serif Cd Hv", Georgia, Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#995424;
	text-transform: uppercase; 
	padding: 0; 
	letter-spacing: .5px;
}
h1.headlineArtist a {
	color: #995424;
}
h1.headlineMoreArtists {
	font-size:25px;
	word-spacing: 1px;
	font-family: "United Serif Cd Hv", Georgia, Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#995424;
	text-transform: uppercase; 
	padding: 0 0 5px 0; 
	margin: 0 auto;
	text-align: center;
}
h2.blockHeader {
	font-size:22px;
	word-spacing: 1px;
	font-family: "United Serif Cd Hv", Georgia, Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#62aabe;
	text-transform: uppercase;
	width: 80%;
	letter-spacing: .5px; 
	padding: 10px 5px 0px 5px; 
	margin: 0 auto; 
	text-align: center; 
}
h2.blockHeaderSidebar {
	font-size:22px;
	word-spacing: 1px;
	font-family: "United Serif Cd Hv", Georgia, Arial, Helvetica, sans-serif;
	font-weight:normal;
	color: #9a5424;
	text-transform: uppercase;
	width: 80%;
	letter-spacing: .5px; 
	padding: 0; 
	margin: 0 auto; 
	text-align: center; 
}
h2 {
	font-size:24px;
	line-height: 28px;
	word-spacing: 1pt;	
	font-weight:normal;
}
h3 {
	font-size:18px;
	font-weight:normal;
	word-spacing: 1pt;
	line-height: 22px;
	margin-bottom: 10px;
}
img{
	border:0 none;
}
p {
	margin-bottom: 20px;
}
.interior .right p {
	padding:10px 0 5px 0;
}
.white{
	color:#f4f2ea;
}
hr {
  background-color: #b3aa97;
  color: #b3aa97;
  height: 1px;
  margin : 15px 0 15px 0;
}
.grayDiv {
	background: transparent url(../images/interior/grayDiv.png) repeat-x scroll 0 0; 
	display: block; 
	height: 13px; 
	width: 100%; 
	margin: 15px 0 5px 0;
}
.grayHr {
	background: transparent url(../images/interior/grayDiv.png) repeat-x scroll 0 0; 
	display: block; 
	height: 13px; 
	width: 100%; 
	margin: 15px 0 5px 0;
}
.left {
	float:left;
	display:inline;
}
.left img {
	vertical-align: top;
}
.right {
	float:right;
	display:inline;
}
.clear {
	clear:both;
	height: 0px;
}
.center{
	text-align:center;
}
.small{
	font-size:11px;
}
.curr{
	background-color: transparent !important;
	position: relative;
}
.home hr{
	border:none;
	border-bottom:1px dashed #402b20;
}
.light_blue, .light_blue a{
	color:#1f7db3;
}
.red{
	border:1px solid red;
}
div#preload {
	display: none;
}
.Presale form, .presale form {
	margin: 4px 0 0 20px;
	text-align: left;
	width: 400px;
}
.Presale form p input, .presale form p input {
	width: 150px;
	height: 21px;
	color: #000;
	vertical-align: middle;
	font-size: 12px;
	border-top: 2px solid #bcbcbc;
	border-left: 2px solid #bcbcbc;
	border-bottom: none;
	border-right: none;
	display: block;
}
.Presale form fieldset p label, .presale form fieldset p label {
	display:block;	
	margin:5px 5px 8px 6px;
	padding:0;
	width: 150px;
	font: 95% "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	color: #333;
}
.Presale form p, .presale form p {
	width: 150px;
	height: 21px;
	float: left;
	margin: 0 5px 5px 0;
}
.Presale form #EmailAddress, .presale form #EmailAddress {
	width: 225px;
}
.Presale form p.email, .presale form p.email {
	width: 225px;
}
.Presale form #submit, .presale form #submit {
	height: 23px; 
	width: 64px;	
	border: 0 none;
	cursor: pointer; 
	background: transparent url(../images/submit.png) no-repeat center;
	text-indent: -5000px;
	color: transparent;
	font-size: 0px;
	display:block;
	line-height: 0px;
}
.Presale form p.submit, .presale form p.submit {
	height: 23px;
	width: 64px;
	text-indent: -2500px;
	margin: 0 0 0 2px;
}
.popup form {
	margin: 4px 0 0 20px;
	text-align: left;
	width: 280px;
}
.popup form p input {
	width: 130px;
	height: 21px;
	color: #000;
	vertical-align: middle;
	font-size: 12px;
	border-top: 2px solid #bcbcbc;
	border-left: 2px solid #bcbcbc;
	border-bottom: none;
	border-right: none;
	display: block;
}
.popup form fieldset p label {
	display:block;	
	margin:5px 5px 8px 6px;
	padding:0;
	width: 130px;
	font: 95% "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	color: #333;
}
.popup form p {
	width: 130px;
	height: 21px;
	float: left;
	margin: 0 5px 5px 0;
}
.popup form #EmailAddress {
	width: 195px;
}
.popup form p.email {
	width: 195px;
}
.popup form #submit {
	height: 23px; 
	width: 64px;	
	border: 0 none;
	cursor: pointer; 
	background: transparent url(../images/submit.png) no-repeat center;
	text-indent: -5000px;
	color: transparent;
	font-size: 0px;
	display:block;
	line-height: 0px;
}
.popup form p.submit {
	height: 23px;
	width: 64px;
	text-indent: -2500px;
	margin: 2px 0 0 2px;
}
form span,form p { 
	position:relative 
}
label  { 
	position:absolute; top:0; left:0
}
/***************************************************************************
* Page Layout 
***************************************************************************/
#wrapper{
	margin:0px auto;
	width:1006px;
	position: relative;
}
#middle {
	margin: 0 auto;
	width: 100%;
	background: transparent url(../images/home/middle.jpg) no-repeat scroll 50% 840px;
}
.interior #middle {
	margin: 0 auto;
	width: 100%;
	background: transparent url(../images/middle-interior.jpg) no-repeat scroll 50% 840px;
}
#bg {
	margin: 0 auto;
	width: 100%;
	background: transparent url(../images/bg/bg1.jpg) no-repeat scroll 50% 0;
}
#repeat {
	margin: 0 auto;
	width: 100%;
	height: auto;
	background: transparent url(../images/home/repeat.png) repeat-y scroll 50% 1300px;
}
.navigation {
	height: 24px;
	display: block;
	padding-top: 60px;
	clear: both;
}
.left_content {
	width: 735px;
	padding-left: 23px;
}
.interior .left_content {
	background: transparent url(../images/interior/left-gradient.png) no-repeat scroll right top;
	min-height: 600px;
}
#right_content{
	padding: 0 0 30px 15px;
	width:215px;
	overflow: hidden;
}
.home #right_content{
	padding-bottom: 0;
}
.container {
	margin-top: 20px;
	/*background-color: #f9edd3;*/
	overflow:hidden;
}
.interior .container {
	padding-bottom: 30px;
	height: auto !important;
	/*height: 700px;*/
	min-height: 700px;
	margin-top: 15px;
}
/***************************************************************************
* Header
***************************************************************************/
#header {
	padding-left: 20px;
	z-index: 1;
}
#header .logo h2 {
	text-indent: -5000px;
	float: left; 
	width: 430px;
	display: block;
}
#header h2.dates  {
	background: transparent url('../images/dates.png') no-repeat;
	text-indent: -5000px;
	float: left; 
	width: 321px; 
	margin: 34px 0 0 222px;
	height: 30px;
}
#header h2.prices {
	background: transparent url('../images/prices.png') no-repeat scroll 0 0;
	text-indent: -5000px;
	width: 204px;
	height: 47px;
	margin: 5px 0 0 276px;
}
.bookNowHeader {
	display: inline;
}
.liveChat  {
	background: transparent url('../images/live_chat.png') no-repeat;
	text-indent: -5000px;
	width: 204px;
	height: 30px;
	display: block;
	margin: 4px 0 1px 278px;
}
a.liveChat:hover {
	background: transparent url('../images/live_chat_on.png') no-repeat;
	margin-left: 277px;
}
.bookNow {
	background: transparent url('../images/book_now.png') no-repeat;
	text-indent: -5000px;
	width: 204px;
	height: 30px;
	display: block;
	margin: 72px 0 1px 278px;
}
a.bookNow:hover {
	background: transparent url('../images/book_now_on.png') no-repeat;
}
.bookNowPresale {
	background: transparent url('../images/book_now_presale.png') no-repeat;
	text-indent: -5000px;
	width: 300px;
	height: 30px;
	display: block;
	margin: 72px 0 1px 235px;
}
a.bookNowPresale:hover {
	background: transparent url('../images/book_now_presale_on.png') no-repeat;
}
.presalesignup-button {
	background: transparent url('../images/home/bookNowPresaleSignup.png') no-repeat;
	text-indent: -5000px;
	width: 215px;
	height: 120px;
	display: block;
	margin: -5px 0 -10px 0;
}
.presalesignup-button a:hover {
	background: transparent url('../images/home/bookNowPresaleSignup-on.png') no-repeat;
}
/***************************************************************************
* Home Bottom Blocks 
***************************************************************************/
.home #block-strip {
	background: transparent url(../images/home/blocks-bg.jpg) no-repeat scroll 0 0; 
	width: 972px; 
	height: 235px;
	float: left; 
	position: relative; 
	padding: 20px; 
	display: inline; 
	margin: 10px 0 10px 15px;
}
.home #block-strip .blockOuter {
	float: left; 
	/*background-color: #fff;*/ 
	margin-right: 10px; 
	width: 225px;
	height: 220px;
}
.home #block-strip .blockOuterLast {
	float: left; 
	background-color: transparent;  
	width: 228px;
	height: 220px;
}
.home #block-strip .blockContent {
	padding: 10px;
}
.home #block-strip .FaqBlock ol {
	list-style: none outside none;
	margin: 0;
	padding: 0;
}
.home #block-strip .FaqBlock li {
	margin-bottom: 7px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.home #block-strip .blockLine {
	margin: 0 auto; 
	text-align: center; 
	height: 3px; 
	line-height: 3px;
	border-bottom: 1px dotted #543b15;
	width: 80%;
}
.home #block-strip .fan_box_home {
	padding-top: 15px;
}
.blockLine {
	margin: 0 auto; 
	text-align: center; 
	height: 3px; 
	line-height: 3px;
	border-bottom: 1px dotted #543b15;
	width: 80%;
}
.interior #block-strip-top {
	background: transparent url(../images/interior/right-sidebar-top.png) no-repeat scroll 0 0; 
	height: 44px;
	display: block;
	margin-top: 15px;
}
.interior #block-strip {
	background: transparent url(../images/interior/right-sidebar-middle.png) repeat-y scroll 0 0; 
	width: 220px; 
	float: left; 
	position: relative; 
	padding: 0 10px 0 10px; 
	display: block; 
	margin: 0;
}
.interior #block-strip-bottom {
	background: transparent url(../images/interior/right-sidebar-bottom.png) no-repeat scroll 0 0; 
	height: 39px;
	display: block;
	clear: both;
}	
.interior #block-strip .blockOuter {
	float: left; 
	width: 177px;
	margin-left: 8px;
}
.interior #block-strip .blockLine img {
	margin: 0 0 0 5px;  
	height: 5px; 
	line-height: 5px;
	width: 185px;	
}
.interior .blockContent ol {
	padding-bottom: 15px;
	margin: 0;
	padding: 0;
}
.interior .blockContent li {
	margin: 0 5px 0 5px;
	padding: 0 0 10px 0 !important;
}
.interior .blockContent li a {	
	font-size: 12px;
}
/***************************************************************************
* Right side content
***************************************************************************/
.lineHeader {
	border-top: 2px solid #d14f1e; 
	padding-top: 10px;	
}
a.booknow-ticket  {
	background: transparent url(../images/interior/bookNowTicket.png) no-repeat scroll 0 0;
	height: 120px;
	display: block;
	text-indent: -5000px;	
	padding-bottom: 15px;
	margin-top: -10px;
	margin-bottom: -20px;
}
a.booknow-ticket:hover  {
	background: transparent url(../images/interior/bookNowTicketOn.png) no-repeat scroll 0 0;
}
.interior .mailinglist a {
	/*margin-top: -30px;*/
}
.gettingthere-ticket a {
	background: transparent url(../images/gettingThereTicket.png) no-repeat scroll 0 0;
	height: 159px;
	display: block;
	text-indent: -5000px;	
	padding-bottom: 15px;
}
.mailinglist a {
	background: transparent url(../images/home/mailinglist.png) no-repeat scroll 0 0;
	height: 135px;
	display: block;
	text-indent: -5000px;
	padding-bottom: 0;
}
.mailinglist a:hover {
	background: transparent url(../images/home/mailinglist-on.png) no-repeat scroll 0 0;
}
.messageboardheader {
	margin: -15px 0 0 0;
}
.interior .messageboardheader {
	margin: 0;
}
.messageboard a {
	background: transparent url(../images/home/messageBoard.png) no-repeat scroll 0 0;
	height: 110px;
	display: block;
	text-indent: -5000px;
	padding-bottom: 15px;	
}
.messageboard a:hover {
	background: transparent url(../images/home/messageBoard-on.png) no-repeat scroll 0 0;
}
.interior .messageboard a {
	margin-top: -20px;
	padding-bottom: 0;
}
#updates{
	margin:0;
	text-align:left;
	overflow: hidden;
	position: relative;
}
#updates hr{
	border:none;
	border-bottom:1px dashed;
}
/***************************************************************************
* Navigation
***************************************************************************/
#nav2 {
	margin-top: 0px;
	width: 970px;
	height: 30px;
	position: relative;
	z-index: 99;
}
.sf-menu li {
	background-color: transparent;
	position: relative;
}
.sf-menu li li {
	background-color: #66999a;
}
.sf-menu a {
	border-left: none;
	border-top: none;
	font-family: Georgia, Times New Roman, sans-serif;
	text-align: left;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color: #ffffff;
	text-decoration: none;
}
.sf-menu li:hover, .sf-menu li.sfHover, .sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {

	background-color: transparent !important;
}
.sf-menu li li:hover, .sf-menu li li.sfHover, .sf-menu li li a:focus, .sf-menu li li a:hover, .sf-menu li li a:active {
	background-color: #66999a !important;
	color: #ffffff;
}
.sf-menu li li a:hover {
	text-decoration: underline;
}
#topNav {
	margin: 0 25px 0 25px;
	display: inline-block;
}
.interior #topNav {
	background: transparent url(../images/interior/grayDiv.png) no-repeat scroll center bottom;
	height: 43px;
}
#topNav a.top, #topNav .top {
	height: 24px;
	padding: 0;
	border: 0;
	text-indent: -3000px;
	z-index: 100;
}
#topNav ul.wideNav   {
	width: 13em;
}
#topNav .curr  {
	/*background-color: #00a297 !important;*/
	/*background-position: -154px -39px;*/
}
#topNav .home {
	width:60px;
	background: transparent url(../images/nav/nav.png) no-repeat scroll 0 0;
	margin-right: 40px;
}
#topNav .homeCur {	
}
#topNav .home:hover  {
	background-position: 0px -34px;
	background-color: #e9ad3b !important;
}
#topNav .event {	
	width:102px;
	background: transparent url(../images/nav/nav.png) no-repeat scroll -102px 0;
	position: relative;
	display: block;
	margin-right: 40px;
}
#topNav .eventCur, #topNav .event:hover  {
	background-position: -102px -34px;
	background-color: #e9ad3b !important;
}
#topNav .artist {	
	width:75px;
	background: transparent url(../images/nav/nav.png) no-repeat scroll -238px 0;
	margin-right: 40px;
}
#topNav .artistCur, #topNav .artist:hover  {
	background-position: -238px -34px;
	background-color: #e9ad3b !important;
}
#topNav .prices {	
	width:65px;
	background: transparent url(../images/nav/nav.png) no-repeat scroll -362px 0;
	margin-right: 40px;
}
#topNav .pricesCur, #topNav .prices:hover  {
	background-position: -362px -34px;
	background-color: #e9ad3b !important;
}
#topNav .community {	
	width:107px;
	background: transparent url(../images/nav/nav.png) no-repeat scroll -474px 0;
	margin-right: 40px;
}
#topNav .communityCur, #topNav .community:hover  {
	background-position: -474px -34px;
	background-color: #e9ad3b !important;
}
#topNav .transportation {	
	width:138px;
	background: transparent url(../images/nav/nav.png) no-repeat scroll -711px 0;
	margin-right: 40px;
}
#topNav .transportationCur, #topNav .transportation:hover  {
	background-position: -711px -34px;
	background-color: #e9ad3b !important;
}
#topNav .faq {	
	width:45px;
	background: transparent url(../images/nav/nav.png) no-repeat scroll -625px 0;
	margin-right: 40px;
}
#topNav .faqCur, #topNav .faq:hover  {
	background-position: -625px -34px;
	background-color: #e9ad3b !important;
}
#topNav .contact {	
	width:86px;
	background: transparent url(../images/nav/nav.png) no-repeat scroll -889px 0;
}
#topNav .contactCur, #topNav .contact:hover  {
	background-position: -889px -34px;
	background-color: #e9ad3b !important;
}
/***************************************************************************
* Footer
***************************************************************************/
.footer {
	float: left; 
	width: 100%; 
	background-color: #8f9e97 !important;
	display: inline-block;
}
.footer-block {
	width: 1002px; 
	margin: 0 auto; 
	text-align: center;
	background: #8f9e97 url(../images/home/footer.png) no-repeat scroll 0 0;
	display: block;
	height: 76px;
	padding-left: 1px;
}
.footer-header {
	float: left; 
	width: 200px;
}
.footer-nav-outer {
	width: 100%; 
	background-color: #8f9e97 !important;
}
.footer-nav {
	width: 1002px; 
	text-align: center; 
	margin: 0 auto;
}
#footer-nav {
	color: #ffffff;
	width: 100%; 
	float: left; 
	text-align: left !important;	
	margin-top: 10px;
	clear: both;
	background-color: #8f9e97;
}
#footer-nav h3 {
	color: #ffffff;
	font-size: 18px;
	font-family: "United Serif Cd Hv", Georgia, "Times New Roman", Times, serif;
	letter-spacing: 1px;
	padding: 15px 0 5px 0;
	text-transform: uppercase;
	font-weight: normal;
	line-height: 17px;
	margin: 0;
}
#footer-nav a {
	color: #ffffff;
	text-decoration: none;
}
#footer-nav a:hover {
	text-decoration: underline;
}
#footer-nav li {
	background: url(../images/home/navArrow.png) no-repeat scroll left center transparent;
	font-size: 11px;
	list-style: none outside none;
	margin-bottom: 2px;
	padding-left: 15px;
	font-family: Verdana, "Lucida Grande", Arial, Helvetica, Sans-Serif;
}
.footer-logos {
	float: left; 
	position: relative; 
	height: 60px; 
	margin-bottom: 20px;
}
.footer-copyright {
	font-family: Verdana, 'Lucida Grande', Arial, Helvetica, Sans-Serif; 
	font-size: 11px; 
	color: #fff; 
	display: inline-block; 
	vertical-align: middle; 
	height: 50px;
}
.footer .icons {
	float: left;
	width: 240px;
	padding-top: 15px;
}
.footer .chat {
	float: right;
	margin-right: 70px;
	padding-top: 0px;
}
/***************************************************************************
* Interior Content
***************************************************************************/
.interior .wrapper {	
	margin: 0 auto; 
	padding: 40px 0 0 0; 
	width: 980px;
	position: relative;
}
.interior .repeater {
	background: transparent url('../images/interior/repeat.png') repeat-y scroll 0 center; 
}
#banner {
	height: 270px;
}
#cap {
	text-indent: -8000px;
}
#cap {
	text-indent: -8000px; 
	display: none; 
	visibility: visible;
}
a.faq-question  {
	font-size: 14px;
	font-weight: bold;
	line-height: 160%;
	text-decoration: none;	
}
a.faq-question:hover {
	text-decoration: underline;
}
.faq #mainContentCopy a:active, .FAQ #mainContentCopy a:active, .contact #mainContentCopy a:active, .Contact #mainContentCopy a:active, .Community #mainContentCopy a:active, .community #mainContentCopy a:active, .Event #mainContentCopy a:active, .event #mainContentCopy a:active, .Transportation #mainContentCopy a:active, .transportation #mainContentCopy a:active {
	position: relative;
	top: 1px;
}
.faq h3, .FAQ  h3 {margin-bottom: 15px}
.Community #mainContent ul li, .community #mainContent ul li {list-style: none !important; margin-left: 0;}
.Community #mainContent ul, .community #mainContent ul  {margin-left: 0 !important;}
/***************************************************************************
* Interior Sidebar
***************************************************************************/
.interior .border{
	/*border:3px solid #009fce !important;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;*/
}
.interior #sidebar ul {
	margin: 7px 0 20px 3px;
}
.interior #sidebar li {
	padding: 2px 0 2px 0;
}
.interior #sidebar li a {
	color: #333333;
	text-decoration: underline;
}
.interior #sidebar li a:hover, .interior #sidebar li.current a{
	color: #333333;
}
.interior #sidebar li a:hover{
	text-decoration: none;
}
.interior #sidebar li a:active {
	position: relative;
	top: 1px;
}
.interior #sidebar .FaqBlock li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
/***************************************************************************
* Main Content
***************************************************************************/
#mainContent h1.mainH1 {
	font-family:"United Serif Rg Hv",Georgia,serif;
	font-weight:normal;
	color:#f5e8cc;
	font-size: 32px;
	visibility: visible !important;
	text-transform: uppercase;
	float: left;
	padding: 10px;
	width: 650px;
	height: 52px;
	letter-spacing: .5px;
	word-spacing: 1px;
	background: transparent url(../images/interior/banner-green.png) no-repeat scroll 0 0;
}
#mainContent h1.mainH1Faq {
	font-family:"United Serif Rg Hv",Georgia,serif;
	font-weight:normal;
	color:#f5e8cc;
	font-size: 22px;
	visibility: visible !important;
	text-transform: uppercase;
	float: left;
	padding: 13px 0 0 20px;
	width: 425px;
	height: 42px;
	letter-spacing: .5px;
	word-spacing: 1px;
	background: transparent url(../images/interior/banner-green-sm.png) no-repeat scroll 0 0;
}
#mainContentHeader {
}
#mainContent {
	padding: 0 0 30px 5px;
	line-height: 160%;
	width: 703px;
}
.interior #mainContent {
	margin-top: 10px;
}
#mainContentCopy {
	padding: 15px 4px 0 5px;	
}
#mainContent ul, #mainContent ul li {
	list-style: disc outside;
	line-height: 175%;
}
#mainContent ol, #mainContent ol li {
	list-style: decimal inside;
	line-height: 175%;
}
#mainContent ul{
	margin: 0 0 0 14px;
}
#mainContent ol{
	margin: 0 0 15px 0;
}
.interior #sidebar {
	margin-top: 10px;
}
/***************************************************************************
* Interior Artist Block
***************************************************************************/
.featured-artists img {
	float: left; 
	margin: 0 20px 20px 0;
}
.featured-artists-bio {
	margin: 3px 0 0 0; 
	font-size: 16px;
}
.more-artists-block {
	margin:15px 0 0 -10px; 
	display: inline-block; 
	background: transparent url(../images/interior/artists-bg.png) no-repeat scroll 0 0; 
	padding: 30px 30px 50px 30px;
	width: 725px;
	height: 590px;
}
.more-artists-artist {
	padding:10px 10px 5px 10px; 
	margin: 0 12px 12px 0; 
	background: transparent url(../images/interior/artistLineup-bg.png) repeat scroll 0 0; 
	display: inline;
}
#artist_block{
	float:left;
	width:330px;
	min-height:200px;
	height: auto !important;
	height: 200px;	
	padding:0 15px 15px 0;
	margin:0 10px 10px 0;
}
a.artist-link  {
	text-decoration: underline;
	color: #333333;
	margin: 2px 0 0 0;
	font-weight: normal;
	display: block;
	font-size: 12px;
	text-align: left;
	width: 192px;
}
a.artist-link:hover {
	text-decoration: none;
}
a.artist-link:active {
	position: relative;
	top: 1px;
}
a.musicPlayer {
	background: transparent url(../images/interior/musicPlayer.png) no-repeat scroll 0 0;
	text-indent: -8000px;
	display: block;
	width: 133px;
	height: 57px;
	position: absolute;
	top: 537px;
	left: 466px;
}
a.musicPlayer:hover{
	background: transparent url(../images/interior/musicPlayer_on.png) no-repeat scroll 0 0;	
}
#artistBio {
	padding-bottom: 10px;
}
.artistBioBox { 
	margin: 0 15px 15px 0;
	float: left;
}
.artistBio {
	padding-bottom: 10px;
}
.artist_links {
	margin-left: 375px;
	background: transparent url(../images/interior/musicPlayer-bg-off.jpg) no-repeat scroll -4px 0;
	height: 240px;
}
.artist_links_box {
	padding-top: 15px; 
	text-align: left; 
}
.artist_links a {
	font-style: italic;
	font-size: 12px;
}
.artistsBottom {
	float: left; 
	width: 100%; 
	position: relative; 
	margin: 0; 
	padding: 0;
}
.artistsComment {
	color:#333; 
	font-size: 12px; 
	padding-left: 5px
}
#facebook-connect {
	width: 425px;
	margin-left: 240px;
}
#facebook-connect h1 {
	margin: 10px 0 15px 0;
}
.artistsMoreArtists {
	background: url(../images/interior/moreArtists-bg.jpg) no-repeat scroll 0 0 transparent; 
	margin: 0; 
	padding: 13px 0 13px 0; 
	position: relative; 
	display: block;
	float: left;
	width: 222px;
	height: 483px;
}
.artistsMoreArtists h2.blockHeader {
	background-color: #fff; 
	width: 165px; 
	padding-top: 2px;
}
.artistsMoreArtistList {
	padding-bottom: 10px; 
	background-color: transparent; 
	margin: 0 auto; 
	text-align: center; 
	width: 175px;
}
.artistsMoreArtistsArtist {
	margin: 0 auto; 
	text-align: center; 
	padding: 5px 10px 5px 10px; 
	background-color: transparent; 
	width: 155px;
}
.nobreak{
	display:inline;
}
/***************************************************************************
* Map
***************************************************************************/
#map{ 
}
#map img {
	margin: 0 auto; 
	text-align: center;
	margin-top: -18px;	
}
.ports {
	float: left; 
	margin-top: 10px;
}
.port-pic img {
	
}
.port-description {
	text-align:left; 
	margin-left: 310px; 
}
.port-description-text {
	padding: 5px 0 15px 0;
}
/***************************************************************************
* Cabins
***************************************************************************/
.ship-description {
	width:340px; 
	padding-bottom: 25px;
}
.ship-description-text {
	padding-top: 5px;
}
.ship-description ul {
	margin: 0 !important
}
.ship-description ul li {
	list-style: none outside none !important;
}
.ship-pics {
	margin-left: 350px; 
	padding: 12px;
	background: transparent url(../images/interior/ship-bg.png) no-repeat scroll 0 0;
}
.ship-pics-decks {
	padding-top: 10px; 
	text-align: center; 
	margin: 0 auto;
}
.ship-pics-decks-link {
	margin-top: 12px;
}
.ship-pics-decks-link a {
	font-size: 11px;
}
.ship-pics-boat {
	margin-top: 15px;
	padding: 10px;
	background-color: #ffffff;
}
.ship-pics-boat img {
	width: 300px; 
	height: 210px; 
}
.cabins{
	float: left;
	background: transparent url(../images/interior/cabin-bg.png) no-repeat scroll 0 0;
	margin-top: 15px;
}
.cabin-pic {
	float: left;
	padding: 10px;
}
.cabin-pic img {
	width: 225px;
	height: 140px; 
}
.cabins-info {
	margin: 22px 0 0 275px;	
	font-size: 12px;
}
.cabins-link {
	padding-top: 3px
}
/***************************************************************************
* Twitter  Widget
***************************************************************************/
.home .twitter-box {
	margin-bottom: 10px;
}
.twtr-doc {
	margin: 0 auto !important;
	text-align: center;
}
.twtr-widget h3 {
	display: none;
}
.twtr-widget h4 {
	display: none;
}
.twtr-widget p {
	font-family: Georgia, Times New Roman, serif;
	font-size: 11px;
	color: #333333;
}
.twtr-hd {
	/*background: transparent url(../images/twitter-header.gif) no-repeat scroll center 0 !important;*/
	height: 2px;
	padding: 0 0 5px 0 !important;	
}
.twtr-ft div {
	padding: 4px !important;
}
.twtr-ft {
	
	margin-top: 4px !important;
	padding-top: 4px !important;
}
.twtr-ft span a {
	text-decoration: underline !important;
	font-size: 11px;
	color: #333333 !important;
}
.twtr-ft span a:hover {
	text-decoration: none !important;
}
.twtr-timeline {
	-moz-border-radius: 0px 0px 0px !important;
}
.interior .twtr-bd {
	padding: 0 5px 0 5px !important;
}
.twtr-widget .twtr-tweet-wrap {
	padding: 6px 8px 15px 0 !important;
}
/***************************************************************************
* Event Slideshow
***************************************************************************/
.fadein {position:relative; width:355px; height:305px;}
/*.fadein img {display: block; position:absolute; left:0; top:0; width:275px; height:182px;}*/
.fadein img {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    /*opacity:0.0;*/
	display: none;
}
.fadein img.active {
    z-index:10;
	display: block;
	/*opacity:1.0;*/
}
.fadein img.last-active {
    z-index:9;
}
/* mailing list fader */
.fader{opacity:0;display:none;}

/***************************************************************************
* ADD THIS BUTTONS
***************************************************************************/
.addthis_toolbox label {
	position: relative;
}
.addthis_header {
	float: right;
	padding: 10px 5px 0 0;
}
div#atffc {
	height: 0px !important;
	margin: 0;
	padding: 0;
}
/***************************************************************************
* PRICES TABLE MOUSE OVERS
***************************************************************************/
.prices	th{
	font-weight:bold;
}
.prices tr:hover{
	background-color:#a1c1a0;
}	
table.prices{
	width:100%;
}
.prices .slash{
	text-decoration: line-through;
	color:#888888;
} 
/***************************************************************************
* HOME PAGE FEATURED CONTENT VIDEOS AND PICTURES
***************************************************************************/
#featured{ 
	width:582px; 
	padding:20px 128px 25px 15px; 
	position:relative; 
	border:0; 
	height:480px; 
}
#featured ul.ui-tabs-nav{ 
	position:absolute; 
	top:0; 
	left:595px; 
	list-style:none; 
	padding:0; 
	margin:20px 0 0 0; 
	width:120px; 
}
#featured ul.ui-tabs-nav li{ 
	padding: 0 0 8px 14px;
}
#featured ul.ui-tabs-nav li img{ 
	float:left; margin:0 5px 0 0; 
	background:transparent; 
	padding:4px; 
	border:0;	
}
#featured ul.ui-tabs-nav li span{ 
	font-size:11px; font-family:Verdana; 
	line-height:18px; 
}
#featured li.ui-tabs-nav-item a{ 
	display:block; 
	height:72px; 
	background-color: #ded3b5;
}
#featured li.ui-tabs-nav-item a:hover{ 
	background:#659a99; 
}
#featured li.ui-tabs-selected{ 
	background:url('images/selected-item.gif') top left no-repeat;  
}
#featured ul.ui-tabs-nav li.ui-tabs-selected a{ 
	background:#cb874c; 
}
#featured .ui-tabs-panel{ 
	background: none repeat scroll 0 0 transparent; 
	position:relative;
	display: block;
	height: 390px;
}
#featured .ui-tabs-panel .info{ 
	position:absolute; 
	top:390px; left:0; 
	height:80px; 
	background-color: transparent;
	width: 700px;
}
#featured .info h2{ 
	font-size:28px; 
	font-family:'United Serif Cd Hv',Georgia, serif; 
	padding:10px 5px 5px 5px; 
	margin:0;
	overflow:hidden;
	color: #000;
}
.featured-title{ 
	font-size:28px; 
	font-family:'United Serif Cd Hv',Georgia, serif; 
	color: #c74d06;
	margin:0;
	overflow:hidden; 
	text-transform: uppercase;	
}
#featured .info p{ 
	margin:0 5px; 
	font-family:Verdana; font-size:11px; 
	line-height:15px; color:#333;
}
#featured .info a{ 
	text-decoration:none; 
	color:#333; 
}
#featured .info a:hover{ 
	text-decoration:underline; 
}
#featured .ui-tabs-hide{ 
	display:none; 
}
/***************************************************************************
* HOME LATEST HEADLINES
***************************************************************************/
.home .news {
	padding: 10px 0 15px 0;
}
.home .news li a {
	font-size: 14px;
	font-family: Georgia, Times New Roman, serif;
	color: #333333;
}
.home .news li {
	margin-bottom: 15px;
}
.home .news .readMore a {
	color: #111111;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}

.home .eventDetails {
	float: left; 
	width: 485px; 
	padding: 10px 0 0 15px; 
	font-size: 13px; 
	font-family: Georgia, 'Times New Roman', serif;
	border-left: 1px dotted #543b15;
}
.home .eventDetailsText {
	margin-top: 13px;
	line-height: 1.5;
	font-size: 16px;
}
/***************************************************************************
* FLICKR BADGE
***************************************************************************/
.flickr-badge {
	float: left; 
	margin: 10px 10px 0 0;
}
#flickr_badge_source_txt {padding:0; font: 11px Arial, Helvetica, sans-serif; color:#666666;}
#flickr_badge_icon {display:block !important; margin:0 !important; border: 1px solid rgb(0, 0, 0) !important;}
#flickr_icon_td {padding:0 5px 0 0 !important;}
.flickr_badge_image {text-align:center !important;}
#flickr_www {clear: both; display:block; padding:5px 10px 0 5px !important; font: 11px Arial, Helvetica, sans-serif !important; color:#222222 !important;}
#flickr_badge_uber_wrapper a:link,
#flickr_badge_uber_wrapper a:active,
#flickr_badge_uber_wrapper a:visited {text-decoration:underline !important; background:inherit !important;color:#222222;}
#flickr_badge_uber_wrapper a:hover {text-decoration: none !important;}
#flickr_badge_wrapper {}
#flickr_badge_source {padding:0 !important; font: 11px Arial, Helvetica, sans-serif !important; color:#666666 !important;}
.flickr_badge_image img {
	border: 0 none !important;
	height: 60px;
	width: 60px;
	float: left;
	padding: 3px;
}
#flickr_badge_uber_wrapper {
	width: 200px;
	background: transparent url(../images/home/paperback.jpg) repeat scroll 0 0;
	padding: 5px 5px 10px 5px;
	margin-top: 13px;
}
/***************************************************************************
* ARTISTS PAGINATOR
***************************************************************************/
.paginator {
	clear: both;
	float: right;
	margin-right: 55px;
	padding-top: 30px;
}
.paginator .active {
	color:#333;
	background-color: #ccc6a8;
	padding:3px 8px 5px 8px;
	margin:3px 5px 5px 5px;
	text-decoration:underline;
}
.paginator .active:hover {
	text-decoration: none;
}		
.paginator .inactive {
	color:#333;
	cursor:default;
	text-decoration:none;
	background-color:#ccc6a8;
	padding:3px 8px 5px 8px;
	margin:3px 5px 5px 5px;
}
/***************************************************************************
* CONTACT PAGE
***************************************************************************/
.contact-info {
	width: 300px; 
	float: left; 
	margin-right: 20px; 
	border-right: 1px solid #b3aa97;
}
/***************************************************************************
* CONTACT FORM
***************************************************************************/
#contactform {
	float: left;
	/*padding-left: 20px;*/
}
#contactform-question-text {
	font-weight: bold; 
	margin-bottom: 15px;
}
#contactform form {
	width: 330px;
	text-align: left;
}
#contactform form p {
	float: left;
	height: 32px;
	margin: 0 15px 10px 0;
	width: 150px;
}
#contactform form fieldset p label {
	color: #333333;
	display: block;
	font: 95% "Lucida Grande","Trebuchet MS", Verdana, sans-serif;
	margin: 5px 5px 8px 6px;
	padding: 0;
	width: 155px;
}
#contactform form p input {
	border-color: #b3aa97;
	border-style: solid;
	border-width: 1px;
	color: #000000;
	display: block;
	font-size: 12px;
	height: 25px;
	vertical-align: middle;
	width: 155px;
	padding: 2px;
}
#contactform form p.full {
	width: 320px;
}
#contactform form #Phone, #contactform form #EmailAddress, #contactform form #Subject, #contactform form #State {
	width: 320px;
}
#contactform p.question-text {
	font-size: 12px; 
	font-weight: bold;
}
#contactform form p.submit {
	height: 23px;
	margin: 2px 0 0 2px;
	text-indent: -5000px;
	width: 64px;
}
#contactform form input {
	font: 13px "Lucida Grande","Trebuchet MS", Verdana, sans-serif;
}
#contactform form textarea {
	width: 310px;
	height: 180px;
	font: 13px "Lucida Grande","Trebuchet MS", Verdana, sans-serif;
}
#contactform form #submit {
	background: transparent url(../images/submit.png) no-repeat scroll center center;
	border: 0 none;
	color: transparent;
	cursor: pointer;
	display: block;
	font-size: 0;
	height: 23px;
	line-height: 0;
	text-indent: -5000px;
	width: 64px;
}
#contactform form span, #contactform form p {
	position: relative;
}
#contactform label {
	left: 0;
	position: absolute;
	top: 0;
}
#contactform textarea {
	padding: 5px;
}
#contactform input.text, #contactform textarea, #contactform select {
	margin: 0.5em 0;
	background-color: #FFFFFF;
	border: 1px solid #b3aa97;
}
#contactform .question-text {
 	padding-top: 20px; 
 	clear: both; 
 	float: none; 
 	font-weight: bold;
}
#contactform .booked {
	width:300px; 
	font-weight: bold;
}
#contactform .booked-no {
	width:100px; 
	float: left; 
	padding-top: 4px;
}
#contactform .booked-yes {
 	float: left; 
 	padding-top: 4px;
}
/***************************************************************************
* FAQ SEARCH
***************************************************************************/
.searchFaq {
	float: right;
	padding-top: 8px;
}
.searchFaq form input {
	border: 1px solid #555;
	padding: 4px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	font-size: 11px;
	color: #555;
}
.searchFaq form input.search {
	width: 200px;
	padding: 5px;
}
.searchFaq form .submit {
	background-color: #82b1a9;
	color: #fff;
}
/***************************************************************************
* Cruise Itinerary 
***************************************************************************/
.itinerary p {
	display: inline;
}
.itinerary li {
	margin-bottom: 7px;
}
/***************************************************************************
* Seating Chart 
***************************************************************************/
ul#zone-floor  {
	margin: 0;
	padding: 0;
	background: transparent url('../images/zones_floor.jpg') no-repeat scroll 0 0;
	width: 650px;
	height: 670px;
	position: relative;
	font-size: 8px;
	list-style: none;
}
ul#zone-balcony  {
	margin: 0;
	padding: 0;
	background: transparent url('../images/zones_balcony.jpg') no-repeat scroll 0 0;
	width: 650px;
	height: 810px;
	position: relative;
	font-size: 8px;
	list-style: none;
}
ul#zone-floor li, ul#zone-balcony li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
ul#zone-floor li a, ul#zone-balcony li a{
	position: absolute;
	display: block;
}
ul#zone-floor li a i, ul#zone-balcony li a i {display: none;}

#zone-floor a.zone1 {top: 175px; left: 110px; width: 160px; height: 60px;}
#zone-floor a.zone2 {top: 175px; left: 350px; width: 180px; height: 70px;}
#zone-floor a.zone3 {top: 275px; left: 100px; width: 180px; height: 70px;}
#zone-floor a.zone4 {top: 280px; left: 340px; width: 180px; height: 70px;}
#zone-floor a.zone5 {top: 165px; left: 10px; width: 55px; height: 160px;}
#zone-floor a.zone6 {top: 165px; left: 570px; width: 55px; height: 160px;}
#zone-floor a.zone7 {top: 375px; left: 60px; width: 150px; height: 45px;}
#zone-floor a.zone8 {top: 355px; left: 500px; width: 120px; height: 50px;}
#zone-floor a.zone9 {top: 440px; left: 20px; width: 145px; height: 50px;}
#zone-floor a.zone10 {top: 430px; left: 510px; width: 110px; height: 60px;}
#zone-balcony a.zone13 {top: 160px; left: 10px; width: 75px; height: 105px;}
#zone-balcony a.zone14 {top: 150px; left: 550px; width: 75px; height: 100px;}
#zone-balcony a.zone15 {top: 285px; left: 70px; width: 110px; height: 130px;}
#zone-balcony a.zone16 {top: 280px; left: 470px; width: 110px; height: 130px;}
#zone-balcony a.zone17 {top: 420px; left: 185px; width: 95px; height: 150px;}
#zone-balcony a.zone18 {top: 495px; left: 500px; width: 125px; height: 70px;}
#zone-balcony a.zone19 {top: 480px; left: 30px; width: 110px; height: 75px;}
