@import url(http://fonts.googleapis.com/css?family=Roboto+Condensed|Lobster);

html, body {
    margin: 0;
    padding: 0;

    font-size: 90%;
    font-family: 'Roboto Condensed', 'Arial', sans-serif;
    
    background-color: #444;
    background-image: url('/img/texture.png');
    color: #FFF;
}

#documentForm{
    width: 800px;
    height: auto;
    text-align: center;
    margin: 0 auto;
    
    padding: 10px 0;
}

body {
    padding-top: 180px;
}

a {
    color: #CC0000;
    text-decoration: none;
}

a img {
    border:none !important;
}

div#wrapper {
    width: 800px;
    margin: 0 auto;
    
    text-align: center;
}

div.box {
    background-color: #FFF;
    padding: 20px;
    border: 3px solid #d0d0d0;
    margin-top: 20px;

    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
}

h1 {
    font-size: 3.2em;
}

h2 {
    font-size: 2em;
}


/* Message Pane */

.messages img{
    vertical-align: middle;
    padding: 0 20px;
}

.notice, .confirm, .warning, .error {
    padding: 7px 40px;
    margin: 5px auto;
    border-width: 1px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;

    text-align: center;
    font-weight: bold;
    color:#000;
}

.confirm {
    background-color: #16bb30;
}


.notice {
    background-color: #ddd;
}

.warning {
    background-color: #efe22b;
}

.error {
    color: #FFF;
    background-color:#CC0000;
}


/* Generic styles for Forms */
.form-element {
    height: 40px;
    margin: 10px 0;
}

form {
    display: block;
    position: relative;
    width: 100%;
    margin-bottom: 20px;
}

label {
    display: block;
    float: left;
    width: 20%;
    font-size: 1.3em;
    font-weight: bold;
    line-height: 35px;
}


p.hint {
    display: block;
    float: left;

    padding: 0;
    margin: 0;

    border: 1px solid #d0d0d0;
    padding: 10px;
    height: 16px;
    width: 30%;

    background-color: #F0F0F0;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

ul.errors {
    list-style: none;
    display: block;
    /*width: 100%;*/
    position: absolute;
    top: -36px;
    margin-left: 200px;
    padding: 9px;
    padding-top: 13px;
    /*margin-left: 20%;*/
    border-width: 1px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;

    text-align: center;
    font-weight: bold;
    color:#ff0000;
    /*background-color:#CC0000;*/
    /*background: url(/img/arrow_sketch_left_down.png) bottom left no-repeat;*/
    z-index: 10;
    padding: 0 0 15px 45px ;
    font-weight: bold;
    font-size: 1.2em;
}


#documentForm input, #documentForm select {
    position: relative;
    font-size: 1.4em;
    border: 2px solid #d0d0d0;
    padding: 8px;
    width: 40%;
    float: left;
    margin-right: 10px;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;

    background-color: #FFF;

    z-index: 15;
    box-shadow: inset 0 0 20px #888;
    
    font-family: 'Roboto Condensed', 'Arial', sans-serif;
    font-size: 2em;
    color: #CCC;
}

.zend_form input[type=submit] {
    background-color: #F0F0F0;
    display: block;
    width: 42%;
    /*margin-left: 20%;*/
}

#read-label{
    display: none;
}

#url, #speak {
    margin: 0;
}

#url {
    float: left;

    width:600px !important;
    height: 26px;
    font-size: 1.8em;

    padding: 10px !important;
    margin-right: none;
    background-color: #FFFFFF;

    -moz-border-radius-topright: 0;
    -webkit-border-top-right-radius: 0;
    -moz-border-radius-bottomright: 0;
    -webkit-border-bottom-right-radius: 0;
}

#read {
    float: left;
    height: 50px !important;
    width: 100px !important;

    -moz-border-radius-topleft: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-bottomleft: 0;
    -webkit-border-bottom-left-radius: 0;

    font-weight: bold;
    border-left: 0;
    
    color: #000 !important;
}


input.error {
    background-image: none !important;
}

input.disabled {
    background-color: #d0d0d0;
    color: #909090;
}

input.button:hover {
    background-color: #EEEEEE;
}

.button_container {
    float: left;
    width: 33%;
    margin: 10px 0;
}

#dragUpload{
    margin: 0px auto;
    width: 200px;
    height: 100px;
    border: 2px dashed #444;
    color: #444;
    line-height: 100px;
    text-align: center;
}

#dragUpload.hover{
    border: 2px dashed #999;
}

#dragMessage{
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

#uploadUriHint{
    width: 400px;
    margin: 0 auto;
    position: relative;
    top: -110px;
    padding: 10px 50px;
    line-height: 10px;
    left: -100px;
    font-size: 1.2em;
    font-weight: bold;
    background: url(/img/arrow_sketch_left_down.png) top left no-repeat;
}

.clearfix:after, .box:after , form:after{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

