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

/* Site */
html, body { height: 100% !important; }
body {
    position: relative;
}

#wrap { 
    position: absolute;  z-index: 10;
    top: 0; left; 0;
    width: 99%;
    padding: 20px 5px 120px 5px;
    min-width: 1000px; min-height: 600px;
    background-repeat: no-repeat;
    background-position: center 30px;
}
.track-view #wrap {
    padding-bottom: 0 !important;
}
#header { 
    margin-bottom: 14px;
    height: 120px;    
}
#header h1 {
    z-index: 80; width: 888px; height: 137px;
    background: url(../img/top_logo.png) no-repeat  20px 12px;
    margin: 0 auto;
    position: relative; left: -20px;
}
#header h1 a {
    display: block;
    width: 900px; height: 137px;
    text-indent: -9999px;
    outline: none;
}
#flash-logo {
    position: absolute;
    top: -180px; left:-170px;
    z-index: 0;
}

/* Main Page Nav Menu */
#nav-menu {
    position: absolute;    
    top: 200px; z-index: 100;
}
.track-view #nav-menu {
    top: 350px;
}
#nav-menu ul {
    list-style: none; 
}
#nav-menu li {
    margin-bottom: 8px;
}
#nav-menu a{
    display: block; zoom: 1;
    font-size: 16px;
    text-decoration: none;
    text-transform: lowercase; 
    font-family: Neogrey, Verdana, Arial, sans-serif;
    color: #666;
}
#nav-menu a:hover, #nav-menu a.active, #nav-menu a.hover {
    color: #fff;
}

/* Contenet */
#main-content {
    margin-top: 60px;
    margin: 60px auto 0 auto;
    position: relative;
    width: 73%;
}

.page { 
    width: 650px; 
    margin: 30px auto 0 auto;
    text-shadow: 1px 1px 2px #333, -1px -1px 2px #333;
    filter: progid:DXImageTransform.Microsoft.Shadow(color=#333,direction=150,strength=1);
}
.track-view .page { margin-left: auto; margin-right: auto; }
.page .scroll {
    padding-right: 36px;
    margin-left: -50px;
}
.page .scroller-next, .page .scroller-prev {
    position: absolute;
    display: block;
    right: 0;
    cursor: pointer;
    font-size: 16px;
    text-decoration: none;
}
.page .scroller-next { bottom: 0; }
.page .scroller-prev { top: 0; }
.page .scroller-next:hover,
.page .scroller-prev:hover {
    color: #000;
}
.page .scroller-controls {
    position: absolute;
    height: 94%; width: 10px;
    top:0; right: 0px;
}
.page .scroller-scrollbar {
    border-right: solid 1px #ddd;
    width: 1px; 
    position: absolute;
    right: 8px; top: 16px;
}
.page .scroller-handle {
    position: absolute; top: 0; left: -7px;
    height: 20px; width: 19px;
    background: url(../img/scroll_handle.png) no-repeat;
    cursor: pointer;
}
.page .scroller-handle:hover,
.page .scroller-scrollbar div.hover {
}


/* Images */
.images {
    width: 1000px; height: 500px;
    margin-top: 30px; margin-left: -120px;
    position: relative;
}
.image-nav {
    margin-top: 10px; margin-left: -120px;
}
.image-nav a { 
    text-decoration: none; font-weight: bold; 
    font-family: Arial, sans-serif;
    cursor: pointer; font-size: 24px;
    margin-right: 10px;
}
.image-nav .count { display: none; }
.image-caption { margin-top: 15px; }


/* Icons */
a.deletelink { 
    background: url(../img/icons/icon_deletelink.gif) no-repeat 0 .3em;
    color: #f66 !important;
    font-weight: bold;
    text-decoration: none;
    padding-left: 1.2em; 
    font-size: 11px;
}
a.changelink {
    background: url(../img/icons/icon_changelink.gif) no-repeat 0 .3em;
    color: #aaa !important;
    font-weight: bold;
    text-decoration: none;
    padding-left: 1.2em; 
    font-size: 11px;
}
a.addlink { 
    background:url(../img/icons/icon_addlink.gif) no-repeat 0 .3em; 
    color: #aaa !important;
    font-weight: bold;
    text-decoration: none;
    padding-left: 1.2em; 
    font-size: 11px;
}
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: 100px; 
    padding: 20px;
    border: solid 1px #aaa;
}
.login input {
    border: solid 1px #aaa;
}
.login input:focus {
    border: solid 1px #88a;
}
.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;
}


/* Forms */
.form-row {
    margin-bottom: 20px;
}
label {
    font-size: 12px;
    display: block;
}
label.delete {
    color: red;
}
label.required,
.required > label {
    font-weight: bold;
}

ul.inline li {
    float: left;
    padding-right: 7px;
}
.help-text {
    font-size: 11px;
    font-style: italic;
    width: 30em;
}
.required .help-text {
    font-weight: bold;
}

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

table .row1 { background: #EDF3FE;}
.new-tracks fieldset {border: solid 1px #ccc;}

label.remove { display: inline; color: red;}

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

.new-track-form span.field { }

.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; }\
#uploads textarea { height: 5em; }
#uploads #id_shared_with { height: 10em; }


/* Blog */
ul.entries {
    margin: 0;
    list-style: none;
}
li.entry {
    margin-bottom: 30px; padding-bottom: 16px;
    border-bottom: solid 1px #ddd;
}
