/*****GLOBAL FORMATTING****
*******************************/
html, body {
    margin: 0;
    padding: 0;
}

body {
    background: #30014a;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 71%;
    color: #2b2b2b;
}

/* Default text styles */
h1, h2, h3, h4, h5, h6, p {
    letter-spacing: 0.01em;
    font-weight: normal;
    color: #000;
    margin: 0 0 1em 0;
}

h1 {
    font-size: 2.1em;
}

h2 {
    font-size: 1.7em;
}

h3 {
    font-size: 1.6em;
}

h4 {
    font-size: 1.5em;
}

h5 {
    font-size: 1.2em;
}

h6 {
    font-size: 1.1em;
}

p {
    padding: 0 0 .5em;
    font-size: 1.1em;
    line-height: 1.6em;
}

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

a:hover {
    text-decoration: underline;
}

em {
    font-style: italic;
}

strong {
    font-weight: bold;
}

/*****************/

/**** PAGE STRUCTURE ****
 **************************/

#container {
    margin: 0;
    paddding: 0;
    width: 100%;
    height: 610px;
}

#graphic {
    margin: 0 auto;
    padding: 0;
    height: 615px;
    width: 1000px;
}

#feeds {
    height: 325px;
    width: 1000px;
    margin: 0 auto;
}

#footer {
    margin: 70px auto;
    margin-bottom: 0;
    background: #1B002E;
    height: 100px;
    padding: 20px;
}

#footer #footer_content{
    width: 1000px;
    margin: 0 auto;
}

#footer #footer_content p{
    color: #fff;
    font-size: .9em;
}

#footer #footer_content p.left {
    width: 590px;
    float: left;
}

#footer #footer_content p.right {
    width: 290px;
    float: right;
    margin-right: 105px;
}

#feeds .block {
    float: left;
    display: inline;
}

#feeds .feed_content {
    width: 200px;
    margin-top: 15px;
}

#feeds .feed_body {
    margin-top: 20px;
}

ul#feed_menu {
    width: 220px;
    margin: 0 auto;
}

ul#feed_menu li {
    width: 50px;
    height: 37px;
    float: left;
    display: inline;
}

ul#feed_menu li a{
    text-indent: -999em;
    width: 40px;
    height: 37px;
    display: block;
    background-position: 0 0;
}

ul#feed_menu li#twitter_tab a{
    background-image: url(../images/twitter.gif);
}

ul#feed_menu li#facebook_tab a{
    background-image: url(../images/facebook.gif);
}

ul#feed_menu li#youtube_tab a{
    background-image: url(../images/you_tube.gif);
}

ul#feed_menu li#signup_tab a{
    background-image: url(../images/mail.gif);
}

#fbook_icon{
    text-indent: -999em;
    float: left;
    width: 40px;
    height: 37px;
    margin-left: 10px;
    margin-right: 20px;
    display: block;
    background-position: 0 0;
    background-image: url(../images/facebook.gif);
}

ul#feed_menu li a:hover, #fbook_icon:hover {
    background-position: 0 -37px;
}

#buy_tickets a {
    text-indent: -999em;
    width: 142px;
    height: 268px;
    display: block;
    margin-top: 10px;
    background: url(../images/buy_tickets.gif);
}

#buy_tickets a:hover {
    background-position: 0 -268px;
}

a#enter_html {
    text-indent: -999em;
    width: 236px;
    height: 28px;
    display: block;
    background: url(../images/btn_html.gif);
}

a#enter_html:hover {
    background-position: 0 -28px;
}

#keep_updated {
    margin-left: 10px;
    width: 200px;
    height: 288px;
}

#keep_updated h3 {
    width: 165px;
    height: 48px;
    text-indent: -999em;
    background: url(../images/keepUpdated_header.gif);
    margin: 0 auto;
    padding-bottom: 0;
}

#whats_new {
    width: 430px;
    height: 288px;
    margin-left: 10px;
    position: relative;
}

#whats_new li {
    width: 430px;
    height: 288px;
    position: relative;
}

#whats_new #frame{
    width: 430px;
    height: 288px;
    margin-top: -288px;
    position: absolute; 
    z-index: 100;
    background: url(../images/whatsNewBox_transp.png);
}

#whats_new a {
    display: block;
}

#whats_new img{
    width: 430px;
    height: 288px;
    display: block;
}

.tweet, .fb-wall-box {
    width: 200px;
    height: 84px;
    background: url(../images/twitter_bubble.gif);
    margin-bottom: 5px;
}

.tweet p.tweet_content {
    padding: 10px;
    font-size: 0.85em;
    line-height: 1.2em;
}

.feed_content p.no_tweets {
    color: #fff;
    padding-left: 30px;
}

#twitter img {
    margin-top: 0px;
}

#youtube_feed {
    margin-top: 50px;
}

.youtube {
    width: 120px;
    height: 90px;
    margin: auto;
    margin-bottom: 5px;
}

.youtube a {
    position: relative;
    width: 120px;
    height: 90px;
    display: block;
}

.youtube span.caption {
    position: absolute;
    width: 104px;
    height: 30px;
    background: #000;
    font-size: .8em;
    line-height: 1em;
    color: #fff;
    filter:alpha(opacity=50);
    -moz-opacity:0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    margin-top: -30px;
    font-weight: bold;
    padding: 3px 8px;
}

a#youtube_channel {
    background: url(../images/clickHereVideos_btn.gif) 0 0;
    width: 119px;
    height: 20px;
    display: block;
    text-indent: -999em;
    margin-top: 15px;
    margin-left: 40px; 
}

a#youtube_channel:hover {
    background-position: 0 -20px;
}

#feedback  {
    margin-left: 20px;
}

#feedback a#contact_button {
    text-indent: -999em;
    width: 142px;
    height: 268px;
    display: block;
    background: url(../images/talkListen_btn.gif);
}

#feedback a#contact_button:hover {
    background-position: 0 -268px;
}

#signup .feed_content {
    margin-left: 20px;
    margin-top: 50px;
}

#signup input#submit {
    text-indent: -999em;
    width: 93px;
    height: 34px;
    display: block;
    cursor: pointer;
    border: none;
    background: url(../images/submitBtn.gif);
}

#signup input#submit:hover {
    background-position: 0 -34px;
}

/**modal form**/
/* the overlayed element */
#sheet {

    /* must be initially hidden */
    display:none;

    /* place overlay on top of other elements */
    z-index:10000;

    /* styling */
    background-color:#fff;
    color: #fff;
    width: 550px;
    min-height:200px;

    /* CSS3 styling for latest browsers */
    -moz-box-shadow:0 0 90px 5px #000;
    -webkit-box-shadow: 0 0 90px #000;	
}

#sheet form {
    padding: 30px;
}

/* close button positioned on upper right corner */
#sheet .close {
    background-image:url(../images/close.png);
    position:absolute;
    right:-15px;
    top:-15px;
    cursor:pointer;
    height:35px;
    width:35px;
}

#sheet label {
    clear: left;
    float: left;
    text-align: right;
    margin-right: 1em;
    width: 12em;
}

#sheet input, #sheet textarea, #sheet button {
    padding: 0.45em;
    width: 25em;
    margin: .7em 0;
    border: 1px solid #ddd; 
    background: #efefef;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
}

input:hover, input:focus, textarea:hover, textarea:focus {
    background: #f6f6f6;
}

input:focus {
    border-color: #481518;
}

#sheet input[type="checkbox"], #sheet input[type="radio"] {
    width: 2em;
}

input[type="radio"] {
    margin: .7em 2em .5em 0;
}

select {
    border: 1px solid #ddd; 
    background: #efefef;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    margin-top:5px;
}

#sheet textarea {
    height: 4em;	
}

#sheet input[type="submit"] {
    cursor: pointer;
    width: auto;
    float: right;
}

#sheet #msg {
    position: absolute;
    margin-top: -20px;
    font-weight: bold;
    color: #000;
}

#signup_msg {
    height: 10px;
    color: #fff;
    display: block;
}

/** New Events **/

/**events section**/
ul#event_months {
    height: 500px; 
    width: 200px; 
    display:inline-block;
    vertical-align: top;
}

ul#event_months li {
    margin: 1em 0;
    font-size: 1.2em;
}

ul#events li {
    display: inline;
    float: left;
    margin-bottom: 20px;
}

ul#events li a {
    opacity: .7;
}

ul#events li a:hover {
    opacity: 1;
}

ul#events li.default {
    background: #fff;
    -moz-opacity:.20; 
    filter:alpha(opacity=20); 
    opacity: .2;
    margin-left: 100px;
    width:  274px;
    height: 220px;
}

h5.click_for_more {
    width: 339px;
    height: 32px;
    display: block;
    text-indent: -999em;
    background: url(../images/clickEvent_btn.png) no-repeat 0 0;
}

h5.back_to_events a {
    width: 339px;
    height: 27px;
    display: block;
    text-indent: -999em;
    background: url(../images/backEvents_btn.png) no-repeat 0 0;
}

h5.back_to_events a:hover {
    background-position: 0 -27px;
}

h4.mth {
    margin-top: 40px;
    text-indent: -999em;
    clear: both;
}

h4.January {
    width: 119px;
    height: 28px;
    background: url(../images/months/january.png);
}

h4.February {
    width: 126px;
    height: 28px;
    background: url(../images/months/february.png);
}

h4.March {
    width: 93px;
    height: 27px;
    background: url(../images/months/march.png);
}

h4.April {
    width: 76px;
    height: 27px;
    background: url(../images/months/april.png);
}

h4.May {
    width: 62px;
    height: 27px;
    background: url(../images/months/may.png);
}

h4.June {
    width: 62px;
    height: 27px;
    background: url(../images/months/june.png);
}

h4.July {
    width: 62px;
    height: 27px;
    background: url(../images/months/july.png);
}

h4.August {
    width: 97px;
    height: 27px;
    background: url(../images/months/august.png);
}

h4.September {
    width: 134px;
    height: 28px;
    background: url(../images/months/september.png);
}

h4.October {
    width: 112px;
    height: 27px;
    background: url(../images/months/october.png);
}

h4.November {
    width: 132px;
    height: 27px;
    background: url(../images/months/november.png);
}

h4.December {
    width: 127px;
    height: 28px;
    background: url(../images/months/december.png);
}

/** Slide out tabs **/

#fbook_slide {
    background: #000;
    width: 147px;
    height: 48px;
    border: 1px solid;
}

#twitter_slide {
    background: url(../images/slideout_FollowUs.png);
    width: 147px;
    height: 50px;
}

#fbook_slide a#fb_slide_link, #twitter_slide a#tw_link { 
    height: 50px;
    width: 140px;
    display: block;
}

a.handle {
    height: 50px;
    width: 65px;
}

#fbook_slide a.handle {
    background: url(../images/slideout_BecomeFan.png);
    background-position: -143px 0;
}

.fb_iframe_widget {
    margin-top: 15px;
    width: 50px;
    margin-left: 60px;
}

#twitter_slide a.handle {
    background: url(../images/slideout_FollowUs.png);
    background-position: -143px 0;
}

#twitter_slide.open a.handle, #fbook_slide.open a.handle {
    background-position: -143px -50px;
}
