/*---:[ Thesis CSS reset ]:---*/
* {
	margin: 0;
	padding: 0;
	word-wrap: break-word;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img, abbr, acronym, fieldset {
	border: 0;
}
code {
	line-height: 1em;
}
pre {
	overflow: auto;
	clear: both;
	word-wrap: normal;
	-moz-tab-size: 4;
	tab-size: 4;
}
sub, sup {
	line-height: 0.5em;
}
img, .wp-caption {
	max-width: 100%;
	height: auto;
}
iframe, video, embed, object {
	display: block;
	max-width: 100%;
}
img {
	display: block;
}
.left, .alignleft, img[align="left"] {
	display: block;
	float: left;
}
.right, .alignright, img[align="right"] {
	display: block;
	float: right;
}
.center, .aligncenter, img[align="middle"] {
	display: block;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	float: none;
	clear: both;
}
.block, .alignnone {
	display: block;
	clear: both;
}
.wp-smiley {
	display: inline;
}

/*---:[ custom CSS ]:---*/
.row {
	max-width: 1100px;
}

.post_content p {
	font-size: 17px;
	line-height: 24px;
}

.headline {
	font-size: 28px;
}

.blog .post_excerpt {
	font: 17px/26px 'alegreyaregular', serif;
}

.tier3 .right h2 a {
	font-size: 28px;
	line-height: 32px;
}

.soliloquy-fc-slider .soliloquy-caption-inside .soliloquy-fc-title-link {
	font-size: 28px !important;
}

.bns-smf-feeds li a {
		font-size: 17px;
}

.tabbed-widget .tab_content li a {
	font-size: 17px;
}

.comment .comment_author { 
	font-size: 20px;
}

.comment p, 
.comment .comment_text ul, 
.comment .comment_text ol, 
.comment .comment_text blockquote, 
.comment .comment_text pre { 
	font-size: 17px;
	line-height: 24px;
}

.comment_form_title {
	color: #ede6d7;
	font-size: 22px;
	font-family: 'alegreyaitalic', sans-serif;
}

.postbg {
	background-color: #D6CBB5;
	border-radius: 3px;
	box-shadow: 5px 5px 5px rgba(0,0,0,0.3);
	position: relative;
	min-height: 523px;
}

.header_area > .row {
	width: 1172px;
	height: 457px;
}

#site_title a {
	z-index: 50;
}

.lower_header {
	top: -38px;
}

.header_area {
	margin-bottom: 40px;
}

.tier1 .join {
	padding: 45px 5px 0px 16px;
	margin: 3px 9px 0;
}

.tier2 {
	margin: 50px 0;
} 

.tier3 {
	margin: 80px 0 60px;
}