html {
	background: #7a7c84;
	-moz-linear-gradient(0% 50% 90deg,#7A7C84, #26BEC9);
	-webkit-gradient(linear, 0% 0%, 0% 100%, from(#7A7C84), to(#175C66), color-stop(.6,#333333));
	}
body.login {
	border-top-color: rgba(39,149,139,0.4);
	}

/* Diplays the custom graphics for the login screen*/
#login {
	margin: 7em 0 0 4em;
	}
#login form {
	background: rgba(0,0,0,0.4);
	padding-top: 20px;
	}

/* Hides the default Wordpress Login content*/	
#login form {
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	border: 1px solid #003333;
	-moz-box-shadow: 8px 8px 18px #006666;
	-webkit-box-shadow: 8px 8px 18px #006666;
	-khtml-box-shadow: 8px 8px 18px #006666;
	box-shadow: 8px 8px 18px #006666;
	}

#login h1 {
	margin: 0 0 0 0;
	}
#login h1 a {
	background: transparent url( ./images/custom-login.png ) center top no-repeat;
	}
	
#nav a {
	color: #222 !important;
	text-shadow: 0 1px 0 #bbb;
	-moz-text-shadow: 0 1px 0 #bbb;
	-webkit-text-shadow: 0 1px 0 #bbb;
	-khtml-text-shadow: 0 1px 0 #bbb;
	}
#nav a:hover {
	color: #777 !important;
	}
	
label {
	color: #fff !important;
	text-shadow: 0 1px 0 #000;
	-moz-text-shadow: 0 1px 0 #000;
	-webkit-text-shadow: 0 1px 0 #000;
	-khtml-text-shadow: 0 1px 0 #000;
	}

span.byauthor {
	color: #ccc;
	position: absolute;
	right: 10px;
	text-decoration: none;
	top: 7px;
	}
span.byauthor a {
	position: static !important;
	}
