/**
 *  General presentational styles
 *
 *  Copyright: (c)2007 CK Web Technologies - http://www.ckweb.com.au/
 *  Author:    Chris Knowles <chris.knowles@ckweb.com.au>
 *  Version:   $Id: presentation.css 21 2007-11-12 21:50:18Z Chris $
 */

/*

#000 background

#999 songlist header, buttons, border
#EEE songlist row highlight
#666 songlist text

#999 playlist header, buttons, border
#EEE playlist row highlight
#666 playlist link, text
#AAA playlist saved button border

#999 challenge borders
#877767 challenge field borders, highlight background, headings
#E8E2DC challenge button background

*/ 

body {
    background: #DDD;
}

a {
	outline: 0;
	color: #02539C;
}

#container {
    width: 984px;
    font:  1.1em verdana, arial, sans-serif;
    word-spacing: 0.02em;
    line-height: 1.6em;
    color: #000;
    background: #DDD;
}



#header {
    line-height: 4em;
    height: 4em;
}

#header h1 {
    color: #02539C;
    font-size: 1.3em;
    float: right;
}

#header li {
    float: left;
    margin-right: 2em;
}

/* Footer
   ------------------------------------------------ */
#footer {
    color: #666;
    padding-top: 35px;
    line-height: 1.7em;
    background: transparent url(../../../images/logo-blue.png) no-repeat right 5px;
    text-align: right;
}

#footer a {
    color: #666;
    text-decoration: none;
}

#footer a:hover {
    text-decoration: underline;
}

#footer .warning {
    float: left;
    font-size: 1.6em;
    color: #02539C;
    font-weight: bold;
}


/* Buttons
   ------------------------------------------------ */
.button {
    border: 2px solid #02539C;
    padding: 0 6px;
    cursor: pointer;
    font-weight: bold;
    background: #CCC;
    color: #000;
}

.saved {
    border: 1px solid #999;
    padding: 0 6px;
    cursor: default;
    font-weight: normal;
    background: transparent;
    color: #999;
}

.unsaved {
    border: 1px solid #FFF;
    padding: 0 6px;
    cursor: pointer;
    font-weight: normal;
    background: #02539C;
    color: #FFF;
}

.unsaved:hover {
    background: #FFF;
    color: #02539C;
}

#autosave {
    position: absolute;
    top: 15px;
    right: 20px;
}

.autosaved {
    color: #02539C;
}

.autounsaved {
    color: #FFF;
    background: #FF6600;
    padding: 0 2em;
}

.button-load {
    border: 1px solid transparent;
    padding: 0 6px;
    cursor: pointer;
    font-weight: normal;
    background: #FFF url(../images/loading_small.gif) no-repeat center center;
    color: #FFF;
}

#buttons {
    position: absolute;
    bottom: 15px;
    right: 5px;
}

#buttons div {
    float: left;
    margin-right: 10px;
}


/* User
   ------------------------------------------------ */
#signup, #login, #return {
    float: left;
    padding: 40px;
    border-right: 1px dashed #000;
    width: 212px;
    height: 27.23em;
}

#challenge #return {
    border-right: 0;
}

#saveLater {
    display: inline;
}

#challenge {
    border-color: #02539C;
    background: #FFF;
}

#challenge .but, #saveLater {
    border: 2px solid #02539C;
    padding: 5px 10px;
    background: #F3F3F3;
    color: #02539C;
    font-weight: bold;
    font-size: 1.4em;
    height: auto;
    cursor: pointer;
    text-align: center;
    width: auto;
}

#challenge .but:hover {
    background: #02539C;
    color: #FFF;
}

#challenge input {
    width: 200px;
}

.field {
    margin-bottom: 2em;
}

.field label {
    display: block;
}

#challenge h2 {
    
    color: #02539C;
    font-size: 1.6em;
    line-height: 1.6em;
}

#closeChallenge {
    text-align: center;
    width: 120px;
}

input {
    border: 2px solid #02539C;
    padding: 0.5em;
}

.confirm {
    text-align: center;
    padding-top: 100px;
}

#challenge  form {
    padding-top: 30px;
}

#challenge .confirm .but {
    width: 20em;
}

#challenge .disclaimer {
    clear: left;
    float: none;
    padding-top: 3em;
    text-align: center;
}   

/* Songlist & Playlist
   ------------------------------------------------ */

#songlist a, #playlist a {
    padding: 1px 5px;
    cursor: pointer;
    display: block;
    float: left;
    text-decoration: none;
}

#playlist .stretch, #songlist .stretch {
    width: 50%;
}

#songlist, #playlist {
    background: #FFF;
}

.artist {
    width: 144px;
}

.title {
    width: 184px;
}

.play {
    width: 30px;
    background: #CCC;
    text-align: center;
}

.add {
    width: 30px;
    background: #CCC;
    text-align: center;
}

.time {
    width: 30px;
    background: #CCC;
    text-align: center;
}

.delete {
    width: 40px;
    background: #CCC;
    text-align: center;
}

.message {
    padding: 3em;
    color: #444;
    background: #FFF;
}

.error strong {
color: #CC0000;
}

.message a {
    display: inline;
    text-decoration: underline;
    cursor: pointer;
}

.message p {
    margin: 0.5em 0 1em 0;
}

.message ul {
    list-style-type: circle;
    margin: 1em 1em 1em 2em;
}

.message li {
	line-height: 2em;
}

.message h2 {
	color: #000;
}

/* Songlist
   ------------------------------------------------ */
#sl {
    background: #FFF;
}

#songlist {
    border-color: #02539C;
}

#songlist td, #playlist td  {
    background: #FFF;
    padding: 5px 10px;
    border-bottom: 1px solid #DDD;
    vertical-align: top;
    position: relative;
}

#songlist a {
    background: #999;
    color: #FFF;
}

#songlist a:hover {
    background: #02539C;
}

#songlist table, #playlist table {
    
}

#songlist tr:hover td {
    background: #EEE;
}

#songlist tr:hover td {
    background: #EEE;
}

#songlist th {
    font-weight: bold;
    background: #999;
    text-align: left;
    padding: 5px 10px;
    color: #FFF;
    border-bottom: 1px solid #CCC;
}

#songlist, #songlist td {
    color: #333;
}

#container #songlist-intro h2 {
    color: #FFF;
    margin: 0;
}

#container #songlist-intro {
    background: #02539C;
    color: #FFF;
    margin: 0;
}

#songlist-img {
    float: left;
    /*width: 65px;
    height: 65px;*/
    background: #FFF;
    margin-right: 20px;
}

#songlist-text {
    float: left;
}

#sl .loading {
    background: #FFF url(../images/loading.gif) no-repeat;
}


/* Playlist
   ------------------------------------------------ */
#playlist {
    border-color: #02539C;
}   

#playlist th {
    font-weight: bold;
    background: #999;
    text-align: left;
    padding: 5px 10px;
    color: #FFF;
    border-bottom: 1px solid #CCC;
}

#playlist td.arrow_up {
    background: transparent url(../../../images/arrow_up_grey.png) no-repeat center center;
    width: 11px;
    cursor: pointer;
    padding: 0;
}

#playlist .arrow_down {
    background: transparent url(../../../images/arrow_down_grey.png) no-repeat center center;
    width: 11px;
    cursor: pointer;
    padding: 0;
}

#playlist tr:hover td.arrow_down {
    background: #EEE url(../../../images/arrow_down_grey.png) no-repeat center center;
}

#playlist tr:hover td.arrow_up {
    background: #EEE url(../../../images/arrow_up_grey.png) no-repeat center center;
}

#playlist .message a, #songlist .message a {
    text-decoration: underline;
    display: inline;
    background: #FFF;
    color: #000;
    float: none;
}

#playlist a.button, #songlist .button {
    text-decoration: none;
    border-width: 1px;
    color: #02539C;
    margin: 1em 3em 2em 0;
    display: block;
    float: left;
    background: #FFF;
}

#playlist .message h2 {
    clear: left;
    
}   

#playlist td  {
    border-bottom: 1px solid #DDD;
}

#playlist a {
    background: #999;
    color: #FFF;
}

#playlist a:hover, #songlist a:hover {
    background: #02539C;
    color: #FFF;
    text-decoration: none;
}

#playlist tr:hover td {
    background: #EEE;
}

#playlist, #playlist td {
    color: #333;
}

#playlist-controls {
    background: #02539C;
    color: #FFF;
}

#playlist-controls h2 {
    /* background: #02539C; */
    color: #FFF;
    margin: 1em 0;
}

#play-list {
    overflow: auto;
}



