/* Diplays the custom graphics for the login screen*/
#login {
	background:url(images/custom_login.jpg ) center top no-repeat; color:#000;
}

#login form {
	background:url(images/custom_login_bottom.gif ) center bottom no-repeat;
}

#login #login_error {
	background: #fff;
	border: 1px solid #878686;
	color: #f00;}

/* 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:#11517f;
	padding: .2em 19em .2em 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;
}


#footer_custom {
	clear: both;
	height: 40px;
	padding: 10px 0 0 32px;
	margin: 0;
	position: relative;
 	margin:0;
	font-size: 12px;
}

#footer_custom p {
	margin: 0;
	padding: 7px 0;
}

#footer_custom p a,#footer_custom p a:visited {
	text-decoration: none; color:#fff; font-weight:bold;
}

#footer_custom p a:hover {
	text-decoration: none; color:#CCC;
}

#footer_custom {
	background-color:#14568A;
	color: #fff;
}