﻿/*** Full Article ***/
.article_full {
	padding: 3px;
}
.article_full .single_image {
	text-align: center;
}
.article_full .single_image img {
	margin: 3px auto;
}
.article_full .posted_line {
	font-size: .9em;
	color: #666666;
}
.article_full .posted_line hr {
	margin: 2px;
}
.article_full .posted_line p {
	margin: 2px;
}
.article_full ul, .article_full ol {
	padding-left: 20px;
}
.article_full blockquote {
	margin-left: 20px;
}
.article_full td {
    border: solid 1px #666666;
    padding: 3px;
}
.article_full th {
    padding: 3px;
}
.article_nav p {
	width: 320px;
	margin: 5px;
	float: left;
}

/*** Summary View ***/
.home_headlines .article_summary {
	margin-left: 5px;
	margin-right: 5px;
	float: left;
	width: 220px;
	overflow: hidden;
}
.summary_page .article_summary {
    padding-top: 4px;
    clear: both;
    border-top: solid 1px #CCCCCC;
}
.summary_page .article_summary:first-child {
    padding-top: 0;
    border-top: 0;
}
li.article_summary {
    width: 100%;
}
.article_summary img {
	float: left;
	margin: 0 8px 8px 0;
}
.article_summary h1 {
	font-size: 1.1em;
	line-height: 1.2;
	margin-bottom: 5px;
	text-align: left;
}
.article_summary a {
	color: #000000;
	text-decoration: none;
}
.article_summary a:hover {
	text-decoration: underline;
}
.article_summary p {
	font-size: .9em;
	line-height: 1.2;
}

/*** Upcoming Events ***/
.upcoming-event {
	margin: 3px;
	clear: both;
}
.upcoming-event p {
	font-size: .9em;
	line-height: 1.2;
}
.upcoming-event h1 {
	font-size: 1.1em;
	line-height: 1.2;
	margin-bottom: 5px;
	text-align: left;
}
.upcoming-event a {
	color: #000000;
}
.upcoming-event a:hover {
	text-decoration: underline;
}

