body.login {} 
#login 	a{text-decoration: none;}

h1 a {
	background: none;
	width: auto;
	height: auto;
	text-indent: 0px;
	overflow: hidden;
	padding-bottom: 0;
	display: block;
}

form {
	margin-left: 8px;
	padding: 26px 24px 46px;
	font-weight: normal;
	background: white;
	border: 1px solid #E5E5E5;
	-webkit-border-radius: 3px;
	 -khtml-border-radius: 3px;
	   -moz-border-radius: 3px;
			border-radius: 3px;
	-webkit-box-shadow: none;
	 -khtml-box-shadow: none;
	   -moz-box-shadow: none;
			box-shadow: none;
}

body form .input {
	font-family: "HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",sans-serif;
	font-weight: 200;
	font-size: 24px;
	width: 97%;
	padding: 3px;
	margin-top: 2px;
	margin-right: 6px;
	margin-bottom: 16px;
	border: 1px solid #E5E5E5;
	background: #FBFBFB;
	outline: none;
	-webkit-box-shadow: inset 1px 1px 2px rgba(200,200,200,0.2);
	   -moz-box-shadow: inset 1px 1px 2px rgba(200,200,200,0.2);
			box-shadow: inset 1px 1px 2px rgba(200,200,200,0.2);
}

#wp-submit {}

@font-face {
    font-family: 'brandon_grotesqueblack';
    src: url('../fonts/brandon_blk-webfont.eot');
    src: url('../fonts/brandon_blk-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/brandon_blk-webfont.woff2') format('woff2'),
         url('../fonts/brandon_blk-webfont.woff') format('woff'),
         url('../fonts/brandon_blk-webfont.ttf') format('truetype'),
         url('../fonts/brandon_blk-webfont.svg#brandon_grotesqueblack') format('svg');
    font-weight: normal;
    font-style: normal;

}

.login h1 a {
	background-image:none;
	width:auto;
	height:auto;
	background-repeat:no-repeat;
	background-position:0 0;
	display: block;
	background-size:651px 324px;
	text-align: center;
	margin: 0 auto;
	text-indent: 0;
	
	font-family: "brandon_grotesqueblack";
	font-style: normal;
	color:#333;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 30px;
	line-height: normal;
	overflow: auto;
	position: relative;
}
.login h1 a:hover{
	text-decoration: none;
	color:#333;
}
body.login {
	background: #fff;
}
.login #nav, .login #backtoblog {
	text-shadow: none;
}
.login #nav a, .login #backtoblog a {
	color: #4c4c4c!important;
}

