/*  HTML5 ✰ Boilerplate  */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,  footer, header, hgroup,
menu, nav, section, summary, time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display:block;
}
nav ul { list-style:none; }
blockquote, q { quotes:none; }
blockquote:before, blockquote:after,
q:before, q:after { content:''; content:none; }
a { margin:0; padding:0; font-size:100%; vertical-align:baseline; background:transparent; }
ins { background-color:#ff9; color:#000; text-decoration:none; }
mark { background-color:#ff9; color:#000; font-style:italic; font-weight:bold; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom:1px dotted; cursor:help; }
table { border-collapse:collapse; border-spacing:0; }
hr { display:block; height:1px; border:0; border-top:1px solid #ccc; margin:1em 0; padding:0; }
input, select { vertical-align:middle; }

nav ul, nav li { margin: 0; }
small { font-size: 85%; }
strong, th { font-weight: bold; }
td, td img { vertical-align: top; }
sub { vertical-align: sub; font-size: smaller; }
sup { vertical-align: super; font-size: smaller; }
pre {  padding: 15px;  white-space: pre;  white-space: pre-wrap;  white-space: pre-line;  word-wrap: break-word; }
textarea { overflow: auto; }
.ie6 legend, .ie7 legend { margin-left: -7px; }
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }
label, input[type=button], input[type=submit], button { cursor: pointer; }
button, input, select, textarea { margin: 0; }
input:valid, textarea:valid   {  }
input:invalid, textarea:invalid { border-radius: 2px;  -moz-box-shadow: 0px 0px 5px red; -webkit-box-shadow: 0px 0px 5px red;  box-shadow: 0px 0px 5px red; }
.no-boxshadow input:invalid,
.no-boxshadow textarea:invalid { background-color: #f0dddd; }
/*  End HTML5 ✰ Boilerplate  */

/* General */
html, body {
    width: 100%;
    height: 100%;
    font-size: 62.5%;
}

body {
    margin: 0;
    font: 1.2em/1.8em Helvetica Neue, Helvetica, Arial, sans-serif;
}

a {
    text-decoration: none;
    color: #0066cc;
}

    a:hover {
        text-decoration: underline;
    }

hr {
    border: solid #ddd;
    border-width: 1px 0 0;
    margin: 0 0 5px -15px;
}

form .adm {
    float: none;
    display: inline;
}

.highlight {
    background: #ffffdc;
    font-size: 1.2em;
    padding: 1em 25px;
    margin: 0.4em 0 0.4em -10px;
}

button, input[type=submit] {
    font: 1.2em Helvetica Neue, Helvetica, Arial, sans-serif;
}
/* End General */

/* Forms */
fieldset {
    border: 0;
    padding: 0;
    margin: 0;
}

    fieldset p.submit {
        width: 433px;
        margin: 1em 0;
        text-align: right;
    }
    
        fieldset p.submit button,
        fieldset p.submit input {
            float: right;
        }

label {
    display: block;
    margin: 9px 0 0;
}

    label.checkopt, form#signin-form input#accept, form#signin-form label.checkopt a {
        display: inline;
        margin: 0;
        width: auto;
    }

input, textarea, select {
    border: 1px solid #666;
    padding: 6px 5px;
    font: 1em/1.3em Helvetica, Helvetica Neue, Arial, sans-serif;
    width: 286px;
}

    input[type=checkbox] {
        padding: 0;
        border: 0;
    }
    
    input[type=submit] {
        width: auto;
    }

button, .pp_submit, .azfps_submit, input[type=submit],
div#plan-status a, div#free-trial a {
    display: block;
    background: #78ac2b;
    color: #fff;
    border: none;
    padding: 10px 20px;
    font-weight: 700;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    cursor: pointer;
}

    button:hover, .pp_submit:hover, .azfps_submit:hover, input[type=submit]:hover,
    div#plan-status a:hover, div#free-trial a:hover,
    div#see-plans a:hover, h3.home-head a:hover, #create-player:hover {
        background: #6f9e28;
        text-decoration: none;
    }

    button:active, .pp_submit:active, .azfps_submit:hover, input[type=submit]:active,
    div#plan-status a:active, div#free-trial a:active,
    div#see-plans a:active {
        background: #5d8521;
    }
    
    .pp_submit.grey,
    .azfps_submit.grey {
        display: inline-block;
        background: #666;
    }
    
        .pp_submit.grey:hover,
        .azfps_submit.grey:hover {
            background: #555;
        }
        
        .pp_submit.grey:active,
        .azfps_submit.grey:active {
            background: #444;
        }

button, .pp_submit, .azfps_submit input[type=submit] {
    font-size: 16px;
}

form#signin-form {
    margin-left: 0;
}

    form#signin-form p {
        padding-left: 0;
    }
/* End Forms */

/* Header */
div#header {
    display: block;
    min-height: 98px;
    width: 100%;
    background: #000;
    color: #000;
    border-bottom: 2px solid #ccc;
}

    div#header div {
        display: block;
        width: 800px;
        margin: 0 auto;
        overflow: hidden;
    }
    
    @media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
        div#header div {
            width: 100%;
        }
    }

    div#header h1 {
        float: left;
        margin: 0;
        font-size: 1em;
        width: 156px;
        height: 39px;
        margin-top: 2em;
        background: url(../images/logo.png) left 0 no-repeat;
    }

    div#header h1 a {
        display: block;
        width: 100%;
        height: 100%;
        padding-top: 39px;
        height: 0;
        overflow: hidden;
    }

    /* Header Navigation */
    ul#head-nav {
        display: block;
        float: right;
        margin-top: 3em;
        list-style-type: none;
        font-size: 1.2em;
    }

        ul#head-nav li {
            float: left;
            margin: 0 0 0 20px;
        }
        
        ul#head-nav li.break {
            border-left: 1px solid #3c3c3c;
            padding-left: 20px;
        }

        ul#head-nav a {
            text-decoration: none;
            color: #fff;
        }

            ul#head-nav a#signup, ul#head-nav a#signout, ul#head-nav a#pricing {
                color: #97d144;
            }

            ul#head-nav a:hover {
                text-decoration: underline;
            }
            
            ul#head-nav a.lower {
                color: #a3a3a3;
            }
    /* End Header Navigation */
/* End Header */

/* Body container */
div#container {
    display: block;
    width: 800px;
    margin: 10px auto 20px;
}

    .content {
        overflow: hidden;
    }

    .content > h3 {
        font-weight: 400;
        margin: 25px 0 0 -10px;
        padding: 0 0 5px 10px;
        border-bottom: 1px solid #e6e6e6;
    }

        /* Content headers */
        .content h3, .content-wide h3 {
            font-size: 1.5em;
        }

        .content h4 {
            font-weight: 400;
            font-size: 1em;
        }

        .content h5, .content-wide h5 {
            font-size: 1em;
        }

            .content h5.nopad {
                margin-bottom: -1em;
            }

        .content h2 {
            font-size: 2em;
            line-height: 1.25em;
            margin: 0 0 1em;
            font-weight: 400;
        }
        /* Content headers */
/* End Body container */

/* Index page */
h2.home-head, h3.home-head, ul#what-who-why h4,
ul#features, div#_404 h1 {
    font-family: Helvetica Neue, Arial, Helvetica, sans-serif;
}

ul#leaders {
    list-style-type: none;
    padding: 0;
    margin: 0;
    height: 70px;
}

h2.home-head {
    font-size: 4.8em;
    margin: 0;
    width: 100%;
}

h3.home-subtitle {
    font-size: 1.6em;
    line-height: 1.5;
    float: left;
    width: 60%;
    color: #888;
    margin: 20px 0 35px;
    padding: 0;
    border: none;
}

div.full-thin {
    width: 100%;
    height: 1px;
    overflow: hidden;
    border: 0;
    background: #ddd;
}

h3.home-head {
    clear: both;
    font-size: 2.4em;
    font-weight: 400;
    margin: 0.7em 0 0;
    padding: 0.6em 24px;
    clear: both;
    text-align: left;
    background: #f0f0f0;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    overflow: hidden;
}

    h3.home-head p {
        float: left;
        margin: 0;
    }

    h3.home-head span {
        display: block;
        color: #888;
        font-size: 0.55em;
        padding: 0.65em 0 0;
    }

    h3.home-head a {
        display: inline-block;
        float: right;
        width: 200px;
        font-size: 0.7em;
        font-weight: 700;
        text-decoration: none;
        text-align: center;
        padding: 0.8em 0;
        background: #78ac2b;
        color: #fff;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
    }

div#see-plans {
    display: block;
    float: right;
    width: 40%;
    margin: 20px 0 35px;
}

    div#see-plans a {
        display: block;
        float: right;
        width: 275px;
        font-size: 2.4em;
        font-weight: 700;
        text-align: center;
        padding: 1em 0;
        margin: 0.2em 0 0;
        background: #78ac2b;
        color: #fff;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        text-transform: uppercase;
    }

ul#features {
    font-size: 1.3em;
    line-height: 2em;
    float: left;
    overflow: auto;
    padding-left: 0;
    width: 385px;
}

    ul#features li {
        list-style-type: none;
        padding-left: 30px;
        min-height: 15px;
        background: url(../images/bullet_check.png) left center no-repeat;
    }

div#demo {
    display: block;
    float: right;
    margin: 2em 0 0;
    overflow: auto;
}
/* End Index page */

/* Pricing page */
ul#periods {
    width: 575px;
    margin: 35px auto 20px;
    padding: 12px 0;
}

    ul#periods li {
        float: left;
        width: 189px;
        text-align: center;
        font-size: 1.8em;
        border-right: 2px solid #c7c7c7;
    }
    
        ul#periods li:last-child {
            border-right: none;
        }
    
        ul#periods li a {
            color: #888;
        }
        
            ul#periods li a.active {
                color: #000;
            }
        
            ul#periods li a span {
                font-size: 0.72em;
            }

ul#plans, ul#periods {
    overflow: auto;
    list-style-type: none;
    background: #dfdfdf;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
}

    ul#plans {
        padding: 20px 0;
    }

    ul#plans > li {
        float: left;
        width: 199px;
        min-height: 225px;
        border-right: 1px solid #c0c0c0;
        text-align: center;
    }
    
        .ie7 ul#plans > li {
            width: 170px;
        }

        ul#plans li h3 {
            font-size: 1.2em;
            text-transform: uppercase;
            color: #666;
            margin: 0.5em 0 0.75em;
        }

        ul#plans li h4 {
            color: #000;
            font-size: 2.4em;
            margin: 0.5em 0 0.75em;
        }

        ul#plans li h5 {
            font-size: 3em;
            font-weight: 400;
            color: #000;
            margin: 1em 0 20px;
        }
        
            ul#plans li h5 span {
                font-size: 0.666em;
                color: #535353;
            }

        ul#plans li h6 {
            font-size: 0.8em;
            font-weight: 400;
            color: #727272;
            margin: -18px 0 -3px;
        }

        ul#plans li ul {
            list-style-type: none;
            font-size: 1.1em;
            padding: 0;
            margin: 0;
        }

            ul#plans li ul li {
                line-height: 2em;
                font-weight: 400;
                color: #535353;
            }

                ul#plans li ul li strong {
                    font-size: 1.4em;
                    font-weight: 400;
                    color: #000;
                }

            ul#plans li#free-plan a.pp_submit {
                background: #666;
            }

                ul#plans li#free-plan a.pp_submit:hover {
                    background: #555;
                }

                ul#plans li#free-plan a.pp_submit:active {
                    background: #444;
                }

        ul#plans li .pp_submit,
        ul#plans li .azfps_submit {
            display: inline-block;
            padding: 8px 0;
            width: 150px;
            margin: 0 auto 1em;
            font-weight: 400;
            font-size: 1.4em;
        }
            
            ul#plans li input.pp_submit,
            ul#plans li input.azfps_submit {
                margin-top: 3px;
                padding: 10px 0;
            }
        
            .ie7 ul#plans li .pp_submit,
            .ie7 ul#plans li .azfps_submit {
                display: block;
                padding: 10px 0;
            }
        
            .ie7 ul#plans li a.pp_submit,
            .ie7 ul#plans li .azfps_submit {
                padding: 15px 0;
                width: 85%;
            }
            
            ul#plans li a.pp_submit,
            ul#plans li a.azfps_submit {
                margin: 1em auto 1em;
            }

    ul#plans li.last, ul#periods li.last {
        border-right: 0;
    }

div#pricing > h4 {
    font-size: 1.4em;
    font-weight: 700;
    margin: 2.5em 0 1em;
}

#payment_method {
    margin: 20px auto -20px;
    width: 280px;
}

div#pricing .header {
    width: 100%;
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 8px;
    margin: 20px 0;
    overflow: hidden;
}

    div#pricing .header h3 {
        font-weight: 400;
        float: left;
    }
    
    div#pricing .header #payment_method {
        float: right;
        margin: 0;
    }
    
#payment_method input {
    width: auto;
}

#payment_method label {
    display: inline;
    padding: 0 0 0 10px;
}

    #payment_method label#pay_paypal_method span {
        display: inline-block;
        background: url(../images/paypal_icon.png) left center no-repeat;
        height: 19px;
        padding: 0 0 0 22px;
    }

    #payment_method label#pay_amazon_method span {
        display: inline-block;
        background: url(../images/amazon_icon.png) left center no-repeat;
        height: 22px;
        padding: 0 0 0 24px;
    }

ul.features {
    float: left;
    width: 179px;
    margin: 0;
    padding: 0 0 0 20px;
    margin: 0 0 30px;
    font-size: 1em;
    line-height: 2em;
    list-style-type: none;
}

    ul.features li:before {
        content: '•';
        font-size: 0.8em;
        padding: 0 0.5em 0 0;
    }

    ul.features li.header {
        list-style-type: none;
        font-weight: 700;
        border-bottom: 0 !important;
        margin: 10px 0 0 !important;
    }
    
        ul.features li.header:before {
            display: none;
        }

    ul#features-left li, ul#features-right li {
        margin: 0 0 2em;
    }

    ul#features-left h5, ul#features-right h5 {
        margin: 0;
        font-size: 1.1em;
    }

    ul#features-left p, ul#features-right p {
        margin: 0.2em 0 0;
    }

p.disclaimers.left {
	float: left;
}

p.disclaimers.right {
    float: right;
}
/* End Pricing page */

/* Contact form */
form#contact {
    width: 400px;
}

    form#contact input, form#contact textarea, form#contact select {
        width: 390px;
    }

    form#contact select {
        width: 400px;
    }
/* End Contact form */

/* Dashboard page */
    /* Tabs */
    ul#tabs {
        display: block;
        overflow: hidden;
        width: 780px;
        height: 50px;
        margin: 30px auto 30px;
        padding: 0 0 0 20px;
        font-size: 1.3em;
        list-style-type: none;
        clear: both;
        background: #f0f0f0;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
    }

        ul#tabs li {
            float: left;
            margin: 0 30px 0 0;
        }

            ul#tabs li a {
                display: block;
                height: 50px;
                line-height: 52px;
                font-weight: 700;
            }

            ul#tabs li.active a {
                color: #000;
            }

        ul#tabs li.right {
            float: right;
        }
        
            ul#tabs li.right a {
                color: #78ac2b;
            }
    /* End Tabs */

    /* Multi-player Dashboard View */
    a#create-player {
        display: block;
        width: 200px;
        font-size: 1.3em;
        text-decoration: none;
        text-align: center;
        padding: 0.9em 0;
        background: #78ac2b;
        color: #fff;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
    }
    
    div#no-players {
        padding: 20px 0;
        text-align: center;
        background: #ffffdc;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
    }
    
        div#no-players h3 {
            font-size: 2em;
        }
        
        div#no-players h4 {
            font-size: 1.6em;
            font-weight: 400;
            padding: 1em 0;
        }
        
        div#no-players a {
            margin: 0 auto;
            font-size: 2.1em;
            font-weight: 700;
            width: 300px;
        }

    ul#players {
        list-style-type: none;
        padding: 0;
        width: 100%;
        border-bottom: 1px solid #ccc;
        overflow: auto;
    }

        ul#players > li {
            display: block;
            border-top: 1px solid #ccc;
            padding: 10px 0;
            overflow: auto;
        }

            ul#players li p {
                font-size: 1.2em;
                font-weight: 700;
                margin: 0 0 0 15px;
                float: left;
            }

                ul#players span.untitled {
                    font-weight: 400;
                    color: #ccc;
                }
                
                ul#players span.player-edit {
                    font-size: 0.929em;
                    font-weight: 400;
                    margin: 0 0 0 7px;
                }

            ul#players li ul {
                list-style-type: none;
            }

                ul#players li ul li {
                    float: right;
                    padding: 0 10px;
                    border-left: 1px solid #ccc;
                }

                ul#players li ul li.player-delete {
                    padding-right: 5px;
                }
                
                    ul#players li ul li.player-delete a {
                        color: #f80000;
                    }

                ul#players li ul li.last {
                    border-left: none;
                }
    /* End Multi-player Dashboard View */
    
    /* Player Preview, Analytics */
    div#player-preview,
    div#player-analytics {
        display: block;
        position: absolute;
        padding: 20px;
    }
    
        div#player-analytics {
            width: 400px;
        }

    div#player-preview-overlay,
    div#player-analytics-overlay {
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: #000;
        opacity: 0.8;
        filter: alpha(opacity=80);
        z-index: 50;
    }
    
    div#player-preview-content,
    div#player-analytics-content {
        display: block;
        position: relative;
        z-index: 100;
        color: #fff;
    }
    
        div#player-preview-content h1,
        div#player-analytics-content h1 {
            font-size: 16px;
            float: left;
            margin: 0 0 20px;
        }
        
        div#player-preview-content > a,
        div#player-analytics-content > a {
            float: right;
            color: #fff;
        }
        
        div#player-frame {
            display: block;
            clear: both;
            background: #fff;
            padding: 5px;
            margin: 0 0 15px;
            min-width: 385px;
            color: #000;
        }
        
            div#player-frame iframe {
                display: block;
                margin: 0 auto;
            }
        
        div#embed-code {
            font-weight: 700;
        }
        
            div#embed-code p {
                margin: 0 0 0.25em;
            }
        
            div#embed-code input {
                width: 385px;
            }
    
    div#player-analytics-table {
        display: block;
        clear: both;
        width: 100%;
        background: #fff;
        color: #000;
        overflow: hidden;
    }
    
        div#player-analytics-table table {
            border-collapse: separate;
            width: 100%;
            text-align: left;
            padding: 10px;
        }
        
            
    /* End Player Preview, Analytics */
    
    /* Upgrade/Expire Statuses */
    div#plan-status, div#free-trial {
        margin-left: 0;
        padding-right: 15px;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
    }
    
        div#plan-status h1 {
            text-align: center;
            font-size: 1.75em;
            line-height: 2em;
        }
        
        div#plan-status h2 {
            text-align: center;
            font-size: 1.25em;
            font-weight: 400;
        }
        
        div#plan-status a, div#free-trial a {
            display: block;
            margin: 20px auto 5px;
            width: 200px;
            font-size: 1.25em;
            padding: 15px 25px;
            text-align: center;
        }
    
    div#free-trial {
        overflow: auto;
    }
    
        div#free-trial strong, div#free-trial p {
            float: left;
            margin: 0;
        }
        
        div#free-trial a {
            float: right;
            margin: -15px 10px 0 0;
            width: 200px;
            padding: 15px 5px;
        }
    
    div#upgrade-now {
        position: absolute;
        left: 0;
        top: 470px;
        background: rgba(255, 255, 255, 0.8);
        width: 85%;
        height: 300px;
        text-align: center;
        font-size: 1.4em;
        font-weight: 700;
    }
    
        .ie6 div#upgrade-now, .ie7 div#upgrade-now, .ie8 div#upgrade-now {
            background: #fff;
            filter: alpha(opacity=80);
        }
    
        div#upgrade-now p {
            width: 300px;
            height: 40px;
            margin: 70px auto 0;
        }
    /* End Upgrade/Expire Statuses */
/* End Dashboard page */

/* Edit Player page */
    #player-format-title {
        margin-bottom: -1em;
    }

    #player-settings {
        padding-top: 0;
    }

        #player-settings #pp_submit {
            width: 205px;
        }

    form#player-format-title label {
        background: #fff;
    }

    select#player-format {
        width: 352px;
    }

    #player-title, #audio-location,
    #user-email, #user-password, #user-password2 {
        width: 350px;
    }
    
    #player-display-title {
        width: auto !important;
        vertical-align: middle;
        margin: 0 5px 0 10px;
    }
    
        #player-display-title + label {
            float: none;
            display: inline;
            width: auto;
        }

    #player-settings button {
        width: 175px;
        margin: 0 0 0 438px;
    }

    form.settings-form {
        margin: 20px 0 0 20px;
    }

    form.settings-form h3,
    div#player-upload-audio,
    div#player-upload-ads {
        width: 600px;
        background: #f0f0f0;
        padding: 10px 0 10px 15px;
        margin: 20px 0;
        font-size: 1.2em;
        font-weight: 700;
        border-top: 1px solid #ccc;
    }

        div#player-upload-audio,
        div#player-upload-ads {
            font-size: 1em;
            padding-left: 25px;
            margin: 20px 0 5px;
            width: 590px;
            overflow: auto;
        }

        div#player-upload-audio h3,
        div#player-upload-ads h3 {
            font-size: 1.2em;
            border: none;
            padding: 0;
            margin: 10px 0 10px;
            background: transparent;
            width: auto;
        }
        
        div#player-upload-ads h3 {
            float: left;
        }
        
            div#player-upload-ads h3 span {
                font-weight: 400;
                color: #9a9a9a;
            }

        div#player-upload-audio #SWFUpload_0 {
            margin: 0 0 5px;
        }
        
        div#player-upload-ads #SWFUpload_1 {
            float: right;
            margin: 5px 20px 0 0;
        }

        div#player-upload-audio > div {
            float: left;
            font-size: 1em;
            font-weight: 400;
        }
        
            div#player-upload-audio div.no-storage,
            div#player-upload-ads div.no-storage {
                width: 250px;
                color: #ff0000;
                font-weight: 400;
            }
            
            div#player-upload-ads div.no-storage {
                float: right;
            }
        
            div#player-upload-audio div#upload-allow {
                float: right;
                margin: 10px 25px 0 0;
            }

            div#player-upload-audio > div ul {
                line-height: 2em;
                padding-left: 0;
                margin: 0;
            }

                div#player-upload-audio > div ul li {
                    list-style-type: none;
                    padding-left: 12px;
                    background: url(../images/bullet.png) left center no-repeat;
                }

    form.settings-form h4, .devapi h4 {
        font-size: 1.2em;
        font-weight: 700;
    }

    form.settings-form p {
        overflow: hidden;
        padding: 0 0 1.5em 15px;
        margin: 0;
    }

        form.settings-form p > label {
            width: 120px;
            font-weight: 400;
            float: left;
            text-align: left;
            margin: 0 1.5em 0 0;
        }

            form.settings-form p span label.disabled {
                color: #888;
            }

            form.settings-form p span {
                display: block;
                overflow: auto;
            }

                form.settings-form p span label {
                    background: #fff;
                    display: inline;
                    margin: 0;
                }

                form.settings-form p span button {
                    float: left;
                }

    p#player-options > span {
        width: 470px;
        padding: 0 0 0 60px;
    }

    p#player-options input, p#player-options label {
        display: block;
        float: left;
        margin: 0 20px 0.75em 0;
    }

        p#player-options input[type="hidden"] {
            display: none;
        }

    p#player-options label {
        width: 70px;
    }

    p#player-options input#player-display-track-names + label,
    p#player-options input#player-live-stream + label {
        width: 90px;
        margin-right: 0;
    }

    p#player-options input#player-buy + label {
        width: 40px;
        margin: 0;
    }

    p#player-options input {
        float: left;
        margin: 5px 1em 0 0;
        width: auto;
    }

        p#player-options input#player-shuffle,
        p#player-options input#player-buy {
            clear: left;
        }

        p#player-options input#player-buy-url {
            width: 100px;
            margin: -2px 54px 0 0;
            padding: 4px;
        }

    select#player-font-type {
        width: 352px;
    }

    p#player-font-size span label {
        padding-right: 15px;
    }

    p#player-font-size span input {
        width: auto;
    }

    p#player-colors {
        overflow: hidden;
    }

    p#player-colors span {
        width: 420px;
        overflow: auto;
    }

        form#player-settings p#player-colors span label {
            width: 100px;
            line-height: 32px;
            height: 32px;
            margin: 0 0 10px 0;
        }

        p#player-colors span input {
            width: 30px;
            height: 30px;
            padding: 0;
            margin: 0 5px 10px 0;
            cursor: pointer;
        }

        p#player-colors span * {
            display: block;
            float: left;
        }

    p#player-options #player-buy + label {
        margin-bottom: 0;
    }

    .player-proads button {
        float: none;
    }
    
    div#player-streaming {
        display: none;
        overflow: hidden;
        margin: 0 0 20px;
    }
    
    input#player-live-stream-url {
        margin: 0 0 0 10px;
    }
    
        input#player-live-stream-url + span {
            padding: 0 0 0 20px;
        }

    input[disabled] + label {
        color: #ccc;
    }

div#color-picker {
    display: block;
    width: 195px;
    position: absolute;
    border: 2px solid #ddd;
    background: #fff;
    margin-left: 5px;
}

.ad-block label {
    width: 120px;
}

.ad-block label, .ad-block span {
    margin-bottom: 1.25em;
}

.remove-ad {
    margin-left: 10px;
    width: 105px;
}

.ad {
    width: 250px;
}

#settings-saved {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    width: 100%;
    height: 40px;
    padding: 15px 0 0;
    font-size: 1.6em;
    text-align: center;
    border-bottom: 1px solid #000;
}

/* Audio File Upload & Management */
ul#audio-files,
ul#audio-ads {
    list-style-type: none;
    padding: 0;
    margin: 0 0 10px;
    width: 590px;
}

    ul#audio-files li.none,
    ul#audio-ads li.none {
        width: 590px;
        border-bottom: none;
        color: #aaa;
        text-align: center;
        font-size: 1.4em;
        padding: 1em 0;
    }

    ul#audio-files li,
    ul#audio-ads li {
        width: 580px;
        padding: 10px 10px 5px;
        border-bottom: 1px solid #e7e7e7;
        overflow: auto;
    }
    
        ul#audio-files li > div,
        ul#audio-ads li > div {
            float: left;
        }
    
    ul#audio-files div.progress,
    ul#audio-ads div.progress {
        width: 580px;
        height: 20px;
        border: 1px solid #e7e7e7;
        margin: 10px 0 5px;
    }
    
        ul#audio-files div.progress span.bar,
        ul#audio-ads div.progress span.bar {
            display: block;
            height: 20px;
            width: 0;
            background-color: #78ac2b;
        }
        
        ul#audio-files div.progress span.bar.error,
        ul#audio-ads div.progress span.bar.error {
            width: 100%;
            background-color: #ff0000;
        }
        
        ul#audio-files div.progress.queued,
        ul#audio-ads div.progress.queued {
            background-image: url(../images/loader.gif);
            background-repeat: no-repeat;
            background-position: 2px center;
        }
    
    ul#audio-files span.filename {
        display: block;
        color: #9a9a9a;
        margin: 3px 0 0;
    }
    
    ul#audio-files p {
        padding: 0;
    }
    
        ul#audio-files p.artist-title span {
            display: inline;
            padding: 0 0 0 2px;
        }
    
    ul#audio-files p.new-artist-title input {
        width: 98px;
        height: 1em;
        margin: 0 5px 0 0;
    }
    
        ul#audio-files p.new-artist-title a.save-title {
            font-style: italic;
        }

            ul#audio-files p.new-artist-title a.save-title.disabled {
                font-style: normal;
                color: #9a9a9a;
                cursor: default;
            }
            
                ul#audio-files p.new-artist-title a.save-title.disabled:hover {
                    text-decoration: none;
                }
    
    ul#audio-files p.edit-delete {
        float: right;
        margin: 12px 0 0;
    }

        ul#audio-files p.edit-delete a {
            padding: 0 5px;
        }
    
        ul#audio-files a.edit-title {
            border-right: 1px solid #e7e7e7;
        }
/* End Audio File Upload & Management */

/* Ad Upload & Management */
ul#audio-ads {
    margin: 0 0 20px;
}

ul#audio-ads li {
    padding: 15px 10px;
}

ul#audio-ads span.filename {
    float: left;
    margin: 0 40px 0 0;
    width: 100px;
    overflow: hidden;
}

ul#audio-ads span.occurance {
    float: left;
    color: #9a9a9a;
    margin: 0 40px 0 0;
}

ul#audio-ads span.occurance input {
    width: 25px;
    text-align: center;
    padding: 4px 2px;
    margin: 0 3px;
    border: 1px solid #9a9a9a;
}

ul#audio-ads a.delete-ad {
    float: right;
    margin: 0 5px 0 0;
}
/* End Ad Upload & Management */
/* End Edit Player page */

/* Player Share/Embed */
div#share {
    padding: 20px;
    background: #f0f0f0;
    height: 250px;
}

    div#share input, div#share textarea {
        display: block;
        width: 300px;
    }

    div#share h1 {
        margin-top: 0;
    }

    div#share p span {
        font-size: 1.2em;
    }
/* End Player Share/Embed */

/* Account */
form#user-fields {
    border-right: 1px solid #ccc;
    width: 400px;
    float: left;
}

    form#user-fields p {
        padding-left: 0;
    }

    form#user-fields label {
        text-align: right;
        font-weight: 700;
        margin: 0 2em 0 0;
    }

    form#user-fields input {
        width: 198px;
    }

    form#user-fields p.error {
        margin: 0;
    }

    form .error {
        color: #ff0000;
        font-weight: 700;
    }
    
    form input.error {
        background: #ffefef;
        border-color: #ff0000;
    }

div#account-plan {
    display: block;
    width: 325px;
    margin: 20px 0 0 50px;
    float: left;
}

    div#account-plan a {
        margin: 20px 0;
    }

    div#account-plan h4 {
        font-size: 1.2em;
        font-weight: 700;
        margin: 0 0 1.25em;
    }

    div#account-plan table td, div#account-plan table th {
        padding: 7px;
        vertical-align: middle;
        text-align: left;
    }

    div#account-plan th.plan-info {
        padding-right: 30px;
        text-align: right;
    }

p#delete {
    clear: both;
    margin: 30px 0 0 15px;
}

    p#delete em {
        color: #9f9f9f;
    }
/* End Account */

/* Documentation */
.devapi h4 {
    margin: 1em 0 0;
}

#documentation section {
    padding: 20px 0;
}

    #documentation section h3 {
        font-weight: 700;
        font-size: 16px;
        padding: 1em 0 1em 15px;
        margin: 0 0 0 -10px;
        background: #ccc;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
    }
    
    #documentation section h4 {
        font-weight: 700;
        padding: 0.5em 0 0.5em 0.6em;
        background: #ececec;
        margin: 0 0 0.5em -0.5em;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
    }
    
    #documentation section > span,
    #documentation ul {
        display: block;
        margin: 0 0 1.5em;
    }
    
    #documentation ul p {
        margin: 0.25em 0 0.75em;
    }
    
    #documentation code {
        display: block;
        margin: 0em 0 0.75em;
        font: 1.1em Consolas, Inconsolata, Monaco, Courier New, monospace;
    }
/* End Documentation */

/* Help */
ol#help-qs {
    font-weight: 700;
    padding: 0 0 0 21px;
}

    ol#help-qs li {
        padding: 0 0 0 25px;
    }
/* End Help */

/* Footer links */
ul#footer-links {
    width: 785px;
    list-style-type: none;
    border-top: 1px solid #ccc;
    padding: 10px 0 25px 15px;
    margin: 35px auto 10px;
    overflow: auto;
}

    ul#footer-links li {
        float: left;
        margin: 0 15px 0 0;
    }

    ul#footer-links li.foot-right {
        float: right;
    }
/* End Footer links */

/* 404 */
div#_404 {
    display: block;
    width: 100%;
    text-align: center;
    margin: 5em 0;
}

    div#_404 h1 {
        font-size: 2.4em;
        line-height: 2em;
        font-weight: 400;
    }
    
    div#_404 h2 {
        font-size: 1.4em;
        font-weight: 400;
        line-height: 2em;
    }
    
    div#_404 a {
        width: 220px;
        padding: 0.7em 0.5em;
        font-size: 2em;
        margin: 3em auto 0;
    }
/* End 404 */

/* Pagination */
.pagination {
    display: block;
}

    .pagination a, .pagination span {
        padding: 0 0.5em 0 0;
    }
/* End Pagination */

/* Station Page */
div#player {
    float: left;
    width: 450px;
    margin: 30px 50px 0 0;
}

    div#player h3 {
        font-weight: 400;
        border-bottom: 1px solid #dfdfdf;
        padding-bottom: 8px;
        margin: 0 0 20px;
    }

div#sharing {
    float: right;
    width: 300px;
    margin: 30px 0;
}

    div#sharing h4 {
        font-size: 1.2em;
        font-weight: 700;
        border-bottom: 1px solid #dfdfdf;
        padding-bottom: 8px;
        margin-bottom: 10px;
        color: #535353;
    }
    
    div#sharing .addthis_toolbox {
        margin: 0 0 25px;
    }
/* End Station Page */

/* Learn More Page */
.learn-more h2.home-head {
    font-size: 5.4em;
}

.learn-more ol {
    list-style-type: none;
    overflow: hidden;
    margin: 25px 0;
    padding: 0;
}

    .learn-more ol li {
        float: left;
        width: 31%;
        margin: 0;
    }
    
        .learn-more ol li.steps-1 {
            margin: 0 5% 0 0;
        }
        
        .learn-more ol li.steps-2 {
            width: 26%;
            margin: 0 6% 0 0;
        }

        .learn-more ol li span {
            display: inline-block;
            font-size: 3.6em;
            height: 1em;
            float: left;
            color: #878787;
            margin: 0.2em 0.2em 0 0;
        }
        
        .learn-more ol li p {
            display: block;
            margin: 0;
            padding: 0;
        }

.learn-more h4.benefits {
    position: relative;
    width: 100%;
    color: #878787;
    font-size: 1.8em;
}

    .learn-more h4.benefits span {
        position: absolute;
        width: 100%;
        height: 1px;
        background: #dfdfdf;
        margin: 10px 0 0;
    }
    
    .learn-more h4.benefits div {
        position: relative;
        width: 330px;
        margin: 0 auto;
        background: #fff;
        text-align: center;
    }
    
.learn-more ul {
    list-style-type: none;
    padding: 0;
    margin: 30px 0;
    overflow: hidden;
}

    .learn-more ul li {
        width: 330px;
        margin: 0 30px 20px 0;
        float: left;
        padding: 0 0 0 40px;
        background: url(../images/checkmark.png) 0 0 no-repeat;
    }
    
        .learn-more ul li h4 {
            font-size: 1.8em;
            margin: 0;
        }
        
        .learn-more ul li p {
            color: #666;
        }
/* End Learn More Page */
