﻿/* Facebook Feed */
.fbFeedContainer
{
	width:250px;
	margin:auto auto 10px auto;
	background-color:#fff;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 23px;
    border-top-right-radius: 23px;
    border-bottom-right-radius: 8px;
    display:inline-block;
    zoom: 1;
    *display: inline;
    position:relative;
}
.fbFeedTitle
{
	background-color:#3b589e;
    text-indent:10px; 
	text-align:center; 
	font-size:1.15em; 
    font-weight:bold;
	line-height:40px;
	color:#fff; 
	height:40px; 
    border-top-left-radius: 8px;
    border-top-right-radius: 23px;
    background-image:url(/images/facebook-icon.png);
    background-repeat:no-repeat;
}
.fbFeedTitle a {
    color: #fff;
}
.fbFeedContent
{
	/*background-color:#eae7e0; */
	background-color:#fff;
	vertical-align:top;
    border-bottom-left-radius: 23px;
    border-bottom-right-radius: 8px;
    padding-bottom:20px;
}

