/*
Admin Dashboard Styling

@package penelope

*/

#options-form {
    display: block;
    background: #FFFFFF;
    padding: 15px;
}

.options-form {
    padding: 30px;
    border: 3px solid #f1f1f1;
}

#options-form h1 {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 28px;
    margin: 0px auto 10px;
    display: block;
    text-align: center;
}

#options-form .meta {
    text-transform: lowercase;
    font-size: 12px;
    margin: 0px auto 10px;
    display: block;
    text-align: center;
    font-style: italic;
    font-weight: 400;
    font-family: Georgia, serif;
}

.options-form h3 {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
    font-size: 14px;
    margin: 0px auto 5px;
}

.options-form textarea {
    padding: 15px;
    width: 100%;
    display: block;
    height: 250px;
    background: #f1f1f1;
    border: 0px;
    box-shadow: none !important;
}

.options-form .wrap {
    margin: 0px auto 30px;
}

.options-buttons input {
    color: #fff !important;
    border: none !Important;
    background: #010101 !important;
    -webkit-appearance: none;
    text-transform: uppercase;
    padding: 10px 15px !important;
    box-shadow: none !important;
    border-radius: 0px !Important;
    height: inherit !important;
    letter-spacing: 2px;;
}

.options-buttons {
    display: block;
    clear: both;
    margin: 60px auto;
}

.wp-core-ui .button-primary {
    -webkit-box-shadow: none !important;
    text-shadow: none !important;

}

.note {
    margin: 0px 0px 15px;
    font-family: Georgia, serif;
    font-size: 13px;
}

input[type="submit"]:hover {
    background: #0073aa !important;
}

#wpfooter {
    position: fixed !important;
    background: #f1f1f1;
}