
.blog_post_date_short {
	float: left;
	margin-right: 10px;
	background-image: url("../img/date-blank.png");
	height: 60px;
	width: 63px;
}

.blog_post_date_short .month {
	padding: 4px 3px 0px 0px;
	color: rgb(255, 255, 255);
	text-align: center;
}

.blog_post_date_short .day {
	margin: 3px 3px 0px 0px;
	font: 28px/28px Arial,Helvetica,sans-serif;
	color: rgb(51, 51, 51);
	text-align: center;
}

.blog_social_bookmarking img {
	padding: 2px;
}

.blog_archive_calendar_head {
	text-align: center;
	font-weight: bold;
	margin-top: 10px;
	width: 161px;
}

.blog_archive_calendar {
	margin: 5px 0;
}

.blog_archive_calendar .grid {
	width:161px;
	margin: 0 auto;
}

.blog_archive_calendar .day {
	width:22px;
	height:10px;
	display:block;
	float:left;
	font-size:10px;
	text-align:center;
	padding-top:7px;
}

.blog_archive_calendar .day a {
	text-decoration:none;
	font-weight: bold;
}

.blog_archive_calendar .today {
	background:#6B6B6B;
}

.blog_archive_calendar .today, .blog_archive_calendar .today a {
	color:#FFFFFF;
}

.blog_archive_calendar .name {
	height:12px;
	font-size:9px;
	padding-top:1px;
}

.blog_archive_calendar_nav {
	margin-bottom: 10px;
}

.blog_archive_calendar_nav .prev {
	float: left;
}

.blog_archive_calendar_nav .next {
	float: right;
	padding: 0 5px;
}

.previous_blog_post {
	float: left;
}

.next_blog_post {
	float: right;
}

.blog_post_author {
	float: right;
	padding-left: 10px;
}
.blog_post_author img {
	vertical-align: middle;
	margin-right: 5px;
}

.blog_comments {
	margin-bottom: 10px;
	background-color: #f0eff3;
	margin-left: 70px;
	position: relative;
	min-height: 70px;
	border: 1px solid #EBE9ED;
	border-radius: 6px;
	padding: 8px 20px 8px;
}

.blog-comment-image {
	position: absolute;
	top: 1px;
	left: -70px;
}

.blog-comment-image img {
	max-width: 53px;
	box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
	border: 2px solid #FFFFFF;
}

.blog-comment-name, .blog-comment-name a {
	text-decoration: none;
	font-weight: 700;
}

.blog-comment-time {
	color: #999999;
}

.blog-comment-text {
	padding-top: 10px;
}

.blog_comments p {
	margin: 0;
	padding: 0;
}

.blog-post-list-grid-container {
	margin: 5px 0;
}

.blog-post-list-grid {
	float: left;
	width: 160px;
	height: 155px;
	overflow: hidden;
	margin: 0 10px 10px 0;
}

.blog-post-list-grid .img {
	background-color: #FFFFFF;
    border: 1px solid #ccc;
    border-radius: 4px 4px 4px 4px;
    height: 110px;
    margin-bottom: 5px;
    overflow: hidden;
    padding: 4px;
    width: 150px;
    box-sizing: unset;
}

#blog .pager_page {
    font-size: 12px;
    box-sizing: unset;
    line-height: 12px;
}


.blogs .blog-post-list-grid-container .name {
    font-size: 12px;
    line-height: 12px;
}

.blog-post-list-grid .img span {
	display: block;
    height: 110px;
    line-height: 110px;
    overflow: hidden;
    text-align: center;
    width: 150px;
}

.blog-post-list-grid .img img {
	max-width: 150px;
    vertical-align: middle;
}

.blog-post-list-grid .name {
	text-align: center;
}

.blog_summary_image img {
	max-width: 125px;
}

.blog_post_details_page .num_comments {
	margin-top: 8px;
}

.blog_post_details_page .num_comments.before_author {
	margin-top: 0;
	display: inline-block;
}

.blog_author_image {
	float: left;
	margin-right: 10px;
}

.blogs .row .readmore:after {
	content: "!";
}

.google_plus_profile_link {
	padding-bottom: 10px;
}

.blog_comment_reply_area {
	padding-top: 5px;
	padding-bottom: 5px;
}

.blog_post_favorites_form_bottom {
	padding-bottom: 10px;
}

.blog_post_favorites_form_top {
	float: right;
}

.blog_post_container.w_right_column {
	display: table;
	border-collapse: collapse;
	width: 100%;
}

.blog_post_container.w_right_column .blog_details {
	display: table-cell;
	padding-right: 10px;
}
.blog_post_container.w_right_column .blog_post_right_column {
	display: table-cell;
}
