@import "reset.css";
@import "typography.css";

/* Site */
html, body { height: 100% !important; }
body {
    position: relative;
    background: url(../img/large_logo.png) no-repeat  0 36px;
}

#wrap { 
    position: absolute;  z-index: 10;
    top: 0; left: 0;
    width: 99%;
    padding: 20px 5px;
    min-width: 974px;
}
#header { 
    margin-bottom: 14px;
    height: 120px;    
}
#header h1 {
    z-index: 80;
}
#header h1 a {
    display: block;
    width: 900px; height: 130px;
    text-indent: -9999px;
    outline: none;
}
#flash-logo {
    position: absolute;
    top: -230px; left:-130px;
    z-index: 0;
}

/* Main Page Nav Menu */
#nav-menu {
    position: absolute;    
    top: 200px;
}
#nav-menu ul {
    list-style: none; 
}
#nav-menu li {
    margin-bottom: 8px;
}
#nav-menu a{
    font-size: 16px;
    text-decoration: none;
    text-transform: lowercase; 
}

/* Contenet */
#main-content {
    padding: 0 30px;
}
#licensing-index #main-content { padding: 0; }

.page { 
    margin-left: 140px;
    margin-top: 60px;
    width: 680px; 
}


/* Icons */
a.deletelink { 
    background: url(../img/icons/icon_deletelink.gif) no-repeat 0 3px;
    color: #f66 !important;
    font-weight: bold;
    text-decoration: none;
    padding-left: 1.3em; 
    font-size: 12px;
}
a.changelink {
    background: url(../img/icons/icon_changelink.gif) no-repeat 1px 2px;
    color: #aaa !important;
    font-weight: bold;
    text-decoration: none;
    padding-left: 1.3em; 
    font-size: 12px;
}
a.addlink { 
    background:url(../img/icons/icon_addlink.gif) no-repeat -3px -1px; 
    color: #aaa !important;
    font-weight: bold;
    text-decoration: none;
    padding-left: 1.3em; 
    font-size: 12px;
}
a.downloadlink {
    background: url(../img/icons/arrow-down.gif) no-repeat -2px -2px;
    font-weight: bold;
    text-decoration: none;
    padding-left: 1.3em;
    font-size: 12px;
}
a.golink {
    background: url(../img/icons/arrow-right.gif) no-repeat -2px -2px;
    font-weight: bold;
    text-decoration: none;
    padding-left: 1.3em;
    font-size: 12px;
}
a.listenlink {
    background: url(../img/icons/headphones.gif) no-repeat -3px -1px;
    font-weight: bold;
    text-decoration: none;
    padding-left: 1.3em;
    font-size: 12px;
}
a.playlink {
    background: url(../img/icons/play.gif) no-repeat -3px -2px;
    font-weight: bold;
    text-decoration: none;
    padding-left: 1.3em;
    font-size: 12px;
}
a.buylink {
    background: url(../img/icons/cart.gif) no-repeat -2px 0px;
    font-weight: bold;
    text-decoration: none;
    padding-left: 1.5em;
    font-size: 12px;
}

a.addlink:hover, a.changelink:hover { color: #222 !important; }

.auth-tools {
    position: absolute; z-index: 50;
    top: 5px; right: 10px;
    font-size: 11px;
    padding: 2px 4px 4px 4px;
    color: #aaa;
}
.auth-tools a {
    text-decoration: none;
}
.auth-tools .links { margin-top: 2px; padding: 0 0 10px 12px;}
.auth-tools p {
    margin: 0; text-align: right; 
}
.auth-tools span {}

/* Login Form */
.login {
    width: 300px; margin-left: 240px; margin-top: 60px;
    padding: 20px; border: solid 1px #ccc;
    -moz-border-radius: 20px; -webkit-border-radius: 20px; border-radius: 20px;
}
.login input {
    width: auto;
    border: solid 1px #ccc;
}
.login input:focus {
    border: solid 1px #aaa;
}
.login table { margin: 0; }
.login td, .login th {
    border: none;
}
.login th { width: 1; }
.errorlist {
    margin: 0; 
    list-style: none; 
    font-size: 12px;
    font-weight: bold;
    clear: both;
}


/* Forms */
form th { font-weight: normal; }
.form-row {
    margin-bottom: 20px;
}
label {
    font-size: 12px;
    display: block;
    cursor: pointer;
}
label.delete {
    color: #BA0707;
    display: inline;
}
label.delete:hover {
    color: #FF5757;
}
label.required,
.required > label {
    font-weight: bold;
}

ul.inline li {
    float: left;
    padding-right: 7px;
}
.help-text {
    font-size: 11px; font-style: italic; color: #888;
    padding-right: 30px;
}
td .help-text {
    margin: 3px 0 0 5px;
}

.error > label,
tr.error td > label { color: #FF5757; }

.upload-progress { padding: 4px 0 !important; }

.beta-logo {
    position: absolute;
    top: 46px; left: 800px;
}


/* Uploads */
#uploads .file-list { list-style: circle; }
#uploads .file-list li.file { 
    margin-bottom: 30px; 
    padding-bottom: 10px;
    border-bottom: solid #ccc 1px;
}
#uploads .file-list .file-link { font-weight: bold; }
#uploads .past-revision-link {
    display: block;
    margin-bottom: 5px;
    text-decoration: none;
    font-weight: bold;
}
#uploads .revision-list { margin-left: 30px; }
#uploads .revision-list li { margin: 10px 0; }


/* Accounts */
.user-profile { }
.user-profile #tabs { width: 820px; position: relative; }
.user-profile h2 { color: #222; margin-bottom: 10px;}
.user-profile h1 { color: #222; margin-bottom: 20px;}

.user-profile .module {
    margin-top: 5px;
    margin-bottom: 30px;
}
div.standout {
    padding: 20px; margin: 20px 0;
    border: solid 1px #ccc;    
    border-radius: 20px; -moz-border-radius: 20px; -webkit-border-radius: 20px;
}

.user-profile .item-list {
    list-style: none; margin: 0;
    width: 800px;
}
.user-profile .item-list > li {
    margin-bottom: 10px; 
    padding: 10px;
    border: solid 1px #ccc;    
    border-radius: 20px; -moz-border-radius: 20px; -webkit-border-radius: 20px;
}
.user-profile .item-list a {
    color: #777; text-decoration: none;
}
.user-profile .item-list a:hover { 
    color: #222;
}
.user-profile .item-list .image {
    float: left; width: 100px;
    margin-right: 15px;
}
.user-profile .item-list img {
    margin-bottom: 3px;
}
.user-profile .item-list .info {}
.user-profile .artist-list .info { margin-left: 90px;}
.user-profile .tracks table {
    width: 600px; 
}
.user-profile .tracks tr.even td {
    background: #fafafa;
}
.user-profile .tracks td:first-child {
    -moz-border-radius-bottomleft: 20px; -webkit-border-bottom-left-radius: 20px;
    -moz-border-radius-topleft: 20px; -webkit-border-top-left-radius: 20px;
    padding-left: 10px;
}
.user-profile .tracks td:last-child {
    -moz-border-radius-bottomright: 20px; -webkit-border-bottom-right-radius: 20px;
    -moz-border-radius-topright: 20px; -webkit-border-top-right-radius: 20px;
}
.user-profile .tracks td { 
    vertical-align: middle;
    padding: 10px 20px 10px 5px;
}
.user-profile .tracks td.logo { width: 55px; }

.item-tools, .track-tools { margin-bottom: 20px; }
.user-profile .tools {
    margin-top: 5px;    
    line-height: 1.5em;
    color: #aaa;
    font-size: 12px;
}
.profile-tools { 
    margin-bottom: 20px; font-size: 11px !important; 
    position: absolute; right: 0;
    border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
    border-left: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    padding: 2px 4px 10px 10px;
}
.user-profile .tools a {font-size: 12px; color: #aaa; font-weight: bold; text-decoration: none; }
.user-profile .tools a:hover { color: #222 !important; }
#profile-summary .wrapper {
    margin-right: 200px;
}
#profile-summary dl { margin-bottom: 2em; }

.register { 
    margin: 15px ;
    width: 700px;
}
#register {
    width: 500px;
    text-align: left;
}
#register h1 {
    padding-bottom: 10px;
}
#register table { width: 100%; }
#register table td {
    border: none;
    width: 50%;
    text-align: center;
}
.register .form-row {
    padding: 4px 0;
    margin: 0; margin-bottom: 2px;
}
.register label {
    width: 14em;
    float: left;
    font-weight: normal;
    font-size: 1.1em;
    cursor: pointer;
}
.register input[type=text] { width: 20em; }
.register fieldset {
    margin-bottom: 10px;
    padding: 8px;
}

.register legend {
    font-weight: bold;
    margin-bottom: 5px;
    margin-top: 15px;
    margin-left: -2px;
}

.form-row.error {
    background: #FFD4D4;
}
.form-row.error label {
    color: #000 ;
}

.overlay {
    position: fixed; top: 0; left: 0;
    z-index: 1000; width: 100%; height: 100%;
    background: #eee;
    opacity: 0.8; -moz-opacity: 0.8; filter:alpha(opacity=80);
}

dl.aligned dt {
    float: left; width: 12em;
    margin-bottom: 5px;
}
dl.aligned dd { margin-bottom: 5px; }

span.sep { padding: 0 6px; }

.info-pointer{
    background: url(../img/left.gif) no-repeat 10px top;
    padding-left: 45px;
    padding: 2px 5px 2px 50px;
}
