/* Start of CMSMS style sheet 'Golf : News' */
div#news {
  margin:0;  /* margin for the entire div surrounding the news list */
  border: none; 
  width: 200px;
}

div#news h2 {
   background: #fff;
}

.NewsSummary {
    padding: 0.5em 0.5em 1em; /* padding for the news article summary */
    margin: 0 0.5em 1em 0.5em; /* margin to the bottom of the news article summary */
    border-bottom: 1px solid #ccc; 
}

.NewsSummaryPostdate {
  font-size: 90%;
  font-weight: bold;
 }

.NewsSummaryLink {
    font-weight: bold;
    padding-top: 0.2em;
}

.NewsSummaryCategory {
  font-style: italic;
  margin: 5px 5px 5px 18px;
 }

.NewsSummaryAuthor {
  font-style: italic;
  padding-bottom: 0.5em;
}

.NewsSummarySummary, .NewsSummaryContent {
  line-height: 120%;
 }

.NewsSummaryMorelink {
  padding-top: 0.5em;
}

#NewsPostDetailDate {
  font-size: 11px;
  margin-bottom: 5px;
  font-weight: bold;
  }

#NewsPostDetailSummary {
 
   }

#NewsPostDetailCategory {
  font-style: italic;
  border-top: 1px solid #7F7F7F;
  margin-top: 0.5em;
  padding: 0.2em 0;
}

#NewsPostDetailContent {
  margin-bottom: 5px;
   }

#NewsPostDetailAuthor {

  padding-bottom: 1.5em;
  font-style: italic;
}


/* imagenes agregadas para el news */
.newstop {
    width: 200px;
    height:18px;
    background-image:url(uploads/images/armadositio/newstop.jpg);
    background-position: right top;
    background-repeat:no-repeat;
}

.news-center {
    width:180px;
    height:auto;
    background-image:url(uploads/images/armadositio/backnews.png); 
    background-repeat:repeat-y;
    background-position:center top;
    padding:10px;
    margin:0;
}
 

.newsfeet {
    width: 200px;
    height:24px;
    background-image:url(uploads/images/armadositio/newsfeet.png);
    background-position: bottom;
    background-repeat:no-repeat;
} 

/* fin imagenes agregadas para el news */

/* to add specific style to the below divs, uncomment them. */

/* 
#NewsPostDetailTitle {}
#NewsPostDetailHorizRule {}
#NewsPostDetailPrintLink {}
#NewsPostDetailReturnLink {}
*/
/* End of 'Golf : News' */

