﻿/* Section Header */
.siteSection h1
{
	padding:0;
	margin:0;
	font-size:25px;
	color:#EC1A3B;
}



/* Archive Header */
.siteSection .archiveHeader
{
	font-size:20px;
	font-weight:bold;
}



/* Each article in the section */
.siteSection .sectionArticle
{
	border-bottom:1px dotted #CCCCCC;
	padding:15px 0 15px 0;
}



/* Article links */
.siteSection .sectionArticle. a
{
}



/* Article headline */
.siteSection .sectionArticle .headline
{
	font-weight:bold;
	font-size:14px;
}



/* Article headline link */
.siteSection .sectionArticle .headline a
{
	text-decoration:none;
}



/* Article subheading */
.siteSection .sectionArticle .subheading
{
}



/* Article subheading paragraph tag */
.siteSection .sectionArticle .subheading p
{
	padding:0;
	margin:0;
}



/* Article author */
.siteSection .sectionArticle .authors
{
	font-style:italic;
}



/* Publish date */
.siteSection .sectionArticle .publishDate
{
	font-size:11px;
}