/******************************************************************

Stylesheet: Login Stylesheet

This stylesheet is loaded is only on the login page. This way you can style
the login page. It won't affect any other page, admin or front-end.

Make sure functions/admin.php is activated in your functions.php file.

This stylesheet is turned off by default.

For more info, check out the codex:
http://codex.wordpress.org/Creating_Admin_Themes

******************************************************************/
.login h1 a {
  background: url(../images/login-logo.png) no-repeat top center;
  width: 326px;
  height: 67px;
  text-indent: -9999px;
  overflow: hidden;
  padding-bottom: 15px;
  display: block; }

body.login {
	background: #2B3E4D;
}

body.login a:active, body.login a:hover
{
	color:#fff;
}

.login form 
{
	background: transparent;
	-webkit-box-shadow:none;
	box-shadow:none;
}

.login label
{
	color:#fff;
}

.login #backtoblog a, .login #nav a 
{
    text-decoration: none;
    color: #fff;
}

#adminmenu, #adminmenu .wp-submenu, #adminmenuback, #adminmenuwrap
{
	background: #2B3E4D;
}