
body {
	margin-top: 20px;
	padding: 0;
	background: #FDF9EE;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6D6D6D;
}

h1, h2, h3 {
	margin: 0;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #006EA6;
}

h1 {
	letter-spacing: -1px;
	font-size: 35px;
	text-transform: lowercase;
}

h2 {
	font-size: 26px;
	text-transform: lowercase;
}

h3 {
	font-size:20px;
}

p, ul, ol {
	margin: 0 0 2em 0;
	text-align: justify;
	line-height: 26px;
}



a:link {
	color: #0094E0;
}

a:hover, a:active {
	text-decoration: none;
	color: #0094E0;
}

a:visited {
	color: #0094E0;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 7px 15px 0 0;
}

img.right {
	float: right;
	margin: 7px 0 0 15px;
}

/* Form */

form {
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

legend {
	display: none;
}

input, textarea, select {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}

#wrapper {
	background: #7ACF00 url(images/img03.jpg);
}

/* Header */

#header {
	width: 900px;
	height: 100px;
	margin: 0 auto 20px auto;
	padding-top: 10px;
}

#logo {
	float: left;
	height: 100px;
	width:300px;
	margin-left: 10px;
	padding-left:120px;
	background-image:url(images/logo_blue.jpg);
	background-repeat:no-repeat;
}

#logo h1 {
	float: left;
	margin: -10px 0 0 0;
	font-size: 46px;
	color: #0099E8;
	line-height:1;
}

#logo h1 sup {
	vertical-align: text-top;
	font-size: 36px;
}

#logo h1 a {
	color: #0099E8;
	font-size:64px;
	line-height:1;
}

#logo h2 {
	float: left;
	width:360px;
	margin: 0;
	padding: 5px 0 0 0px;
	text-transform:lowercase;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #6D6D6D;
	line-height:1.2;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Menu */

#menu {
	float: right;
	
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	margin-left: 5px;
	background: #0094E0;
	border: 1px dashed #FFFFFF;
	padding: 1px 10px;
	text-decoration: none;
	font-size: 18px;
	color: #FFFFFF;
}

#menu a:hover {
	text-decoration: underline;
}

#menu .active a {
}

/* Page */

#top_banner {
	width: 940px;
	height: auto;
	margin: 0 auto;
	background: #FFFFFF;
	border: 1px #F0E9D6 solid;
	
}

/* Page */

#page {
	width: 900px;
	margin: 0 auto;
	background: #FFFFFF;
	border: 1px #F0E9D6 solid;
	padding: 20px 20px;
}

/* Content */

#content {
	float: left;
	width: 600px;
	padding-left: 10px;
}

/* Post */

.post {
}

.post .title {
	margin-bottom: 20px;
	padding-bottom: 5px;
	padding-left: 40px;
	background: url(images/img02.jpg) no-repeat left top;
	border-bottom: 1px dashed #D1D1D1;
	color: #8BCB2F;
}

.post .title b {
	font-weight: normal;
	color: #0094E0;
}

.post .entry1 {
color:#000000;
font-size:13px;
line-height:150%
}

.post .sms {
font-size:16px;
line-height:130%
}

.post .entry {

}



.post .meta {
	margin: 0;
	padding: 5px 0 60px 0;
	background: url(images/img04.jpg) repeat-x left 30%;
}

.post .meta p {
	margin: 0;
	line-height: normal;
}

.post .meta .byline {
	float: left;
	color: #0000FF;
}

.post .meta .links {
	float: left;
}

.post .meta .more {
	width: 185px;
	height: 35px;
	padding: 5px 10px;
	background: #8BCB2F;
	border: 1px dashed #FFFFFF;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 9px;
}

.post .meta .comments {
	padding: 5px 10px;
	text-transform: uppercase;
	text-decoration: none;
	background: #0094E0;
	border: 1px dashed #FFFFFF;
	font-size: 9px;
}

.post .meta b {
	display: none;
}

.post .meta a {
	color: #FFFFFF;
}

.post .dugme {
	background-image:url(images/img05.jpg);
	color:#FFFFFF;
	font-size:42px;
	font-family:Arial, Helvetica, sans-serif;
	width:100%;
	height:50px;
	text-align:center;
	}
	
.post .dugme a {
	text-decoration:none;
	color:#FFFFFF;
	}

/* Sidebar */

#sidebar {
	float: right;
	width: 230px;
	padding-right: 10px;
}

#sidebar ul {
	margin: 0;
	padding: 10px 0 0 0;
	list-style: none;
}

#sidebar li {
	margin-bottom: 40px;
}

#sidebar li ul {
}

#sidebar li li {
	margin: 0;
	padding: 3px 0;
	border-bottom: 1px dashed #D1D1D1;
}

#sidebar li li a {
	margin: 0;
	padding-left: 15px;
	background: url(images/img01.jpg) no-repeat left 50%;
}

#sidebar h2 {
	padding-bottom: 5px;
	font-size: 18px;
	font-weight: normal;
	color: #0094E0;
}

#sidebar strong, #sidebar b {
	color: #8BCB2F;
}

#sidebar a {
	text-decoration: none;
	color: #6D6D6D;
}

/* Search */

#search {
}

#search h2 {
}

#p {
	margin-right: 5px;
	padding: 3px;
	border: 2px solid #0094E0;
}


#inputString {
	width: 450px;
	margin-right: 5px;
	padding: 3px;
	border: 2px solid #0094E0;
	color:#0094E0;
	font-size:18px;
}

#s {
	width: 450px;
	margin-right: 5px;
	padding: 3px;
	border: 2px solid #0094E0;
	color:#0094E0;
	font-size:18px;
}

#m {
	width: 350px;
	margin-right: 5px;
	padding: 3px;
	border: 2px solid #0094E0;
	color:#0094E0;
	font-size:24px;
}

#x {
	padding: 3px;
	background: #ECECEC url(images/img08.gif) repeat-x left bottom;
	border: none;
	text-transform: lowercase;
	font-size: 18px;
	color: #4F4F4F;
}

/* Boxes */

.box1 {
	padding: 20px;
	background: url(images/img05.gif) no-repeat;
}

.box2 {
	color: #BABABA;
}

.box2 h2 {
	margin-bottom: 15px;
	background: url(images/img10.gif) repeat-x left bottom;
	font-size: 16px;
	color: #FFFFFF;
}

.box2 ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.box2 a:link, .box2 a:hover, .box2 a:active, .box2 a:visited  {
	color: #EDEDED;
}

/* Footer */

#footer {
	width: 880px;
	margin: 0 auto;
	padding: 10px 0 0 0;
	color: #353535;
}

html>body #footer {
	height: auto;
}

#footer-menu {
}

#legal {
	clear: both;
	font-size: 11px;
	color: #6D6D6D;
}

#legal a {
	color: #0094E0;
}

#footer-menu {
	float: left;
	color: #353535;
	text-transform: capitalize;
}

#footer-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#footer-menu li {
	display: inline;
}

#footer-menu a {
	display: block;
	float: left;
	padding: 1px 15px 1px 15px;
	background: url(images/img03.jpg) no-repeat right 50%;
	text-decoration: none;
	font-size: 11px;
	color: #6D6D6D;
}

#footer-menu a:hover {
	text-decoration: underline;
}

#footer-menu .active a {
	padding-left: 0;
}


.smallBr{
font-size: 1px;
line-height: 0;
}


div.fileinputs {
	position: relative;
}

div.fakefile {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}

input.file {
	position: relative;
	text-align: right;
	-moz-opacity:0 ;
	filter:alpha(opacity: 0);
	opacity: 0;
	z-index: 2;
}


label {
	float:left;
	display:block;
	width:120px;
}
input {
	float:left;
}

#loading {
}

#back {
z-index:2;

position:absolute;
width:500px;
height:500px;
top:0px;
left:0px;
}

.lista {
line-height:2;
font-size:18px;
list-style-image:url(images/listimg.jpg);
}

.lista1 {
line-height:50%;
font-size:14px;
list-style-image:url(images/listimg.jpg);
}

.hvala {
font-size:24px;
color:#033E7B;
text-align:left;
}

.poruka {
font-size:18px;
color:#033E7B;
text-align:justify;
}

.normal {
font-size:12px;
color:#6D6D6D;
text-align:justify;
}

.kateg {
font-size:16px;
}

.pravila {
font-size:12px;
color:#6D6D6D;
text-align:center;
line-height:2px;
}

dl {
  font:normal 12px/15px Arial;
  width: 350px;
  
}
dt {
  clear: both;
  float:left;
  width: 130px;
  padding: 4px 0 2px 0;
  text-align: left;
}
dd {
  float: left;
  width: 200px;
  margin: 0 0 8px 0;
  padding-left: 6px;
  position:relative;
}
 
.hint {
  display:none;
  position: absolute;
  right: -250px;
  width: 200px;
  margin-top: -4px;
  border: 1px solid #c93;
  padding: 10px 12px;
  background: #ffc url(pointer.gif) -100px -100px no-repeat;
}
 
.hint .hint-pointer {
    position: absolute;
    left: -10px;
    top: 5px;
    width: 10px;
    height: 19px;
    background: url(pointer.gif) left top no-repeat;
}

.highslide-maincontent {
height:120px;
}

td.rightborder 
{
border-width: 5px;
border-color: #000080;
border-style: solid;
}

/* Header */

#header_index {
	width: 900px;
	height: 25px;
	margin: 0 auto 20px auto;
	padding-top: 10px;
}

#logo_index {
	float: left;
	height: 100px;
	width:300px;
	margin-left: 10px;
	padding-left:120px;
	background-image:url(images/logo_blue.jpg);
	background-repeat:no-repeat;
}

#logo_index h1 {
	float: left;
	margin: -10px 0 0 0;
	font-size: 46px;
	color: #0099E8;
	line-height:1;
}

#logo_index h1 sup {
	vertical-align: text-top;
	font-size: 36px;
}

#logo_index h1 a {
	color: #0099E8;
	font-size:64px;
	line-height:1;
}

#logo_index h2 {
	float: left;
	width:360px;
	margin: 0;
	padding: 5px 0 0 0px;
	text-transform:lowercase;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #6D6D6D;
	line-height:1.2;
}

#logo_index a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Menu */

#menu_index {
	float: right;
	
}

#menu_index ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu_index li {
	display: inline;
}

#menu_index a {
	display: block;
	float: left;
	margin-left: 5px;
	background: #0094E0;
	border: 1px dashed #FFFFFF;
	padding: 1px 10px;
	text-decoration: none;
	font-size: 18px;
	color: #FFFFFF;
}

#menu_index a:hover {
	text-decoration: underline;
}

#menu_index .active a {
}



	.suggestionsBox {
		position: relative;
		left: 0px;
		margin: -25px 0px 0px 0px;
		width: 500px;
		background-color: #212427;
		-moz-border-radius: 7px;
		-webkit-border-radius: 7px;
		border: 2px solid #000;	
		color: #fff;
		z-index: 5000;
	}
	
	.suggestionList {
		margin: 0px;
		padding: 0px;
	}
	
	.suggestionList li {
		
		margin: 0px 0px 3px 0px;
		padding: 3px;
		cursor: pointer;
	}
	
	.suggestionList li:hover {
		background-color: #659CD8;
	}
	
	
.searchList {
	margin: -30px 0px 0px 0px;
	padding: 0px;
	list-style-type: none;
	position: absolute;
	width: 460px;
	height: 360px;
	overflow-y:auto;
	overflow:-moz-auto-vertical
}
.wrapSearch {
}

#input1 {
	width: 450px;
	margin-right: 5px;
	padding: 3px;
	border: 2px solid #0094E0;
	color:#0094E0;
	font-size:18px;
}

.searchList li {
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D6D6D6;
	width: 100%;
}
.searchList li a{
	display: block;
	color: #006;
	text-decoration: none;
	background-color: #F9F9F9;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 8px;
}
.searchList li a:hover{
	color: #FFF;
	background-color: #555;
}

.listWrap {
	visibility: hidden;
}	






