/* Start of CMSMS style sheet 'Module: News' */
div#news {
  margin: 2em 0 1em 1em;  /* margin for the entire div surrounding the news list */
  border: 1px solid #000; 
  background: #FFE9AF; 
}

div#news h2 {
   line-height: 2em;
   background: #fff;
}

.NewsSummary {
    padding: 0em; /* padding for the news article summary */
    margin: 0 0.5em 1em 0.5em; /* margin to the bottom of the news article summary */
    border-bottom: 0px solid #ccc; 
    /**background-image:url(/uploads/images/achtergrondrechts2.gif)**/
}

.NewsSummary:hover { }

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

.NewsSummaryLink {
    font-size: 1.2em;
    font-weight: bold;
    padding-top: 0.2em;
    padding-bottom:0.3em;
    padding-left:25px;
    margin-bottom: 10px;
    border-bottom: 1px dotted #333;
    background-image: url(http://www.amsterdamshorts.nl/uploads/images/shortspuntjes/rotate.php);
    background-repeat: no-repeat;
}

* html .NewsSummaryLink {
   border:0px; border-bottom:1px dotted #333; height:0px;
}


.NewsSummaryLink2 {
    font-size: 1.2em;
    font-weight: bold;
    padding-top: 0.2em;
    padding-bottom:0.3em;
    padding-left:25px;
    margin-bottom: 0.3em;
    border-bottom: 1px dotted #333;
    background-image: url(http://www.amsterdamshorts.nl/uploads/images/shortspuntjes3/rotate.php);
    background-repeat: no-repeat;
}

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

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

.NewsSummarySummary, .NewsSummaryContent {
  line-height: 140%;
  font-size: 90%;
 }

.NewsSummaryContent img {
border: 1px;
border-style: solid;
border-top-color: #000000;
border-right-color: #000000;
border-bottom-color: #000000;
border-left-color: #000000;
}

.NewsSummaryMorelink {
  font-size:90%;
  text-align:right;
  vertical-align:bottom;
  padding-left: 0em;
  padding-top: 0em;
  padding-bottom:0.3em;
  margin-left:0em;
  border-bottom: 1px dotted #333
}

.error_message{

color:red;

}

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

#NewsPostDetailSummary {
   line-height: 150%;
   }

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

#NewsPostDetailContent {
  font-size: 90%;
  padding-left:15px;
  margin-bottom: 15px;
  line-height: 150%;
  }

#NewsPostDetailAuthor {

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


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


#NewsPostDetailTitle {color:#ff0066}
#NewsPostDetailHorizRule 
{margin-left:15px; 
border: none 0;
border-top: 0px;
width: 80%; 
height: 1px;
}

#NewsPostDetailPrintLink {}
#NewsPostDetailReturnLink {padding-left: 15px;}

/* End of 'Module: News' */

