* {
    margin: 0px;
    padding: 0px;
}

/* --- STRUCTURE --- */

body {
    margin: 0px;
    padding: 0px;
    background-color: #ffffff;
    background-position: bottom right;
    background-attachment: fixed;
    background-repeat: no-repeat;
    font: 16px verdana, helvetica, sanserif;
    line-height: 22px;
    position: relative;
    color: #000000;
}

#container {
    width: 700px;
    position: relative;
    z-index: 20;
    margin-left: 20px;
}

#navigation {
    margin-top: 30px;
    margin-left: -20px;
    padding-top: 0px;
    height: 40px;
    background: #000000;
    width: 720px;
}

#contents {
    margin-top: 80px;
}

#item {
    margin-bottom: 40px;
}

#footer {
    border-top: solid 5px #000000;
    margin-top: 30px;
    margin-left: -20px;
    margin-bottom: 30px;
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 20px;
    width: 700px;
}
#homebody #footer {
    border-top: solid 5px #ffffff;
}

#mailinglist {
    float: left;
    margin-right: 40px;
}

#footershows {
    float: left;
    margin-bottom: 30px;
}

/* --- DEFAULT STYLES --- */

a {
    text-decoration: none;
    color: #000000;
    font-weight: bold;
}
a:hover {
    color: #ff6600;
}

h1 {
    font: 26px arial black, helvetica, sanserif;
    font-weight: bold;
    line-height: 26px;
    margin-top: 20px;
}

h1.title {
    font: 72px arial black, helvetica, sanserif;
    font-weight: bold;
    line-height: 72px;
    margin-top: 40px;
}

h2 {
    font: 26px helvetica, arial, sanserif;
    font-weight: bold;
    margin-bottom: 4px;
}

h3 {
    font: 18px helvetica, arial, sanserif;
    font-weight: bold;
    margin-bottom: 4px;
}
#homebody #footer h3 {
    color: #ffffff;
}

p {
    color: #000000;
    margin-bottom: 8px;
}

/* --- NAVIGATION --- */

#navigation ul {
    list-style: none;
    padding-left: 20px;
    margin-left: -10px;
}

#navigation li {
    font: 24px arial black, helvetica, sanserif;
    color: #ffffff;
    letter-spacing: -1px;
    margin-left: 10px;
    float: left;
    background: #000000;
}

#navigation li a {
    color: #ffffff;
}
#navigation li a:hover {
    color: #ff6600;
}


/* --- OTHER STYLES --- */

.date {
    font-weight: bold;
}

#homebody {
    background: #000000;
}

#homebody h1 {
    color: #ffffff;
}
#homebody p {
    color: #ffffff;
}
#homebody a {
    color: #ffffff;
}
#homebody a:hover {
    color: #ff6600;
}

#homebody #navigation {
    margin-top: 100px;
}

#background img {
    position: fixed;
    bottom: 0px;
    right: 0px;
    z-index: 10;
}

#homebody #background img {
    position: fixed;
    top: 0px;
    right: 0px;
    z-index: 10;
}

#tour li {
    margin-bottom: 20px;
    list-style: none;
}

#footer ul {
    
}

#footer li {
    list-style: none;
    font-size: 12px;
    line-height: 14px;
}
#homebody #footer li {
    color: #ffffff;
}

#gallery {
    margin-top: 30px;
    margin-left: -10px;
}

img.thumbnail.galleryThumb {
    margin: 12px;
    border: solid 3px #000000;
}

img.singlePhoto {
    margin-top: 30px;
    border-color: #ffffff;
    color: #ffffff;
}

.discogitem h3 {
    margin-bottom: 10px;
}

.discogitem p {
    width: 530px;
    float: right;
}

.discogitem img {
    float: left;
}

.discogitem {
    margin-bottom: 60px;
}

.clear {
    clear: both;
    width: 700px;
}

.poweredphplist {
    display: none;
}

/* --- PLAYER --- */

#discogitem a {
    font-weight: bold;
}

