.textcenter{
	/* text-align: center; */
}

h1.blog_title{
	padding: 10px;
	clear: both;
}
a.blog_title{
	color: #505050;
}
a.blog_title:hover{
	color: #6D1F80;;
}
.bgf2{
	background-color: #F2F2F2;
}

#social-wall{
}

#social-wall .item{
}

#social-wall .item .image{
}

#social-wall .item .image img{
        margin-bottom: 5px;
}

#social-wall .item .title{
	margin-bottom: 5px;
}
#social-wall .item .title a{
	color: #555;
	font-size: 14px;
	font-weight: bold;
}
#social-wall .item .title a:hover{
	color: #6D1F80;
}


#social-wall .item .description{
        margin-bottom: 15px;
}

#social-wall .item .readmore{
}

#social-wall .item .readmore:hover{
	background-color: #B1B0B0;
}

#social-wall .item .readmore_simple{
        position: absolute;
        right: 25px;
        bottom: 25px;
        color: #6D1F80;
        font-weight: bolder;
}
#social-wall .item .readmore_simple:hover{
	color: #B1B0B0;
}