
.default .wsCommentContainer {
	border: 1px solid silver;
	margin: 10px;
}

.default .wsComment {
	padding: 0px;
	margin: 0px;
}

.default .wsComment .entry-meta {
	padding: 10px;
	margin: 0px;
	background-color: #ddd;
}

.default .wsComment .entry-meta .entry-meta-header {
	font-size: 8pt;
	font-style: italic;
}

.default .wsComment .entry-meta .entry-meta-actions {
	text-align: right;
}

.default .wsComment .comment {
	padding: 10px;
}

.default .wsCommentActions {
	background-color: #ccc;
	min-height: 40px;
	padding: 10px;
}

.default .pagination > .active > a, .default .pagination > .active > span, .default .pagination > .active > a:hover, .default .pagination > .active > span:hover, .default .pagination > .active > a:focus, .default .pagination > .active > span:focus {
	z-index: 2;
	color: #fff;
	cursor: default;
	background-color: #1c7fc3;
	border-color: #1c7fc3;
}

.default .pagination > li > a:hover, .default .pagination > li > span:hover, .default .pagination > li > a:focus, .default .pagination > li > span:focus {
	color: #fffdfd;
	background-color: #1c7fc3;
	border-color: #1c7fc3;
}

.default .ws_article.blog_article p {
	margin-top: 7px;
	margin-bottom: 7px;
}

.default .ws_article {
	position: relative;
	color: #373737;
	margin-top: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #efefef;
	padding-top: 30px;
	padding-bottom: 30px;
}

.default .ws_article a {
	color: #c1c1c1;
	text-decoration: none;
}

.default .article_title {
	font-size: 1.5em;
	padding: 0;
	margin-top: 10px;
	margin-bottom: 10px;
}

.default img.articleCoverImage {
	width: 100%;
}

.default .blog-text-container {
	padding-left: 40px;
	padding-right: 40px;
}

.default .article_title, .default .article_title a {
	color: #222;
	text-decoration: none;
}

.default .article_title a:hover {
	color: #1982d1;
	text-decoration: none;
}

.default .entry-meta {
	clear: both;
	color: #666;
	font-size: 12px;
	line-height: 18px;
	margin-top: 10px;
}

.default .entry-meta a {
	font-weight: bold;
}

.default .article_content, .default .entry-summary {
	padding: 0;
	margin-top: 10px;
}
