body {
	color: #333333;
	font-family: Georgia, "Times New Roman", "Lucida Grande", Arial, Verdana, sans, serif;
	font-size: 12px;
	line-height: 18px;
}
/* 
 * Tekst
 */
a:link {
	color: #e43a3a;
	text-decoration: none;
}
a:visited {
	color: #e43a3a;
	text-decoration: none;
}
a:hover {
	color: #0099FF;
	text-decoration: underline;
}
a:active {
	color: #0099FF;
	text-decoration: none;
}

h4 a:link, h4 a:visited {
	color: #000;
	text-decoration: none;
}
h4 a:hover, h4 a:active {
	color: #e43a3a;
	text-decoration: none;
}

h4 {
	font-size:16px;
	margin-bottom:5px;
	color:#333;
}
h5, h6 {
	font-family:"Gill Sans", Arial, Sans, serif;
	font-size:10px;
	font-weight:bold;
	letter-spacing:2px;
	text-transform:uppercase;
	margin:0;
}
h6 {
	border-bottom:3px solid #ccc;
	margin:5px 0;
	padding:0 0 5px 0;
}
/* 
 * Glavni meni
 */
#navigacija {
	padding: 5px 0;
	border-top:1px dotted #ccc;
	border-bottom:1px solid #ccc
}
#navigacija ul {
	list-style: none;
	display: block;
	margin: 0 auto;
}
#navigacija ul li {
	float: left;
	margin: 0;
	font: bold 12px Georgia;
	color:#e43a3a;
	text-transform:uppercase;
	border-left:1px dotted #ccc;
	width:102px;
	text-align:center;
}
#navigacija ul li a:link, #navigacija ul li a:visited  {
	color:#e43a3a;
	text-decoration:none;
	border-bottom:2px solid #f8f4e8;
}
#navigacija ul li a:hover, #navigacija ul li a:active {
	color:#000;
	text-decoration:underline;
	border-bottom:2px solid #000;
}
#navigacija ul li.no_border {
	border-left:medium none;
}

/* 
 * Dobrodošli tekst u headeru
 */
.naslov_ad {
	font-family: "Gill Sans", Verdana;
	font-size: 10px;
	line-height: 14px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: normal;
	text-align:center;
	margin:5px auto;
	color:#000;
}

/* 
 * Datum u headeru
 */
.datum {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 10px;
	line-height: 18px;
	color:#999;
	text-align:center;
	margin:40px 10px 0 auto;
	width:200px;
}
.datum em {
	font-family: "Gill Sans", Verdana;
	font-size: 10px;
	letter-spacing:2px;
	font-style:normal;
	text-transform:uppercase;
	margin:0;
	padding:0;
	color:#333;
}

/* 
 * Search forma
 */
#searchf {
	text-align:center;
	margin-top:35px;
}

.search_box {
	width:150px;
	height:16px;
	font-size:10px;
	color:#e43a3a;
	padding:0 16px 0 0;
	margin-top:5px;
	background:url(../images/srch.gif) no-repeat right 1px;
	border-top:1px solid #999;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	border-left:1px solid #999;
}

/* 
 * Autor i datum objave članka
 */
.post_meta {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 10px;
	line-height: 22px;
	text-transform: uppercase;
	letter-spacing: 2px;
	color:#e43a3a;
}

/* 
 * Flickr slike
 */
#flickr a:hover img {
	border:2px solid #A8AA99;
}
#flickr a img {
	background:#FFFFFF none repeat scroll 0 0;
	border:2px solid #CECFC6;
	display:block;
	float:left;
	margin-bottom:10px;
	margin-left:10px;
	padding:3px;
}
.flikr {
	margin-bottom:10px
}
.flikr span span {
	color:#FF1183;
}
.flikr span {
	color:#0061D8;
}

.fix {
	clear:both;
	height:1px;
	margin:-1px 0 0;
	overflow:hidden;
}

/* 
 * RSS
 */
.rss {
	background:url(../images/rss_abeja_org.png) no-repeat 240px 0px;
	padding-left:10px;
	padding-right:60px;
	margin:10px 0;
}

/* 
 * Generalne klase
 */
.sample_pic {
	background:#fff none repeat scroll 0 0;
	border:1px solid #cecfc6;
	display:block;
	margin:0 0 5px 0;
	padding:1px;
}
.center_bgimage {
	background:url(../images/bg.gif) repeat-y top left;
	border-top:2px solid #ccc;
	border-bottom:1px solid #ccc;
	margin-top:1px;
}
.light_bg_color {
	background-color:#f8f4e8;
}
.pade_ten {
	padding:10px;
}
.vijest {
	margin:10px 0 20px 0;
}
