*, *:before, *:after {
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

body {
	background: #FFF;
	color: #484848;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
}

.clearfix:after {
	content:"";
    display:table;
    clear:both;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 400;
	margin-top: 0;
}

h1 { font-size: 34px; }

h3 {
	font-size: 26px;
	margin-bottom: 0;
}

p {
	color: #A1A1A1;
	line-height: 1.7;
	margin: 10px 0 15px;
}

a {
	color: #484848;
	text-decoration: none;
}

.container {
	margin: 0 auto;
	width: 840px;
}

.site-header { padding: 80px 0 60px; }

.site-logo {
	display: block;
	margin: 0 0 70px;
	text-align: center;
}

.site-heading { text-align: center; }

.site-heading strong {
	color: #2CB9F0;
	font-weight: 700;
}

.theme {
	background: #F4F4F4;
	margin: 0 0 100px;
	min-height: 350px;
	position: relative;
}

.theme-details {
	padding: 30px 0 30px 40px;
	width: 280px;
}

.theme-preview {
	position: absolute;
		bottom: -18px;
		right: -15px;
}

.button {
	transition: all 0.2s ease-in-out;
	background: #D7D7D7;
	border: none;
	border-radius: 4px;
	float: left;
	font-size: 16px;
	margin: 10px 0;
	padding: 15px;
	text-align: center;
	width: 215px;
}

.button:hover {
	background: #424242;
	color: #FFF;
}

.button--highlight {
	background: #2CB9F0;
	color: #FFF;
}

.button--form {
	width: 100%;
}

.subscribe {
	background: #F4F4F4;
	padding: 30px;
}

.one-half {
	float: left;
	margin-right: 4%;
	width: 48%;
}

.one-half:last-of-type {
	margin-right: 0;
}

form { margin: 0; }

form p {
	margin: 0;
}

form label {
	cursor: pointer;
	font-weight: 600;
	float: left;
	margin-bottom: 15px;
}

form input {
	border: 1px solid #A1A1A1;
	border-radius: 4px;
	font-size: 16px;
	margin-bottom: 15px;
	padding: 8px;
	width: 100%;
}

.site-footer {
	padding: 60px 0;
}

.copyright {
	font-size: 16px;
	text-align: right;
}