/**
 * POST ARTICLES STYLES
 */
.posts-wrapper .description {
	margin: 0px 30px 20px;
	font-size: 20px;
	line-height: 1.3em;
}
/*
.pageTitle h1 {
	font-size: 30pt;
	line-height: 32pt;
	padding: 10px 0 8px;
}
.pageTitle h2 {
	font-size: 24pt;
	line-height: 28pt;
	padding-bottom: 20px;
}
//*/
.posts-wrapper .post {
	overflow: hidden;
}
.posts-wrapper .post article {
	font-size: 18px;
}
.posts-wrapper .post article img {
	max-width: 655px;
	height: auto;
	margin-bottom: 10px;
}
.posts-wrapper .post h1 {
	font-weight: bold;
}
.posts-wrapper .post h2 {
	font-weight: bold;
}
.posts-wrapper .post h3 {
	font-family: 'Soho Gothic W2';
	font-weight: normal;
}

.posts-wrapper .post p {
	padding: 0px;
	line-height: 1.5em;
}
.posts-wrapper .post strong {
	font-weight: bold;
}
.posts-wrapper .post em {
	font-style: italic;
}
.posts-wrapper .post a:link,
.posts-wrapper .post a:visited,
.posts-wrapper .post a:active {
	background-color: #FBEC02;/*yellow;*/
}
.posts-wrapper .post ul {
	padding-top: 15px;
	padding-left: 40px;
	list-style: circle outside;
	line-height: 1.5em;
}
.grey {
	color: #dedede;
}
#disqus_thread {
	margin-top: 50px;
}
