#blogs div.wp-post {
	border-bottom: 1px solid #999;
	margin-bottom: 10px;
	}

#blogs div.wp-title {
	font-size: 20px;
	}
	
#blogs div.wp-title a {
	text-decoration: none;
	}
	
#blogs div.wp-date {
	font-style: italic;
	font-size: 12px;
	}
	
#blogs div.wp-date  span {
	font-style: normal;
	}
	
#blogs a.wp-more {
	font-style: italic;
	font-size: 12px;
	}
	
#blogs div.wp-post p {
	text-indent: 1.5em;
	}

#blogs ul.archives,
#blogs ul.archives ul {
	list-style-type: none;
	padding: 0;
	}
	
#blogs ul.archives li,
#blogs ul.archives ul li {
	margin-left: 10px;
	}
	
#blogs ul.menu,
#blogs ul.menu ul {
	list-style-type: none;
	padding: 0;
	}
	
#blogs ul.menu li,
#blogs ul.menu ul li {
	padding-left: 16px;
	background: url(../img/arrow-right.png) center left no-repeat transparent;
	}
	
/* comments */

ol.commentlist {
	list-style-type: none;
	padding: 0;
	margin: 0;
	}

.commentlist li ul li {
	font-size: 1em;
	}

.commentlist li {
	font-weight: bold;
	border-top: 1px solid #999;
	margin-bottom: 10px;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 16px;
	text-decoration: none;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	font-size: 10px;
	}

.commentmetadata a {
	text-decoration: none;
	}
