#blog-wrap {
	margin: 0 auto;
	width: 960px;
	padding: 100px 0;
	min-height: 1400px;
}

#blog-wrap a {
	color: #5295CD;
}

#blog-wrap a:hover {
	color: hsl(207, 55%, 40%);
}

#blog-wrap h1 {
	font-family: 'Oswald', Arial, sans-serif;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 60pt;
	border-bottom: 4px solid rgba(0, 0, 0, 0.8);
	padding-bottom: 20px;
}


#sidebar {
	width: 260px;
	float: right;
	/*margin-left: 30px;*/
	font-family: 'Gudea', arial, sans-serif;
}

#mc_signup input {
	font-size: 15pt;
	padding: 6px;
	font-family: 'Lato', arial, sans-serif;
	width: 93%;
}

#mc_signup label, #comments label {
	margin-top: 10px;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-family: "Montserrat", arial, sans-serif;
	font-size: 11px;
	margin-bottom: 4px;
	display: block;
}

.mc_merge_var {
	margin: 8px 0;
}

#sidebar .textwidget a {
	font-size: 130%;
	margin: 10px 0 4px;
	padding: 0;
	display: block;
}

#content {
	width: 640px;
	margin-right: 30px;
	border: 1px solid #CCC;
	box-shadow: 1px 1px 14px #CCC;
	moz-box-shadow: 1px 1px 14px #CCC;
	webkit-box-shadow: 1px 1px 14px #CCC;	
	background-color: white;
	padding: 20px;
}

.post {
	padding-bottom: 30px;
}

#content .post h1 {
	font-family: 'Lato', sans-serif;
	letter-spacing: -1px;
	font-size: 32pt;
	border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
	margin-bottom: 10px;
	text-transform: capitalize;
}

.post h1 a {
	color: #101010;
}

.post small {
	display: block;
	margin-bottom: 30px;
}

.post h2 {
	font-family: "Lato", "helvetica", arial, sans-serif;
	font-weight: normal;
	font-size: 26pt;
}

#sidebar li {
	list-style-type: none;
	margin-bottom: 30px;
}

#sidebar ul {
	margin-left: 0;
	padding-left: 0;
}

#sidebar .title {
	font-family: 'Oswald', Arial, sans-serif;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 20pt;
	border-bottom: 3px solid rgba(0, 0, 0, 0.8);
	margin-top: 20px;
	margin-bottom: 16px;
	display: block;
}

/* -- COMMENTS -- */

.comment-form-author {
	
}

.comments label {
	width: 120px;
/*	display: block;
*/}
