@charset "UTF-8";
/* CSS Document */
.tile-button-column {
	margin: auto;
	text-align: left;
}
.tile-style {
	background-color: #f3f2f1;
	background-image: linear-gradient(180deg, rgba(225, 222, 218, 1) 0%, rgba(243, 242, 241, 1) 100%);
	padding-bottom: 0.8em;
	padding-left: 0.8em;
	padding-right: 0.8em;
}
div.post {
}
div.entry {
}
div.featured-post {
}
div.entry-content {
}
div.post-meta {
	border-top: 2px solid #cccccc;
	clear: both;
	font-size: 12px;
	margin: 0 0 10px 0;
	padding: 5px 0 0;
	text-transform: uppercase;
}
h2.entry-title {
	font-size: 24px;
}
p.post-info {
	font-size: 12px;
}
span.date-published {
}
span.author {
}
span.post-comments {
}
img.post-image {
}
span.category-type:after {
	content: " | ";
	color: #878279;
}
span.tag-type:after {
	content: " | ";
	color: #878279;
}
img.post-image {
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
}
.link-list, .tag-list {
	list-style: outside none none;
	margin: 0;
	overflow: hidden;
	padding-left: 0;
}
.link-list li {
	border-bottom: 1px inset #878279;
	margin: 0;
	padding: 0.4em 0;
}
.post-categories .link-list li:last-child {
	border-bottom: none;
}
.tag-list li {
	border: medium none;
	display: inline;
	margin-top: 0.1em;
}
ul.tag-list li::after {
	content: " / ";
	color: #878279;
}
.post-tags ul.tag-list li:last-child::after {
	content: " ";
}
.blog-pagination {
	margin-top: 20px;
	display: inline-block !important;
}
.blog-pagination .pageNum {
	text-align:center;
	
}
.blog-pagination .pageNum input {
	width: 30px;
	text-align: center;
	
}
.comment-list li {
    background-color: #f3f2f1;
    background-image: linear-gradient(180deg, rgba(225, 222, 218, 1) 0%, rgba(243, 242, 241, 1) 100%);
    border: 1px solid #cccccc;
    border-radius: 4px;
    list-style: outside none none;
    margin: 15px 20px 15px -20px !important;
    padding: 10px;
}
.comment-author cite, span.says {
	font-size: 18px;
}
.sharethis {
	margin-top: 10px !important;
	padding-top: 5px !important;
	text-align: center;
}