/* {{{ global */
* {
    margin: 0;
    padding: 0;
}
body {
    font-size: 62.5%;
}
body, input, textarea, button {
    font-family: "Arial", "Helvetica Neue", "Helvetica", Sans-Serif;
}
#mainheadline h1 {
    font-family: Georgia, Times, Times New Roman, Serif;
    font-weight: normal;
}
.invisible {
    display: none;
}
.hidden {
    visibility: hidden;
}
/* }}} */
/* {{{ header */
#logo a {
}
#logo img, #logo object {
    display: block;
    border: none;
}
#logo span.slogan {
}
/* }}} */
/* {{{ content */
#content {
    position: absolute;
    width: 80%;
    min-width: 60em;
    height: 50em;
    height: auto !important;
    min-height: 50em;
    top: 4em;
    -moz-border-radius-bottomright: 4em;
    -webkit-border-bottom-right-radius: 4em;
    -moz-border-radius-topright: 4em;
    -webkit-border-top-right-radius: 4em;
}
#content.big {
    height: 65em;
    min-height: 95em;
}
#mainheadline {
    position: absolute;
    top: 5em;
    left: 5em;
}
#mainheadline h1 {
    font-size: 1em;
}
#mainheadline h1 .main,
#mainheadline h1 .sub {
    display: block;
    font-size: 3em;
}
.section {
    position: absolute;
    top: 18em;
    left: 10em;
}
.section h3,
.section p {
    font-size: 1.3em;
    line-height: 1.5em;
}
#content.big .section p {
    width: 60%;
}
/* }}} */
/* {{{ albums */
hr {
    margin-top: 3em;
    margin-bottom: 4em;
    width: 60em;
    border: none;
    border-top: 1px solid #bbbbbb;
}
.albums a {
    color: #000000;
}
.albums a small {
    display: block;
    position: absolute;
    left: 35em;
    top: 0em;
    width: 20em;
    text-decoration: none;
}
.albums dl dt {
    position: relative;
    height: 0;
    clear: both;
}
.albums dl dt span {
    position: absolute;
    display: block;
    top: 0.2em;
    left: 20em;
    font-weight: bold;
    font-size: 1.3em;
    display: none;
}
.albums dl dd {
    position: relative;
    /*padding-top: 2em;*/
    /*margin-left: 21em;*/
}
.albums dl dd img.albumart {
    display: none;
    float: left;
    margin: 0em 2em 4em -26em;
    width: 24em;
}
.albums dl ol {
    /*padding-top: 2em;*/
    padding-bottom: 2em;
    font-size: 1em;
    list-style: none;
}
.albums dl dd ol li {
    position: relative;
    display: block;
    line-height: 1.9em;
    width: 34em;
    background: #ffffff;
    -moz-border-radius: 0.5em;
    -webkit-border-radius: 0.5em;
    -opera-border-radius: 0.5em;
    border-radius: 0.5em;
    height: 3em;
}
.albums dl dd ol li .play,
.albums dl dd ol li .pause,
.albums dl dd ol li .rewind,
.albums dl dd ol li .next {
    position: absolute;
    right: 0;
    top: 0;
    display: none;
    color: #2A2A2A;
    padding-right: 2.2em;
}
.albums dl dd ol li .play img,
.albums dl dd ol li .pause img,
.albums dl dd ol li .rewind img,
.albums dl dd ol li .next img {
    position: absolute;
    top: 0.4em;
    display: block;
    width: 2em;
    height: 2em;
    border: none;
}
.albums dl dd ol li .play img,
.albums dl dd ol li .pause img {
    right: 3em;
}
.albums dl dd ol li .rewind img {
    right: 5.5em;
}
.albums dl dd ol li .next img {
    right: 0.5em;
}
.albums dl dd ol li object {
    background: #ffffff;
}
.albums dl dd ol .title {
    font-size: 1.3em;
    padding-right: 0.7em;
    padding-left: 0.6em;
}
.albums dl ol .currentTime {
    display: none;
    color: #2A2A2A;
}
.albums ul.links {
    position: absolute;
    top: 0;
    left: 16em;
    width: 30em;
    text-align: right;
}
#content .albums ul.links,
#content .albums ul.links a {
    color: #bbbbbb;
}
.albums ul.links li {
    display: inline;
}
.albums ul.links a {
    padding-left: 0.4em;
    padding-right: 0.4em;
}
.albums #audio_plugin {
    position: absolute;
    right: 0;
}
/* }}} */

/* {{{ footer */
#footer {
    clear: both;
}
/* }}} */

/* vim:set ft=css sw=4 sts=4 fdm=marker : */

