.header {
	background-color: #333333;
	padding: 30px 0px 20px 0px;
}

h1 {
	font-size: 50px;
	font-family: 'Roboto Condensed', serif;
	font-weight: bold;
	color: white;
	text-align: center;
	text-transform: uppercase;
	background-color: #333333;
	padding: 0px 0px 30px 0px;
}

.nav {
	text-align: center;
}

span a {
	text-decoration: none;
	text-transform: uppercase;
	font-family: 'Roboto Condensed', serif;
	font-weight: bold;
	color: #2282e2;
	padding-left: 20px;

}

.adbox {
	margin: 10px 0px 15px 0px;
	padding-bottom: 50px;
	border-bottom: 1px solid #bababa;

}

.kicker {
	font-family: 'Lato', serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	padding-bottom: 15px;

}

h2 {
	font-family: 'Roboto Condensed', serif;
	font-weight: bold;
	font-size: 30px;
	text-transform: uppercase;
	padding-bottom: 15px;
}

.byline {
	color: #bababa;
	font-family: serif;
	font-size: 12px;
	line-height: 13px;
	padding-bottom: 15px;
}

span {
	text-transform: uppercase;
}

.summary {
	font-family: serif;
	line-height: 20px;
	font-size: 18px;
	border-bottom: 1px solid #bababa;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

.caption {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 14px;
	line-height: 17px;
	padding-bottom: 15px;
	color: #bababa;
}

.center-story .kicker {
	text-align: center;
}

img {
	height: 100%;
	width: 100%;
}

h3 {
	font-family: 'Lora', serif;
	font-size: 40px;
	text-align: center;
	line-height: 45px;
	padding-bottom: 15px;
}

.center-story .byline {
	text-align: center;
}

.center-story .summary {
	text-align: center;
	line-height: 23px;
}

ol {
	list-style: decimal;
	font-family: 'Lato', sans-serif;
	font-size: 13px;
	line-height: 23px;
	text-decoration: none;
}

ol li{
	border-bottom: 1px solid #bababa;
	padding: 5px 0px 5px 0px;
}

.refer {
	float: left;
	width: 130px;
	margin-right: 30px;
}

h4 {
	font-family: 'Lora';
	line-height: 24px;
	padding-bottom: 40px;
}

.footer {
	color: #bababa;
	background-color: #333333;
	padding: 30px 0px 20px 0px;
	font-family: 'Lato', sans-serif;
	text-align: center;

}

