/*---:[ Thesis CSS reset ]:---*/
* {
	margin: 0;
	padding: 0;
}
html {
	word-break: break-word;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	word-break: normal;
}
img, fieldset {
	border: 0;
}
abbr, acronym {
	text-decoration: none;
}
code {
	line-height: 1em;
}
pre {
	overflow: auto;
	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;
	float: none;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
.clear {
	clear: both;
}
input[type=submit], button {
	cursor: pointer;
	overflow: visible;
	-webkit-appearance: none;
}
.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 {
	z-index: 50;
}
#site_title {
    background: url(images/logo.png) no-repeat;
    width: 475px;
    height: 391px;
    display: block;
    margin: 0 auto;
    position: relative;
    top: -22px;
}

.ir, #site_title {
    display: block;
    border: 0;
    text-indent: -999em;
    overflow: hidden;
    background-color: transparent;
    background-repeat: no-repeat;
    text-align: left;
    direction: ltr;
}

.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;
}

.tier4 .widget {
    width: 245px;
}

.decent-comments {
	height: 400px;
	overflow-y: scroll;
}
.tier4 .panel4 li {
	margin-bottom: 0px;
}
.decent-comments .comment {
    padding: 0px 4px 4px 4px;
    position: relative;
	background: unset;
	margin: 0px;
	border-radius:0px;
}
.decent-comments .comment-excerpt {
	display: inline !important;
}
.decent-comments .comment-author {
	font-weight: bold;
	padding-left: 12px;
	padding-right: 6px;
}
.decent-comments .comment .avatar {
	width: 16px;
	height: 16px;
	left: 2px;
    top: 8px;
}
.post_content ul li {
	padding-bottom: 16px;
	font-size:17px
}