/* ////////////////  Recent blog post "title" and "text" and "More Buttom" ////////////// */
	
.feedPostsContiner {
	color: #2970AA;
	width: 100%;
	padding: 0px 0px 15px 0px;
	}
	
.feedPostsContiner .title {
	color: #0066CC;
	font-family: "Lucida Grande", arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	}

.feedPostsContiner .title a{
	color: #0066CC;
	font-family: "Lucida Grande", arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
    line-height: 1.5em;
	}

.feedPostsContiner .title a:hover{
	color: #999;
	}
	

.feedPostDetailContainer {
	padding: 0px;
	margin: 0px;
	}
	
.feedPostDetailText {
	background:#FFFFFF none repeat scroll 0%;
	color:#585858;
	font-family:"Lucida Grande",arial,sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.5em;
	margin:7pt 0pt 7pt 0px;
	max-height:250px;
	overflow-x:hidden;
	overflow-y:scroll;
	}
	
.feedPostDetailText a{
	color: #0066CC;
	font-family: "Lucida Grande", arial, sans-serif;
	font-size: 12px;
		}
		
.feedPostDetailText a:hover {
	color: #999;
	font-size: 12px;
	}
	
.feedPostDetailText img{
	max-width: 410px;
	border: 0px;
	height: auto;
	}
	

.feedPostDetailTitle a {
	color:#333;
	font-family: arial,sans-serif;
	font-size: 23px;
	font-weight: bold;
	line-height: 1.1em;
	padding: 0;
	text-decoration: none;
	margin: 7px 0;
	}

.feedPostDetailTitle a:hover{
	text-decoration: underline;
	}
