h1,
h2,
li,
ol,
p,
ul {
    margin: 0;
}

h1 {
    display: none;
}

h2 {
    background: transparent url('/img/background-heading-2.png') top left no-repeat;
    color: #333;
    font-size: 12px;
    line-height: 50px;
    padding-left: 25px;
    text-transform: uppercase;
}

h2:before {
    color: #a00;
    content: '+';
    font-size: 10px;
    font-weight: bold;
    margin-right: 5px;
    vertical-align: middle;
}

h3 {
    color: #333;
    font-size: 16px;
    font-weight: bold;
}

ul {
    list-style: none;
    padding: 0;
}

td {
    padding: .25em 0;
}

.wrapper {
    background-color: #fff;
    margin-bottom: 10px;
}

/*
 * Rounded corners.
 */
.rounded {
    padding: 10px;
    position: relative;
}

.corner {
    background-image: url('/img/rounded-corners.png');
    height: 10px;
    position: absolute;
    width: 10px;
}

.topLeft {
    left: 0;
    top: 0;
}

.topRight {
    right: 0;
    top: 0;
}

.bottomLeft {
    bottom: 0;
    left: 0;
}

.bottomRight {
    bottom: 0;
    right: 0;
}

/*
 * Each corner.
 */
.corner_white {
    background-color: #fff;
}

.corner_white .topLeft {
    background-position: -20px -20px;
}

.corner_white .topRight {
    background-position: -30px -20px;
}

.corner_white .bottomLeft {
    background-position: -20px -30px;
}

.corner_white .bottomRight {
    background-position: -30px -30px;
}

.corner_gray {
    background-color: #fff;
    border: 1px solid #ccc;
}

.corner_gray .topLeft {
    background-position: -60px -60px;
    left: -1px;
    top: -1px;
}

.corner_gray .topRight {
    background-position: -70px -60px;
    right: -1px;
    top: -1px;
}

.corner_gray .bottomLeft {
    background-position: -60px -70px;
    bottom: -1px;
    left: -1px;
}

.corner_gray .bottomRight {
    background-position: -70px -70px;
    bottom: -1px;
    right: -1px;
}

.corner_black .topLeft {
    background-position: -40px -40px;
}

.corner_black .topRight {
    background-position: -50px -40px;
}

.corner_black .bottomLeft {
    background-position: -40px -50px;
}

.corner_black .bottomRight {
    background-position: -50px -50px;
}

#signup {
    float: left;
    width: 560px;
}

#fade {
    height: 190px;
}

#fade a {
    background-image: url('/img/home/homepage-sprites.jpg');
    background-repeat: no-repeat;
    display: block;
    height: 190px;
    width: 560px;
}

.fade1 {
    background-position: left -10px;
}

.fade2 {
    background-position: left -210px;
}

.fade3 {
    background-position: left -410px;
}

.fade4 {
    background-position: left -610px;
}

#fade span {
    display: none;
}

#search-home {
    background-color: #000;
    font: bolder normal normal 10px/1.9 Arial, Helvetica, sans-serif;
    margin-left: 570px;
    text-align: center;
    width: 370px;
}

#search-home form {
    height: 162px;
    padding-top: 70px;
}

#search-home label {
    color: #fff;
    text-transform: capitalize;
}

#search-home input[type="text"],
#search-home select {
    background-color: #ddd;
    border: none;
    color: #222;
    min-height: 18px;
    padding: 5px;
    width: 140px;
}

#category {
    float: left;
    width: 175px;
}

#location {
    margin-left: 185px;
}

#search-button {
    margin: 20px 0 10px 0;
}

.w310 {
    float: left;
    width: 307px;
}

.w630 {
    margin-left: 450px;
}

.about,
.bandvista,
.news {
    background-color: #fff;
    background-image: url('/img/home/homepage-sprites.jpg');
    background-repeat: no-repeat;
}

.about {
    background-position: right -10px;
}

.bandvista {
    background-position: right -230px;
}

.news {
    background-position: right -120px;
}

.about,
.bandvista,
.news {
    display: block;
    padding-top: 110px;
}

.about span,
.bandvista span,
.news span {
    display: none;
}

.box2txt {
    min-height: 95px;
}

.mobile p {
    margin-top: 1em;
}

.mobile button {
    background-color: #930000;
    background-image: -o-linear-gradient(to bottom, #CC0000, #8E0000);
    border: 1px solid #EAE6E5;
    border-radius: 10px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    padding: 5px 10px;
}
