.news-archive {
    display: block;
}/*
.news-article {
    float: right;
    width: 68%;
    padding-right: 5%;
    border-right: 1px solid gray;
}*/
.news-article h2 {
    margin: 0;
}

.news-article a
{
	text-decoration: underline;
}

.news-archive li {
    display: block;
    font-size: 2ex;
    margin-top: 0.4ex;
    margin-bottom: 1ex;
    margin-left: 0;
}
.news-archive li:last-child {
    border: none;
}
.news-archive li.current-article {
    font-weight: bolder;
}

.news-archive-navigation
{
	clear: right;
text-align: center;
font-size: 125%;
}

.news-attachments
{
	margin-bottom: 2ex;
}

.news-attachments li
{	
	font-size: 115%;
	font-weight: bolder;
}

.news-aside::before
{
	content: '—';
	display: block;
	color: #bbb;
}	

div.news-archive-year
{
	/*box-shadow: 0px -1px 3px 0px #CCC;*/
	margin-left: 1em;
}

div.news-archive-year.news-archive-open-year
{
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
}

div.news-archive-year.news-archive-open-year h3
{
	font-weight: bold;
	color: #666;
	padding-bottom: 0;
    margin-top: 0;
    padding-top: 0.5ex;
}

	
h3.news-archive-year-header
{
	font-size: 125%;
	cursor: pointer;
	/*text-align: center;*/
	margin: 0;
	padding-top: 1ex;
	padding-bottom: 0.5ex;
}

.news-motto
{
	font-weight: bold;
}

.news-motto b
{
	font-weight: normal;
}

.news-motto b b
{
	font-weight: bold;
}

.news-ticker
{
	font-weight: bold;
	font-size: 15px;
}

.news-ticker p
{
	font-size: inherit;
}
