
/* ----------------------------------------- LIST PAGE ------------------------------------------- */

/*.newspaper_top {
width: 543px;
height: 15px;
background:url(images/bg_top.gif) no-repeat;
margin: 0px auto;
padding-left: -10px;
}*/

.newspaper_container {
color: #000;
width: 543px;
background: url(images/bg.gif) repeat-y;
padding: 10px 20px 0 10px;
_padding: 0px 18px 0px 8px;
margin: 0px auto;
margin-top:  20px;		/*	This is usually needed to push the newspaper module out of the header image*/
_height: 500px;
min-height: 500px;
border-top: 3px solid #000;
}

.newspaper_container a {
color: #000000;
text-decoration: underline;
}

.newspaper_container a:hover {
color: #FF0000;
text-decoration: underline;
}

.newspaper_bottom {
width: 573px;
height: 34px;
background:url(images/bg_bottom.gif) no-repeat;
margin: 0px auto;
}

.newspaper_title {
font-family: Arial, Helvetica, sans-serif;
font-size: 350%;
font-weight: bold;
text-align: center;
}

.newspaper_subtitle {
font-family: Arial, Helvetica, sans-serif;
font-size: 130%;
font-weight: bold;
text-align: center;
}

.newspaper_date {
border-top: solid 1px black;
border-bottom: solid 1px black;
font-family: Arial, Helvetica, sans-serif;
font-size: 80%;
}

.newspaper_latestheadlines {
font-family: Arial, Helvetica, sans-serif;
font-size: 160%;
font-weight: bold;
font-style: italic;
text-align: center;
}

.newspaper_headlinedate {
font-family: Arial, Helvetica, sans-serif;
text-decoration: underline;
font-size: 80%;
margin-bottom: 0;
padding-bottom: 0;
}

.newspaper_listheadline {
font-family: Arial, Helvetica, sans-serif;
font-size: 150%;
font-weight: bold;
padding: 0 0 10px 0;
margin-top: 0;
padding-top: 0;
}


.newspaper_nav {
font-family: Arial, Helvetica, sans-serif;
font-size: 80%;
text-align: right;
}

.newspaper_nav a {
color: #000000;
text-decoration: underline;
}

/* ----------------------------------------- DETAIL PAGE ------------------------------------------- */


.newspaper_headline {
	font-family: Impact, Arial, Helvetica, sans-serif;
	font-size: 350%;
	font-weight: bold;
	text-align: center;
	padding: 0px;
	margin: 0px;
}

.newspaper_reporter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	font-weight: bold;
	text-align:center;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

.newspaper_summary {
font-weight: bold;
font-size: 120%;
}


.Article {
	column-count: 3;
	column-gap: 20px;
	column-rule: 1px dotted #BBB;
	background-color: #FFFFCC;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;	
	padding: 8px;
	text-align: left;
}
img {
	border: none;
}
div.thumb {
    margin-bottom: 0.5em;
    border-style: solid; border-color: #FFFFCC;
    width: auto;
}
div.thumb div {
    border: 1px solid #cccccc;
    padding: 3px !important;
    background-color: #FFFFCC;
    font-size: 90%;
    text-align: center;
    overflow: hidden;
}
div.thumb div a img {
    border: 1px solid #cccccc;
}
div.thumb div div.thumbcaption {
    border: none;
    text-align: center;
    line-height: 1.4em;
    padding: 0.3em 0 0.1em 0;
}
div.magnify {
    float: right;
    border: none !important;
    background: none !important;
}
div.magnify a, div.magnify img {
    display: block;
    border: none !important;
    background: none !important;
}
div.tright {
    clear: right;
    float: right;
    border-width: 0.5em 0 0.8em 1.4em;
}
div.tleft {
    float: left;
	width: 150px;
}
#Content {
	width: 540px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
}
