/* Custom Login Styles */

/* Page background. Can't use the body tag for this! */
html {
background: #f6f8f7 url(../images/header_secondary.jpg) 0 0 repeat-x;
}

/* Title image (The "WordPress Logo"). Remember to update the height and width your image's dimensions */
h1 a {
position: relative;
top: -18px;
background:url(../images/logo.png) top center no-repeat;
width:380px;
height:85px;
} 

/* Top bar background color */
body.login {
border-top-color:#000;
}
/* Link effects in top bar */
.login p#backtoblog a:link, .login p#backtoblog a:visited {
color:#FFFFFF;
}
/* Rollover link effects in top bar */
.login p#backtoblog a:hover, .login p#backtoblog a:active {
color:#FFFFFF;
text-decoration:underline;
}
