/* Start of CMSMS style sheet 'Miharuarts_themes : News' */
div#news {
/* margin for the entire div surrounding the news items */
	margin: 2em 0 1em 1em;
/* border set here */
	border: 1px solid #909799;
/* sets it off from surroundings */
	background: #4d4d4f;
}
div#news h2 {
	line-height: 2em;
/* you can set your own image here */
	background: url(uploads/Miharuarts_themes/darknav.png) repeat-x left center;
	color: #f5f5f5;
	border: none
}

.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;
}
.NewsSummary p {
	background: #4d4d4f;
}
.NewsSummary img {
	margin: 8px;
}
.NewsSummary:after {
   content: "";
   display: block;
   clear:both;
   margin-bottom: 10px;
}
.NewsSummaryPostdate {
/* smaller than default text size */
	font-size: 100%;
/* bold to set it off from text */
	font-weight: bold;
        font-style: italic;
        float: right;
}
.NewsSummaryLink {
/* bold to set it off from text */
	font-weight: bold;
/* little more room at top */
	padding-top: 1.2em;
        padding-left: 1em;
        height: 48px;
        width: 750px;
        background: url(uploads/images/blogbar_blue730_bis.png) no-repeat left top;	
}
.NewsSummaryLink a {
        color: #fff;
        font-size: 18px;
        text-decoration: none;
}

.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%;
        background: #4d4d4f;
        padding: 1% 5%;
        text-align: justify;
}

.NewsSummaryMorelink {
	padding-top: 0.5em;
}
#NewsPostDetailDate {
/* smaller text */
	font-size: 90%;
	margin-bottom: 5px;
/* bold to set it off from text */
	font-weight: bold;
        font-style: italic;
}
#NewsPostDetailSummary {
/* larger than default text */
	line-height: 150%;
}
#NewsPostDetailCategory {
/* italic to set it off from text */
	font-style: italic;
	margin-top: 0.5em;
	padding: 0.2em 0;
}
#NewsPostDetailContent {
	margin-bottom: 15px;
        padding-top: 15px;
/* larger than default text */
	line-height: 150%;
        background-color: #4d4d4f;
	border-top: 1px solid #ccc;
}
#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 {
}
#NewsPostDetailReturnLink {
}
/* End of 'Miharuarts_themes : News' */

