/* 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;
}

/* 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;
	padding-top: 10px;
	}

ul#dashmenu {
	margin: 0;
	list-style: none;
	position: absolute;
	top: -145px;
	left: 0;
	font-size: 11px;
	padding-left: 9px;
	padding-top: 10px;
	}

/*Custom classes for the Wordpress Admin header*/	

#wphead_custom {	
	background:#e4f2fd;
	padding: 0 19em .8em 0;
	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;
	font-size: 12px;
	height: 65px;
	margin: -75px 0px 0px;
	padding 10px 0 0 60px;
	background: #464646 url(../images/logo-ghost.png) no-repeat scroll 20px 10px;
	color: #999;
}

#footer_custom p {
	margin: 0;
	padding: 7px 0;
}

#footer_custom p a {
	text-decoration: none;
}
#footer_custom p a:hover {
	text-decoration: underline;
}

#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;}