﻿/*** LP17 ***/

#container {
	background: #f5f5f5 !important;
}

.lp17 {
	background: #f5f5f5;
	color: #000;
	font-family: Roboto, sans-serif; 
	font-size: 18px; 
	font-weight: 300; 
}

.lp17 div#content {
	float: none; 
	display: block; 
	margin: 0 auto !important; 
	max-width: 728px; 
	width: 92%; 
}

.lp17 h1.title {
	font-family: 'Source Sans Pro', sans-serif;
    font-size: 42px;
    text-align: center;
    font-weight: 700;
    color: #333;
    line-height: 1em;
    letter-spacing: -1.8px;
}

.lp17 .postmetadata {
	font-size: .75em; 
	line-height: 1.25em; 
	text-align: center; 
}

.lp17 .postmetadata a {
	color: #000; 
	text-decoration: underline; 
}

.lp17 .post-content {
	font-size: 1em; 
}

.lp17 h1, .lp17 h2, .lp17 h3, .lp17 h4, .lp17 strong {
	font-weight: 400; 
}

.lp17 .post-content .wp-caption-text, .gallery-caption {
	color: #333; 
	font-size: .75em; 
}

.lp17 .post-content p a {
	color: #ff9000;
}

@media screen and (max-width: 640px) {
	.lp17 .post-content img, .lp17 .post-content img.aligncenter {
		height: auto; 
		max-width: 100%;
	}
	.lp17 .post-content .wp-caption {
		width: 92% !important; 
	}
	.lp17 h1.title {
		font-size: 36px;
	}
}