@charset "UTF-8";
/* CSS Document */


img.h1_logo {
	height: 63px;
	width: auto;
	vertical-align: middle;
}
img.live {
	height: 42px;
	width: auto;
	vertical-align: middle;
	margin-left: 6px;
	padding-top: 12px;
}
.copyright {
	font-size: 12px;
}

#twitter_feed {
margin-bottom: 20px;
}

/*JUITTER PLUGIN CSS*/

#ttpliveTweets{} /*Juitter container*/

#ttpliveTweets .twittList{
	margin:0;
	padding:0;
	border: 1px solid #8dc9e8;
} /* UL that will contain the list of tweets */

/* Bellow the list of tweets "<li>" */

#ttpliveTweets .twittLI{
	list-style:none;
	margin:0;
	padding:5px 0 0 0;
	padding:3px;
	clear:both;
	height:55px;
	background-color: #ffffff;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #8dc9e8;
} 

#ttpliveTweets .twittLI:last-child{
	border-bottom-style: none;
}
#ttpliveTweets .twittList SPAN.time{color:#777;font-size:0.9em}


/* Bellow the CSS for the avatar image  */

#ttpliveTweets .juitterAvatar{float:left;border:solid 1px #D3EECA;background:#FFF;margin-right:5px;padding:2px;width:48px;;height:48px;}

#ttpliveTweets .jRM{float:right;clear:both} /*read it on twitter link*/

#ttpliveTweets .extLink{} /*CSS for the external links*/

#ttpliveTweets .hashLink{} /*CSS for the hash links*/

/*end of Juitter CSS*/
