h2 {
	font-size: 20px;
}

.blog_view h3 {
	padding: 20px 0 5px 0;
}

.post_content {
	font-size: 14px;
	margin-bottom: 10px; 
}

.post_by {
	font-size: 12px;
	color: #777;
}

.date_posted {
	font-size: 12px;
	color: #777;
}

  a.link_change {
	background-image: url('../images/edit.png');
} 

a.content-link:hover {
    background-position: top left;
}

/* LEFT MENU */

#archive li.year a.group_name {
	background: url('../images/group_minimized.gif') no-repeat top left;
	padding-left: 15px;
}

#archive li.current a.group_name {
	background: url('../images/group_maximized.gif') no-repeat top left;
}

#archive ul.months {
	margin-left: 20px;
}

#archive li.year ul.months {
	display: none;
}

#archive li.current ul.months {
	display: block;
}

