@charset "utf-8";
/* CSS Document */

#facebook_div {
	background-color:#f2f1d4;
}

#facebook_iframe {
	width: 180px; 
	height: 95px;
	background-color: purple;
	border: solid 1px #d0d6e6;

}

#facebook_iframe img !important{
	width: 30px; 
	height: 30px;
}

#twitter_div {
	width:170px;
	margin-top: 12px;
	margin-bottom: 6px;
	padding: 5px;
}

#twitter_update_list {
	font-size: 10px;
	line-height: 130%;
	padding:0px;
	margin:0px;
	list-style:none;
}


.sidebar-title {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-transform:uppercase;
	margin-top:0px;
	margin-bottom:6px;
	padding-bottom:2px;
}

#twitter_update_list a {
	font-size: 10px;
}

#twitter-link {
	margin-top:8px;
	display:block;
}

