body {
background: #000000;
color: #FFFFFF;
text-align: center;
font-family: 'Bree Serif', 'Courier New', Courier, monospace;
font-size: 100%;
text-transform: lowercase;
letter-spacing: 0.0625em;
}

#wrapper {
max-width: 57em;
margin-left: auto;
margin-right: auto;
background-image: url(../images/name_logo.gif);
background-repeat: no-repeat;
background-position: right top;
padding-bottom: 1em;
}

#heading {
float: right;
width: 70%;
text-align: right;
}

#nav {
float: left;
width: 28%;
height: 80px;
text-align: left;
}

#content {
width: 100%;
text-align: right;
}

#news {
float: left;
margin: 0;
padding: 0;
width: 50%;
height: auto;
text-align: center;
}

#news a { font-size: 112.5%; }

.caption {
color: white;
font-size: 87.5%;
font-weight: bold;
margin-bottom: 1em;
}

.caption img {
border: 1px solid white;
margin: 1em 0;
}

.fresh {
clear: both;
height: 0;
overflow: hidden;
}

img {
max-width: 100%;
height: auto;
}

a {
color: #ff0000;
text-decoration: none;
font-weight: bold;
}

a:hover { text-decoration: underline; }

h1,
h2 { color: #FF0000; }

h1 { font-size: 2.000em; }
h2 { font-size: 1.375em; }

hr {
border: none;
height: 1px;
background-color: #FFFFFF;
color: #FFFFFF;
}

img { border: none; }

.highlight {
border: 1px solid #333333;
}

.onleft {
float: left;
margin: 0 15px 0 0;
text-align: center;
width: 33%;
}

.onright {
float: right;
margin: 0 0 0 15px;
text-align: center;
width: 33%;
}

.outlined { border: 1px solid #ffffff; }

.smallprint { font-size: 87.5%; }

table {
font-family: 'Bree Serif', 'Courier New', Courier, monospace;
font-size: 100%;
letter-spacing: 0.0625em;
}

.tabpad { margin: 4px; }

td {
padding: 4px 8px;
color: #FFFFFF;
}

.nowrap { white-space: nowrap; }

ul { list-style-type: none; }
iframe { margin-bottom: 1em; }


.tracklist {
clear: right;
padding-top: 1.5em;
text-transform: lowercase;
}

.spaced li { margin-bottom: 1em; }

.bonus td { padding: 0px; }

.bonus { float: right; }

.bonus ul {
margin: 0px;
padding: 0px 0px 0px 1.5em;
}

.bonus tr { vertical-align: top; }

@media screen and (max-width: 600px) {
  #news, .onleft, .onright {
    float: none;
		width: auto;
  }
}
