@charset "UTF-8";
/* CSS Document */

body {
    background-color: #515151;
    color: #FFFFFF;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
    font-size: 1.2em;
    line-height: 1.6em;
}
a {
    color: #FFFFFF;
}
#container {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    background-color: #000000;
    background-size: contain;
    overflow-y: hidden;
    max-width: 1280px;
    padding-bottom: 20px;
    padding-left: 0px;
}
header {
    background-image: url(../images/stage_band.jpg);
    background-size: 100% auto;
    width: 100%;
    overflow-y: hidden;
    background-repeat: no-repeat;
    padding-bottom: 5px;
}
header h1 {
    background-image: url(../images/lv_logo.png);
    background-position: 0% 0%;
    background-repeat: no-repeat;
    text-indent: -2000px;
    width: 70%;
    height: 110px;
    margin-top: 12%;
    margin-left: 2%;
    background-size: contain;
}
main {
    padding-top: 10px;
    padding-left: 3%;
    padding-right: 3%;
    /* [disabled]width: 86%; */
}
h2 {
    background-color: #953F2E;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    background-image: -webkit-linear-gradient(180deg,rgba(0,0,0,1.00) 0%,rgba(134,77,67,1.00) 100%);
    background-image: -moz-linear-gradient(180deg,rgba(0,0,0,1.00) 0%,rgba(134,77,67,1.00) 100%);
    background-image: -o-linear-gradient(180deg,rgba(0,0,0,1.00) 0%,rgba(134,77,67,1.00) 100%);
    background-image: linear-gradient(270deg,rgba(0,0,0,1.00) 0%,rgba(134,77,67,1.00) 100%);
}
#setlist   {
    column-count: 3;
}
main ul li {
    list-style-type: none;
    text-indent: -40px;
}
aside {
    padding-right: 3%;
    padding-left: 3%;
    /* [disabled]width: 96%; */
    clear: both;
}
aside iframe {
    float: left;
    clear: none;
    margin-bottom: 20px;
    width: 270px;
    height: 151px;
    margin-right: 20px;
}
#contact {
    clear: both;
    padding-left: 3%;
    padding-right: 3%;
}
