@charset "UTF-8";
/* CSS Document */
#latest-post .entry p{
	line-height: 1.1em;	
}

#latest-post .entry a{
	color: #333;
	cursor: default;
}

a.tooltip:hover{
	background:#ffffff;
	text-decoration:none;
	
} /*BG color is a must for IE6*/
a.tooltip span {
	display:none;
	margin-left:10px;
	width:410px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	font-weight: normal;
}
a.tooltip:hover span{
	display:inline;
	position:absolute;
	color:#333;
	line-height: 1.6em;
	background-color: #FFFAF5;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #75BAD2;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}