/* @override http://testing.accesspr.com/wp-content/themes/thesis_18/custom-login/custom-login.css */

/* Custom Login Styles */

html {
	background: #030303 url(bkgd-login.png) repeat-x 0 0;
}

#nav a {
	color: aqua;
	text-shadow: #000000 0 0 0;
}

/* 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(access-pr-login-logo.png) no-repeat 0 0;
	width: 446px;
	height: 70px;
}

#login h1 {
	width: 446px;
	height: 70px;
}

div#login {
	width: 446px;
}

body.login {
	border-top-color: #dff4fc;
}

/* Top bar background color */

.login p#backtoblog a:link, .login p#backtoblog a:visited {
	color: #17272d;
}

/* Link effects in top bar */

.login p#backtoblog a:hover, .login p#backtoblog a:active {
	color: #17272d;
	text-decoration: underline;
}

/* Rollover link effects in top bar */