/* Start of CMSMS style sheet 'Module: News' */
div#vesti {
   width: auto;
   height: 100%;
   float: left;
   padding: 0px;
   padding-left: 0;
   margin-top: 8px;
   margin-left: 0;
   clear: all;
   overflow: visible;
   color: #981949;
   line-height: 15px;

}
.ivica{
   border: 1px solid #981949;
   /*width: 228px;*/
   height: 100%;
   margin: 2px;
   padding: 0px;
}
.slika {
   border: 3px solid #981949;
   padding-right: 5px;
   width: auto;
   height: auto;
}
#vesti-desno {
   border: 1px solid #981949;
   width: 230px;
   float: right;

}


div#news {
  margin: 2em 0 1em 0em;  /* margin for the entire div surrounding the news list */
  border: 1px solid #981949; 
  background: #fff; 
}

div#vesti h2 {
   line-height: 2em;
   width: 440px;
}

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

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

.NewsSummaryLink {
    font-weight: bold;
    color: #981949;
    font-size: 14px;
   text-decoration: none;
    padding-top: 0.2em;
   width: auto;
   height: 37px;
   text-align: left;
   width:auto;

}
.NewsSummaryLinkLong {
    font-weight: bold;
    color: #981949;
    font-size: 14px;
   text-decoration: none;
    padding-top: 0.2em;
   width: auto;
   height: 37px;
   text-align: left;

}

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

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

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

.NewsSummaryMorelink {
  /*padding-top: 10px;*/
  position: relative;
  bottom: 0px;
  text-align: right;
  font-weight: bold;
  float: right;
  position: right 2px;
  padding-bottom: 2px;
;
}

#NewsPostDetailDate {
  font-size: 90%;
  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 {
  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 {}
#NewsPostDetailHorizRule {}
#NewsPostDetailPrintLink {}
#NewsPostDetailReturnLink {}
*/


/**** NMS ****/

div#nms {
   background-image: URL(slike/nms.jpg);
   background-repeat: no-repeat;   
   width: 176px;
   border-top: 1px solid #981949;
   padding-top: 10px;
   padding-bottom: 10px;
   padding-left: 2px;
   padding-right: 2px
   font-family: Arial, sans-serif;
   font-weight: 500;
   color: #000;
   font-size: 11px;
}
#nms h1 {
   font-weight: 800;
   font-size: 120%;
   color: #981949;
}
/* End of 'Module: News' */

