@media screen { body,input,select,textarea{font-family:sans-serif;font-size:1em} body{font-size:87.5%;line-height:1.5} h1,h2,h3,h4,h5,h6{margin:0;padding:0} h1{font-size:200%;line-height:1em;padding:.75ex 0} h2,caption{font-size:150%;line-height:1em;padding-top:1em;margin-bottom:.75em;padding-bottom:.25em;font-weight:700} caption{text-align:left} h3{font-size:125%;line-height:1.2em;font-weight:700;margin:0;padding:1.2em 0 0} h4{font-size:112.5%;line-height:1.333em;font-weight:700} h5{font-size:100%;line-height:1.5em;font-weight:700} h6{font-size:100%;font-weight:400} blockquote{color:#666;font-style:italic;margin:1.5em} em,dfn{font-style:italic} sup,sub{line-height:0} abbr,acronym{border-bottom:1px dotted #666} address{font-style:italic;margin:0 0 1.5em} del{color:#666} pre,code,tt,kbd,samp{white-space:pre;font:1em "courier new", monospace;line-height:1.5;margin:1.5em 0} li ul,li ol{margin:0 1.5em} ul,ol{margin:0 1.5em 1.5em;padding:0} ul{list-style-type:disc} ol{list-style-type:decimal} dd{margin-left:1.5em} small{font-size:.9em;line-height:1.665em;margin:0 0 1.665em} big{font-size:1.2em;line-height:1.15em;margin:0 0 1.25em} p,dl,table{margin:0 0 1.5em} strong,dfn,dl dt{font-weight:700} }
@media print { body{font-family:sans-serif;font-size:10pt;line-height:1.5} }
@media screen {
/* Hic sunt pulices.
 *
 * Oodles of CSS3 that isn't really a spec yet. Whatever, it degrades nicely in old stuff!
 *
 */

.cufon-loading #navigation a, .cufon-loading h1, .cufon-loading h2 {
    visibility: hidden;
}

.columns {
    clear: both;
    margin: 0 -10px 1.5em;
}

.columns:after{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.column {
    float: left;
    margin: 0 10px;
}

    .two .column {
        width: 460px;
    }

    .three .column {
        width: 300px;
    }

    .four .column {
        width: 220px;
    }

    .five .column {
        width: 170px;
    }

    .six .column {
        width: 140px;
    }

        .six .image_container img {
            width: 140px;
        }

        .six .disabled p {
            font-size: 80%;
        }

    .eight .column {
        width: 100px;
    }

#artist-container p {
    font-size: 80%;
}

#artist-container .image_container {
    margin-bottom: 5px;
}


html, body {
    height: 100%;
}

body {
    font: 88.5%/1.5 sans-serif;
    background: url('../img/background.png') fixed #444645;
    text-shadow: 1px 1px 0 #222423;
	color: #dddfde;
    padding: 0;
    margin: 0;
}

ul {
    padding-left: 1em;
    margin: 0 0 1.5em;
    list-style: url(../img/bullet.png) square;
}

h1, h2, h3, h4, h5, h6, caption {
    color: #c9e39c;
    font-weight: normal;
}

h1, .h1 {
    font-size: 300%;
    line-height: 1;
    margin: 1ex 0;
    padding: 0;
    font-weight:normal;
}

h2, .h2 {
    font-size: 200%;
    line-height: 1.5;
    padding: 1.5ex 0 0.75ex;
    margin: 0 0 0.75ex;
    border-bottom: 1px dotted #444;

}

h3, .h3 {
    font-size: 150%;
    line-height: 1;
    margin: 0.75em 0 0.25em;
    padding: 0;
}

a {
    color:#a3d869;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
     color: #c9e39c;
}

a img {
    border: 0;
}

#content a, #footer a {
    -webkit-transition: 0.5s;    
}

#container, #footer {
    width: 940px;
    margin: 0 auto;
}

#container {

}

#header {
    height: 158px;
    position: relative;
}

#slogan {
    position: absolute;
    top: 10px;
    left: 240px;
    width: 460px;
    height: 130px;
    z-index: 10;
}

#content {
    padding-top: 3em;
    background: url(../img/slice.png) no-repeat 50% 0;
}

hr {
    visibility: hidden;
    border: 0;
    margin: 0;
    padding: 0;
    height: 0;
    min-height: 1%;
    clear: both;
}

table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

td, th {
    padding: 0.75ex 1ex;
    text-align: left;
}

tbody td, tbody th, tfoot th {
    text-algin: left;
}

thead th, tfoot th {
    background-color: rgba(0,0,0,0.25);
    color: #777a78;
}

tr.odd td, tr.odd th {
    background-color: rgba(0,0,0,0.1);
}

tr.even td, tr.even th{
    background-color: rgba(255,255,255,0.1);
}

#logo {
    width: 200px;
}

legend {
    text-align: left;
    margin-left: 0;
    padding-left: 0;
    display: block;
    font-weight: bold;
}

form {
    background: rgba(0,0,0,0.1);
    padding: 1.5ex 10px;
}

fieldset {
    margin: 0;
    padding: 1ex 0 1.5em 0;
    border: 0;

}

    fieldset div {
        clear: both;
        margin: 1.35ex 0;
    }

label {
    float: left;
    width: 140px;
    line-height: 1.75em;
}

select, input[type=text] {
    border: 1px solid;
    width: 286px;
}

.button_container {
    border-top: 1px dotted #444;
    padding-top: 1ex;
    text-align: center;
}

.image_container {
    margin:0 0 1.5em;
}

.image_container.left {
    float: left;
    margin-right: 20px;
}

.image_container.right {
    float: right;
    margin-left:20px;
}

.image_container img {
    display: block;
}

.caption {
    background-color: #111;
    border: 5px solid #111;
    color: #888;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px;
}

.caption p {
    text-align: center;
    padding: 1.5ex 0;
    margin: 0;
    font-weight: bold;
    font-size: 80%;
}

.carousel {
    margin: 1.5em 0;
}

    .carousel h3 {
    font-size: 1em;
    margin: 0 0 1.5em;
    padding: 0 0 1.5ex;
    font-weight: normal;
    border-bottom: 1px dotted #444
}

    .carousel h3 span {
    color: #888;

}

.carousel h2 {
    border: 0;
    margin-bottom: 0;
}

    .carousel ul {
        padding: 0;
        margin: 0 -10px;
        list-style: none;
        position: relative;
    }

    .carousel li {
        float: left;
        width: 140px;
        height: 140px;
        padding: 0;
        margin: 0 10px 1.5em
    }

    .carousel img {
        display: block;
        width: 140px;
        height: 140px;
    }

.jcarousel-container {
    position: relative;
    z-index: 10;
    margin-bottom: 1.5em;
}

.jcarousel-clip {
    height: 140px;
    overflow :hidden;
}

.jcarousel-prev, .jcarousel-next {
    position: absolute;
    top: 60px;
    width: 20px;
    z-index: 20;
    height: 20px;
    background: no-repeat 50% 50% black;
    cursor: pointer
}

.jcarousel-prev {
    left: -10px;
    background-image: url(../img/previous.png)
}

.jcarousel-next {
    right: -10px;
    background-image: url(../img/next.png)
}

.jcarousel-next-disabled, .jcarousel-prev-disabled {
    visibility: hidden;
}
.note_container p {
    border: 1px solid;
    margin: 3em 0;
    padding: 9px;
    font-size: 88%;
}

p.note {
    font-size: 80%;
    line-height: 1.8;
}

#ticket_comparison_notes {
    font-size: 80%;
    line-height: 1.26em;
}

    #ticket_comparison_notes li {
        padding: 0.5em 0;
    }

.faq > li {
    padding: 1.5em 0;
}

.faq p:first-child {
  font-weight: bold;
  color: white;
}

#ticket_container {
    padding:10px;
    width:440px;
}

#payment_methods {
    padding-top: 1.5em;
    margin-left: -20px;
}

    #payment_methods li {
        font-size:200%;
        margin: 0 0 1.5em 60px;
        width:390px;
        padding-left:10px;
        font-weight: bold;
    }

        #payment_methods li div {
            font-size:50%;

            font-weight:normal;
        }

#ticket_container table, #payment_methods table {
    font-size:88%;
    position: relative;
}



#map_canvas {
    width: 458px;
    height: 328px;
    border: 1px solid;
    text-shadow: 0;
    color: #44464c;
    float: right;
    margin-left: 20px;
}

#tweet ul {
    margin: 0 0 1.5em;
    padding: 0;
    color:white;
}                                                      

    #tweet li {
        list-style: none;
        overflow: hidden;
        min-height: 40px;
        padding: 10px;
        margin-bottom: 1px;
    }

#tweet .tweet_avatar {
    display: block;
    float: left;
    margin-right: 10px;
}

#tweet img {
    display: block;
}

.tweet_odd {
    background-color: rgba(0,0,0,0.1);
}

.tweet_even {
    background-color: rgba(0,0,0,0.25);
}


#guest-list {
    margin:0 -10px;
}

#guest-list li {
    display: inline-block;
    width: 160px;
    margin: 0 10px 1.5em;
}

#guest-list h2 {
    font-size: 1em;
}

#navigation {
    position:absolute;
    top:0em;
    height: 3em;
    left: 50%;
    width: 940px;
    margin: 0 0 0 -470px;
    z-index: 99;
    font-weight: bold;
}

#navigation * {
    list-style: none;
    margin: 0;
    padding: 0;
}

    #navigation dt {
        display: none;
    }

    #navigation dd {
        float: left;
        margin-left: 190px;
    }

    #navigation li {
        float: left;
        list-style: none;
        font-size: 125%;
        padding-right: 1ex;
        margin-top: 115px;
    }

    #navigation a {
        line-height:2em;
        display: block;
        padding:0 0.75ex 0 1em;
    }

    #navigation span {
        display: block;
    }

    #navigation li:first-child {
        display: none;
    }

    #navigation li:first-child a {

    }

    #navigation li.active {
        background:url(../img/button-background.png) no-repeat 100% -36px;
    }

    #navigation li.active a {
        color: white;
        background:url(../img/button-background.png) no-repeat 0 0;
    }

    #navigation a:hover {
        text-decoration: none;
    }

    #navigation a:hover {
        color: white;
    }

#footer {
    border-top: 1px solid #121413;
}

    #footer dt {
        display: none;
    }

    #footer dd {
        margin-left: 0;
        border-top: 1px solid #444645;
        padding-top: 1.5em;
    }

    #footer ul {
        float: right;
        margin: 0 0 1.5em;
    }

    #footer ul#footer_links {
        float: left;
    }

        #footer ul#footer_links li {
            margin-right: 1.5em;
        }

    #footer li {
        list-style:none;
        float: left;
        margin-bottom: 1.5em;
    }

    #footer a {
        display: block;
        padding-left: 1.75em;
        background: no-repeat 0 50% transparent;
    }

    #footer_dp_link a {
        background-image: url(../img/icons/demoparty.png);
    }

    #footer_fb_link a {
        background-image: url(../img/icons/facebook.png);
    }

    #footer_tweet_link a {
        background-image: url(../img/icons/twitter.png);
    }

#container_wrap {
    background: url(../img/background-header.png) repeat-x 0 30px;
}

#kusma_is_een_manwijf {
    background: url(../img/background-navigation.png) no-repeat 50% 0;
}

#nochanger { /* for poor man's CAPTCHA on regform */
    display: none;
}

.index {
    list-style: none;
    font-size: 90%;
    margin:0 0 1.5em;
    height: 2em;
}

    .index li {
        float:left;
        line-height: 2em;
        margin: 0 1em 0 0;
        background:rgba(0,0,0,0.1)
    }

    .index a {
        display:block;
        padding:0 1ex;
        border: #333 1px solid   ;
        -moz-border-radius:3px 3px 3px 3px;
        -webkit-border-radius:3px 3px 3px 3px;
        border-radius: 3px;
    }

abbr:hover {
    cursor: help;
}

.index a:hover {
    background-color: black;
    color: white;
    border-color: white;
    text-decoration: none;
}

#homepage-banner {
    width: 940px;
    height: 385px;
    overflow: hidden;
    margin: 0;
    padding: 0;
    background:url(../img/loading.gif) 50% 50% #000 no-repeat;
}

    #homepage-banner li {
        list-style: none;
        position:relative;
        width: 940px;
        height:385px;
    }

        #homepage-banner li div {
            background: rgba(0,0,0,0.7)   ;
            position:absolute;
            bottom:0;
            width: 900px;
            padding: 1.5ex 20px;
            z-index:10
        }

    #homepage-banner img {
        position:relative;
        z-index:9;
        top:0;
        left:0;
    }

    #homepage-banner h2 {
        margin: 0;
        padding:0 0 1ex;
        border:0;
        color:white;
        font-weight: bold;
    }

    #homepage-banner a, #homepage-banner img {
        display: block;
    }

    #homepage-banner a {
        position:absolute;
        top:0;
        left:0;
        width: 940px;
        height: 385px;
        z-index:11;
    }

        #homepage-banner a span {
            display:none;
        }

#pager-nav {
    text-align: center;
    padding-bottom:2px;
    margin: 1.5ex 0 2.25em;
}

    #pager-nav a {
        display: inline-block;
        width: 8px;
        height: 8px;
        padding:0.5ex;
        margin: 0 0.25ex;
        background:url(../img/icons/bullet-inactive.png) 50% 50% transparent no-repeat;
        overflow: hidden;
        text-indent: -100px;
    }

    #pager-nav a.activeSlide {
        background-image: url("../img/icons/bullet-active.png");
    }

#artist-container .column {
    background-color: #111;
    border: 5px solid #111;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: 130px;
    text-align: center;
    color:#666;
}

#artist-container .image_container img {
    width: 130px;
}

#artist-container p {
    margin: 0;    
}

#intro {
    background-color: rgba(0,0,0,0.5);
    padding: 0 1.5em;
}

    #intro p {
        margin: 0;
        padding: 1.5ex 0;
    }

video {
    width: 480px;
    height: 328px;
}

textarea {
    width: 286px;
    padding: 0;
    border: 1px solid #888;
}

#sb-player.html {
    background: url(../img/background.png);
}

form em {
    display: inline-block;
    position: relative;
    top: 0.5ex;
    background: url(../img/icons/information.png) 50% 50%;
    width: 16px;
    height: 16px;
    overflow:hidden;
    text-indent: -1000%;
}

#hats-gallery {
    margin: 0 -20px 0 -10px;
    padding: 0;
    list-style: none;
}
#hats-gallery li {
    float: left;
    width: 140px;
    height: 140px;
    vertical-align: middle;
    align:center;
    background: #000;
    margin: 0 10px 1.5em;
    padding:0;
}
#hats-gallery a {
display:block;
    width: 140px;
    height: 140px;
    text-align: center;
}
/* tipsy.css */
.tipsy { padding: 5px; font-size: 88%; opacity: 0.9; filter: alpha(opacity=90); background-repeat: no-repeat;  background-image: url(../img/tipsy.gif); }
.tipsy-inner { padding: 5px 8px 4px 8px; background-color: black; color: white; max-width: 320px; text-align: left; }
.tipsy-inner { -moz-border-radius:3px; -webkit-border-radius:3px; }
.tipsy-north { background-position: top center; }
.tipsy-south { background-position: bottom center; }
.tipsy-east { background-position: right center; }
.tipsy-west { background-position: left center; }

@media screen {
    .helper {
        display: none;
    }
}