html {
    min-width: 960px;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 100%;
    background-color: #FFF;
    color: #000;
    margin: 0;
    padding: 0;
}

a, 
a:link,
a:visited {
    color: #086D98;
    text-decoration: none;
}
a:hover {
    color: #00aeef;
    text-decoration: underline;
}

body #header {
    height: 70px;
    line-height: 70px;
    background-color: #13171B;
    color: white;
}

body #header h3 {
    display: block;
    float: left;
    width: 242px;
    height: 60px;
    margin: 5px 10px;
    background: url('../images/echonest_logo.gif') no-repeat center top;
}

body #header h3 span{
    display: none;
}

body #footer {
    border-top: 3px solid #DFE2E4;
    padding: 0;
    margin-top: 20px;
}

body #footer_nav {
    padding: 10px 20px;
    text-align: right;
    font-size: 75%;
    color: #666;
}

body #footer a,
body #footer a:hover,
body #footer a:link,
body #footer a:visited
{
    color: #666;
}


body.login #container {
    margin: 30px auto;
    width: 486px;
}

body.login #header {
    padding: 10px 60px 10px 20px;
    border: 3px solid black;
    background-color: black;
    border-bottom: 0;
    width: 400px;
    margin: 30px auto;
    margin-bottom: 0;
}

body #header .subtitle{
    font-size: 22px;
    font-weight: bold;
    margin-left: 10px;
    text-decoration: none;
    color: white;
    float: left;
}

body #header .homelink,
body #header .homelink a,
body #header .homelink a:link,
body #header .homelink a:hover {
    text-decoration: none;
}

body #header .userstatus {
    display:inline;
    float:right;
    text-align: right;
    margin-right: 10px;
    font-size: 14px;
}

body #header .userstatus a,
body #header .userstatus a:link,
body #header .userstatus a:hover {
    text-decoration: underline;
    color: white;
}

body #header .homelink {
    display: inline;
    float: left;
}

body #header #site_nav {
    display: inline;
    float: left;
}

body #header #site_nav ul {
    list-style-type: none;
    margin-left: 10px;
}

body #header #site_nav ul li {
    display: inline;
    float: left;    
}

body #header #site_nav ul li a
 {
    font-size: 22px;
    font-weight: bold;
    padding: 0 10px;
    text-decoration: none;
    color: white;
    border-left: 1px solid #DFE2E4;
}

body #header #site_nav ul li a:hover {
    color: #00aeef;
}

#content {
    padding: 0 20px;
}

#content .instruction {
    margin-bottom: 20px;
}

#content h1,
#content h2 {
    background-color: #F2F2F2;
    border-bottom: 3px solid #DFE2E4;
    color: #13171B;
    padding: 6px 10px;
    font-size: 200%;
    margin: 0 -20px 10px;
    font-weight: normal;
}

#content h2 {
    font-size: 125%;
}


body.login #content{
    padding: 20px 40px;
    border: 3px solid #DFE2E4;
    border-top: 0;
    width: 400px;
    margin: 30px auto;
    margin-top: 0;
}

.action {
    float: right;
    margin-left: 10px;
    font-size: 80%;
}

.action a.selected {
    font-weight: bold;
}

#content #api_key {
    background-color: #F5F6F7;
    border: 1px solid #CBCBCD;
    padding: 10px;
    margin-bottom: 10px;
}

#content #api_key span {
    font-weight:bold;
}

form h1 {
    font-size: 160%;
}

form div.field {
    padding: 6px 0;
}

form div.field label {
    display: block;
    font-size: 14px;
    margin-bottom: 2px;
    padding-left: 1px;
    color: #13171B;
}

form div.field label.choice {
    display: inline;
    width: auto;
}

form div.field input {
    font-size: 14px;
}

form div.field input:focus {
    background-color: #ffc;
}

form div.field input[type="text"],
form div.field input[type="password"] {
    width: 394px;
    padding: 4px;
}

form div.field textarea {
    width: 400px;
    height: 100px;
    overflow: auto;
    font-size: 100%;
    padding: 10px 8px;
}

form div.field textarea.tos {
    font-size: 12px;
    width: 90%;
    min-width: 400px;
    height: 150px;
}

form div.field textarea:focus {
    background-color: #ffc;
}

form div.field textarea.tos:focus {
    background-color: #fff;
}

form div.field input[type="submit"] {
    margin-top: 10px;
}

form div.field div {
    clear: none;
}

form div.field .fielderror {
    color: red;
    font-weight: bold;
}

a.button-new,
input.button-new,
button.button-new {
    display: inline-block;
    font-size: 14px;
    padding: .33em .66em;
    line-height: 1.33em;
    border-top: 1px solid #aaa;
    border-right: 1px solid #666;
    border-bottom: 1px solid #666;
    border-left: 1px solid #aaa;
    font-weight: normal;
    background-color: #ddd;
    color: #333;
    background-image: url('../images/button-gradient-bg.png');
    background-repeat: repeat-x;
    -webkit-border-radius: .3em;
    -moz-border-radius: .3em;
    text-shadow: #fff 0 1px 0;
    text-decoration: none;
    margin: 0;
    width: 1;
    overflow: visible;
}
a.button-new.big,
input.button-new.big,
button.button-new.big {
    font-size: 20px;
}
a.button-new.medium,
input.button-new.medium,
button.button-new.medium {
    font-size: 16px;
}
a.button-new.small,
input.button-new.small,
button.button-new.small {
    font-size: 12px;
}
a.button-new:hover,
input.button-new:hover,
a.button-new:focus,
input.button-new:focus,
button.button-new:hover,
button.button-new:focus {
    border-top: 1px solid #999;
    border-right: 1px solid #333;
    border-bottom: 1px solid #333;
    border-left: 1px solid #999;
    color: #086D98;
    background-color: #ddd!important;
}

a.button-new:active,
input.button-new:active,
button.button-new:active {
    border-top: 1px solid #333;
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
    border-left: 1px solid #333;
    background-position-y: 0;
    background-position-y: -80px;
}

a.button-new:hover,
input.button-new:hover,
button.button-new:hover {
    cursor: pointer;
}

a.button-new[disabled],
input.button-new[disabled],
button.button-new[disabled],
a.button-new[disabled]:hover,
input.button-new[disabled]:hover,
button.button-new[disabled]:hover,
a.button-new[disabled]:focus,
input.button-new[disabled]:focus,
button.button-new[disabled]:focus {
    border-top: 1px solid #aaa;
    border-right: 1px solid #666;
    border-bottom: 1px solid #666;
    border-left: 1px solid #aaa;
    background-color: #ddd;
    color: #333;
    cursor: default;
    opacity: .5;
}

img.add {
    vertical-align: top;
}

a.button-new.primary,
input.button-new.primary {
    color: #fff;
    background-color: #06c;
    text-shadow: #006 1px 0;
    border-top: 1px solid #09f;
    border-right: 1px solid #039;
    border-bottom: 1px solid #039;
    border-left: 1px solid #09f;
    -webkit-text-stroke: 1px transparent;
}

a.button-new.primary:hover,
input.button-new.primary:hover,
a.button-new.primary:focus,
input.button-new.primary:focus {
    border-top: 1px solid #0bf;
    border-right: 1px solid #009;
    border-bottom: 1px solid #009;
    border-left: 1px solid #0bf;
    background-color: #07d!important;
}

a.button-new.primary:active,input.button-new.primary:active {
    border-top: 1px solid #039;
    border-right: 1px solid #09f;
    border-bottom: 1px solid #09f;
    border-left: 1px solid #039;
    background-position-y: 0;
    background-position-y: -80px;
}


table.halcyon {
    border: 1px solid #CBCACC;
    width: 100%;
}

table.half {
    width: 45%;
}

table.halcyon thead th{
    text-align: left;
    padding: 0.3em 0.8em;
    border: 1px solid #CBCACC;
    background-color: #F5F6F6;
}

table.halcyon tr td{
    padding: 0.5em 0.8em;
    border: 1px solid #CBCACC;
}

body#forums h2 {
    margin-top: 10px;
}

body#forums p {
    margin-bottom: 0.6em;
    line-height: 20px;
}

body#forums pre {
    font-family: monospace;
    margin: 1em 0;
    padding: 5px;
    line-height: 120%;
    border: 1px solid #CBCBCD;
    background-color: #F5F6F7;
}

body#forums blockquote {
    margin: 1em 0;
    padding: 5px 0;
    line-height: 120%;
    border: 1px solid #CBCBCD;
}

body#forums blockquote,
body#forums pre {
    overflow: auto;
}


body#forums .forum_title {
    font-size: 1.2em;
    margin-bottom: 0.1em;
}

body#forums .forum_meta {
    font-size: 0.7em;
    margin-bottom: 0.4em;
}

body#forums .forum_desc {
    font-size: 0.9em;
}

body#forums .textwrapper {
    margin: 5px 0 0;
    padding: 3px 0 0;
    display: block;
}

body#forums textarea {
    width: 100%;
    height: 200px;
    padding: 0;
    display: block;
}

body#forums table tr td.user_meta {
    width: 180px;
    vertical-align: top;
}


body#forums table tr td.user_meta div {
    margin-bottom: 0.3em;
}

body#forums table tr td .userid {
    font-size: 1.2em;
}

body#forums table tr td .post_count,
body#forums table tr td .reg
 {
    font-size: 0.8em;
}

body#forums table tr td .post_meta {
    font-size: 0.8em;
    border-bottom: 1px dashed #CBCACC;
    margin-bottom: 0.5em;
    padding-bottom: 0.25em;
}

body#forums table tr td .date {
    float: left;
}

body#forums table tr td .post_ctl {
    float: right;
}

body#forums table.post_content {
    border: 0;
    width: 100%;
    table-layout: fixed;
}

body#forums table.post_content tr td{
    border: 0;
    padding: 0;
    margin: 0;
}

body#forums .post h2 {
    margin: 10px 0;
    background: none;
    border-bottom: 0;
    font-weight: bold;
    padding: 0;
}

body#forums ul {
    list-style-type: disc;
    list-style-position: inside;
    margin-left: 0.5em;
    margin-bottom: 0.6em;
}

body#forums ol {
    list-style-type: decimal;
    list-style-position: inside;
    margin-left: 0.5em;
    margin-bottom: 0.6em;
}

body#forums .wmd-preview {
    border: 1px solid #999;
    min-height: 20px;
    padding: 5px;
    margin-top: 10px;
}

body#forums table#user_profile,
body#forums table#user_profile tr td {
    border: 0;
}

body#forums table#user_profile tr td.up_left {
    width: 160px;
}

#download p,
#tos p {
    margin-bottom: 0.6em;
    line-height: 20px;
}

.clear {
    clear: both;
}


.info, .success, .warning, .error, .validation {
    border: 1px solid;
    margin: 10px 0px;
    padding:10px;
}
.info {
    color: #00529B;
    background-color: #BDE5F8;
}
.success {
    color: #4F8A10;
    background-color: #DFF2BF;
}
.warning {
    color: #9F6000;
    background-color: #FEEFB3;
}
.error {
    color: #D8000C;
    background-color: #FFBABA;
}

.content_object {
    line-height: 120%;
    vertical-align: middle;
    margin: 10px;
    padding: 10px;
}
.content_title {
    font-size: 25px;
    text-decoration: bold;
}
.floatleft_img {
    vertical-align: text-top;
    float: left;
    margin: 10px;
}
.floatright_img {
    vertical-align: text-top;
    float: right;
    margin: 10px;
}
.download_link {
    display: block;
    float: left;
    height: 25px;
    line-height: 25px;
    padding-left: 28px;
    background: url('../images/down_arrow.gif') no-repeat 0 50%;
}
