@charset "utf-8";



/*///////////////////////////////////// Typography //////////////////////////////////////////////*/



h1{ font-size:14px; line-height:16px;}

h2{ font-size:12px; line-height:14px;}

h3{ 
	font-size: 18px;
	line-height: 18px;
	color: #9F9F9F;
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 5px;

}

p{margin-bottom: 10px;}

.bold{font-weight: bold;}

.small-print{
	font-size:12px;

}

#nav header h1{

	font-size:11px; 

	line-height:32px; 

	margin-left:10px;
	font-weight: normal;
	display: inline-block;

}



.loginBox h1{ 

	font-size:30px; 

	color:#fff; 

	font-weight:bold; 

	text-transform:uppercase; 

	line-height:34px; 

	margin:20px 0px 60px 0px; 

	text-align:center; 

	text-shadow:0px 0px 10px #c83721;

}

.panelHeader h2, #ToolsHeader h2{ 

	line-height:20px;

}

.copy{

	color: #666;

	font-size: 14px;

	line-height: 16px;

}



.title-1{

	color:#757575; 

	text-shadow: 1px 1px #eee;

	background: -webkit-linear-gradient(#757575, #656565);

	-webkit-background-clip: text;

	-webkit-text-fill-color: transparent;

}



.title-2{

	color:#757575; 

	font-size: 14px;

	line-height: 18px;

	font-weight: bold;

}

