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

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

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

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

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

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

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

.graphene .pagination {
	display: inline-block;
	padding-left: 0;
	margin: 20px 0;
	border-radius: 4px;
}

.graphene .pagination > li:first-child > a, .graphene .pagination > li:first-child > span {
	margin-left: 0;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

.graphene .pagination > .disabled > span, .graphene .pagination > .disabled > span:hover, .graphene .pagination > .disabled > span:focus, .graphene .pagination > .disabled > a, .graphene .pagination > .disabled > a:hover, .graphene .pagination > .disabled > a:focus {
	color: #000;
	cursor: not-allowed;
	background-color: #fff;
	border-color: #ddd;
}

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

.graphene .pagination > li > a, .graphene .pagination > li > span {
	position: relative;
	float: left;
	padding: 6px 12px;
	margin-left: -1px;
	line-height: 1.42857143;
	color: #000;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #ddd;
}

.graphene .pagination > li > a, .graphene .pagination > li > span {
	position: relative;
	float: left;
	padding: 6px 12px;
	margin-left: -1px;
	line-height: 1.42857143;
	color: #000;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #ddd;
}

.graphene .pagination > li:last-child > a, .graphene .pagination > li:last-child > span {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

.graphene .ws_article {
	background: none repeat scroll 0 0 #fff;
	border: 1px solid #d8d8d8;
	margin-top: 15px;
	margin-bottom: 5px;
	overflow: auto;
	padding: 20px 15px 15px 15px;
	position: relative;
	color: #2c2b2b;
	font: 14px/18px Raleway;
	border-top-right-radius: 30px;
	border-bottom-left-radius: 30px;
}

.graphene .ws_article .article_date {
	left: 15px;
	margin: 0;
	padding: 0;
	top: 25px;
}

.graphene .ws_article .article_date p {
	margin-top: 1px;
}

.graphene .ws_article .article_date p .article_month {
	color: #000;
	display: inline;
	font: 18px/22px Raleway;
}

.graphene .ws_article .article_date p span .article_day {
	color: #2c2b2b;
	font-size: 18px;
}

.graphene .article_title {
	border-bottom: 1px solid #e3e3e3;
	font: 18px Raleway;
	padding-bottom: 15px;
	margin: 0;
	padding: 0 0 5px 0;
}

.graphene .post-meta {
	position: relative;
	font: 14px/18px Raleway;
	padding-bottom: 5px;
	height: 30px;
}

.graphene .post-meta ul {
	background: url("/modules/wsTemplates/presets/graphene/images/graphene_sprite_master.png") no-repeat scroll left -85px transparent;
	padding: 0 0 0 15px;
	margin: 0;
}

.graphene .post-meta p, .graphene .post-meta ul, .graphene .post-meta li {
	float: left;
}

.graphene .post-meta li {
	list-style-position: outside;
	list-style-type: none;
	margin-left: 5px;
}

.graphene .post-meta p, .graphene .post-meta ul, .graphene .post-meta li {
	float: left;
}

.graphene .post-meta .article_author, .graphene .post-meta .edit-post, .graphene .post-meta .post-date-inline, .graphene .post-meta .print, .graphene .post-meta .email {
	display: block;
	float: lef;
	position: relative;
	padding: 0;
	margin: 0;
}

.graphene .article_content {
	padding-bottom: 15px;
}

.graphene .entry-footer {
	border-top: 1px solid #e3e3e3;
	clear: both;
	padding-bottom: 50px;
}

.graphene .post-tags {
	color: #00007f;
	float: left;
	font: 11px/16px Raleway;
	margin-top: 5px;
}

.graphene .ws_article a, .graphene .ws_article a:link, .graphene .ws_article a:visited {
	color: #1772af;
	text-decoration: none;
}

.graphene .ws_article a:hover {
	color: #074d7c;
	text-decoration: none;
}
