body {
    background: #b5bcc7 url(img/bg.gif) no-repeat center top;
    font-family: 'PTSansNarrowRegular', 'Franklin Gothic Medium', 'Arial', 'Helvetica', sans-serif;
    line-height: 1.1em;
}
body.signup {
    background: #b5bcc7;
    margin: 32px;
    overflow: hidden;
}

/* Fonts */

@font-face {
    font-family: 'PyramidFontMedium';
    src: url('fnt/PyramidFont-Medium.woff') format('woff'),
         url('fnt/PyramidFont-Medium.ttf') format('truetype'),
         url('fnt/PyramidFont-Medium.svg#PyramidFontMedium') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'PyramidFontBold';
    src: url('fnt/PyramidFont-Bold.woff') format('woff'),
         url('fnt/PyramidFont-Bold.ttf') format('truetype'),
         url('fnt/PyramidFont-Bold.svg#PyramidFontBold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'PTSansNarrowRegular';
    src: url('fnt/PTN57F-webfont.eot');
    src: url('fnt/PTN57F-webfont.eot?#iefix') format('embedded-opentype'),
         url('fnt/PTN57F-webfont.woff') format('woff'),
         url('fnt/PTN57F-webfont.ttf') format('truetype'),
         url('fnt/PTN57F-webfont.svg#PTSansNarrowRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* Global Styles */

h1 {
}

h2 {
}
h3 {
    font-family: 'PyramidFontMedium', 'Franklin Gothic Medium', 'Arial', 'Helvetica', sans-serif;
    font-size: 30px;
    font-weight: normal;
    line-height: 30px;
    /* text-transform: uppercase; */
    margin: 0;
    color: #000;
}
h4 {
    font-family: 'PyramidFontMedium', 'Franklin Gothic Medium', 'Arial', 'Helvetica', sans-serif;
    font-size: 19px;
    font-weight: normal;
    line-height: 19px;
    text-transform: uppercase;
    margin: 0 0 16px;
    color: #7d7d7d;
}
h4 a {
    font-weight: normal;
}
h5 {
    font-family: 'PyramidFontMedium', 'Franklin Gothic Medium', 'Arial', 'Helvetica', sans-serif;
    color: #454545;
    font-size: 23px;
    font-weight: normal;
    line-height: 26px;
    text-transform: none;
}
h5 a {
    font-weight: normal;
}
p {
    font-size: 16px;
    line-height: 20px;
    margin: 16px 0;
    color: #454545;
}
a {
    color: #2cbadd;
    font-weight: bold;
    text-decoration: none;
}
a:hover {
    color: #2cbadd;
    text-decoration: underline;
}

em {
    font-style: italic;
}

strong {
    font-weight: bold;
}

ul,ol { 
}

ul {
	list-style-type: disc;    
}
ol {
	list-style-type: decimal;
}
li {
}
.hidden {
    display: none;
}
img.c {
    display: block;
    margin: 16px auto;
}

/* Lists */

div.content ul, 
div.content ol {
    background: url("/files/images/2011/divider.gif") no-repeat scroll left top transparent;
    list-style-type: none;
    margin: 16px 0;
    padding: 4px 0 0;
}
div.content li {
    background: url("/files/images/2011/divider.gif") no-repeat scroll left bottom transparent;
    color: #454545;
    font-weight: bold;
    padding: 8px 0;
}
/*
div.content li {
    background: url("/files/images/2011/divider.gif") no-repeat scroll left bottom transparent;
    color: #000;
    font-family: 'PyramidFontMedium','Franklin Gothic Medium','Arial','Helvetica',sans-serif;
    font-size: 19px;
    line-height: 22px;
    padding: 8px 0;
    text-transform: uppercase;    
}
div.content li a {
    font-weight: normal;
}
*/
input, 
select,
textarea {
    font-family: 'PTSansNarrowRegular', 'Franklin Gothic Medium', 'Arial', 'Helvetica', sans-serif;
    font-size: 16px;
    color: #454545;
}

/* Layout */

#header {
    width: 960px;
    height: 376px;
    margin: 0 auto 24px auto;
}
#main {
    width: 920px;
    margin: 10px auto 0 auto;
}
#marquee {
    background: url(img/marquee-bg.gif) no-repeat center 51px transparent;
    position: relative;
}
#footer {
    background: url(img/footer-bg.gif) repeat-x 0 0 #000;
}

/* Content */

div.col {

}
div.col.l {
    width: 618px;
    float: left;
}
div.col.r {
    width: 276px;
    float: right;
}

/* Module */

div.module {
    margin: 0 0 30px 0;
    position: relative;
}
div.module h2 {
    font-family: 'PyramidFontBold', 'Impact', 'Charcoal', sans-serif;
    font-size: 34px;
    font-weight: normal;
    text-transform: uppercase;
    padding: 0 4px 5px 4px;
    letter-spacing: 0.25px;
}
div.col.r h2 {
    text-align: right;
}

/* Faux 100% Background

div.col.l div.block {
    position: relative;
}
div.col img.fauxbg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
div.col div.content {
    position: relative;
    z-index: 2;
}

*/

/* Old skool repeat */

div.col.l div.blocktop {
    height: 20px;
    background: url(img/block-l-top.png) no-repeat 0 0;
}
div.col.l div.blockbottom {
    height: 20px;
    background: url(img/block-l-bottom.png) no-repeat 0 0;
}
div.col.l div.block {
    background: url(img/block-l-bg.png) repeat-y 0 0;
    padding: 4px 24px;
}
div.col.r div.blocktop {
    height: 20px;
    background: url(img/block-r-top.png) no-repeat 0 0;
}
div.col.r div.blockbottom {
    height: 20px;
    background: url(img/block-r-bottom.png) no-repeat 0 0;
}
div.col.r div.block {
    background: url(img/block-r-bg.png) repeat-y 0 0;
    padding: 4px 24px;
}
div.blockbottom {
    margin: 0 0 5px 0;
}

/* Tags */

div.tag {
    width: 44px;
    height: 41px;
    z-index: 15;
}
div.l div.tag {
    position: absolute;
    top: 38px;
    left: -10px;
}
div.r div.tag {
    position: absolute;
    top: 36px;
    right: -12px;
}
div.l div.tag.video {
    background: url(img/tag-video.png) no-repeat 0 0 transparent;
}
div.r div.tag.video {
    background: url(img/tag-video-r.png) no-repeat 0 0 transparent;
}
div.tag.news {
    background: url(img/tag-news.png) no-repeat 0 0 transparent;
}
div.tag.tweet {
    background: url(img/tag-tweet.png) no-repeat 0 0 transparent;
}
div.tag.page {
    background: url(img/tag-page.png) no-repeat 0 0 transparent;
}
div.tag.photo {
    background: url(img/tag-photo.png) no-repeat 0 0 transparent;
}
div.l div.tag.photo {
    top: 16px;
}
div.tag.map {
    background: url(img/tag-map.png) no-repeat 0 0 transparent;
}

/* Header */

div#logo {     
    padding: 66px 0 0 124px;
}
div#logo a {
    display: block;
    height: 120px;
    width: 716px;
}
div#strip {
    width: 780px;
    height: 58px;
    margin: 69px auto 0 auto;
}
div#strip div.signup {
    width: 296px;
    float: left;
    margin: 7px 0 0;
}
div#strip div.countdown {
    width: 142px;
    height: 57px;
    float: left;
    margin: 0 23px;
    background: url(img/countdown-bg.gif) no-repeat 0 0;
}
div#strip div.social {
    width: 296px;
    float: left;
    height: 36px;
    margin: 10px 0 0;
}

/* Strip - Signup */

div#strip div.signup img {
    float: left;
    margin: 8px 0 0;
}
div#strip div.signup a {
    display: block;
    width: 102px;
    height: 43px;
    background: url(img/signup-button.gif) no-repeat 0 0;
    float: right;
}
div#strip div.signup a:hover {
    background: url(img/signup-button.gif) no-repeat 0 -43px;
}

/* Strip - Countdown */

div#strip div.countdown div.counter {
    margin: 0 0 0 26px;
}
div#strip div.countdown div.digit {
    float: left;
    width: 28px;
    height: 36px;
    text-align: center;
    line-height: 42px;
    margin: 0 2px 0 0;
    color: #5d6168;
    font-size: 24px;
    font-family: 'PyramidFontBold', 'Impact', 'Charcoal', sans-serif; 
    overflow: hidden;
}

/* Strip - Social */

div#strip div.social div.links {
    width: 190px;
    height: 36px;
    float: left;
}
div#strip div.social div.like {
    width: 98px;
    height: 36px;
    float: right;
}
div#strip div.social a.twitter {
    display: block;
    width: 47px;
    height: 36px;
    float: left;
    margin: 0 13px 0 0;
    background: url(img/social-twitter.gif) no-repeat 0 0;
}
div#strip div.social a.twitter:hover {
    background: url(img/social-twitter.gif) no-repeat 0 -36px;
}
div#strip div.social a.facebook {
    display: block;
    width: 17px;
    height: 36px;
    float: left;
    margin: 0 13px 0 0;
    background: url(img/social-facebook.gif) no-repeat 0 0;
}
div#strip div.social a.facebook:hover {
    background: url(img/social-facebook.gif) no-repeat 0 -36px;
}
div#strip div.social a.youtube {
    display: block;
    width: 37px;
    height: 36px;
    float: left;
    margin: 0 13px 0 0;
    background: url(img/social-youtube.gif) no-repeat 0 0;
}
div#strip div.social a.youtube:hover {
    background: url(img/social-youtube.gif) no-repeat 0 -36px;
}
div#strip div.social a.myspace {
    display: block;
    width: 37px;
    height: 36px;
    float: left;
    margin: 0;
    background: url(img/social-myspace.gif) no-repeat 0 0;
}
div#strip div.social a.myspace:hover {
    background: url(img/social-myspace.gif) no-repeat 0 -36px;
}
div#strip div.like img {
    margin: 1px 0 2px 1px;
}
div#strip div.like div.button {
    height: 21px;
    width: 97px; 
}

/* Promo */

#promo {
    display: block;
    width: 911px;
    height: 87px;
    margin: 0 auto 26px auto;
    background: url(img/promo-ticketsonsale.gif) no-repeat 0 0 transparent; 
}
#promo:hover {
    background: url(img/promo-ticketsonsale.gif) no-repeat 0 -87px transparent; 
}

/* Slider */

#marquee div.inner {
    width: 1000px;
    margin: 0 auto;
    position: relative;
}
#marquee div.label {
    width: 98px;
    height: 60px;
    position: absolute;
    top: -22px;
    left: 50px;
    background: url(img/marquee-label.png) no-repeat 0 0;
    z-index: 40;
}
#marquee a.buttonleft {  
    width: 72px;
    height: 64px;
    display: block;
    position: absolute;
    top: 109px;
    left: 2px;
    background: url(img/marquee-left.png) no-repeat 0 0;
    z-index: 50;
    cursor: pointer;
}
#marquee a.buttonleft:hover {  
    background: url(img/marquee-left.png) no-repeat 0 -64px;
}
#marquee a.buttonright {  
    width: 72px;
    height: 64px;
    display: block;
    position: absolute;
    top: 109px;
    right: 2px;
    background: url(img/marquee-right.png) no-repeat 0 0;
    z-index: 50;
    cursor: pointer;
}
#marquee a.buttonright:hover {  
    background: url(img/marquee-right.png) no-repeat 0 -64px;
}
#marquee div.wrap {
    width: 920px;
    height: 340px;
    margin: 24px auto 0 auto;
    overflow: hidden;
}
#marquee div.slide {
    width: 920px;
    height: 340px;
    position: relative;
}
#marquee div.slide div.mask {
    position: absolute;
    z-index: 10; 
    width: 920px;
    height: 340px;
    background: url(img/slide-mask.png) no-repeat 0 0 transparent;                               
}
#marquee div.slide div.content {
    width: 920px;
    height: 310px;
}
#marquee div.slide div.content div.l {
    float: left;
    width: 450px;
    height: 310px;    
}
#marquee div.slide div.content div.r {
    float: right;
    width: 450px;
    height: 310px;  
}
#marquee div.slide div.content img {
    position: relative;
    top: -20px;
}
#marquee div.slide div.content a {
    display: block;
    width: 450px;
    height: 310px;
    position: absolute;
    z-index: 30;
}
#marquee div.slide div.content div.caption {
    background: url(img/slide-caption.png) no-repeat 0 0 transparent;
    position: relative;
    top: -76px;
    z-index: 2;
    height: 80px;
    color: #fff;
    line-height: 76px;
    font-family: 'PyramidFontBold', 'Impact', 'Charcoal', sans-serif;
    font-weight: normal;
    text-align: center;
    text-transform: uppercase;
    font-size: 28px;
    letter-spacing: 1px;
}
#marquee div.slide div.filler {
    width: 450px;
    height: 310px;
    /* background: url(img/slide-more.png) no-repeat center center #000; */
    background: #000;
}

/* Navigation */

#nav{
    margin: 38px 0 0 1px;
    list-style-type: none;
}
#nav li {
    float: left;
    margin: 0;
}
#nav li a {
    color: #fff;
    display: block;
    font-family: 'PyramidFontMedium', 'Arial Narrow', 'Franklin Gothic Medium', 'Arial', 'Helvetica', sans-serif;
    font-size: 26px;
    font-weight: normal;
    line-height: 26px;
    padding: 0 0 0 30px;
    text-decoration: none;
    text-transform: uppercase;
}
/*
#nav li a:hover {
    color: #ffeb37;
    text-decoration: none;
}
*/
#nav li:hover a {
    color: #ffeb37;
    text-decoration: none;
}

#nav li.current a {
    color: #ffeb37;
}
#nav li.current a:hover {
    color: #ffeb37;
    text-decoration: none;
}
#nav li.first a,
#nav li.first.current a,
#nav li.first.current a:hover {
    color: #000;
}

/* Video  */

div.video.large {
    width: 570px;
    height: 320px;
    overflow: hidden; 
    border: 0;
    margin: 0;
}
div.video.page {
    width: 530px;
    height: 298px;
    overflow: hidden; 
    border: 0;
    margin: 0 0 16px 0;
}
div.video.small {
    width: 228px;
    height: 129px;
    overflow: hidden; 
    border: 0;
    margin: 0;
}
div.video iframe {
    border: 0;
    margin: -2px 0 0 -2px;
    padding: 0;
    background: #fff;
}
div.module.video p {
    margin: 16px 0 0;
}

/* Intro */

div.module.intro div.content  {
}

/* Pages */

div.module.page div.content {
    padding: 16px 20px 0;
}

/* Latest Tweet */

div.module.tweet h3 {
    color: #454545;
    font-size: 23px;
    line-height: 23px;
    text-transform: none;
    padding: 0 16px 0 0;
}
h4.tweetuser {
    margin: 16px 0 0;
}

/* News sidebar */

div.module.news h3 a {
    font-weight: normal;
    color: #000;
    text-decoration: none;
}
div.module.news h3 a:hover {
    color: #000;
    text-decoration: underline;
}
div.module.news p {
    margin: 16px 0 0;
}

/* News page */

div.module.page div.snippet {
    background: url(/files/images/2011/divider.gif) no-repeat center bottom #fff;
    margin: 0 0 16px 0;
    padding: 0 0 4px 0;
}
#blog-pagination {
    margin: 0 0 16px 0;
}
#blog-pagination a {
    background: none repeat scroll 0 0 #000000;
    color: #FFFFFF;
    cursor: pointer;
    display: block;
    height: 32px;
    line-height: 32px;
    margin: 0 2px 0 0;
    text-align: center;
    width: 94px;
}
#blog-pagination a.newer {
    float: right;
}
#blog-pagination a.older {
    float: left;
}

/* Home */


/* Footer */

div#footer div.inner {
    width: 920px;
    margin: 0 auto;
    padding: 30px 0;
}
div#footer div.l {
    position: relative;
    left: -10px;
}
div#footer div.r {
    text-align: right;
    color: #fff;
    padding: 8px 0 0;
    line-height: 17px;
    font-size: 15px;
}
div#footer div.r a {
    color: #fff;
    font-weight: normal;
    text-decoration: none;
}
div#footer div.r a:hover {
    color: #fff;
    text-decoration: underline;
}
div#footer a.triplej {
    display: block;
    width: 103px;
    height: 54px;
    background: url(img/partner-triplej.gif) no-repeat 0 0;
    float: left;
    margin: 0 30px 0 0;
}
div#footer a.channelv {
    display: block;
    width: 40px;
    height: 54px;
    background: url(img/partner-channelv.gif) no-repeat 0 0;
    float: left;
    margin: 0 30px 0 0;
}
div#footer a.fasterlouder {
    display: block;
    width: 103px;
    height: 54px;
    background: url(img/partner-fasterlouder.gif) no-repeat 0 0;
    float: left;
    margin: 0 30px 0 0;
}

/* Gallery */

div.module.gallery div.block {
    padding: 4px 0 4px 24px;
}
div.module.gallery h2 {
    float: left;
} 
#gallery ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
#gallery li {
    padding: 0;
    margin: 0;
    background: #fff;
}
div.module.gallery a {
    display: block;
    width: 138px;
    height: 138px;
    margin: 0 6px 6px 0;
    float: left;
    position: relative;
}
div.module.gallery a:hover div.over {
    position: absolute;
    width: 138px;
    height: 138px;
    background: url(img/gallery-over.png) no-repeat 0 0;
    top: 0;
    left: 0;
}
#gallerypage {
    text-align: center;
}
#gallerypage a {
    display: block;
    width: 32px;
    height: 32px;
    background: #000;
    color: #fff;
    text-align: center;
    line-height: 32px;
    margin: 0 2px 0 0;
    float: left;
}
#gallerynext,
#galleryprev {
    background: #000;
    color: #fff;
    text-align: center;
    height: 32px;
    line-height: 32px;
    display: block;
    width: 56px;
    float: left;
    margin: 0 2px 0 0;
    cursor: pointer;
}
#galleryselector {
    display: block;
    position: relative;
    color: #000;
    font-weight: normal;
} 
#galleryselector img {
    float: left;
    position: absolute;
    top: -7px;
}
#galleryselector ul {
    display: none;
    width: 118px;
}
#galleryselector:hover ul {
    display: block;
    position: absolute;
    top: 0;
    left: 4px;
    z-index: 40;
    padding: 22px 0 0;
    list-style-type: none;
}
#galleryselector li {
    z-index: 41;
}
#galleryselector li a {
    display: block;
    width: 118px;
    height: auto;
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 30px;
    background: #000;
    color: #fff;
    text-indent: 10px;
    border-top: 1px solid #5d6168;
    z-index: 42;
} 
#galleryselector li.first a {
    border: 0;
} 

/* Contact */

#contact-wrap img {
    float: right;
}
#contact-wrap h3 {
    margin: 0 0 16px 0;
}
div.formrow {
    padding: 0 0 2px 0;
    width: 360px;
    float: left;
}
div.formlabel {
    float: left;
    width: 100px;
    line-height: 24px;
    color: #454545;
}
div.forminput,
div.formselect {
    width: 260px;
    float: left;
}
div.forminput input {
    height: 22px;
    line-height: 22px;
    width: 260px;
}
div.formtextarea textarea {
    width: 360px;
    height: 64px;
}
div.formsubmit input {
    width: 102px;
    height: 43px;
    border: 0;
    padding: 0;
    margin: 0 0 16px 0;
    background: url(img/contact-send.png) no-repeat 0 0;
    cursor: pointer;
}
div.formsubmit input:hover {
    background: url(img/contact-send.png) no-repeat 0 -43px;
}

/* Form Errors */

div.formrow.invalid div.formlabel {
    color: #ff0000;
}
#errormessage {
    background: url("img/icon-error.png") no-repeat scroll center top transparent;
    padding: 32px 0 0;
    text-align: center;
    width: 240px;
}
#errormessage ul {
    list-style-type: none;
    margin: 0 0 12px;
}
#errormessage li {
    font-weight: normal;
}

/* featuring */

div.module.featuring div.block {
    padding: 4px 0 4px 24px;
}
#featuring div.box {
    display: block;
    width: 186px;
    float: left;
    margin: 0 6px 0 0;
}
#featuring div.box a {
    display: block;
}
#featuring div.box a:hover {
    text-decoration: none;
}
#featuring div.box a:hover span {
}
#featuring div.box a:hover img {
	filter: alpha(opacity=90); /* internet explorer */
	-khtml-opacity: 0.9;      /* khtml, old safari */
	-moz-opacity: 0.9;       /* mozilla, netscape */
	opacity: 0.9;           /* fx, safari, opera */

}
#featuring div.box span {
    display: block;
    padding: 18px 6px 12px;
    text-align: center;
    color: #fff;
    background: url("img/slide-caption.png") no-repeat scroll center 0 transparent;
    position: relative;
    top: -6px;    
    font-family: 'PyramidFontMedium','Franklin Gothic Medium','Arial','Helvetica',sans-serif;
    font-size: 23px;
    line-height: 23px;
    font-weight: normal;
}
div.soundcloudplayer {
    margin: 20px 0 16px 0;
}
div.featuringlinks a {
    background: none repeat scroll 0 0 #000000;
    color: #FFFFFF;
    cursor: pointer;
    display: block;
    height: 32px;
    line-height: 32px;
    margin: 0 6px 0 0;
    text-align: center;
    width: 94px;
    float: left;
}

/* Dropdown menu */

#nav li:hover {
    position: relative;
}
#nav ul { 
    display: none;
    list-style-type: none;
    margin: 0;
    padding: 0; 
}
#nav li:hover ul {
    /*
    border-top: 2px solid #e5e5e5;
    border-left: 2px solid #e5e5e5;
    border-right: 2px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    */
    background: #fff;
    display: block;
    position: absolute;
    left: 26px;
    top: 23px;
    padding: 2px 0;
}
#nav ul li {
    float: left;
    width: 140px; 
    margin: 0;
    padding: 0;
    height: auto;
}
#nav ul li:hover {
    background: #ffeb37;
}
#nav li:hover ul li a {
    color: #000;
    padding: 4px 4px 1px 4px;
    margin: 0;
    font-size: 21px;
    line-height: 21px;
}
#nav li:hover ul li:hover a {
    color: #000;
} 
#nav ul { 
    z-index: 100;
}
#nav ul ul {  
    z-index: 101;
}
	
/*IE RESET HELPER*/
#nav li:hover ul ul { 
    display: none; 
}
#nav ul ul li:hover ul { 
    display: block; 
}
