/* reset */
* {
    margin: 0;
    padding: 0;
    border: 0;
    color: inherit;
    font-size: inherit;
    vertical-align: baseline;
}
html {
    height: 101%;
}
body {
    line-height: 1.5;
}
img {
    float: left;
}

/* grid */
div.span-1, div.span-2, div.span-3, div.span-4, div.span-5, div.span-6,
div.span-7, div.span-8, div.span-9, div.span-10, div.span-11, div.span-12,
div.span-13, div.span-14, div.span-15, div.span-16, div.span-17, div.span-18 { 
    float: left;
    width: auto;
    height: auto;
    position: relative;
    margin-right: 25px;
}
div.span-1 { 
    width: 75px;
}
div.span-2 { 
    width: 125px;
}
div.span-3 { 
    width: 175px;
}
div.span-4 { 
    width: 225px;
}
div.span-5 { 
    width: 275px;
}
div.span-6 { 
    width: 325px;
}
div.span-7 { 
    width: 375px;
}
div.span-8 { 
    width: 425px;
}
div.span-9 { 
    width: 475px;
}
div.span-10 { 
    width: 525px;
}
div.span-11 { 
    width: 575px;
}
div.span-12 { 
    width: 625px;
}
div.span-13 { 
    width: 675px;
}
div.span-14 { 
    width: 725px;
}
div.span-15 { 
    width: 775px;
}
div.span-16 { 
    width: 825px;
}
div.span-17 { 
    width: 875px;
}
div.span-18 { 
    width: 925px;
}
.push {
    margin-left: 25px;
}
.pull {
    margin-left: -25px;
}
.prepend {
    margin-top: 25px;
}
.append {
    margin-bottom: 25px;
}
.drop {
    margin-bottom: 10px;
}
.hold {
    margin-top: 15px;
}
.nudge {
    margin-top: -15px;
}
.first, div.first {
    margin-left: 0;
    padding-left: 0;
}
.last, div.last {
    margin-right: 0;
    padding-right: 0;
}
.left {
    float: left;
}
.right {
    float: right;
}
.top, div.top {
    margin-top: 0;
    padding-top: 0;
}
.bottom, div.bottom {
    margin-bottom: 0;
    padding-bottom: 0;
}
.border {
    padding-right: 25px;
    background: url('../graphics/border.gif') repeat-y right;
}
.expand {
    width: 100%;
}
.show {
    background: #ff0;
}

/* utils */
br {
    clear: both;
    line-height: 0;
}
.block {
    display: block;
}
.hide {
    display: none;
}
.hidden {
    visibility: hidden;
}
.zero {
    width: 0;
    height: 0;
}
.clear {
    clear: both;
}

/* type */
h1 {
    color: #323232;
    font-size: 1.25em;
}
blockquote {
    color: #333;
    font-size: 1.5em;
    margin-bottom: 10px;
}
cite, strong {
    font-style: normal;
    color: #323232;
}
p {
    margin-bottom: 25px;
}
em {
    font-style: italic;
}
.sans { 
    font-family: helvetica, arial, sans-serif;
}
.serif { 
    font-family: 'Palatino Linotype', 'Book Antiqua', 'Palatino', serif;
}
.monospace { 
    font-family: 'Courier New', 'Courier', 'Monaco', monospace;
}
.stronger {
    font-weight: bold;
}
.bigger {
    font-size: 1.25em;
    line-height: 1;
}
.huge {
    font-size: 1.65em;
    letter-spacing: -1px;
    line-height: 2;
}
.smaller {
    font-size: 0.75em;
}
.flat {
    line-height: 1;
}
.shout {
    color: #000;
}
.dim {
    color: #323232;
}
.hollow {
    color: #656565;
}
.indent {
    text-indent: 25px;
}
.underline {
    border-bottom: 1px solid #ddd;
}
.italic {
    font-style: italic;
}
.condensed {
    letter-spacing: -2px;
}
.center {
    text-align: center;
}
.black {
    color: #fff;
    background: #000;
    padding-top: 5px;
    border-top: 1px solid #fff;
}
.white {
    color: #000;
    background: #fff;
    padding-top: 5px;
    border-top: 1px solid #000;
}

/* links */
a:link,
a:visited {
    color: #000;
    text-decoration: none;
    outline: none;
}
a:hover {
    color: #000;
}
a.arrow {
    color: #000;
}
a.arrow:hover {
    padding-right: 5px;
}
a.bordered {
    color: #323232;
    border-bottom: 1px solid #ddd;
}
a.bordered:hover {
    color: #000;
    border-bottom: 1px solid #000;
}
a.listen {
    color: #000;
    display: block;
    font-weight: bold;
    background: #fff url('../graphics/play.gif') right top no-repeat;
}
a.listening {
    background: #fff url('../graphics/pause.gif') right top no-repeat;
}
a.paused {
    background: #fff url('../graphics/play.gif') right top no-repeat;
}

/* wrap */
div#wrap {
    width: 1000px;
    height: 100%;
    position: relative;
}

/* side */
div#side {
    float: left;
    width: 275px;
    height: 100%;
}
div#logo {
    top: 0;
    left: 0;
    width: 240px;
    height: 240px;
    border: 5px solid #000;
    margin: 25px 0 25px 25px;
    background: url('../graphics/hertz.png') no-repeat;
    position: fixed;
}
div#info {
    top: 275px;
    left: 0;
    font-size: 0.75em;
    position: fixed;
    padding-bottom: 25px;
    border-left: 25px solid #000;
}
a.space {
    line-height: 2;
}

/* content */
div#content {
    width: 675px;
    height: 100%;
}
div#banner {
    font-size: 1.75em;
    margin-top: 30px;
}
div.artist {
    color: #fff;
    margin: 25px 0 0;
    background: transparent !important;
}
div.date {
    color: #000;
    padding: 5px 25px;
    font-size: 0.75em;
    background: #fff;
}
div.name {
    font-size: 2em;
    padding: 5px 0 2px 25px;
    background: #000 url('../graphics/name.gif') -400px top repeat-y;
}
div.bio {
    color: #000;
    font-size: 0.75em;
    background: #fff;
}
div.player {
    padding: 5px;
    border-top: 2px solid #000;
    border-bottom: 1px solid #000;
}

/* footer */
div#footer {
    font-size: 0.75em;
    margin-top: 50px;
    border-top: 1px solid #000;
    background: #fff;
}
div#footer ul {
    list-style: none;
}
div#footer ul li {
    display: inline;
    padding: 0 5px;
}

/* map */
#overlay {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    position: absolute;
    display: none;
    z-index: 1000;
}
#map {
    top: 0;
    left: 0;
    border-top: 5px solid #fff;
    border-bottom: 5px solid #fff;
    background: #fff;
    position: absolute;
    display: none;
    z-index: 1001;
}

/* canvas */
div#canvas {
    top: 0;
    left: 0;
    width: 100%;
    height: 300px;
    position: absolute;
    position: fixed;
    z-index: -1000;
}
div#canvas div.pixel {
    float: left;
    width: 100%;
    height: 10px;
    line-height: 0;
    background-image: url('../graphics/canvas.gif');
    position: relative;
}

/* when */
div#when {
    width: 110px;
    height: 110px;
    top: 10px;
    left: 925px;
    padding: 5px;
    position: fixed;
    background-image: url('../graphics/when.png');
    z-index: 999;
    cursor: move;
}

/* hop */
div#hop {
    right: 0;
    bottom: 25px;
    position: fixed;
    padding: 0 10px 0 5px;
    border-top: 1px solid #000;
    font-size: 0.75em;
    cursor: pointer;
}