/*
 *
 */
#Content .Entries {
	padding:9px 0 0 0;
}

#Content .Entry {
	border:1px solid #736D64;
	background:#EDE9E6;
	padding:1em;
	line-height:135%;
	margin-bottom:18px;
}

#Content .Entry .Date {
	text-align:right;
	font-size:0.8em;
	color:#E55C8A;
}

#Content .Entry h3 {
	font-size:1em;
	font-weight:bold;
	padding-bottom:0.2em;
	border-bottom:1px dotted #E55C8A;
	margin-bottom:3px;
	color:#E55C8A;
}
#Content .Entry h3 a {
	text-decoration:none;
	color:#E55C8A;
}
#Content .Entry p {
	font-size:0.9em;
}

#Content .Function dt {
	font-size:0.8em;
	font-weight:bold;
	padding-bottom:0.2em;
	border-bottom:1px dotted #E55C8A;
	margin-bottom:6px;
	color:#E55C8A;
}
#Content .Function dd {
	font-size:0.8em;
	text-align:right;
	color:#736D64;
}
#Content .Function dd a {
	text-decoration:none;
	color:#736D64;
}	
