/* Diplays the custom graphics for the login screen*/#login form {	background:url(images/custom_login.png ) 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: #CCC !important;	border-color:#666;	color:#666;}#login form .submit input:hover {	border-color:#000;	color:#000;}/* 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 e4f2fd*/#wphead_custom {	background:#990000;	padding: .8em 19em .8em 1em;	color: #CCC;	border-top-width: 27px;	border-top-style: solid;	border-top-color:#282828;}#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;	float: left;	padding-left: 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;}