
/* modified 6/23/09 by DPH to totally customize the login, registration and lost password pages */
/* this code will completely replace the starter custom-login.css file that comes with wp-customized-login plugin 1.0 */
/* Download available at:  http://wordpress.org/extend/plugins/wp-customized-login/ */

/* have to put something here or the WP logo shows up, so make it disappear with 0x0px, ... */
/* adding margin-top moves the form down below the new header image defined in the body section; */
/* however, the position margin-top sets on the page varies between Firefox and IE 7, though not fatally. */
/* adding the two variants of margin-top corrects this:  FF reads "margin-top:", IE7 reads:  ".margin-top:" */
#login h1 a{background:url(logo.png) no-repeat; width:0px; height:0px; margin-left:0px;margin-top:17px;.margin-top:20px;}

/* basic code structure by Craig 2/26/09; modified and expanded for my site */
body.login 

/* puts my header image - 1280x160 - across the top of the page starting at the upper left corner, replaces above image */
/* border-top-color changes the border color above the image to match the color set by the html statement below */
{background: url(Spartacus.jpg) no-repeat top left; border-top-color: #E3E3E3;}

/* set text and hover colors for border top above image */
.login #backtoblog a { color: #000099; }
.login #backtoblog a:hover { color: #000099; text-decoration: underline; font-weight: bold; }

/* adds color to area of page below the image -- code solution by Luke 3/14/09 */
html {background: url(Spartacus.jpg) no-repeat top left;}

/* not sure what this code does, other than when unremarked, if set less than the height of the header image */
/* it cuts into the image, more didn't seem to matter and leaving it remarked out has no apparent effect */
/* #login { height: 160px; } */

/* #nav = lost password link */
.login #nav a { color: #FCF9F9 !important; font-size:large;}
.login #nav a:hover { color: #FCF9F9 !important; text-decoration:underline; font-weight:bold;}

/* submit button:  button color, border color, text color, font weight, new:  margin-top moves the button down */
#login form .submit input {
background: #000000 none repeat scroll 0 0;
border-color: #000000 !important;
color: #000000 !important;
font-weight:bold;
margin-top:5px;
}

/* form color, new:  reg_passmail controls the text color for the "A password will be sent by email to you" message. */
#loginform {background: #E3E3E3; }
#loginform p {}
#loginform label { font-family: verdana,arial; font-size:1.0em; color: #000000;}
#reg_passmail {color: #000099;}

/* register form, uses #nav and .submit settings */
#registerform { background: #E3E3E3; }
#registerform label { font-family: verdana,arial; font-size:1.0em; color: #000000;}

/* lost password, uses #nav and .submit settings */
#lostpasswordform { background: #E3E3E3; }
#lostpasswordform label { font-family: verdana,arial; font-size:1.0em; color: #000000;}

#wp-submit { }

#forgetmenot { }

#nav { }

.message {
background-color: #E3E3E3 !important;
color: #000000 !important;
border-color: #000000 !important;
border-width: thick;
font-size:1.7em;
font-weight:bold;
text-align:center;
}
