html,body{
    background: #ccc;
    background: -moz-radial-gradient(50% 10%, farthest-side, #fff, #ccc) no-repeat;
    background: -webkit-gradient(radial, 50% 50%, 0, 50% 50%, 550, from(#fff), to(#ccc)) no-repeat;
    height: 100%;
    background-color: #ccc;
}


/* Main Structure */
#main{
    margin: 0 auto;
    background: #fff;
}

#alert{
    background: #80992c;
    color: #fff;
    height: 24px;
    line-height: 24px;   
    padding: 0 10px;
    text-align: center;
    font-size: 14px;
    color: #eee;
}

#alert a{
    color: #eee;
}

#header{
    background: #A4C639;
    height: 108px;
    position: relative;
    padding: 0 10px;
}

#header h1{
    position:absolute;
    bottom:0;
    font-family: 'Coustard', serif;
    color: #fff;
}

#header h1 a{
    color: #fff;
    text-decoration: none;
}

#menu{
    background: #2d2d2d;
    color: #fff;
    height: 24px;
    line-height: 24px;   
    padding: 0 10px;
}

#menu a{
    color: #fff;
    text-decoration: none;    
}

#menu a.rigth{
    float:right;
    color: #fff;
    text-decoration: none;    
}
#content{
    padding: 18px 10px;
}

.upload_form{
    width: 410px;
    height: 120px;
    padding: 10px;
    border: 1px solid #ccc;
    margin: 0 auto 18px;
    display: block;
    position: relative;
    text-align: center;
}

.upload_form p.switch{
    position: absolute;
    bottom: 10px;
    width: 100%;
    text-align: center;
    margin: 0;
}

.hide {
    display: none;
}

.upload_form input.submit{
    display: block;
    margin: auto;
    width: 110px;    
}

.upload_form label{
    display: none;
}

#file_upload{
    margin: 10px auto 0;
}

#file_upload-queue{
    padding-left: 20px;
    padding-top: 5px;
}

.clear{
    clear:both;
}

/* Status Page */
.progress-bar{
    border: 1px solid #2d2d2d;
    background: #fff;
    height: 22px;
    margin: 0 auto 14px;
    position: relative;
    width: 270px;
}

.progress{
    height: 22px;
    width: 5%;
    position: absolute;
    left: 0;
    top:0;
    background: url(../images/progress.gif);
}

#manifest{
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CCCCCC;
    height: 320px;
    overflow: scroll;
    padding: 2px;
}

#footer{
    background: #2d2d2d;
    color: #fff;
    height: 24px;
    line-height: 24px;   
    padding: 0 10px;
}

#footer a{
    color: #fff;
    /*text-decoration: none;    */
}

/* Mailing list */
#mc_embed_signup form {display:block; position:relative; text-align:left; padding:10px 0 10px 3%}
#mc_embed_signup h2 {font-weight:bold; padding:0; margin:15px 0; font-size:1.4em;}
#mc_embed_signup input {border:1px solid #999; -webkit-appearance:none;}
#mc_embed_signup input[type=checkbox]{-webkit-appearance:checkbox;}
#mc_embed_signup input[type=radio]{-webkit-appearance:radio;}
#mc_embed_signup input:focus {border-color:#333;}
#mc_embed_signup .button {clear:both; background-color: #A4C639; border: 0 none; border-radius:4px; color: #FFFFFF; cursor: pointer; display: inline-block; font-size:15px; font-weight: bold; height: 32px; line-height: 32px; margin: 0 5px 10px 0; padding:0; text-align: center; text-decoration: none; vertical-align: top; white-space: nowrap; width: auto;}
#mc_embed_signup .button:hover {background-color:#80992c;}
#mc_embed_signup .small-meta {font-size: 11px;}
#mc_embed_signup .nowrap {white-space:nowrap;}     
#mc_embed_signup .clear {clear:none; display:inline;}

#mc_embed_signup label {display:block; font-size:16px; padding-bottom:10px; font-weight:bold;}
#mc_embed_signup input.email {display:block; padding:8px 0; margin:0 4% 10px 0; text-indent:5px; width:58%; min-width:130px;}
#mc_embed_signup input.button {display:block; width:35%; margin:0 0 10px 0; min-width:90px;}

#mc_embed_signup div#mce-responses {float:left; top:-1.4em; padding:0em .5em 0em .5em; overflow:hidden; width:90%;margin: 0 5%; clear: both;}
#mc_embed_signup div.response {margin:1em 0; padding:1em .5em .5em 0; font-weight:bold; float:left; top:-1.5em; z-index:1; width:80%;}
#mc_embed_signup #mce-error-response {display:none;}
#mc_embed_signup #mce-success-response {color:#529214; display:none;}
#mc_embed_signup label.error {display:block; float:none; width:auto; margin-left:1.05em; text-align:left; padding:.5em 0;}


/* Ads */
.ads{
    margin: auto;
    margin-top: 30px;
    width: 728px;
}

/* Uploadify */
/*
Uploadify
Copyright (c) 2012 Reactive Apps, Ronnie Garcia
Released under the MIT License <http://www.opensource.org/licenses/mit-license.php> 
*/

.uploadify {
    position: relative;
    margin-bottom: 1em;
}
.uploadify-button {
    background-color: #505050;
    background-image: linear-gradient(bottom, #505050 0%, #707070 100%);
    background-image: -o-linear-gradient(bottom, #505050 0%, #707070 100%);
    background-image: -moz-linear-gradient(bottom, #505050 0%, #707070 100%);
    background-image: -webkit-linear-gradient(bottom, #505050 0%, #707070 100%);
    background-image: -ms-linear-gradient(bottom, #505050 0%, #707070 100%);
    background-image: -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0, #505050),
        color-stop(1, #707070)
    );
    background-position: center top;
    background-repeat: no-repeat;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    border: 2px solid #808080;
    color: #FFF;
    font: bold 12px Arial, Helvetica, sans-serif;
    text-align: center;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
    width: 100%;
}
.uploadify:hover .uploadify-button {
    background-color: #606060;
    background-image: linear-gradient(top, #606060 0%, #808080 100%);
    background-image: -o-linear-gradient(top, #606060 0%, #808080 100%);
    background-image: -moz-linear-gradient(top, #606060 0%, #808080 100%);
    background-image: -webkit-linear-gradient(top, #606060 0%, #808080 100%);
    background-image: -ms-linear-gradient(top, #606060 0%, #808080 100%);
    background-image: -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0, #606060),
        color-stop(1, #808080)
    );
    background-position: center bottom;
}
.uploadify-button.disabled {
    background-color: #D0D0D0;
    color: #808080;
}
.uploadify-queue {
    margin-bottom: 1em;
}
.uploadify-queue-item {
    background-color: #F5F5F5;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font: 11px Verdana, Geneva, sans-serif;
    margin-top: 5px;
    max-width: 350px;
    padding: 10px;
}
.uploadify-error {
    background-color: #FDE5DD !important;
}
.uploadify-queue-item .cancel a {
    background: url('../img/uploadify-cancel.png') 0 0 no-repeat;
    float: right;
    height: 16px;
    text-indent: -9999px;
    width: 16px;
}
.uploadify-queue-item.completed {
    background-color: #E5E5E5;
}
.uploadify-progress {
    background-color: #E5E5E5;
    margin-top: 10px;
    width: 100%;
}
.uploadify-progress-bar {
    background-color: #0099FF;
    height: 3px;
    width: 1px;
}
