body {
    background-color: white;
    color: black;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Trebuchet MS", sans-serif;
    letter-spacing: -2px;
    font-style: italic;
    font-weight: normal;
}

h1 {
    font-size: 32px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 26px;
}

h5 {
    font-size: 24px;
}

h6 {
    font-size: 22px;
}

#header {
    width: 1000px;
    height: 330px;
    
    background-color: black;
    color: white;
}

#logo {
    float: left;
    
    width: 210px;
    height: 299px;
    
    border-right: 1px solid white;
}

#slider {
    float: left;
    width: 789px;
    height: 299px;
    overflow: hidden;
}

#menu {
    border-top: 1px solid white;
}

#menu ul {
    float: left;
    border: 0;
    margin: 0;
    padding: 0 0 0 10px;
}

#menu ul li {
    float: left;
    padding: 8px 0 0 0;

    list-style: none;

    font-family: "Trebuchet MS", sans-serif; 
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: -1px;
}

#menu ul li div {
    float: left;
}

#menu ul li div a {
    color: white;
    text-decoration: none;
    font-style: italic;
}

#menu ul li div.sep {
    padding: 0 10px 0 10px;
}

#body {
    margin-top: 20px;
}

#left {
    float: left;
    
    width: 220px;
    padding-right: 10px;
}

#center {
    float: left;
    width: 540px;
}

#right {
    float: right;
    
    width: 220px;
    padding-left: 10px;
}

#left h2,
#right h2 {
    font-size: 22px;
}

#footer {
    clear: both;
    
    border-top: 1px solid black;
    margin: 10px 0 0 0;
    padding: 10px;
}

#footer1 {
    float: left;
    width: 1000px;
    padding-bottom: 10px;

    font-family: "Trebuchet MS", sans-serif;
    font-size: 22px;
    font-style: italic;
    letter-spacing: -2px;
}

#footer2 {
    float: left;
    clear: both;

    width: 600px;
    padding-bottom: 80px;
}

#footer3 {
    float: right;
}

#footer3 a {
    text-decoration: none;
    color: #58585a;
}

.footerSmallFont {
    color: #58585a;
    font-family: Arial, sans-serif;
    font-size: 12px;
    letter-spacing: -.3px;
}

#leftConcerts {
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    padding: 0;
}

#leftConcerts h2 {
    border-bottom: 1px solid black;
    margin: 0;
    padding: 10px;
    
    font-size: 22px;
}

#leftConcerts a {
    color: black;
    text-decoration: none;
}

#leftConcerts .concert {
    margin: 0;
    padding: 10px;

    font-family: Arial, sans-serif;
    font-size: 12px;
}

#leftConcerts .date {
    color: #58585a;
}

#leftContent {
    padding: 10px 10px 20px 10px;
}

#leftContent div a {
    color: #58585a;
    
    font-family: Arial, sans-serif;
    font-size: 12px;
    text-decoration: none;
}

#leftContent img {
    margin-top: 20px;
}

#rightVisit {
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    padding: 10px;
}

#rightVisit img {
    padding-right: 10px;
}

#rightPlayer {
    margin-top: 10px;
    padding: 10px;
}

#rightSubscribe {
    border-top: 1px solid black;
    border-bottom: 1px solid black;

    margin-top: 10px;
    padding: 10px;
    
    font-family: Arial, sans-serif;
    font-size: 12px;
}

#rightSubscribe .submit {
    margin-top: 10px;

    font-family: Arial, sans-serif;
    font-size: 12px;
}

#preorder DIV.label {
    clear: both;
    float: left;
    padding-top: 10px;
}

#preorder DIV.input {
    clear: both;
    float: left;
}

#preorder DIV.error {
    float: left;
    color: red;
    padding: 4px 0 0 10px;
}

#preorder DIV.submit {
    width: 100%;
    float: left;
    padding: 20px 0 40px 0;
}

.article {
    border-top: 1px solid black;
    padding: 20px 0 0 0;
    float: left;
    
    width: 100%;
}

.article DIV {
    font-family: Arial, sans-serif;
    font-size: 14px;
}

.article .like {
    margin-top: 40px;
}

.concertDate {
    color: #58585a;
    padding-bottom: 20px;
}

