/*  Reset styles see: http://meyerweb.com/eric/tools/css/reset/
------------------------------------------------------------------------ */

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;} body{line-height:1;} ol,ul{list-style:none;} blockquote,q{quotes:none;} blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;} /* remember to define focus styles! */ :focus{outline:0;} /* remember to highlight inserts somehow! */ ins{text-decoration:none;} del{text-decoration:line-through;} /* tables still need 'cellspacing="0"' in the markup */ table{border-collapse:collapse;border-spacing:0;}


/*  Basic Page Structure
------------------------------------------------------------------------ */
html, body {
height:100%;
}

body {
    font: 13px/1 verdana, arial, sans-serif;
    color: #ffffff;
    min-width: 960px;
    background: #010c1e url(../img/bg-interior.jpg) top center no-repeat;
}

#wrapper {
	position:absolute;
	display:block;
	margin: 0;
	padding:0;
	width: 100%;
	height: 100%;
    background: #010c1e url(../img/bg-interior.jpg) top center no-repeat;
	min-width: 960px;
	min-height: 785px;
}

#content {
    position:relative;
    width: 555px;
    height: 572px;
    padding: 30px 0 0 405px;
    margin: 0 auto;
    overflow: hidden;
}

#gettix {
    width: 248px;
    height: 38px;
    display:block;
    position: absolute;
    left: 51px;
    top: 120px;
    text-indent: -9999px;
    background: transparent url(../img/interior-get-tix.png) 0 0 no-repeat;
}

#gettix:hover {
    background-position: 0 -38px;
}

#overlay {
    background: transparent url(../img/overlay.png) repeat scroll;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3000;
}

.scroll-pane-container {
    width: 545px;
    height: 532px;
    padding: 10px 10px 10px 0;
    margin: 0;
    overflow: auto;
    z-index: 0;
}

#copyright {
    margin:0 auto;
    padding:10px 0 0 405px;
    width:555px;
    font-size: 12px;
}


/*  Type
------------------------------------------------------------------------ */


h1 {
    width: 350px;
    position: absolute;
    left: 0;
    top: 40px;
    text-align: center;
}

h2 {
    font-size: 26px;
    color: #ffffff;
    margin: 0 0 18px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
}

h3 {
    clear: both;
    font-size: 18px;
    font-color: #dd2f92;
    margin: 0 0 18px;
    text-transform: uppercase;
}

p {
    font-size: 13px;
    line-height: 17px;
    margin: 0 0 16px;
}

a {
    color: #70DCEF;
    font-weight: bold;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;    
}

.pink {
    color: #d83ab1;
}

.large {
    font-size: 32px !important;
}


/*  WordPress Blog
------------------------------------------------------------------------ */

body.blog {
    background: #397487 url(../img/blog-gradient.png) repeat-x 0 0 fixed;
}

.blog #wrapper {
    background: none;
}

.blog #main {
    clear:both;
    padding: 20px 0 0;
    margin: 250px auto 30px;
    border-top: none;
}

.blog h1 {
    position: relative;
    text-align: left;
}

.blog #content {
    width: 700px !important;
    padding: 0 0 30px !important;
    margin: 0 280px 0 20px;
    height: auto;
}

.blog .hentry {
    border-bottom: 1px solid #332444;
    margin: 30px 0 0;
    padding: 0 0 30px;
}

.blog #navcontainer {
    position: fixed;
    top: 0;
    width: 100%;
    background: #010C1E;
    z-index: 5000;
}

.blog #nav {
    background: #010C1E;
    padding: 22px 0 10px;
    margin: 0 auto;
    z-index: 5000;
}

.blog #masthead {
    position: fixed;
    top: 49px;
    width: 100%;
    height: 200px;
    display: block;
    z-index: 4500;
}

.blog #site-description, .blog #site-title {
    display: none !important;
}

.blog #branding {
    height: 200px;
    display: block;
    background: #010C1E url(../img/blog-header.png) top center no-repeat;
}


/*  Nivo Slider
------------------------------------------------------------------------ */

.nivoSlider {
    position:relative;
}
.nivoSlider img {
    position:absolute;
    top:0px;
    left:0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
    position:absolute;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    border:0;
    padding:0;
    margin:0;
    z-index:60;
    display:none;
}
/* The slices in the Slider */
.nivo-slice {
    display:block;
    position:absolute;
    z-index:50;
    height:100%;
}
/* Caption styles */
.nivo-caption {
    position:absolute;
    left:0px;
    bottom:0px;
    background:#000;
    color:#fff;
    opacity:0.8; /* Overridden by captionOpacity setting */
    width:100%;
    z-index:89;
}
.nivo-caption p {
    padding:5px;
    margin:0;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
    position:absolute;
    top:45%;
    z-index:99;
    cursor:pointer;
}
.nivo-prevNav {
    left:0px;
}
.nivo-nextNav {
    right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
    position:relative;
    z-index:99;
    cursor:pointer;
}
.nivo-controlNav a.active {
    font-weight:bold;
}

.slider {
    position:relative;
    width: 551px;
    height: 195px;
    background:url(../img/loader.gif) no-repeat 50% 50%; 
}
.slider img {
    position:absolute;
    top:0px;
    left:0px;
    display:none;
}


/*  Scrollpane
------------------------------------------------------------------------ */

.jScrollPaneContainer {
    position: relative;
    clear:left;
    overflow: hidden;
    z-index: 0;
}

.jScrollPaneTrack {
    position: absolute;
    cursor: pointer;
    right: 0;
    top: 0;
    height: 100%;
    background: transparent url(../img/scrollbar.png) 4px 0 no-repeat;
}
.jScrollPaneDrag {
    position: absolute;
    background: transparent url(../img/scroll.png) 0 0 no-repeat;
    cursor: pointer;
    overflow: hidden;
}
.jScrollPaneDragTop {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}
.jScrollPaneDragBottom {
    position: absolute;
    bottom: 0;
    left: 0;
    overflow: hidden;
}
a.jScrollArrowUp {
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    text-indent: -2000px;
    overflow: hidden;
    /*background-color: #666;*/
    height: 10px;
    background: url(../img/arrow-up.png) 0 0 no-repeat;
}
a.jScrollArrowUp:hover {
    /*background-color: #f60;*/
}

a.jScrollArrowDown {
    display: block;
    position: absolute;
    z-index: 1;
    bottom: 0;
    right: 0;
    text-indent: -2000px;
    overflow: hidden;
    /*background-color: #666;*/
    height: 10px;
    background: url(../img/arrow-down.png) 0 0 no-repeat;
}
a.jScrollArrowDown:hover {
    /*background-color: #f60;*/
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
    /*background-color: #f00;*/
}


/*  Navigation
------------------------------------------------------------------------ */

#nav {
    position: relative;
    width: 962px;
    height: 17px;
    margin: 22px auto 0;
    z-index: 2000;
}

#nav li {
    position: relative;
    display: inline;
    float: left;
}

#nav li a {
    display: block;
    float: left;
    height: 17px;
    background-position: 0 0;
    text-indent: -9999px;
    background: url('../img/nav.png') ;
}

#nav li a:hover {
    background-position: 0 0;
}

li#nav-home a {
    width: 64px;
    background-position: 0 0;
}

li#nav-home a:hover {
    background-position: 0 -17px;
}

li#nav-about a {
    width: 82px;
    background-position: -64px 0;
}

li#nav-about a:hover {
    background-position: -64px -17px;
}

li#nav-team a {
    width: 172px;
    background-position: -146px 0;
}

li#nav-team a:hover {
    background-position: -146px -17px;
}

li#nav-latest a {
    width: 122px;
    background-position: -318px 0;
}

li#nav-latest a:hover {
    background-position: -318px -17px;
}

li#nav-gallery a {
    width: 100px;
    background-position: -440px 0;
}

li#nav-gallery a:hover {
    background-position: -440px -17px;
}

li#nav-fans a {
    width: 142px;
    background-position: -540px 0;
}

li#nav-fans a:hover {
    background-position: -540px -17px;
}

li#nav-blog a {
    width: 70px;
    background-position: -682px 0;
}

li#nav-blog a:hover {
    background-position: -682px -17px;
}


li#nav-map a {
    width: 62px;
    background-position: -752px 0;
}

li#nav-map a:hover {
    background-position: -752px -17px;
}

li#nav-tix a {
    width: 144px;
    background-position: -816px 0;
}

li#nav-tix a:hover {
    background-position: -816px -17px;
}

/*  Sub nav
------------------------------------------------------------------------ */

#nav li ul {
    position: absolute;
    top: 17px;
    left: 0;
    display: none;
    padding: 10px 0 0;
}

#nav li ul li {
    float: none;
}

#nav li ul li a {
    width: 211px;
    height: 32px;
    margin: 0;
}

/*#nav li:hover ul  {
    display: block;
}
*/

#nav-about li a {
    background: url('../img/nav-about.png');
}

#nav-about ul {
    margin-left: -65px;
}

#nav-team ul {
    margin-left: -20px;
}

#nav-team li a {
    background: url('../img/nav-team.png');
}

#nav-latest ul {
    margin-left: -44px;
}

#nav-latest li a {
    background: url('../img/nav-latest.png');
}

#nav-gallery ul {
    margin-left: -56px;
}

#nav-gallery li a {
    background: url('../img/nav-gallery.png');
}

#nav-fans ul {
    margin-left: -35px;
}

#nav-fans li a {
    background: url('../img/nav-fans.png');
}

#nav-tix ul {
    margin-left: -29px;
}

#nav-tix li a {
    background: url('../img/nav-tickets.png');
}

#nav li ul li.navone a {
    background-position: 0 0;
}

#nav li ul li.navone a:hover {
    background-position: -211px 0;
}

#nav li ul li.navtwo a {
    background-position: 0 -32px;
}

#nav li ul li.navtwo a:hover {
    background-position: -211px -32px;
}

#nav li ul li.navthree a {
    background-position: 0 -64px;
}

#nav li ul li.navthree a:hover {
    background-position: -211px -64px;
}

#nav li ul li.navfour a {
    background-position: 0 -96px;
}

#nav li ul li.navfour a:hover {
    background-position: -211px -96px;
}

#nav li ul li.navfive a {
    background-position: 0 -128px;
}

#nav li ul li.navfive a:hover {
    background-position: -211px -128px;
}


/*  Home Page
------------------------------------------------------------------------ */

#home-page #wrapper {
    background: #000000 url(../img/bg-home.jpg) top center no-repeat;
}

#home-page #content {
    width: 470px;
    height: 522px;
    padding: 30px 0 0 490px;
    margin: 0 auto;
    overflow: hidden;
}

#home-page #video-home {
    width: 470px;
    height: 280px;
    display: block;
    background: #000000;
    margin: 0 0 25px;
}

#home-page #now-playing {
    height: 130px;
    margin: 0 0 10px;
}

#home-page #now-playing p {
    margin: 0 0 4px;
    font-size: 19px;
    line-height: 26px;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    letter-spacing: 2px;
}

#home-page #gettix {
    position: static;
    width: 333px;
    height: 51px;
    display:block;
    margin: 0 auto;
    text-indent: -9999px;
    background: transparent url(../img/home-get-tix.png) 0 0 no-repeat;
}

#home-page #gettix:hover {
    background-position: 0 -51px;
}

#home-page #footer ul {
    width: 440px;
    position: relative;
    margin: 0 auto;
    padding: 25px 0 0 585px;
    display: block;    
    height: 48px;
}

#home-page #footer li{
    float:left;
    margin: 0 6px 0 0;
}

#home-page #like-button {
    position: absolute;
    top: 30px;
    left: 490px;
    width:325px;
    height:130px;
    overflow:hidden;
}

#home-page #copyright {
    width: 485px;
    margin: 0 auto;
    padding: 0 0 0 490px;
    display: block;
    font-size: 12px;
}

/*  About - The Story
------------------------------------------------------------------------ */

#imgSlider {
    width: 551px;
    height: 195px;
    padding: 1px;
    background: transparent url(../img/about-nivo-bg.png) no-repeat 0 0;
    margin: 0 0 18px;
}


/*  New Production, Original Production, The Film
------------------------------------------------------------------------ */

#production-page .title, #original-page .title {
    top: 25px;
}

#production-page #gettix, #original-page #gettix {
    top: 140px;
}

#production-page .scroll-pane-container, #original-page .scroll-pane-container, #film-page .scroll-pane-container {
    height: 310px;
}

#production-page .jScrollPaneTrack, #original-page .jScrollPaneTrack, #film-page .jScrollPaneTrack {
    background:transparent url(../img/scrollshort2.png) no-repeat scroll 5px 0;
}

#production-page #content h3, #original-page #content h3 {
    font-size: 14px;
    float:left;
}

#production-page #content h3 span, #original-page #content h3 span {
    float:right;
    font-weight: normal;
}


/*  Cast
------------------------------------------------------------------------ */

#cast-page .cast-listing li {
    float:left;
    text-align: left;
    margin: 0 2px 2px 0;
}

#cast-page .cast-listing li.last {
    margin: 0 0 2px 0;
}

#cast-page .cast-listing a img {
    border: 1px solid #020092;
}

#cast-page .cast-listing a img:hover {
    border: 1px solid #70dcef;
}

.display-cast {
    position: absolute;
    display: none;
    top: 22px;
    right: -9px;
    margin: 0 0 0 0;
    background: transparent url(../img/cast-bg.png) 0 0 no-repeat;
    width: 525px;
    height: 513px;
    padding: 28px 23px 22px 25px;
    z-index: 1500;
}

.display-cast-content {
    height: 490px;
}

.cast-photo {
    width: 200px;
    height: 470px;
    float:left;
    margin: 0 20px 0 0;
    text-align: center;
}

.cast-photo p img {
    margin: 0 2px 0 0;
}

.display-cast h4 {
    font-size: 20px;
    color: #dd2f92;
    margin: 0 0 18px;
    text-transform: uppercase;
    font-weight: normal;
}

#cast-close {
    cursor:pointer;
    float:right;
    width: 27px;
    height: 26px;
    display: block;
    background: transparent url(../img/close.png) 0 0 no-repeat;
    margin: -3px 0 0;
}

#cast-close:hover {
    background-position: 0 -26px;
}

.previous {
    cursor:pointer;
    float:left;
    width: 117px;
    height: 18px;
    display: block;
    text-indent: -9999px;
    background: transparent url(../img/previous.png) 0 0 no-repeat;
}

.previous:hover {
    background-position: 0 -18px;
}

.next {
    cursor:pointer;
    float:right;
    width: 73px;
    height: 18px;
    display: block;
    text-indent: -9999px;
    background: transparent url(../img/next.png) 0 0 no-repeat;
}

.next:hover {
    background-position: 0 -18px;
}


/*  Creative
------------------------------------------------------------------------ */

#creative-page .title {
    top: 25px;
}

#creative-page #gettix{
    top: 150px;
}

#creative-page .cast-listing li {
    float:left;
    margin: 0 25px 13px 0;
    line-height: 17px;
    font-size: 11px;
    width: 168px;
}

#creative-page .cast-listing li.last {
    margin: 0;
}

#creative-page .cast-listing li.first {
    clear: both;
}

#creative-page .cast-listing li h3 {
    font-size: 16px;
    margin: 0 0 3px;
    display: inline;
}


/*  News page
------------------------------------------------------------------------ */

#news-page small, #reviews-page small {
    display: block;
    font-size: 11px;
    margin: 0 0 3px;
    color: #fff;
}

.section a {
    color: #df3292;
}
.section h3 {
    font-size: 16px;
    margin: 0 0 14px !important;
}

.section {
    position: relative;
    float:left;
    width: 520px;
    margin: 0 0 36px;
    border-bottom: 1px solid #332444;
    clear: both;
}

.summary a {
    color: #70DCEF;
}

.section.last {
    border-bottom: none;
}

.odd {
    border: 1px solid #EDF0F2;
    background-color: #F7FAFC;
}

.section img {
    clear:both;
    float: left;
    width: 123px;
}

.section:after {
    content: ".";
    clear: both;
    visibility: hidden;
    display: block;
    line-height: 0;
    height: 0;
}

.section .summary {
    float: right;
    width: 380px;
}


/*  Audience Reviews
------------------------------------------------------------------------ */

#audience-page .title {
    top: 25px;
}

#audience-page #gettix{
    top: 140px;
}


/*  Photo Gallery
------------------------------------------------------------------------ */

#reviews-page .section h3 {
    clear: both;
    font-size: 18px;
}


/*  Photo Gallery
------------------------------------------------------------------------ */

#photo-page .photo-thumb li {
    float:left;
    text-align: left;
    margin: 8px 8px 0 0;
}

#photo-page .photo-thumb li.last {
    margin: 0 0 8px 0;
}

#photo-page .photo-thumb a img {
    border: 1px solid #020092;
}

#photo-page .photo-thumb a img:hover {
    border: 1px solid #70dcef;
}

.display-photo-frame {
    position: absolute;
    display: none;
    top: 22px;
    right: -9px;
    margin: 0 0 0 0;
    background: transparent url(../img/photo-bg.png) 0 0 no-repeat;
    width: 700px;
    height: 546px;
    padding: 10px 13px 13px;
    z-index: 1500;
}

.display-photo {
    height: 510px;
    text-align: center;
}

#display-photo-caption {
    width: 650px;
    height: 38px;
    padding: 5px 25px 0;
}

#photo-close {
    cursor:pointer;
    position: absolute;
    right: 13px;
    top: 13px;
    width: 27px;
    height: 26px;
    display: block;
    background: transparent url(../img/close.png) 0 0 no-repeat;
    z-index: 2000;
}

#photo-close:hover {
    background-position: 0 -26px;
}

.previousphoto {
    cursor:pointer;
    position: absolute;
    bottom: 28px;
    left: 24px;
    width: 117px;
    height: 18px;
    display: block;
    text-indent: -9999px;
    background: transparent url(../img/previous.png) 0 0 no-repeat;
}

.previousphoto:hover {
    background-position: 0 -18px;
}

.nextphoto {
    cursor:pointer;
    position: absolute;
    bottom: 28px;
    right: 24px;
    width: 73px;
    height: 18px;
    display: block;
    text-indent: -9999px;
    background: transparent url(../img/next.png) 0 0 no-repeat;
}

.nextphoto:hover {
    background-position: 0 -18px;
}


/*  Media Page
------------------------------------------------------------------------ */

#media-page #content {
    width: 577px;
    padding: 30px 0 0 383px;
}

#video-container {
    height: 450px;
}


/*  Music Page
------------------------------------------------------------------------ */

#music-page #content {
    width: 577px;
    padding: 30px 0 0 383px;
}

#music-page .scroll-pane-container {
    text-align:center;
    width: 555px;
    height:375px;
}

#music-page .jScrollPaneTrack {
    background:transparent url(../img/scrollshort.png) no-repeat scroll 5px 0;
}


/*  Map Page
------------------------------------------------------------------------ */

#map-page #wrapper {
    min-width: 1244px;
}

#map-page #content {
    width: 1120px;
    height: 642px;
    padding: 0 124px 0 0;
    margin: -39px auto 0;
    z-index: 1000;
}

#map-page #tour-pop {
    top: 102px;
    right: 301px;
    margin: 0;
}

#map-page #overlay {
    background: transparent url(../img/overlaylight.png) top center no-repeat;
}


/*  Social Page
------------------------------------------------------------------------ */

#social-page #content {
    width: 500px;
    padding: 30px 0 0 460px;
}

#social-facebook {
    width: 219px;
    height: 54px;
    display:block;
    margin: 0 0 25px;
    text-indent: -9999px;
    background: transparent url(../img/social-facebook.png) 0 0 no-repeat;    
}

#social-facebook:hover {
    background-position: 0 -54px;
}

#social-youtube {
    width: 185px;
    height: 80px;
    display:block;
    margin: 0 0 25px;
    text-indent: -9999px;
    background: transparent url(../img/social-youtube.png) 0 0 no-repeat;    
}

#social-youtube:hover {
    background-position: 0 -80px;
}

#social-twitter {
    width: 225px;
    height: 53px;
    display:block;
    margin: 0 0 25px;
    text-indent: -9999px;
    background: transparent url(../img/social-twitter.png) 0 0 no-repeat;    
}

#social-twitter:hover {
    background-position: 0 -53px;
}

#social-reviews {
    display:inline-block;
}

#social-reviews h2 {
    color: #70DCEF;
    display:inline
}


/*  Social Page
------------------------------------------------------------------------ */

#downloads-page #content a {
    float:left;
    border: 1px solid #020092;
    margin: 0 20px 35px 0;
}

#downloads-page #content a:hover {
    border: 1px solid #70dcef;
}

#downloads-page #content a img {
    display: block;
    margin: 0;
}

#downloads-page #content p img {
    margin: 0 10px 0 0;
}


/*  Ecard Page
------------------------------------------------------------------------ */

#ecard-page #content {
    padding: 30px 75px 0 405px;
    width: 480px;
}

#titleLine {
    width: 480px;
    height: 30px;
    display: block;
    overflow:hidden;
}

#ecard-page #content h3 {
    font-size: 14px;
    float:right;
    width: 180px;
    height: 30px;
    display: block;
    margin: 0px !important;
    text-align: center;
}

#ecard-page #content h2 {
    float:left;
    width: 300px;
    height: 30px;
    display: block;
    margin: 0px !important;
}

#status {
    float:left;
    clear:left;
    width: 100%;
    padding: 10px 0 0;
    height: 20px;
    color: #70DCEF;
}

#ecardForm {
    float: left;
    width: 475px;
}

#ecardForm p {
    float:left;
    margin: 0 0 4px !important;
}

#ecardForm p label {
    display: block;
    margin: 0 0 3px;
    width: 210px;
    font-size: 13px;
}

#ecardForm p input, textarea {
    -moz-background-inline-policy: continuous;
    background: none repeat scroll 0 0 #000;
    border: 1px solid #370db0;
    padding: 2px;
    width: 210px;
    color: #70DCEF;
}

#ecardForm p textarea {
    height: 123px;
    width: 230px;
}

#ecardForm p select {
    width: 210px;
}

#ecardForm p input#send, #ecardForm p input#popPreview {
    float: left;
    margin: 0 12px 0 0;
    width: 81px;
    height: 30px;
    padding: 0;
    font-size: 13px;
    background: transparent url(../img/ecard-buttons.png);
    border: none;
}

#ecardForm p input#send:hover, #ecardForm p input#popPreview:hover {
    cursor: pointer;
} 

#errorMessage ul {
    color: #FF0000;
    font-style: italic;
    list-style: none outside none;
    margin: 0 0 12px;
    padding: 0;
}

#ecardExample {
    display: none;
    right: 50%;
    top: 70px;
    margin: 0 -475px 0 0;
    position: absolute;
    width: 582px;
    z-index: 3500;
}

#ecardExample img {
    border: 1px solid #370DB0;
}

#closeExample {
    cursor:pointer;
    position: absolute;
    top: 10px;
    right: 10px;
    width: 27px;
    height: 26px;
    display: block;
    background: transparent url(../img/close.png) 0 0 no-repeat;
    margin: -3px 0 0;
}

#ecardPreview {
    display: none;
    right: 50%;
    top: 70px;
    margin: 0 -475px 0 0;
    position: absolute;
    width: 582px;
    z-index: 3500;
}

#closePreview {
    cursor:pointer;
    position: absolute;
    top: 10px;
    right: 10px;
    width: 27px;
    height: 26px;
    display: block;
    background: transparent url(../img/close.png) 0 0 no-repeat;
    margin: -3px 0 0;
}

#closePreview:hover {
    background-position: 0 -26px;
}

#ecardChooser {
    float: left;
    width: 475px;
    height: 273px;
    overflow:hidden;
}

.ecardImage {
    width: 475px;
    height: 290px;
}

#ecardMessage {
    font-family: Arial;
    font-size: 12px;
    padding: 25px;
    min-height: 95px;
    white-space: pre-line;
    width: 530px;
    color: #ffffff;
}

/*  Tour
------------------------------------------------------------------------ */

#tour-page .city-listing li {
    float:left;
    clear:left;
    font-size: 13px;
    line-height: 16px;
    margin: 0 0 17px;
    width: 475px;
    padding: 0 0 0 85px;
    font-weight: bold;
}

#tour-page .city-listing li h3 {
    display:inline;
    font-size:18px;
    margin:0;
}

#tour-page .city-listing li a {
    width: 260px;
    display: inline-block;
}

#tour-pop {
    position: absolute;
    display: none;
    top: 60px;
    right: 50%;
    margin: 0 -290px 0 0;
    background: transparent;
    width: 580px;
    height: 495px;
    z-index: 3500;
}

#tour-page #tour-pop  {
    top: 88px;
    right: -9px;
    margin: 0;
}

#tour-close {
    cursor:pointer;
    position: absolute;
    top: 20px;
    right: 18px;
    width: 27px;
    height: 26px;
    display: block;
    background: transparent url(../img/close.png) 0 0 no-repeat;
    margin: -3px 0 0;
}

#tour-close:hover {
    background-position: 0 -26px;
}


/*  Tour Footer
------------------------------------------------------------------------ */

#tour-footer {
    width: 100%;
    height: 58px;
    margin: 0 auto;
    display: block;
    background: #000000 url(../img/tour-footer-bg.png) repeat-x;    
}

#tour-footer-content {
    width: 960px;
    height: 58px;
    position: relative;
    margin: 0 auto;
    display: block;
    background: transparent url(../img/tour-footer-line.png) no-repeat 74px top;    
}

#tour-footer-content li {
    float:left;
}

#tour-footer-content li a {
    display: inline-block;
    color: #e489ff;
}

.footer-city {
    height: 48px;
    padding: 4px 13px 0;
    display: inline-block;
    background: transparent url(../img/footer-dot.png) no-repeat center 0;
}

.footer-city:hover {
    background-position: center -58px;
}

.footer-city a:hover {
    text-decoration: none;
}

.footer-city a h3 {
    font-size: 14px;
    font-weight: normal;
    line-height: 22px;
    text-align: center;
}

#morecities {
    float:right;
    width: 58px;
    height: 58px;
    display:block;
    margin: 0 auto;
    text-indent: -9999px;
    background: transparent url(../img/morecities.png) 0 0 no-repeat;
}

#morecities:hover {
    background-position: 0 -58px;
}

#tour-footer-content li a h3 span {
    font-size: 12px;
}

/*  Thanks Page
------------------------------------------------------------------------ */

#thanks-page #content h2 {
    font-size: 34px;
}

#thanks-page #content h3 {
    font-size: 24px;
}


/*  Footer
------------------------------------------------------------------------ */

#newsletter-form {
    float:left;
    width: 201px;
    height: 18px;
    padding: 5px 3px 7px;
    background: transparent url(../img/newsletter-form.png) no-repeat 0 0;
    border: none;
    color: #70dcef;
    font-size: 16px;
    text-align: center !important;
    vertical-align:top;
}

#footer ul {
    position: relative;
    width: 455px;
    margin: 0 auto;
    padding: 25px 0 0 507px;
    display: block;    
    height: 33px;
}

#footer li{
    float:left;
    margin: 0 8px 0 0;
}

#footer li.last {
    float:left;
    margin: 0;
}

#like-button {
    position: absolute;
    top: 30px;
    left: 410px;
    width:325px;
    height:130px;
    overflow:hidden;
}

#newsletter-submit {
    float:left;
    width: 73px;
    height: 28px;
    display: block;
    text-transform: -9999px;
    border: none;
    padding: 0;
    background: transparent url(../img/newsletter-send.png) no-repeat 0 0;
    vertical-align:top;
    margin: 0;
}

#newsletter-submit:hover {
    cursor: pointer;
}