/* CSS Document */


#follow{
	background:url(assets/icons/icon_twitter_small.png) no-repeat center right; 
	padding-right:20px
	}
	
#follow:hover{
	background-position:0 -30;
	}

#twitter_container {
min-height:45px;
height:auto !important;
height:40px;
padding-bottom:5px;
padding-top:5px;
list-style:none;
list-style-image:none;
}


#twitter_update_list {
padding: 0;
overflow: hidden;
font-family: Georgia;
font-size: 12px;
font-style: italic;
color: #31353d;
line-height: 16px;
font-weight:bold;
}



#twitter_update_list li {
	padding:15px 15px 13px 45px;
	/*border-bottom: dotted 1px #ccc;
*/	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	behavior: url(PIE.htc);
	margin-bottom:17px;
	background: url(../assets/icons/icon_twitter.png) no-repeat 15px center;
	background-color:#F7F6DF;
		position:relative;

}

#twitter_update_list li:after {
	content:"";
	position:absolute;
	bottom:-10px; /* value = - border-top-width - border-bottom-width */
	left:50px; /* controls horizontal position */
	border-width:10px 10px 0; /* vary these values to change the angle of the vertex */
	border-style:solid;
	border-color:#F7F6DF transparent;
    /* reduce the damage in FF3.0 */
    display:block; 
    width:0;
	behavior: url(PIE.htc);
}



#twitter_update_list li a {
color:#8E8E5F;
text-decoration: none;
list-style:none;
list-style-image:none;}

#twitter_update_list li a:hover {
color: #545354;
list-style:none;
list-style-image:none;}
