/*
Blog List Columns
*/

.BlogBlogNameColumn
{
	width: 25%;
}

.BlogAuthorColumn
{
	width: 14%;
}

.BlogPostsColumn
{
	text-align: center;
	width: 9%;
}

.BlogArticlesColumn
{
	text-align: center;
	width: 9%;
}

.BlogCommentsColumn
{
	text-align: center;
	width: 9%;
}

.BlogTrackbacksColumn
{
	text-align: center;
	width: 9%;
}


/* Technet Custom */

.BlogsContent{
    background-image : none;
}


.BlogsPostListItem{
	width : 720px;
	margin-top : 10px;
}


.BlogsListItemAvatarBox{
    /* border  : solid 1px blue; */
    float : left;

    width : 200px;
	height: 100px;
	border: solid 1px #000;
}

.BlogsListItemAvatarDate {    
	float:left;
	width:94px;
	height:62px;
	background:url('../images/technet/bg_date.gif') no-repeat top;
	text-align:right;
	padding: 38px 6px 0 0;    
}

.BlogsListItemAvatarDateD {
    color:#FFF; 
    font:35px bold; 
    line-height:35px;
}

.BlogsListItemAvatarDateM {
    font:14px; 
    line-height:25px
}

.BlogsListItemAvatarAvatar {
	float:left;
	width: 98px;
	height: 98px;
    text-align : center;
    padding-top : 8px;
}

.BlogsListItemAvatarAvatar img {
    border : 0;
    text-align : center;
    max-height : 90px;    
    margin:auto;
}


.BlogsListItemContent {
	border: 0;
    border-bottom-style : dashed;
    border-bottom-width : 1px;
    border-bottom-color : #000;
	width : 500px;
	height : 101px;
	float : left;
	padding:0 0 0 10px; 
    font-size : 11px;
}

h2.BlogsListItemContentTitle { 
    font-family : Segoe UI, Arial, Verdana;
    font-size:22px; 
    letter-spacing:-1px; 
    line-height:27px;
    padding : 0;
    margin: 0;
}

.BlogsListItemContentTitle a {
    text-decoration : none;
}

.BlogsListItemContentTitle a:hover {
    text-decoration : none;
    color : #9daab4;
}


.BlogsListItemContentExcerpt{
    margin-top : 0px;
}

.CommonAvatarListItemDetails, .CommonAvatarListItemDetailsInner {
    margin : 0;
    padding : 0;
}