body {
    background-color: #fafafa;
    background-image: url(/2018/images/bg-light.jpg);
}

header {
    //margin-top: 16px;
    background-image: url(/2018/images/header.png);
    background-size: auto 100%;
    height: 150px;
}

header a[role="branding"] {
    outline: none;
    top: 30px;
}

header nav {
    margin-top: 10px;
    margin-right: 200px;
}

.badges div {
    background: rgb(100, 100, 100);
    color: #fff;
}

ul[role="lang"] {
    top: 10px;
    right: 0px;
}

.stars-top {
    background-position: center left;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
}

.stars-left {
    background: url(/2018/images/stars.png) center top repeat-y;
    width: 16px;
    height: 100vh;
    position: fixed;
    top: 0px;
    z-index: 9;
}

.stars-left, .stars-top { display: none; }

.character-left {
    background: url(/2018/images/dude.png) top left no-repeat;
    background-size: 90%;
    z-index: 10;
    height: 350px;
    top: 10px;
    left: -8px;
}

.content {
    background: transparent;
}

aside section[role="ticketing"] .ticket, 
article ul[role="upcoming-events"] div[role="tickets"] {
    background: #9a1208 url(/2018/images/header.png);
}

article ul[role="upcoming-events"] div[role="tickets"] {
    background-image: url(/2018/images/taloloota.png);
    background-size: 70px 70px;
    background-position: center;
    background-color: transparent;
    background-repeat: no-repeat;
    border: none;
    border-radius: 0;
    width: 70px;
    height: 70px;
    text-shadow: none;
    color: #000;
    line-height: 1rem;
}

article ul[role="upcoming-events"] div[role="tickets"] a {
    color: #000 !important;
    margin-top: 25px;
    font-size: 20px !important;
    display: block;
}

.door {
    text-transform: uppercase;
    font-family: Microbrew, sans-serif;
    font-size: 12px;
}

article ul[role="upcoming-events"] div[role="tickets"] span {
    color: #fff;
    font-size: 12px;
    bottom: auto;
    top: 58px;
    left: -14px;
}

.list li, 
article ul[role="upcoming-events"] li, 
aside ul li, 
ul.news li {
    border: none;
}

.link-highlight, 
p a, 
article ul[role="upcoming-events"] a, 
aside ul a, 
ul.news a {
    color: rgb(241, 131, 34);
    font-family: Microbrew, sans-serif;
}

article h1 {
   background: none;
   border: none;
   padding: 0;
   margin-top: 0;
}

.presale-ended + .door-tickets {
    bottom: auto !important;
    top: 90px !important;
}

ul.menu li a {
    border: none;
    background: none;
    font-family: Microbrew, sans-serif;
    color: rgb(241, 131, 34);
}

.event-image + h1 { margin-left: 90px !important; }
.fbframe { margin: 5px 0; }

.badges.large { line-height: 20px; }
.badges.large div { font-size: 12px; }

body {
   border: 20px solid #000;
}

@media (max-width: 1000px) {
   header a[role="branding"] { top: 0px; padding-top: 15px; }
   header a[role="branding"] img { height: auto; max-width: 300px; }
   header nav { margin: 0 auto; }
   header nav a { margin-top: 10px; }
   .badges.large { margin-left: 0 !important; }

   .badges div { margin-right: 1px; }

   .event-image { margin: 0 auto; position: relative; top: auto; left: auto; }

   .event-image + h1 { margin: 10px 0 !important; }

   article ul[role="upcoming-events"] li { padding-left: 85px; }
}

@media (max-width: 700px) {
   body { border: 0; }
   .door-tickets {
      bottom: auto !important;
      right: auto !important;
      left: -8px !important;
      top: 113px !important;
   }

   .presale-ended + .door-tickets {
       top: 133px !important;
   }

    article ul[role="upcoming-events"] li {
        padding-right: 70px;
    }

    article ul[role="upcoming-events"] div[role="tickets"] { background-size: 50px 50px;     width: 50px; }
    article ul[role="upcoming-events"] div[role="tickets"] a { font-size: 17px !important; }

    .door { font-size: 10px; }

    article ul[role="upcoming-events"] div[role="tickets"] span { font-size: 10px; left: -25px; }
}

article ul[role="upcoming-events"] div[role="tickets"] a.lippu {
	color: #fff !important;
    margin-top: 5px;
}
