/* Diplays the custom graphics for the login screen*/
#login {
	background:url(images/custom_login.jpg ) center top no-repeat;
}

#login form {
	background:url(images/custom_login_bottom.gif ) center bottom no-repeat;
}

#login #login_error {
	background: #fff;
	border: 1px solid #878686;
	color: #000;}

/* Hides the default Wordpress Admin footer content*/	
#footer {
	display:none;
}

/* Hides the default Wordpress Admin header content*/	
#wphead, #viewsite, #dashmenu{
	display:none;}

/* Classes to override Wordpress defaults (If you have a white header graphic and need the text dark)*/
#user_info, #user_info a{
	color:#fff;
	border-bottom:none;}

/*Custom classes for the Wordpress Admin header*/	
#wphead_custom {	
	background:#14568a;
	padding: .8em 19em .8em 2em;
	color: #c3def1;
}

#wphead_custom a, #wphead_custom a:visited {
	color: #fff;
	border:none;
}

#wphead_custom h1 {
	font-size: 2.5em;
	font-weight: normal;
	letter-spacing: -.05em;
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#wphead_custom h1 span {
	font-size: .4em;
	letter-spacing: 0;
}

/*Custom classes for the Wordpress Admin footer*/	
#footer_custom {
	clear: both;
	text-align: center;
	width: 500px;
	margin: auto;
	height: 100px;
}

#footer_custom .docs {
	padding-top: 0px;
	line-height: 100%;
}

#footer_image {
	border:none;
}
