/* Diplays the custom graphics for the login screen*/
#login form {
	background:transparent url(images/custom_login.jpg ) center top no-repeat;
	padding-top:100px;}

/* Hides the default Wordpress Login content*/	
#login form {
-moz-border-radius: 11px;
	-khtml-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0px;
	border: none;
	-moz-box-shadow:none;
	-webkit-box-shadow: none;
	-khtml-box-shadow: none;
	box-shadow: none;}

#login h1 {
	display:none;}

/* Hides the default Wordpress Admin footer content*/	
#footer {
	display:none;}

/* Hides the default Wordpress Admin header content*/	
#wphead  {
	display:none;}
	
/*Custom classes for the Wordpress Admin header*/		
#wphead_custom {
	background:#464646;
	height:100px;}
#wphead-info {
	padding-top:27px;}

#header-logo_custom {
	float: left;}

/*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;}*/