/* Start of CMSMS style sheet 'News' */
/*------------
NEWS
-------------*/
 
/*------- SUMMARY VIEW */
 
.NewsSummary {
    padding: 0em 0em 0.5em;
    margin: 0em 0em 0.5em;
    border-bottom: 1px solid #ccc;
}
.NewsSummaryPostdate {
    font-size: 0.95em;
    font-weight: bold;

float: right;
}
.NewsSummaryLink {
    font-weight: bold;
    padding-top: 0.2em;
}
.NewsSummaryCategory {
    font-style: italic;
    margin: 5px 0;
}
.NewsSummaryAuthor {
    font-style: italic;
    padding-bottom: 0.5em;
}
.NewsSummarySummary, .NewsSummaryContent {}
 
.NewsSummaryMorelink {
    padding-top: 0.5em;
    text-align: right;
}
 
/*------ DETAIL VIEW */
 
#NewsPostDetailTitle {
    color:#666;
    font-size:1.8em;
    font-weight:bold;
    line-height:1.25em;
    margin:0pt 0pt 0.5em;
}
#NewsPostDetailDate {
    font-size: 0.95em;
    float: right;
    color: #333;
    font-weight: normal;
}
#NewsPostDetailSummary {
    margin-bottom: 1.5em;
    font-weight: bold;
}
#NewsPostDetailCategory {
    font-style: italic;
    border-top: 1px solid #ccc;
    margin-top: 0.5em;
    padding: 0.2em 0;
}
#NewsPostDetailContent {
    margin-bottom: 15px;
    line-height: 150%;
}
#NewsPostDetailAuthor {
    padding-bottom: 1.5em;
    font-style: italic;
}
#NewsPostDetailReturnLink a {
    padding-left: 22px;
    background: url(/uploads/images/layout/arrow_left.gif) 0 0 no-repeat;
    display: block;
    height: 16px;
   margin: 1em 0;
}
#NewsPostDetailExtra {padding-left:20px;}
 
/*----------- to add specific style to the below divs, uncomment them. */
 
/*
#NewsPostDetailHorizRule {}
#NewsPostDetailPrintLink {}
#NewsPostDetailReturnLink {}
*/
 
/*--------------
COMMENTS
--------------*/
 
#comments {overflow: hidden;}
#comments form {display: block;}
#comments .even {background-color: #FFF;}


#comments a {
background:#F8F6B5 none repeat scroll 0 0;
color:#424242;
display:block;
font-weight:bold;
margin:20px 0 0px 20px;
padding:10px 22px;
text-decoration:none;
text-transform:lowercase;
width:104px;
font-size:1.1em;
}
#comments a:hover {
background: #F1F0A3;
}
#comments fieldset {margin-top: 0;}

#comments .submit input {
float: none;
padding:10px 22px;
background-image: none;
text-transform:lowercase;
width:104px;
float: left;
margin-right:7px;
margin-left: 0;
}
/* End of 'News' */

