﻿/* List */
.sf_controlListItems /* Hide the "expand all" link */
{
	display: none;
}
.sf_expandableList LI
{
}
.sf_expandedList LI
{
}
.sf_listItemTitle, .sf_listItemTitleexp
{
}
.sf_listItemBody
{
}
.sf_listItemBody A, .sf_listItemBody A:visited
{
}
.sf_listItemBody A:hover
{
}

/* Blog */
.sf_postTitle
{
	font-size: 16pt !important;
	margin-bottom: 8px !important;
}
.sf_postDate
{
	color: #101010 !important;
}
.sf_commentsList li
{
	/* Remove bullets from comment form fields */
	list-style-type: none;
}
