/** Facebook Feed Container styles **/
#twl-fb-feed-container {}

#twl-fb-feed-container .fb-feed-item{
	display: block;
    margin-top: 5px;
	margin-bottom: 24px;
	position: relative;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	width: 356px;
	float: left;
	border: 1px solid #c4cde0;
	font-family: 'lucida grande',tahoma,verdana,arial,sans-serif;
	margin-right: 8px;
}

#twl-fb-feed-container .fb-feed-item .top-border {
	background: darkolivegreen;
	height: 1px;
	width: 100%;
}

#twl-fb-feed-container .fb-feed-item .feed-container {
	background: #fff;
	padding: 5px 13px;
	overflow: hidden;
}

#twl-fb-feed-container .fb-feed-item .header {
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 12px;
	padding-bottom: 5px;
	padding-top: 8px;
}

#twl-fb-feed-container .fb-feed-item .header .header-logo{
	margin-right: 8px;
	float: left;
}

#twl-fb-feed-container .fb-feed-item .body a,
#twl-fb-feed-container .fb-feed-item .header a {
	color: #3b5998;
	cursor: pointer;
	text-decoration: none;
}

#twl-fb-feed-container .fb-feed-item .header img {
	height: 32px;
	width: 32px;
	display: block;
}

#twl-fb-feed-container .fb-feed-item .header .header-title {
	color: gray;
	font-size: 12px;
	font-weight: normal;
	margin: 0px;
	margin-right: 15px;
	clear: none;
	line-height: 18px;
}

#twl-fb-feed-container .fb-feed-item .header .header-title span a {
	font-weight: bold;
	margin-right: 3px;
}

#twl-fb-feed-container .fb-feed-item .header .header-title .header-datetime{
	font-size: 11px;
	line-height: 15px;
}

#twl-fb-feed-container .fb-feed-item .body{
	background: #fff;
} 

#twl-fb-feed-container .fb-feed-item .body .message {
	font-size: 13px;
	line-height: 18px;
	margin-bottom: 10px;
}

#twl-fb-feed-container .fb-feed-item .body .photo-link {
	overflow: hidden;
}

#twl-fb-feed-container .fb-feed-item .body .photo-link .full-link {
	background: #f6f7f9;
	border: 1px solid #d3dae8;
	display: block;
	margin-bottom: 12px;
	/*min-height: 117px;*/
	position: relative;
}

#twl-fb-feed-container .fb-feed-item .body .photo-link .photo {
	/*border-right: 1px solid #d3dae8;*/
	float: left;
	/*min-height: 116px;
	line-height: 110px;
	min-width: 72px;
	*/
	margin-right: 11px;
	position: relative;
	text-align: center;
}

#twl-fb-feed-container .fb-feed-item .body .photo-link .photo img{
	max-width: 154px !important;
	max-height: 130px;
	height: auto;
}

#twl-fb-feed-container .fb-feed-item .body .photo-link .photo-text {
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
}
#twl-fb-feed-container .fb-feed-item .body .photo-link .title {
	font-weight: bold;
	font-size: 11px;
	display: block;
	width: 100%;
	padding-top: 5px;
	line-height: 15px;
}

#twl-fb-feed-container .fb-feed-item .body .photo-link .desc,
#twl-fb-feed-container .fb-feed-item .body .photo-link .site-desc {
	color: gray;
	font-weight: normal;
	font-size: 11px;
	display: block;
	width: 100%;
}

#twl-fb-feed-container .fb-feed-item .body .photo-link .desc {
	margin-top: 10px;
	line-height: 15px;
	padding-left: 5px;
	padding-bottom: 5px;
}

#twl-fb-feed-container .fb-feed-item .footer {
	height: 30px;
	background: #3b5998;
	font-size: 12px;
	padding-left: 5px;
	padding-top: 2px;
	vertical-align: middle;
	color: white;
}

#twl-fb-feed-container .fb-feed-item .footer a{ 
	text-decoration: none;
	color: darkcyan;
	font-weight: bold;
	float: right;
	margin-right: 5px;
	margin-top: 5px;
}

#twl-fb-feed-container .fb-clearfix:after {
	content: " ";
	display: block;
	height: 0px;
	clear: both;
	*zoom: expression(this.runtimeStyle['zoom']='1',this.innerHTML='<div class="ie7-clear"></div>');
}

#twl-fb-feed-container .ie7-clear {
	display: block;
	clear: both;
}

/** Twitter Feed container **/

#twl-twitter-feed-container {}

#twl-twitter-feed-container .twitter-feed-item {
	border: 1px solid #e8e8e8;
	border-radius: 6px 6px 0 0;
	width: 356px;
	float: left;
	min-height: 51px;
	display: block;
	margin: 5px 8px 24px 0px;
	position: relative;
	background: #fff;
}

#twl-twitter-feed-container .twitter-feed-item .feed-container {
	font-family: Arial,sans-serif;
	cursor: pointer;
	margin-left: 53px;
	padding: 9px 12px;
}

#twl-twitter-feed-container .twitter-feed-item a {
	text-decoration: none;
	color: #333;
}

#twl-twitter-feed-container .twitter-feed-item img {
	border: 0;
}

#twl-twitter-feed-container .twitter-feed-item .header{
	color: #999;
}

#twl-twitter-feed-container .twitter-feed-item .header .avatar{
	width: 48px;
	height: 48px;
	float: left;
	margin-top: 3px;
	margin-left: -58px;
	border-radius: 5px;
	-moz-force-broken-image-icon: 1;
}

#twl-twitter-feed-container .twitter-feed-item .header .name {
	font-weight: bold;
	color: #333;
}

#twl-twitter-feed-container .twitter-feed-item .header .username{
	font-size: 12px !important;
	color: #bbb;
	font-weight: normal;
}

#twl-twitter-feed-container .twitter-feed-item .header .time {
	position: relative;
	float: right;
	margin-top: 1px;
	color: #bbb;
	font-size: 12px; 
}

#twl-twitter-feed-container .twitter-feed-item .body {
	color: #333;
	word-wrap: break-word;
	font-size: 13px;
}

#twl-twitter-feed-container .twitter-feed-item .footer {
	font-size: 12px;
	color: #999;
	display: inline-block;
	margin-right: 2px;
	white-space: nowrap;
}

#twl-twitter-feed-container .twitter-feed-item .footer-foot {
	height: 32px;
	background: #0099B9;
	color: #fff;
	border-radius: 0 0 6px 6px;
}

#twl-twitter-feed-container .twitter-feed-item .footer-foot a {
	float: right;
	margin-right: 5px;
	margin-top: 5px;
}

/** Admin form styles */

#twl-pip-settings { 
    display: block;
	font-family: 'lucida grande',tahoma,verdana,arial,sans-serif;
}

#twl-pip-settings .twl-social-settings {
}

#twl-pip-settings .twl-social-settings thead th{ 
	text-align: left;
	font-size: 14px;
	padding: 15px 0px;
}

#twl-pip-settings .twl-social-settings tr td:first-child{
	font-size: 12px;
}
	
#twl-pip-settings .twl-social-settings tr td:last-child{
	font-size: 12px;
	padding-left: 25px;
	padding-bottom: 10px;
}

#twl-pip-settings .twl-social-settings tr td:last-child i{
	font-size: 11px;
}

#twl-pip-settings .twl-pip-input {
	width: 400px;
	height: 25px;
	border-radius: 4px;
	border: 1px solid #bbb;
	padding-left: 8px;
}

#twl-pip-settings .section {
	
}

#twl-pip-settings .description {
	width: 100%;
	margin-bottom: 8px;
	padding-top: 18px;
	
}

.twl-message {
	border: 2px solid #bbb;
	width: 95%;
	padding: 10px;
	font-size: 12px;
	background: #efefef;
	border-radius: 4px;
}

.twl-success {
	background-color: #ccddbb;
	border-color: #c6d4aa;
	color: #669533;
}

.twl-error {
	background-color: #eddbe3;
	border-color: #e8d1df;
	color: #bd4247
}
