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

#velo_user_info{
position:inherit;
	margin-top:-90px;
	text-align:right;
	padding-right:20px;
	padding-bottom:74px;
}

#wphead_custom {
	background:#989FA6 url(/wp-content/plugins/veloware-cms-plugin/images/custom_header-bkgd.jpg) repeat-x;
	padding: 0em 0em 0em 0em;
	color: #c3def1;
	height:100px;
/*	border-top-width: 27px;
	border-top-style: solid;
	border-top-color:#6D6C6C;*/
}

#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;}