/* Start of CMSMS style sheet 'Glavna 3 kolone' */
body {
	margin: 0;
	font-family: Arial, Arial, sans-serif;
}
a {
	color: #F70C22;
}
#allContent1 {
	background: url(images/3kolone/levo.jpg) top left repeat-y white; /* Pozadina za LEVU kolonu */
}
#allContent2 {
	background: url(images/3kolone/desno2.jpg) top right repeat-y; /* Pozadina za DESNU kolonu */
}
/* Logo */
#logo {
	color: white;
	background: black;
	border: 5px solid black; /* important, for V-height? */
}
#logo h1 {
	margin: 0;
	padding: 0;
	background: black;
}
#logo h1 a {
	display: block;
	background: url(images/3kolone/ploca3.jpg) center left no-repeat black;
	height: 62px;
}
#logo h1 span {
	position: absolute;
	left: -90000px;
}
/* Nav */
#nav {
	height: 32px;
	background: url(images/3kolone/navbar-bg.jpg) top left repeat-x;
	text-align: center;
}
#nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	height: 32px;
	border-left: 5px solid #16F550;
}
#nav ul li {
	display: inline;
}
#nav li a, #nav li.currentpage h3, h3 a {
	display: block;
	float: left;
	width: 85px;
	height: 32px;
	line-height: 28px; /* 2px manje od stvarne visine */
	font-size: 8px;
	text-transform: uppercase;
	text-decoration: none;
	color: #F8F8FB;
	border-right: 5px solid #16F550;
	background: url(images/3kolone/navbar-bg.jpg) top left repeat-x;
  overflow: hidden; /* hek za ff.net naslove */
}
#nav li a:hover {
	font-weight: bold;
	background: black;
	height: 30px; /* 2px manje od stvarne visine, zbog bordera */
	line-height: 28px; /* 2px manje od stvarne visine */
	border-top: 5px solid #F70C22;
	border-bottom: 5px solid #F70C22;
}
#nav li.currentpage h3 {
	margin: 0; padding: 0;
}




#nav ol, #nav ol li {
  display: block;
}
#ddm1Body, #ddm2Body {
  position: absolute;
  float: right;
  width: 120px;
  margin-top: 32px;
  margin-left: 320px; /* (li-width * li-count) - 20 == (85*4) - 20 */
}
#ddm2Body {
  width: 240px;
}
#ddm2Body li a {
  width: 220px;
}

/* Columns and paddings */
.column {
	width: 180px;
  overflow: hidden;
}
.padding {
	padding: 5px;
}
/* Left */ 
#left {
	float: left;
}
#left .article {
	border-bottom: 5px solid #ccc;
}
#left * {
	font-size: 10px;
}
#left ol.dalje {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
/* Right */
#right {
	float: right;
}
#right ul, #right ol {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#right ul li, #right ol li {
	padding: 0.4em 0;
}
#right ul li a, #right ol li a {
	font-weight: bold;
	text-decoration: none;
}
#right ul li {
        background: url(images/3kolone/li-bg.jpg) bottom left repeat-x #edefee;
	color: #21536A;
        margin-left: 5px; /* da se vidi granica kutije */
}
#right ul li a {
  margin-left: 5px;
}
#right .textLinks a {
   font-family: "Times New Roman", Times, serif;
}
/* Main */
#main {
	margin: 0 180px;
	background-color: white;
}
/* Footer */
#footer {
	background: #fff;
	border: 5px solid #fff;
	border-top: 5px solid #ccc;
}
#footer p {
	text-align: center;
}

/* --- */
br.clear {
	clear: both;
  height: 0;
  margin: 0;
  padding: 0;
  line-height: 0;
}

/**** ADD ***/
* { /* This whole rule is butt ugly, but neccessary */
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
}
img, a img {
	border: none;
}
#main div.content {
	line-height: 1.6em;
}
#main h2 {
	font-size: 1.8em;
	font-weight: bold;
	font-family: Verdana, Arial, sans-serif;
}
#MCFooter {
  text-align: center;
}

.arhiva-link * {
  font-size: 2em;
}
/* End of 'Glavna 3 kolone' */

/* Start of CMSMS style sheet 'Module: News' */
div#news {
  margin: 0.1em 0 1em 1em;  /* margin for the entire div surrounding the news list */
  border: 8px solid #000; 
  background: #FFE9AF; 
}

div#news h2 {
   line-height: 2em;
   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: 8px solid #ccc;
}

.NewsSummaryPostdate {
  font-size: 100%;
  font-weight: bold;
 }

.NewsSummaryLink {
    font-weight: bold;
    padding-top: 0.1em;
	text-transform: uppercase;
   font-size: 16px;
}
.NewsSummaryLink a {
	text-decoration: underline;
    
}

.NewsSummaryCategory {
  font-style: bold;
  margin: 5px 0;
 }

.NewsSummaryAuthor {
  font-style: bold;
  padding-bottom: 0.5em;
}

.NewsSummarySummary, .NewsSummaryContent {
  line-height: 140%;
 }

.NewsSummaryMorelink {
  padding-top: 0.5em;
}

#NewsPostDetailDate {
  font-size: 100%;
  margin-bottom: 5px;
  font-weight: bold;
  }

#NewsPostDetailSummary {
   line-height: 150%;
	font-style: bold;
   }

#NewsPostDetailCategory {
  font-style: bold;
  border-top: 8px solid #ccc;
  margin-top: 0.5em;
  padding: 0.2em 0;
}

#NewsPostDetailContent {
  margin-bottom: 15px;
  line-height: 150%;
  }

#NewsPostDetailAuthor {

  padding-bottom: 1.5em;
  font-style: bold;
}

/* to add specific style to the below divs, uncomment them. */

/* 
#NewsPostDetailTitle {}
#NewsPostDetailHorizRule {}
#NewsPostDetailPrintLink {}
#NewsPostDetailReturnLink {}
*/
/* End of 'Module: News' */

