/**
 *  Base grid layout 
 *
 *  Copyright: (c)2007 CK Web Technologies - http://www.ckweb.com.au/
 *  Author:    Chris Knowles <chris.knowles@ckweb.com.au>
 *  Version:   $Id: layout.css 22 2007-11-13 04:31:39Z Chris $
 */

#container {
    width: 984px;
    height: 50.91em;
    margin: 0 auto;
    position: relative;
}

#challenge {
    width: 884px;
    height: 43.64em;
    position: absolute;
    z-index: 100;
    display: none;
    padding: 40px;
    border: 10px solid;
    top: 4em;
}

#header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

#search {
    position: absolute;
    top: 4em;
    left: 0;
    width: 180px;
    height: 6.73em;
    padding: 0.91em 10px;
}

#browse {
    position: absolute;
    top: 12.6em;
    left: 0;
    width: 200px;
    height: 44.11em;
    border-bottom: 0 solid;
    z-index: 2;
}

#sl {
    top: 4em;
    left: 204px;
    width: 388px;
    position: absolute;
    z-index: 1;
}

html>body #sl {
	z-index: 1;
}

#songlist-intro {
    position: absolute;
    top: 0;
    left: 0;
    width: 358px;
    height: 5.82em;
    padding: 1.36em 15px;
}

#songlist {
    position: absolute;
    top: 8.55em;
    left: 0;
    width: 388px;
    height: 42.36em;
    cursor: default;
    border-bottom: 20px solid;
    overflow: auto;
}

html>body #songlist {
	z-index: 2
}

#playlist-controls {
    position: absolute;
    top: 4em;
    left: 596px;
    width: 358px;
    height: 8.55em;
    padding: 0 15px;
}

#playlist {
    position: absolute;
    top: 12.55em;
    left: 596px;
    width: 388px;
    height: 42.36em;
    cursor: default;
    border-bottom: 20px solid;
    overflow: auto;
}

#footer {
    position: absolute;
    top: 63.45em;
    left: 50%;
    margin-left: -492px;
    width: 964px;
}

#print {
    display: none;
}

#ui-content {
    display: none;
}

#help-button {
    float: right;
    margin: 10px 0 0 50px;
    color: #02539C;
    font-size: 1.4em;
    font-weight: bold;
    background: #FF6600;
    color: #FFF;
    padding: 0 10px;
    line-height: 1.5;
    cursor: pointer;
    -moz-border-radius: 8px;
}