* html #poststuff {
    height: 100%; /* kill peekaboo bug in IE */
}

/* This is the Holly Hack \*/
* html .wrap {
    height: 1%
}

/* For Win IE's eyes only */

body {
    border: none;
}

a {
    border-bottom: 1px solid #69c;
    color: #00019b;
    text-decoration: none;
}

em {
    font-family: "Lucida Sans", "Lucida Sans Unicode", Tahoma, Verdana, sans-serif;
}

p.lead-in {
    font-size: 1.1em;
    line-height: 1.8em;
    color: #777;
}

a:link,
a:visited {
    color: #61889b;
}

a:hover,
a:active {
    color: #a2ad00;
}

body {
    background: #fff;
    color: #eee;
    margin: 0;
    padding: 0;
}

body {
    font: 13px "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, sans-serif;
}

form, label input {
    margin: 0;
    padding: 0;
}

img {
    border: 0;
}

input:focus, textarea:focus, label:focus {
    outline: 0;
}

li, dd {
    margin-bottom: 6px;
}

p, li, dl, dd, dt {
    line-height: 140%;
}

textarea, input, select {
    background: #f4f4f4;
    border: 1px solid #b2b2b2;
    color: #000;
    font: 13px Verdana, Arial, Helvetica, sans-serif;
    margin: 1px;
    padding: 3px;
}

.checkbox {
    background: #fff;
    border: none;
    margin: 0;
    padding: 0;
}

.clear {
    clear: both;
    height: 2px;
}

.hidden {
    display: none;
}

.submit input, .submit input:focus, .button, .button:focus {
    outline: 0;
}

* html .button {
    padding: 0;
}

* html .wrap h2 {
    margin-top: 1em;
}

textarea.all-options, input.all-options {
    width: 250px;
}

input.disabled, textarea.disabled {
    background: #ccc;
}

* html #postexcerpt .dbx-toggle-open, * html #postexcerpt .dbx-toggle-open {
    padding-right: 8px;
}

#login {
    font-family: "Proximanova Regular", sans-serif;
    /*color: #333c48;*/
    color: #000000;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 91, 129, 1);
    background: -moz-linear-gradient(left, rgba(0, 91, 129, 1) 0%, rgba(0, 94, 134, 1) 51%, rgba(2, 112, 161, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0, 91, 129, 1)), color-stop(51%, rgba(0, 94, 134, 1)), color-stop(100%, rgba(2, 112, 161, 1)));
    background: -webkit-linear-gradient(left, rgba(0, 91, 129, 1) 0%, rgba(0, 94, 134, 1) 51%, rgba(2, 112, 161, 1) 100%);
    background: -o-linear-gradient(left, rgba(0, 91, 129, 1) 0%, rgba(0, 94, 134, 1) 51%, rgba(2, 112, 161, 1) 100%);
    background: -ms-linear-gradient(left, rgba(0, 91, 129, 1) 0%, rgba(0, 94, 134, 1) 51%, rgba(2, 112, 161, 1) 100%);
    background: linear-gradient(to right, rgba(0, 91, 129, 1) 0%, rgba(0, 94, 134, 1) 51%, rgba(2, 112, 161, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#005b81', endColorstr='#0270a1', GradientType=1);

}

.login-box {
    margin: 10em auto 1em;
    width: 390px;
    _width: 390px;
}

#login form {
    width: 100%;
}

#login #login_error {
    background: #0e3350;
    border: 1px solid #2571ab;
    color: #ebcd4e;
    font-size: 11px;
    font-weight: bold;
    padding: .6em;
    width: 310px;
    margin: 0 50px;
    text-align: center;
}

#login p {
    font-size: 12px;
}

#login p.message {
    width: 310px;
    margin: 0 auto 1em;
}

#login #login_error a {
    color: #ebcd4e;
    border-color: #ebcd4e;
}

#login #send {
    color: #fff;
    text-align: left;
    font-weight: normal;
    font-size: 1.1em;
    _width: 325px;
    _margin: 0 auto 15px;
}

#login h1 a {
    margin: 0 auto;
    height: 88px;
    width: 320px;
    display: block;
    border-bottom: none;
    text-indent: -9999px;
}

#login .message {
    font-size: 10pt;
    text-align: center;
}

#login .register {
    font-size: 20px;
}

#login input {
    padding: 0 10px;
}

.login ul, #protected #login .bottom {
    list-style: none;
    width: 325px;
    margin: 0 auto;
    padding: 0;
    line-height: 1.2;
}

.login ul li {
    font-size: 11px;
}

.login ul li a {
    color: #0d324f;
    border: none;
}

#login ul li a:hover {
    color: #fff;
}

#login .input {
    font-size: 14px;
    margin-top: 3px;
    width: 95%;
    height: 43px;
    border: 0;
    border-radius: 4px;
}

#login p label {
    color: #ffffff;
    font-size: 13px;
}

#login #pwtext {
    text-align:center;
    color: #ffffff
}

#login #submit {
    color: #ffffff;
    font-size: 15px;
    font-family: "Proximanova Semibold", sans-serif;
    width: 100%;
    background-color: #24a2c9;
    border: 0;
    border-radius: 4px;
    padding: 13px 0;
    cursor: pointer;
    margin-top: 17px;
}

#login .fullwidth {
    width: 320px;
}

#login a {
    color: #ffffff;
}

#login div.warning-box {
    padding-top: 20px;
    width: 400px;
    margin: auto;
}

#login .warning {
    background: #dd6666;
    padding: 10px;
    border: 2px solid #ff6666;
    color: #660000;
}

/*  Can not add structure via css only text.
#securityIcon::before {
    content: "<div style=position:relative;float:right;width:50%;height:100%;'>"
}
#securityIcon::after {
    content: "</div>"
}
#securityIcon {
	display: none;
    background: url('/media/auth/imgs/logo.png') no-repeat bottom center;
}
*/

#securityIcon {
    display: none;
}

#logo {
    margin-right: 20px;
    background: url('/media/auth/imgs/loginlogo.png') no-repeat center;
    height: 64px;
}

* html #template div {
    margin-right: 0;
}
