/* Custom Login Styles */
 
html {background:#ffffff url(../images/cldn-body.jpg); background-position:center; background-repeat:no-repeat;}	/* Page background. Can't use the body tag for this! */
h1 a {	/* Title image (The "WordPress Logo"). Remember to update the height and width your image's dimensions */
background:url(../images/cldn-title.png) 0 0 no-repeat;
width:415px;
height:70px;
} 
 
body.login {border-top-color:#0795D7;}	/* Top bar background color */
.login p#backtoblog a:link, .login p#backtoblog a:visited {color:#ffffff;}	/* Link effects in top bar */
.login p#backtoblog a:hover, .login p#backtoblog a:active {color:#ffffff;text-decoration:underline;}	/* Rollover link effects in top bar */