/* 
    Document   : wls
    Created on : Feb 10, 2010, 9:23:36 PM
    Author     : arnold
    Description:
        Purpose of the stylesheet follows.
*/


/* 
   LAYOUT
*/
span {
    position: relative;
    z-index: 1;

}

a{
    text-decoration: none;
}

body {
    font-family: "Helvetica", Arial, sans-serif;
    position: relative;
    width: 100%;
    height: 100%;
    background-image: url('/themed/wls2010/img/body_bg.jpg');
    /*background-position: top center;*/ /*Doesn't work properly for IE6*/
    background-position: 50% 0;
    background-repeat: no-repeat;
}

/*
    TYPE
*/
h2, .heading {
    font-weight: bold;
    font-size: 14pt;
}
.heading-suffix {
    font-family: "Helvetica", Arial, sans-serif;
    font-size: 12pt;
}
p,.text {
    font-family: "Helvetica", Arial, sans-serif;
    font-style: normal;
    font-weight: lighter;
    font-size: 12px;
}
hr {
    display: block;
    border: none;
    border-bottom: 1px dashed #000;
}

#wrapper {
    /*background-image: url('/themed/wls2010/img/body-bg.png');*/
    width: 1024px;
    margin: 0 auto;
    display: block;
}

#header , #main {
    position: relative;
    margin-left: 29px;
    overflow: hidden;
}

#main {
    position: relative;
    margin-top: 10px;
}

#content {
    float: left;
    width: 695px;
    margin-left: 26px;
    overflow: hidden;
}

#content h3 {
    text-transform: uppercase;
    padding-bottom: 3px;
    font-size: 15px;
    font-weight: bold;
}

#content h3.section-header {
    background: url(/themed/wls2010/img/h3-underline.png) repeat-x 0 bottom;
    padding-bottom: 5px;
}


/*
    CONTENT - HOME
*/
div.home-left-container {
    width: 338px;
    height: 195px;
    float: left;
    margin-right: 19px;
    position: relative;
}

div.home-left-transparent {
    background: #fff;
    filter:alpha(opacity=50);
    -moz-opacity:0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    z-index: 1;

    width: 338px;
    height: 195px;
    float: left;
}

div.home-left-content {
    position: relative;
    top: -195px;
    height: 195px;
}

div.home-right-container {
    width: 338px;
    height: 195px;
    float: left;
    position: relative; 
}

div.home-right-row-container {
    overflow: hidden;
    width: 338px;
    height: 50px;
}

div.home-right-transparent-row {
    background: #000;
    filter:alpha(opacity=40);
    -moz-opacity:0.4;
    -khtml-opacity: 0.4;
    opacity: 0.4;
    z-index: 1;

    width: 338px;
    height: 44px;
    float: left;
    margin-bottom: 6px;
}

div.home-right-content-row {
    position: relative;
    top: -50px;
    height: 44px;
}



/*
    CONTENT - ARTISTS
*/
#content {
    position: relative; /*This is necessary to fix an ie^ dissappearing content bug. It shouldn't affect other pages. Joss'*/
}

#content div.row-of-four {
    clear: both;
    height: 163px;
    overflow: hidden;
    position: relative;
    margin-bottom: 10px;
}

#content div.row-of-four div.artist-container {
    height: 163px;
    width: 163px;
    margin-right: 14px;
    float: left;
    /*margin-bottom: 10px;*/
    color: #000;
    position: relative;
}

/*#content div.row-of-four div.artist-container-test {
    height: 163px;
    width: 163px;
    margin-right: 14px;
    float: left;
    margin-bottom: 10px;
    background: green;
    position: relative;
}*/

#content div.row-of-four div.artist-preview-box {
    background: #000;
    filter:alpha(opacity=10);
    -moz-opacity:0.1;
    -khtml-opacity: 0.1;
    opacity: 0.1;
    z-index: 1;

    height: 163px;
    width: 163px;
    float: left;
    color: white;
}

#content div.row-of-four div.artist-preview-content {
    position: relative;
    top: -163px;
    height: 163px;
}

#content div.row-of-four div.last-in-row {
    margin-right: 0px;
}

/*
    CONTENT - NEWS
*/
#content div.news-preview {
    background: url(/themed/wls2010/img/h3-underline.png) repeat-x 0 bottom;
    height: 122px;
    padding: 7px 0 5px 0;
}

#content div.news-detail {
    padding: 7px 0 5px 0;
}

#content div.news-detail div.news-content {
    width: 345px;
}

#content div.news-detail div.news-date {
    font-size: 12px;
    margin-bottom: 16px;
}

#content div.news-preview img, #content div.news-detail img.news-detail-img {
    float: right;
    margin-left: 10px;
}


/*
    CONTENT - HISTORY
*/
#content div.row-of-two {
    clear: both;
}

#content div.row-of-two div.previous-lineup {
    float: left;
    width: 203px;
    margin-right: 15px;
    padding-top: 5px;
    padding-bottom: 10px;
}

#content div.previous-lineup div.lineup-heading {
    font-size: 12px;
    font-weight: bold;
    margin: 12px 0 14px 0;
    text-transform: uppercase;
}

#content div.previous-lineup ul.lineup {
    font-size: 11px;
    font-weight: lighter;
}

#content div.previous-lineup ul.lineup li {
    padding-bottom: 1px;
}


/*
    CONTENT - GALLERY
*/
div.gallery-clickthrough {
    margin: 10px 20px 0px 0;
    width: 270px;
    float: left;
    color: #000;
}

div.gallery-clickthrough div.year {
    font-size: 20px;
    font-weight: bold;
}

/*
    HEADER
*/

#cities {
    position: relative;
    float: right;
    /*margin-right: 29px;*/
    padding-right: 29px; /*Changed from margin to padding for IE6*/

    width: 518px; /*Needed for IE*/
    /*width: 100px;*/
    /*background: red;*/
}
    #cities ul.regions li a {
        color: #000000;
    }
    #cities ul.regions li a, #cities ul.regions li{
        position: relative;
        /*color: #000;*/
        height: 21px;
        width: 72px;
        line-height: 21px;
        display: block;
    }

    #cities ul.regions li{
        background-color: #E4E6E5;
        margin: 0;
        float: left;
        margin-left: 2px;
        text-transform: uppercase;
        text-align: center;
        font-size: 8px;
        font-weight: bold;
        cursor: pointer;
    }

    #cities ul.regions li.active{
        background-color: #000000;
        color: #FFFFFF;
    }

    #cities ul.regions li.active span.active{
        color: #FFFFFF;
    }


#event-info {
    float: right;
    width: 516px;
    height: 78px;
    vertical-align: bottom;
    text-transform: uppercase;
    position: relative;
    font-weight: 900;
}

#event-info div {
    position: absolute;
    bottom: 0px;
}

#event-info #event-date {
    font-size: 20px;
    margin-bottom: 5px;
}

#event-info #event-location {
    font-size: 14px;
}

#header div.col-1{
    
}

#header div.col-1-container, #header div.col-2-container, #header div.col-3-container {
    height: 23px;
    overflow: hidden;
    float: left;
}

#header div.col-1-container {
    width: 242px;
}

#header div.col-2-container {
    width: 515px;
    margin-left: 26px;
}

#header div.col-3-container {
    width: 164px;
    margin-left: 15px;
}

#header div.col-1 a span,#header div.col-3 a span , #header .newsletter h2 span{
    display: block;
    font-weight: bold;
    text-transform: uppercase;
    color: #FFFFFF;
    line-height: 25px;
}

#header .col-1-link{
    /*position: absolute;*/
    position: relative;
    top: -23px;


    display: block;
    text-indent: 10px;
    line-height: 23px;
}

#header .col-3-link{
    /*position: absolute;
    right: 32px;*/
    position: relative;
    top: -23px;

    display: block;
    text-indent: 10px;
    line-height: 23px;
}

#header .col-2-child{
    /*position: absolute;
    left: 248px;*/
    position: relative;
    top: -25px;
    padding-top: 1px;

    display: block;
    /*line-height: 23px;*/
}


    #header .row {
        
    }
        #logo {
            background-image: url('/themed/wls2010/img/logo.png');
            height: 125px;
            width: 425px;
        }

        #header .section-1 {
            height: 125px;
        }
        #header .section-2 {
            /*position: absolute;
            top: 135px;*/
        }
        #header .section-3 {
            margin-top: 10px;
            height: 23px;
        }
            #header .section-3 .row{
            }
            
                #header .section-3 .col-1 , #header .section-3 a {
                    width: 242px;
                    height: 23px;
                    /*float: left;*/
                }

                #header .section-3 .col-2 {
                    /*margin-left: 26px;*/
                    /*float: left;*/
                    display: block;
                    height: 23px;
                    width: 515px;
                }

                #header .section-3 .col-3 {
                    /*margin-left: 15px;*/
                    /*float: left;*/
                    height: 23px;
                    width: 164px;
                }

/**
*   Newsletter
*/
.newsletter {
    position: relative;
}

.newsletter h2 {
    position: relative;
    text-indent: 5px;
    width: 200px;
    font-size: 10px;
    line-height: 10px;
    /*line-height: 25px;*/
    margin-top: 7px;
    font-weight: bold;
    text-transform: uppercase;
    color: #FFFFFF;
    display: block;
    
}

.newsletter form {
    display: block;
    float: right;
    position: relative;
    top: -19px;
}

.newsletter input {
    margin-top: 6px;
    /*position: absolute;
    top: 0;*/
    /*float: left;*/
    width: 122px;
    height: 12px;
    font-size: 10px;
    /*line-height: 25px;*/
    color: gray;
    border-style: none;
}

/*.newsletter #UserEmail {
    left: 340px;
}
.newsletter #UserFirstName {
    left: 200px;
}*/

.newsletter button {
    margin-top: 6px;
    /*position: absolute;
    top: 0;
    right: -2px;*/
    background: none;
    border: none;
    font-size: 10px;
    color: #FFFFFF;
}

/*
    Left Col Menu
*/
#left-col {
    float: left;
    position: relative; /*For bug where menu text disappears in IE6. Joss.*/
    width: 242px;
}
#left-col .menu li {
    margin-bottom: 3px;
}
#left-col .menu li , #left-col .menu li a, .comp-form div.input label {
    width: 242px;
    height: 25px;
    display: block;
    text-transform: uppercase;
    text-indent: 10px;
    color: #FFFFFF;
    text-decoration: none;
    line-height: 25px;
    font-weight: bold;
}

    #left-col .menu li.menu-item-1 {
        background-image: url('/themed/wls2010/img/buttons/menu-bg-1.jpg');
    }
    #left-col .menu li.menu-item-2 {
        background-image: url('/themed/wls2010/img/buttons/menu-bg-2.jpg');
    }
    #left-col .menu li.menu-item-3 {
        background-image: url('/themed/wls2010/img/buttons/menu-bg-3.jpg');
    }
    #left-col .menu li.menu-item-4 {
        background-image: url('/themed/wls2010/img/buttons/menu-bg-4.jpg');
    }
    #left-col .menu li.menu-item-5 {
        background-image: url('/themed/wls2010/img/buttons/menu-bg-5.jpg');
    }
    #left-col .menu li.menu-item-6 {
        background-image: url('/themed/wls2010/img/buttons/menu-bg-6.jpg');
    }
    #left-col .menu li.menu-item-7 {
        background-image: url('/themed/wls2010/img/buttons/menu-bg-7.jpg');
    }
    #left-col .menu li.menu-item-8 {
        background-image: url('/themed/wls2010/img/buttons/menu-bg-8.jpg');
    }
    #left-col .menu li.menu-item-9 {
        background-image: url('/themed/wls2010/img/buttons/menu-bg-9.jpg');
    }
    #left-col .menu li.menu-item-10 {
        background-image: url('/themed/wls2010/img/buttons/menu-bg-10.jpg');
    }
    #left-col .menu li.menu-item-11 {
        background-image: url('/themed/wls2010/img/buttons/menu-bg-11.jpg');
    }


#left-col #pulse a:active, #left-col #pulse a:visited, #left-col #social-networks a:active, #left-col #social-networks a:visited {
	outline: none;
}

#left-col #pulse {
	margin-top: 8px;
	background: url('/themed/wls2010/img/SocialNetworks/dotted-border.png') repeat-x 0 bottom;
	height: 46px;
}

#left-col #pulse a {
	display: block;
	text-indent: -999px;
}


#left-col #pulse a#powered-by-pulse {
	background: url('/themed/wls2010/img/pulse/powered-by-pulse.png') no-repeat;
	height: 30px;
	width: 137px;
	float: left;
}
#left-col #pulse a#audio-player {
	background: url('/themed/wls2010/img/pulse/audio-player.png') no-repeat;
	height: 20px;
	width: 94px;
	float: right;
}
#left-col #pulse a#podcasts {
	background: url('/themed/wls2010/img/pulse/podcasts.png') no-repeat;
	height: 20px;
	width: 94px;
	float: right;
}

#left-col #social-networks {
    /*margin-top: 103px;*/
    background: url('/themed/wls2010/img/SocialNetworks/dotted-border.png') repeat-x 0 bottom;
    height: 40px;
}

#left-col #social-networks ul {
    background: url('/themed/wls2010/img/SocialNetworks/dotted-border.png') repeat-x 0 0;
    height: 40px;
    padding-top: 8px;
}

#left-col #social-networks ul li {
    float: left;
}

#pulse-social, #twitter, #facebook {
    margin-right: 34px;
}

#left-col #social-networks ul li a {
    display: block;
    text-indent: -999px;
    height: 28px;
}

#left-col #social-networks #pulse-social {
    background: url('/themed/wls2010/img/SocialNetworks/pulse.png') no-repeat;
    width: 26px;
}

#left-col #social-networks #twitter {
    background: url('/themed/wls2010/img/SocialNetworks/twitter.png') no-repeat;
    width: 26px;
}

#left-col #social-networks #facebook {
    background: url('/themed/wls2010/img/SocialNetworks/facebook.png') no-repeat;
    width: 26px;
}

#left-col #social-networks #youtube {
    background: url('/themed/wls2010/img/SocialNetworks/youtube.png') no-repeat;
    width: 61px;
}

/*
    Utility
*/
.bg-999{
    background-color: #000;
}
.trasnparent {
    filter:alpha(opacity=40);
    -moz-opacity:0.4;
    -khtml-opacity: 0.4;
    opacity: 0.4;
    z-index: 1;
}

/**
*   ALL FANCY BOX POPUPS STUFF BELOW HERE
*/

        
/**
*   Trailer Video
*/

div.close-fancybox {
    float: right;
    background: url('/themed/wls2010/img/fancybox/close-fancybox.gif') no-repeat;
    height: 26px;
    width: 26px;
}

div.close-fancybox:hover {
    cursor: pointer;
}

div#trailer-video {
    width: 440px;
    height: 248px;
    overflow: hidden;
    padding-left: 10px;
    background: #000; /*Otherwise it comes up white in IE6*/
}

div#trailer-video div.video {
    padding-top: 8px;
}

div#show-reel {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    padding-top: 10px;
}

/**
*   Artist Popups
*/

div.artist-detail {
    width: 535px;
    height: 245px;
    overflow: hidden;
    padding-left: 8px;
    background: #000; /*Otherwise it comes up white in IE6*/
}

div.artist-detail a {
    color: #fff;
    font-size: 12px;
    font-weight: lighter;
    display: block;
}

div.artist-detail a:hover {
    text-decoration: underline;}

div.artist-detail p {
    padding-top: 10px;
    padding-bottom: 16px;
    line-height: 15px;
}

img.artist-detail-pic {
    padding: 8px 20px 8px 0;
    float: left;
}

div.artist-name {
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    padding-top: 8px;
}


/**
*   Gallery
*/
div.gallery {
    width: 445px;
    height: 275px;
    overflow: hidden;
    background: #000; /*Otherwise it comes up white in IE6*/
}

div.gallery div.gallery-pic-container {
    padding-top: 25px;
    text-align: center;
    height: 190px;
    margin-left: 26px; /*Workaround: This makes the image inside exacly centered... without it it's off to the left.*/
}

div.gallery div.gallery-nav {
    /*padding: 3px 7px;*/
}

div.gallery a, div.gallery div.thumbnails {
    color: #fff;
}

div.gallery div.thumbnails {
    padding-top: 7px;
    padding-left: 60px;
    width: 200px;
}

div.gallery a.prev:hover,div.gallery a.next:hover {
    cursor: pointer;
}

div.gallery a.prev {
    display: block;
    float: left;
    height: 27px;
    width: 22px;
    background: url('/themed/wls2010/img/gallery-previous.gif') no-repeat;
}

div.gallery a.next {
    display: block;
    float: right;
    height: 27px;
    width: 20px;
    background: url('/themed/wls2010/img/gallery-next.gif') no-repeat;
}

div.gallery div.year {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    border-bottom: 2px solid #707070;
    padding-left: 5px;
    padding-bottom: 5px;
}

.news-preview {
    position: relative;
}

.read-more{
    color: black;
    position: absolute;
    bottom: 5px;
}


/**
*   Hide Newsletter error messages
*/
.newsletter .error-message{
    display: none;
}

.home-headline {
    line-height: 22px;
    text-indent: 5px;
}

.home-headline-date, .home-headline-summary {
    line-height: 22px;
    text-indent: 10px;
    font-size: 10px;
    font-weight: bold;
    margin-left: 5px;
    margin-top: 5px;
}

.home-headline-date {
    position: absolute;
    top: 58px;
    left: -10px;
}

.home-headline-link {
    float: right;
    margin-right: 5px;
}

.view-gallery {
    color: black;
}

.comp-form div.input {
    display: block;
    float: left;
    width: 220px;
}
.comp-form div.date {
    width: 225px;
}
.comp-form div.input label {
    font-size: 12px;
}

button.comp-submit-btn {
    background-image: url('/themed/wls2010/img/comp/submit.jpg');
    width: 80px;
    height: 19px;
    text-indent: -8000px;
    border: none;
}
.video-preview {
    float: left;
}

.video-preview-even {
    margin-left: 10px;
}

.arena-links a, .arena-links img{
    margin: 0;
    padding: 0;
}

.comp-form table td {
    font-size: 12px;
    width: 285px;
}
.FB_comments {
    margin-left: 31px;
}
.comp-form table {
    margin-left: 31px;
    margin-bottom: 31px;
}
.comp-wrapepr {
    margin-left: 70px;
}
.comp-form table td.first, .comp-form table td.second {
    /*width: 287px;*/
}

.comp-form div.input{
    display: block;
    height: 55px;
}
.comp-form div.text input {
    width: 180px;
}

#UserProfileHeadlineNextYear {
    width: 278px;
}

.comp-form div.text input, .comp-form div.select select, .comp-form #UserDobMonth {
    margin-left: 10px;
}

.comp-form fieldset{
    position: relative;
}
fieldset.step-1 button {
    position: absolute;
    left: 337px;
    top: 135px;
}
fieldset.step-2 button {
    position: absolute;
    left: 300px;
    top: 135px;
}
fieldset.step-3 button {
    position: absolute;
    left: 382px;
    top: 254px;
}
fieldset.step-4 button {
    position: absolute;
    left: 368px;
    top: 245px;
}
fieldset.step-5 button {
    margin-left: 9px;
}

.comp-form fieldset.step-2 div.input, .comp-form div.input label, #share-this-txt{
    width: 100%;
}

fieldset.step-3 .comp-form div.full-width {
    width: 300px;
    height: 20px;
}

#share-this-txt {
    height: 20px;
}
.share-this-item {
    margin-left: 10px;
    float: left;
}

.full-width{
    margin-left: 10px;
    color: #FFFFFF;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
}

fieldset.step-3 div.password label {
    margin-left: -10px;
}

fieldset.step-4 div.input{
    height: auto;
}


.arena-links {
    margin-top: 65px;
}

.home-right-content-row {
    cursor: pointer;
}

#content div.podcast-item{
    position: relative;
    background: url(/themed/wls2010/img/h3-underline.png) repeat-x 0 bottom;
    height: auto;
    padding: 7px 0 5px 0;
}

#content div.podcast-item img {
    float: right;
}

