@charset "utf-8";

article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section { display: block; }


html,body {
  margin: 0;
  padding: 0;
}
body {
  position: relative;
  font-family: Arial, Helvetica, Verdana, sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 18px;
  text-align: center;

  color: #ffffff;
  background: #2d3539 url(../images/bg.jpg) 0 0 repeat;

  text-shadow: -1px -1px 1px #333333;
}

/* layout */
#container {
  position: relative;
  width: 940px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: left;
}

header#banner {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0 0 18px;
}

article {
  width: 100%;
  margin: 0;
  padding: 72px 0 0;
  background: transparent;
}
article .inner {
  position: relative;
  margin: 0 -20px 0 0;
}

aside {
  clear: both;
  width: 100%;
  margin: 0;
  padding: 18px 0 18px;
  color: #999999;
  background: transparent;
}

footer {
  clear: both;
  margin: 0;
  padding: 18px 0;
}

/* html elements */
h1, h2, h3, h4, h5 {
  clear: both;
  margin: 0 0 18px;
  padding: 0;
  line-height: 18px;
}
h2 {
  font-size: 144%;
  height: 36px;
}
h3 {
  margin: 0;
  font-size: 125%;
}
h1 img,
h2 img {
  margin: 0;
  padding: 0;
}

p, table {
  margin: 0 0 18px;
  padding: 0;
  line-height: 18px;
}

ul, ol {
  margin: 0 0 18px 0;
  padding: 0;
}
li {
  margin: 0 0 0 3em;
  padding: 0;
}

img {
  border: none;
}
em {
  padding: 0 2px;
  font-style: normal;
  color: #ffffff;
  background: #1affb2;
}

a,
a:visited {
  color: #ffffff;
  background: transparent;
  text-decoration: underline;
}
a:hover {
  color: #000000;
  background: #ffffff;
  text-decoration: none;
}
a:active {
  color: #791aff;
  background: transparent;
}

/* context */
h1.identity {
  margin: 0 0 0 -20px;
  padding: 36px 0 0;
  background: transparent url(../images/greeting-trans.png) 0 0 no-repeat;
}
h1.identity img {
  display: block;
  margin: 0;
  padding: 0;
}

section {
  display: inline;
  float: left;
  width: 220px;
  margin: 0 20px 36px 0;
  padding: 0;
  overflow: hidden;
}
section .inner {
}

section ul {
  margin: 0 0 18px;
  padding: 0;
  list-style-type: none;
}
section ul li {
  margin: 0;
  padding: 0;
}

section#about {
  width: 220px;
}
section#songs {
  width: 708px;
  height: 526px;
  margin: -40px -4px 0 -4px;
  padding: 0 0 54px 0;
  background: transparent url(../images/sleeve_bg-trans.png) 0 0 no-repeat;
  text-shadow: none;
}


#sleeve {
  display: inline;
  float: left;
  width: 460px;
  height: 460px;
  overflow: hidden;
  margin: 4px 20px 0 4px;
}

#tracks {
  display: inline;
  float: left;
  width: 220px;
  padding: 40px 0 0;
  color: #000000;
  background: transparent;
}

.audio-download {
}
.audio-download a,
.audio-download a:visited {
  color: #000000;
}
.audio-download a:hover {
  color: #ffffff;
  background: #000000;
}


.fileinfo {
  display: none;
}
#fileinfo-table {
  display: block;
  padding: 40px;
  overflow: auto;;
}
#fileinfo-table #filetitle {
  height: auto;
  margin: 0;
  padding: 0;
  font-size: 200%;
  line-height: 1.4;
}
#fileinfo-table #filename,
#fileinfo-table  #filetime,
#fileinfo-table  #filesize {
}
#filetitle {
  margin: 0;
  padding: 0;
}
}
.file-detail {
  display: block;
  margin-bottom: 18px;
}
#fileinfo-table {
  margin: 0;
  padding: 0;
}


section#recent {
  clear: both;
  width: 620px;
}
    section#recent section {
      width: 300px;
    }
    section#recent section#ozw {
      margin-right: 0;
    }

section#links,
section#contact {
  width: 300px;
  margin-right: 0;
}

.twitter ul {
  left: 0;
  margin: 0 0 18px;
  padding: 0;
  list-style-type: none;
}
.twitter li {
  margin: 0;
  padding: 0;
  background: transparent;
}
aside a,
aside a:visited {
  color: #999999;
  background: transparent;
  text-decoration: none;
}
aside a:hover {
  color: #000000;
  background: #ffffff;
  text-decoration: none;
  text-shadow: none;
}


#copyright {
  clear: both;
  margin: 0;
  padding: 0 0 9px;
  text-align: center;
  color: #ffffff;
}
#copyright #mnr {
  float: right;
}
#copyright p {
  margin: 0;
  padding: 0;
}

#ribbon {
  position: fixed;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
}

.clear {
  clear: both;
}

/* clearfix */
.clearfix:after {
        visibility: hidden;
        display: block;
        font-size: 0;
        content: " ";
        clear: both;
        height: 0;
        }
* html .clearfix { zoom: 1; }
*:first-child+html .clearfix { zoom: 1; }

