/* Diplays the custom graphics for the login screen*/

#login form {

	background:url(images/custom_login.jpg ) center top no-repeat;

	padding-top:100px;

}



#login h1 {

	display:none;}



/* Change these values to alter the color of the button on the login screen*/	

#login form .submit input {

	background-color: #cee1ef !important;

	border-color:#80b5d0;

	color:#246;}

	

#login form .submit input:hover {

	border-color:#000;

	color:#fff;}



/* Hides the default Wordpress Admin footer content*/	

#footer {

	display:none;

}



/* Hides the default Wordpress Admin header content*/	

#wphead {

	display:none;}



#user_info {

	position: absolute;

	right: 15px;

	top: -141px;

	font-size: 11px;}



ul#dashmenu {

	margin: 0;

	list-style: none;

	position: absolute;

	top: -145px;

	left: 0;

	font-size: 11px;

	padding-left: 9px;}



/*Custom classes for the Wordpress Admin header*/	



#wphead_custom {	

	
	background: url(http://healeysprint.webtest.hiway.co.uk/images/template/top-fade_slice.jpg) top left repeat-x #fff;

	padding: .8em 19em .8em 1em;

	color: #c3def1;

	border-top-width: 27px;

	border-top-style: solid;

	border-top-color:#464646;

}



#wphead_custom a {

	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;

}



#user_info_custom {

	position: absolute;

	right: 15px;

	top: 11px;

	font-size: 11px;

}



#user_info_custom p {

	margin: 0;

	padding: 0;

}



#user_info_custom a:hover {

	text-decoration: underline;

}



/*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;}

	

 /* Custom Postioning Value to make the plugin work with Ozh's Drop Down Menu */	

#ozhmenu {

   top:-147px;}
   
 
ul#adminmenu, ul#sidemenu li a{background:#fff;border-top:none;}