#twitter { 	background:#def4fc;	padding:15px; }
#twitter, .facebook {
	margin-bottom:20px;
	margin-top:5px;
	font-family: "museo-slab-1","museo-slab-2",serif;
	font-weight:300;
	font-size:14px;
	text-align:left;
	position:relative;
}

.facebook {
	background-color: #F2F2F2;
	padding: 5px;
}

/* creates triangle */
/*
#twitter:after, .facebook:after {
	content:"\00a0";
	display:block; /* reduce the damage in FF3.0 */
	position:absolute;
	top:-60px; /* value = - border-top-width - border-bottom-width */
	right:100px; /* controls horizontal position */
	width:0;
	height:0;
	border-width:30px 30px 30px 0; /* vary these values to change the angle of the vertex */
	border-style:solid;

}

.facebook:after
{
		border-color:transparent transparent #f2f2f2; 
	border-width:30px 30px 30px 0; /* vary these values to change the angle of the vertex */
}

#twitter:after {
	
		border-color:transparent transparent #def4fc;
		border-width:30px 0 30px 30px;; /* vary these values to change the angle of the vertex */ 
}*/

#twitter a.twitter_name {
	font-weight:900;
	color:black;
}

#twitter .time {
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
}

#twitter .twitter_follow {
	display:block;
	float:right;
}

