body {
background: #fff;
font-family: "helvetica neue", helvetica, verdana, sans-serif;
font-size: 14px;
color: #333;
margin: 0px;
}

h2 {
color: #555;
}

h2, #nav {
text-transform: lowercase;
}

a {
color: #33c;
text-decoration: none;
}

a:hover {
color: #009;
text-decoration: underline;
}

#header {
width: 775px;
margin: 0px auto;
padding: 0px;
padding-top: 15px;
}

#header h1 {
width: 407px;
height: 75px;
background: url(/images/mc2008small.gif);
margin: 0px;
float: left;
}

#header h1 a {
display: block;
width: 100%;
height: 100%;
}

#header h1 span {
display: block;
width: 0px;
height: 0px;
overflow: hidden;
}

#header p.spacer {
clear: both;
margin: 0px;
padding: 0px;
line-height: 10px;
}

/* --------- */

#nav {
margin: 0px;
margin-top: 40px;
float: right;
}

#nav ul {
list-style: none;
margin: 0px;
padding: 0px;
}

#nav li {
margin: 0px;
margin-bottom: 8px;
padding: 0px;
float: left;
width: 115px;
font-size: 14px;
line-height: 24px;
}

#nav ul a {
display: block;
text-decoration: none;
color: #777;
text-align: center;
font-weight: bold;
}

#nav ul a.music:hover {
background: #377;
color: #fff;
}

#nav ul a.downloads:hover {
background: #357;
color: #fff;
}

#nav ul a.interact:hover {
background: #733;
color: #fff;
}

/* --------- */

#topbar {
clear: both;
text-align: center;
background: #000;
padding: 0px;
margin: 0px;
text-align: center;
}

#topbar span {
display: block;
margin: 0px auto;
width: 750px;
height: 150px;
background: #456;
}

/* --------- */

#main {
width: 775px;
margin: 15px auto;
}

#main div.left {
width: 425px;
float: left;
margin: 0px;
margin-right: 10px;
}

#main #sidebar {
width: 300px;
float: right;
margin: 0px 10px;
}

#main #sidebar ul {
list-style: none;
padding: 0px;
margin: 0px;
}

#main div.post p {
margin-left: 20px;
}

#main div.post p.item a {
border: 1px solid #399;
padding: 5px 14px;
font-size: 12px;
color: #399;
text-transform: lowercase;
}

#main div.post p.item a:hover {
text-decoration: none;
background-color: #ccc;
color: #006;
border-color: #006;
}

#main div.post p.meta {
font-size: 11px;
text-align: right;
}

#main .listen a {
color: #fff;
background: #777;
display: block;
padding: 3px;
text-align: center;
text-decoration: none;
}

#main .listen a:hover {
background: #377;
}

/* --------- */

#footer {
clear: both;
border-top: 2px solid #999;
width: 775px;
margin: 20px auto;
}

#footer h2 {
margin: 0px;
}

#visitat {
float: left;
width: 150px;
margin: 25px;
border-right: 2px solid  #999;
}

#visitat ul {
list-style-type: none;
margin-top: 10px;
margin-left: 0px;
padding-left: 0px;
position: relative;
left: 25px;
}

#about {
margin: 25px;
margin-left: 150px;
}

#about p {
position: relative;
left: 25px;
margin-top: 10px;
}

#about p.aboutlinks {
text-transform: lowercase;
}

#about p.copyright {
font-size: 11px;
}