a{
	color: #ff682b;
}
br{
	clear: both;
}
h1,h2,h3{
	font-size: 5em;
	text-transform: uppercase;
	line-height: .8em;
	margin: 0px;
	font-weight: bold;
	letter-spacing: -.05em;
	font-family: "Gotham-Black", helvetica, arial, verdana;
	font-weight: bold;
	margin-bottom: 20px;
}
h1.red{
	color: #ff682b;
}
h2{
	font-size: 3em;
}
h3{
	font-size: 1.5em;
	line-height: 1em;
	margin-bottom: 0px;
}
.white_on_black_line{
	padding: 10px 0px;
}
.white_on_black, .white_on_red{
	color: #fff;
	background: url(/media/images/black_50.png);
	padding: 10px 0;
}
.trans{
	opacity:0.5;*/
	filter:alpha(opacity=50);
}
.white_on_red{
	background: #ff682b;
	opacity:1;
	filter:alpha(opacity=100);
}
.white_on_red:hover{
	background: #000;
	color: #ff682b;
}
a.white_on_black:hover{
	opacity:1;
	filter:alpha(opacity=100);
}
.white_on_black a{
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
	font-size: 2em;
	margin-right: 20px;
	color: #fe7020;
}
.white_on_black a:hover{
	color: #fff;
}
.white_on_black a.read_more{
	font-size: .5em;
}