/*		TWITTER		*/
#twitterFeedWrapper{
	float:left;
	width:325px;
	height:240px;
	padding:10px;
	border:1px solid #AAA;
	border-radius:10px;
	margin-left:2px;
	background-color:rgba(255,255,255,.5);
	/*background: url(/skins/FixedSize/styleImages/backgrounds/feedBoxBg.png) no-repeat; */
}
#twitterFeedContent{
	border:1px solid #CCC;
	border-radius:10px;
	background-color:#fff;
	padding:10px;
	margin-top:10px;
}
.tweetsWrapper{
	overflow:auto;
	height:150px;
	margin-top:10px;
}
.eachTweetNameLink{
	color:#0E51A3;
}
.eachTimeText{
	font-size:12px;
}
.eachTweetText{
	margin:0;
	padding:0;
	margin-bottom:10px;
}
.eachTweetImage{
	vertical-align:top !important;
}
.twittReplayBtn{
	background: url(/images/socialFeeds/twitterBg.png) no-repeat -80px -83px; 
	width:20px;
	height:20px;
	display:inline-block;
	float:right;
}
.twittReplayBtn:hover{
	background: url(/images/socialFeeds/twitterBg.png) no-repeat -103px -83px;
}
.twittRetweetBtn{
	background: url(/images/socialFeeds/twitterBg.png) no-repeat -80px -100px; 
	width:20px;
	height:20px;
	display:inline-block;
	float:right;
	margin-right:7px;
}
.twittRetweetBtn:hover{
	background: url(/images/socialFeeds/twitterBg.png) no-repeat -107px -100px;
}
.twittFavBtn{
	background: url(/images/socialFeeds/twitterBg.png) no-repeat -80px -120px; 
	width:20px;
	height:20px;
	display:inline-block;
	float:right;
	margin-right:5px;
}
.twittFavBtn:hover{
	background: url(/images/socialFeeds/twitterBg.png) no-repeat -101px -120px;
}




/*		FACEBOOK		*/
#fbFeedWrapper{
	float:left;
	width:325px;
	height:240px;
	padding:10px;
	border:1px solid #CCC;
	border-radius:10px;
	margin-left:20px;
	background-color:rgba(255,255,255,.5);
	/*background: url(/skins/FixedSize/styleImages/backgrounds/feedBoxBg.png) no-repeat; */
}
#fbFeedWrapper td{
	padding:0;
}
#fbFeedWrapper td.facebookImage{
	vertical-align:top;
}
#fbFeedContent{
	border:1px solid #CCC;
	border-radius:10px;
	background-color:#fff;
	padding:10px;
	margin-top:10px;
}
.postsWrapper{
	overflow:auto;
	height:114px;
	margin-top:10px;
}
.fbName{
	margin-left:5px !important;
	width:230px !important;
	margin:0 !important;
	padding:0 !important;
	line-height:14px !important;
	font-size:12px !important;
	margin-left:5px !important;
}
.eachPost{
	margin-left:5px !important;
	padding:5px !important;
}

/*		BLOG		*/
#blogFeedWrapper{
	
}