/* Start of CMSMS style sheet 'Module: News' */
div#news {
/* margin for the entire div surrounding the news items */
	margin: 2em 0 1em 1em;
/* border set here */
	border: 1px solid #909799;
        background-image: url(uploads/eaglescircle/news_sidebar.png)
/* sets it off from surroundings */
	
}
div#news h2 {
	line-height: 0.9em;
/* you can set your own image here */
	background: url(uploads/ngrey/darknav.png) repeat-x left center;
	color: #006600;
        margin-bottom:1.4em;
	border: none;
        text-align: center;
}
.NewsSummary a {
        color: white;
        text-decoration: none;
        margin-bottom:1.4em;
}
.NewsSummary_eagles a {
        color: #060;
        text-decoration: none;
        margin-bottom:1.4em;
        font-size: 0.8em;
}
.NewsSummary_eagles a:hover {
        color: #990033;
        text-decoration: underline;
}
.NewsSummary {
/* padding for the news article summary */
	padding: 0.5em 0.5em 1em;
/* margin to the bottom of the news article summary */
	margin: 0 0.5em 1em 0.5em;
	border-bottom: 1px solid #ccc;
        color: black;
}
.NewsSummary_Chapters {
/* padding for the news article summary */
	padding: 0 0.5em;
/* margin to the bottom of the news article summary */
	margin: 0 0.5em 0em 0.5em;
	border-bottom: 0px solid #ccc;
        color: black;
}
.NewsSummary_eagles {
/* padding for the news article summary */
	padding: 0 0.5em;
/* margin to the bottom of the news article summary */
	margin: 0 0.5em 0em 0.5em;
	border-bottom: 0px solid #ccc;
        color: black;
}


.NewsSummaryPostdate {
/* smaller than default text size */
	font-size: 90%;
/* bold to set it off from text */
	font-weight: bold;
}
.NewsSummaryLink {
/* bold to set it off from text */
	font-weight: bold;
        font-size: 1.5em;
/* little more room at top */
	padding-top: 0.2em;
        padding-bottom: 1em;
}
.NewsSummaryLink_Chapters {
/* bold to set it off from text */
	font-weight: bold;
        font-size: 1.3em;
/* little more room at top */
	padding-top: 0.2em;
        padding-bottom: 0.3em;
}
.NewsSummaryLink_eagles {
/* bold to set it off from text */
	font-weight: bold;
        font-size: 1.3em;
/* little more room at top */
	padding-top: 0.2em;
        padding-bottom: 0.3em;
}
.NewsSummaryCategory {
/* italic to set it off from text */
	font-style: italic;
	margin: 5px 0;
}
.NewsSummaryAuthor {
/* italic to set it off from text */
	font-style: italic;
	padding-bottom: 0.5em;
}
.NewsSummarySummary, .NewsSummaryContent {
/* larger than default text */
	line-height: 140%;
}
.NewsSummaryMorelink {
	padding-top: 0.5em;
}
#NewsPostDetailDate {
/* smaller text */
	font-size: 90%;
	margin-bottom: 5px;
/* bold to set it off from text */
	font-weight: bold;
}
#NewsPostDetailSummary {
/* larger than default text */
	line-height: 150%;
}
#NewsPostDetailCategory {
/* italic to set it off from text */
	font-style: italic;
	border-top: 1px solid #ccc;
	margin-top: 0.5em;
	padding: 0.2em 0;
}
#NewsPostDetailContent {
/* larger than default text */
	line-height: 110%;
        margin: 0 10% 3em 10%;
        padding: 2em 10% 3em 10%;
        background: url(uploads/eaglescircle/bgrvilagos.jpg);
}
#NewsPostDetailAuthor {
	padding-bottom: 1.5em;
/* italic to set it off from text */
	font-style: italic;
}
/* more divs, left unstyled, just so you know the IDs of them */ 
#NewsPostDetailTitle {
}
#NewsPostDetailHorizRule {
}
#NewsPostDetailPrintLink {
       width: 100%;
       margin:-4.3em auto 3em auto;
       text-align: center;
       font-weight: bold;
}
#NewsPostDetailPrintLink a {
       color: #fa3434;
}
#NewsPostDetailPrintLink a:hover {
       color: #aea400;
}
#NewsPostDetailPrintLinkPosters {
       width: 100%;
       margin: 0 auto -10em auto;
       top: -4em;
       text-align: center;
       font-weight: bold;
}
#NewsPostDetailReturnLink a {
      color: white;
      font-weight: bold;
}
#NewsPostDetailReturnLink a:hover {
      color: yellow;
      text-decoration: none;
}
/* End of 'Module: News' */

