/* Blueprint adjustments */

img.top { margin-top: 0 !important; margin-bottom: .5em !important; }

body
{
    background: #adadae;
    height: 100%;
}

.navigation
{
}

.container
{
}

.header
{
		margin-top: 2em;
}

.footer
{
    display: none;
}

.content
{
    margin-top: -192px;
    margin-left: 400px;
}

a
{
    color: #000;
}

a:hover
{
    color: #000;
}

h1
{
    margin-bottom: 0;
}

h1 a span
{
    display: none;
}

h2
{
    font-size: 2.425em;
    font-weight: normal;
    letter-spacing: 2px;
    margin: .75em 0 .2em -2px;
    text-transform: uppercase;
}

h4
{
    font-weight: bold;
}

ul
{
    margin: 0;
    padding: 0;
}

li
{
    list-style: none;
    margin: .5em 0;
    padding: 0;
}

ul.shows
{
		font-size: 12px;
		font-weight: bold;
}

ul.shows li
{
    clear: left;
    float: left;
    font-size: 11px;
    line-height: 1.6;
    margin: .25em 0;
    padding: 0;
}

ul.shows li span
{
    float: left;
}

ul.shows li span.date
{
    width: 135px;
}

ul.shows li span.with
{
    clear: left;
    font-size: 9px;
    margin-left: 135px;
}

ul.shows li.past
{
    line-height: 1.5;
}

ul.shows li.past *
{
		color: #999;
		font-size: 9px !important;
		font-weight: normal;
		text-decoration: none;
}

ul.shows li.past span.with
{
		font-size: 8px !important;
}

ul.songs
{
    margin-left: -17px;
}

ul.songs li
{
    float: left;
    margin: .5em 0;
    text-align: center;
    width: 135px;
}


ul.songs li a
{
    font-size: 10px;
    text-decoration: none;
}

.audio_player
{
    position: relative;
}

.listen li
{
    float: left;
    margin: 0 12px 0 0;
    padding: 0;
}

.listen li a
{
    float: left;
    font-weight: bold;
}

.controls
{
    height: 14px;
    margin: .25em 0 0 -14px;
    padding: 4px 0;
    width: 41px;
    position: relative;
}

.controls li
{
    position: absolute;
    margin: 0;
    padding: 0;
}

.controls li a
{
    padding: 6px 16px 3px 15px;
}

.current_track
{
    position: absolute;
    left: 25px;
    top: 24px;
}

#pcent
{
    color: #999;
    position: absolute;
    left: 110px;
    top: 0;
    width: 100px;
}