/*
Theme Name: Single Page Framework Theme
Theme URI: http://wptheming.com
Description: An example/test theme with a complete theme options panel.
Author: Devin Price
Author URI: http://wptheming.com
Version: 1.8.0
*/

body {
	background:#eee;
}

body, input, textarea {
	color: #373737;
	font: 15px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	line-height: 1.625;
}

p {
	margin:0 0 10px 0;
}

h1, h2, h3 {
	margin:0 0 10px 0;
}

#page {
	background:#fff;
	min-width:440px;
	max-width:740px;
	width:60%;
	margin:20px auto;
}

header {
	background:#dedede;
	padding:30px 40px;
}

.entry-content {
	padding:20px 40px;
}

.entry-content img {
	max-width: 100%;
}

@media (min-width: 992px){
	.content-section .content, .content {
		width: 66.66666666666666%;
	}
}
@media (min-width: 768px){
	.content-section .content, .content {
		width: 83.33333333333334%;
	} 
}