
body {
	font-family: serif;
}
.header {
	font-family: sans-serif;
    background: black;
    min-height: 150px;
    margin: 0;
    color:white;
    padding: 30px 20px;
}
    .header h2 {
        font-weight:300;
        color: #666;
        margin:0;
        font-family: sans-serif;
    }

.blurb {
	font-family: sans-serif;
	border-bottom:1px solid #ccc;
}
	.blurb p {
		line-height: 1.6em;
		font-size: 1em;
	}

p {
	color: #333;
	font-size: 1.1em;
}

h3 {
	font-size:1.2em;
	letter-spacing: -0.05em;
	margin-bottom: 10px;
}

h4 {
	color: #9B1518;
	font: normal 0.5em/1.3 Helvetica, Arial, sans-serif;
	letter-spacing: 0.01em;
	text-transform: uppercase;
	margin-bottom: .4em;
}
.content {
	padding: 15px;
}

.article {
	border-bottom: 1px solid #ddd;
	padding: 0 5px 15px 5px;
}

.floatLeft {
	float:left;
	margin: 25px 10px 3px 0;
}

.right-bar .article {
	text-align: center;
	padding:15px;
}
.right-bar h3 {
	color: #333;
	font-family: 1em;
	font-weight: normal;
	margin-top:0.3em;
}
.section-header {
	color: #AA0016;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	margin-bottom:0.2em;
	padding-bottom:0.5em;
	border-bottom:1px solid #ddd;
	margin-top:1em;
	font-style: normal;
	font-variant: normal;
}

@media (max-width: 767px) {

	.header {
		text-align: center;
	}

	.headline h3 {
		font-size:180%;
	}

	.right-bar .article {
		display:inline-block;
		width:30%;
		padding:0;
		border:none;
	}
}
