h2.box
{
    position: absolute;
    left: 0;
    top: -60px;
    width: 324px;
    height: 39px;
    text-align: center;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 1px;
    color: white;
}

h2.box a {
    display: block;
    height: 28px;
    padding-top: 11px;
    color: white;
    border: none;
}

#festival h2 a:hover { color: #bababa; }
#program  h2 a:hover { color: #dd9799; }
#tickets  h2 a:hover { color: #9ec9dc; }

#festival h2 {
    background: url(/img/stripe/gray.png);
    left: -12px;
}
#program h2 {
    background: url(/img/stripe/red.png);
    width: 312px;
}
#tickets h2 {
    background: url(/img/stripe/blue.png);
}

#hlavicka {
    position: absolute;
    bottom: -30px;
    right: 90px;
    width: 193px;
    height: 124px;
    background: url(/img/hlavicka.png);
}

h3 {
    font-weight: bold;
}

/* News */

#news {
    padding-top: 20px;
    background: white;
}

#news h2 {
    padding-left: 12px;
    font-weight: bold;
}

#news h3 {
    color: rgb(117,117,117);
}

/* Lineup */

.show
{
    border-bottom: 1px solid rgb(162,162,162);
    padding-bottom: 15px;
    margin-bottom: 10px;
}

.show.last {
    border: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

hr {
    display: none;
}

.show .info
{
    font-weight: bold;
    color: rgb(187,47,51);
}
