.rightSideBar {
	height: 100%;
}
.quickSearchCnt {
	padding-top: 20px;
}
.catCnt {
	margin-top: 20px;
}
.catCnt .catHeader {
	color: #444;
	font-family: OpenSans, sans-serif;
}
.catCnt .catHeader,
.catCnt .archiveLink {
	font-weight: bold;
}
.blogCnt .article .articleFooter .articleCat,
.catCnt .catList li {
	border-left-style: solid;
	border-left-width: 10px;
	margin-bottom: 5px;
	padding-left: 10px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
.catCnt .catList li a,
.blogCnt .article .articleFooter .articleCat {
	color: #444;
}
.blogCnt .article {
	margin-top: 20px;
}
.blogCnt .article .titleAndDate {
	padding-top: 20px;
	overflow: hidden;
	border-bottom: solid 5px  rgba(0,0,0, 0.3);
}
.blogCnt .article .articlePublish {
	color: #B2B2B2;
	font-size: 18px;
	text-align: right;
}
.blogCnt .article .articleTitle {
	display: block;
	font-size: 28px;
	font-weight: bold;
	text-decoration: none;
	font-family: OpenSans, sans-serif;
}
.blogCnt .article .articleContent h1,
.blogCnt .article .articleContent h2,
.blogCnt .article .articleContent h3,
.blogCnt .article .articleContent h4,
.blogCnt .article .articleContent h5,
.blogCnt .article .articleContent h6 {
	font-size: 1.5em;
}
.articleContent p {
	line-height: 30px;
}
.articleContent ul {
	list-style: inherit;
	padding-left: 40px; 
}
.articleContent a {
	text-decoration: underline;
}
.articleContent table td {
	padding: 5px;
}
.blogCnt.blogDetails .article .articleTitle {
	color: #e2a12d;
	font-size: 50px;
}
.blogCnt .article .articleFooter {
	margin-top: 10px;
	padding-top: 5px;
	color: #B2B2B2;
	border-top: solid 5px rgba(0,0,0, 0.3);
	font-family: OpenSans, sans-serif;
}
