
/* #Matt's Contributions
================================================== */


/* #Basic Styles
================================================== */
	body{
	
	color: #676767;
	/* background: url("../images/noise.png") repeat scroll 0 0 #FFF; */
	font-family: ProximaNova-Regular, ProximaNova-Bold, helvetica, sans-serif;
	font-weight: ;
		-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
		-webkit-text-size-adjust: 100%;
	display:block;
	
		}
	h1, h2, h3, h4 {
		font-family: ProximaNova-Regular, ProximaNova-Bold, helvetica, sans-serif;
	font-weight: ;
		-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
		-webkit-text-size-adjust: 100%;
	}
	
	b {
	font-family: ProximaNova-Bold;
	}
	
	.login-box {
		width:auto;
		min-height: 310px;
	}
	
	.subtle {
		font-size: 100%;
				
	}
	
	a {
		color: #C47529;
		text-decoration: none;
	}
	
	.right {
		float: right;
	}
	.fullerIDBold {
	        font-family: ProximaNova-Regular, ProximaNova-Bold, helvetica, sans-serif;
	        font-weight: bold;
                -webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
                -webkit-text-size-adjust: 100%;
		font-size: 18pt;
		color: #D86703;
	}
	.fullerIDPull {
	        font-family: ProximaNova-Regular, ProximaNova-Bold, helvetica, sans-serif;
	        font-weight: bold;
                -webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
                -webkit-text-size-adjust: 100%;
		font-size: 1em;
		color: #000000;
	}
	.fullerIDFade {
	        font-family: ProximaNova-Regular, ProximaNova-Bold, helvetica, sans-serif;
	        font-weight: bold;
                -webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
                -webkit-text-size-adjust: 100%;
		font-size: .9em;
		color: #9E9E9E;
	}

div.login-box div.fullerIDFade {
line-height: 1.2em;
}
.login-box {
height:auto;
padding-bottom: 30px;
}
._right_claim {
text-align: right;
margin: -30px 30px; 
float: right;
}

form#fm1 {
margin-bottom: 10px;
}

 

/* Forms
	================================================== */
	form {
		font-family: "ProximaNova-Regular";
	}

	input, .input[type="text"] {
		font-family: ProximaNova-Regular, ProximaNova-Bold, helvetica, sans-serif;
	}
	
	input[type="text"],
	input[type="password"],
	input[type="email"],
	textarea,
	select {
		font-weight: 50;
		font-size: 24px;
		line-height: 1;
		width: 100%;
		padding: 3px;
		margin-top: 2px;
		margin-right: 6px;
		margin-bottom: 16px;
		border: 1px solid #e5e5e5;
		background: #fbfbfb;
		outline: none;
		font-family: ProximaNova-Regular, ProximaNova-Bold, helvetica, sans-serif;
		}
	

	.fm-v {
		
	}

	.login-box {
		padding: 20px 0px 10px 30px;
		min-width: 280px;
		max-width: 280px;
	}
	
	#username, #password {
		width: 240px;
	}
	
	input.submit {
		background-color: #D86703;
		border: 1px solid #D86703;
		border-radius: 3px;
		display: inline-block;
		padding: none;
		text-decoration: none;
		text-transform: none;

		color: #FFF;

		margin-bottom: .5em;
		font-weight: 100;
		font-family: ProximaNova-Regular;
		text-align: center;
		float: none;
		}

#clickit {
	color: #C47529;
	cursor: pointer; 
	
	}
	
#drawer {
	background-color: #eeebe6;
	margin:0px;
	padding: 20px;
	}

.button {
	padding: 10px 40px 10px 40px;
	font-size: 18px;
	width: 246px;
	margin: .5em 0em;
}


/* Colors 
	================================================== */
	.tan {
		background-color: #eeebe6;
	}
	.tan-dark {
		background-color: #e4decf;
	}
	


