.blog_conversations {
	position: relative;
	
}

#conversation_head {
    height: 43px;
    width: 246px;
    background-image: url(images/conversation_head.gif);
}

#conversation {
    color: #f0f0f1;
    font-size: 13px;
    position: relative;
    left: 14px;
    top: 21px;
}

#all_blogs {
    color: #57585b;
    font-size: 11px;
    
    position: relative;
    left: 53px;
    top: 20px;
    
    padding-right: 7px;
    
    background-image: url(images/blog_arrow.gif);
    background-repeat: no-repeat;
    background-position: 100% 50%;
}

.blog_feed_sep {
    /* color: #d0d2d2; */
    background-color: #d0d2d2;
    width: 246px;
    height: 2px;
}

.blog_feed_header {
    background-image: url(images/blog_read_hide.gif);
    width: 216px;
    height: 21px;
    cursor: pointer;
    
    position: relative;
    
    z-index: 29;
}

.blog_feed_header_title {
    color: #f0f0f1;
    position: relative;
    left: 29px;
    top: 3px;
    font-size: 11px;
}

.blog_feed_rss {
    position: absolute;
    
    z-index: 30;

    top: 5px;
    left: 221px;

/*    top: -17px;
    left: -8px;
*/
}

.blog_feed {
    width: 212px;
    height: 81px;
    margin-top: 12px;
    margin-left: 12px;
    margin-bottom: 12px;
}

.blog_feed img {
    float: left;
    margin-right: 12px;
}

.blog_feed_date {
    color: #a6a8ab;
    margin-bottom: 5px;
    text-align: left;
}

.blog_feed_title {
	font-size: 11px;
	line-height: 14px;

    color: #57585b;
    margin-bottom: 5px;
    text-align: left;
    
    max-height: 42px;
    
    overflow: hidden;
}

.blog_feed_read {
    position: relative;
    
}

.blog_feed_read a {

	padding-right: 8px;

    background-image: url(images/blog_feed_read.gif);
    background-repeat: no-repeat;
	background-position: 100% 50%;

    color: #009ddc;
}

.blog_feed_read a:hover {
    color: #009ddc;
    text-decoration: underline;
}

.blog_feed_read a:visited {
    color: #009ddc;
}