@charset "utf-8";
/* CSS Document */


/*===============Twitter Widget==================*/

#twitter-div {
}
#twitter_update_list {
	list-style: none;
	padding: 0.1em;
	font-size: 80%;
	border: 6px solid #777;/*#F60; /*#3a4732;*/
	overflow: hidden;
	height: 500px;
}
#twitter_update_list_wrapper {
	background: #DAE4DA url("images/twitterHeader.jpg") no-repeat top right;
	clear: both;
	padding-top: 15px; /* to push down the div for the bg image */
}
#twitter_update_list_wrapper a{
	color: #333;
}
#twitter_update_list_wrapper a:hover{
	color: #F60;
	text-decoration: none;
}
#twitter_update_list li{
	border-bottom: 1px dotted #333;
	margin: 0.5em;
	padding-bottom: 0.5em;
	color: #333;
}
.sidebar-title {
	display: none;	
}
#twitter_logo {
	float: right;
	padding-top: 0.5em;
}
#profile_pic {
	padding: 0.2em ;
	margin: 0.25em 0 0 0;
	border: 1px dotted #333;
	float: left;
}
#profile_pic:hover {
	border: 1px dotted #F60;
}
#tag_line {
	display: block;
	float: left;
	padding: 0 0 0 0.5em;
	font-size: 85%;
	color: #787;
}
#tag_line a {
	text-decoration: none;
	color: #787;
}
#tag_line a:hover {
	text-decoration: underline;
	color: #F60;
}
