.blog-post  h2 a {
	text-decoration:none;	
	font-size:16px;
}

h3 {
	font-size:14px;	
}

.blog-text-info {
	font-size:11px;
	margin-bottom:5px;
}

.blog-text-intro {
	text-decoration:none;
	color:#5B6460;
}

.blog-text-read-more {
	float: right;
	background: url('../../../Icons/Silk/add.png') no-repeat;
	padding-left: 20px;
	padding-top:3px;
	font-size: 90%;
	font-weight: bold;
	margin-bottom: 2px;
	height:13px;
}

.read-more-arrows {
	letter-spacing:-0.12em;
}

.blog-post {
	margin-top:20px;
	border-bottom: 2px solid lightgray;
	
}
.blog-text-item {
	padding-bottom:10px;
	margin-top:10px;
	margin-bottom:10px;
	border-bottom: 1px solid lightgray;
}

.comments {
	background:url("../images/comments_small.png") no-repeat scroll 0 0 transparent;
	margin:0 0 0 10px;
	padding:2px 0 5px 23px;
	text-decoration: none;
	font-weight: bold;
	float:right;
}

.content-comment-row {
	margin-bottom:8px;
}

div.comment-avatar {
	-moz-border-radius-topleft:5px;
	-webkit-border-top-left-radius:5px;
	left:0;
	position:absolute;
	top:0;
}

div.comment-avatar span.frame {
	background:url("../images/bg-frame.png") no-repeat scroll 0 0 transparent;
	display:block;
	height:35px;
	left:0;
	position:absolute;
	top:0;
	width:35px;
}

div.comment-content {

	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-left-radius:5px;
	-webkit-border-bottom-right-radius:5px;

	border-color: #CECECE #CECECE;
	border-right:1px solid #CECECE;
	border-style:none solid solid;
	border-width:0 1px 1px;
	clear:both;
	font-size:0.9em;
	margin:0;
	padding:10px 10px 10px;

}

div.comment-meta  {
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	-webkit-border-top-right-radius:5px;
	-webkit-border-top-left-radius:5px;
	color:#FFFFFF;
	
	font-size:0.9em;
	height:30px;
	padding:0 0 5px;
	
	position:relative;
	width:100%;
	overflow: hidden;
}

div.comment-meta {
	background:none repeat scroll 0 0 #71797A;
}

.entrydate .dateMonth {
	font-size:10px;
	text-align:center;
	color:#FFF;
	margin:0;
	padding:3px 0 0;
}

.entrydate .dateDay {
	font-family:Times New Roman,Helvetica,Sans-Serif;
	font-size:21px;
	font-weight:700;
	text-align:center;
	color:#888;
	margin:0;
	padding:3px 0 0;
}

.entrydate .dateYear {
	font-size:9px;
	padding:0 0 0 1pt;
}

.entrydate {
	background:transparent url(../images/date.png) repeat scroll 0 0;
	float:right;
	height:53px;
	margin-left:5px;
	margin-top:5px;
	width:49px;
}
