/* CSS Document */
/* Author name: Damjan Gataric */
/* Author email: damjan@gataric.info */
/* Author web: http://damjan.gataric.info */


ul, li, p, a, img, input {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	text-decoration: none;
}
h1, h2, h3, h4, h5 {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	margin: 0;
	padding: 0;
}


body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	height: 100%; /* fix height to 100% for IE */
	max-height: 100%; /* fix height for other browsers */
	overflow: hidden; /*get rid of scroll bars in IE */
	padding: 0;
	margin: 0;
	border: 0;
}

html {
	height: 100%; /* fix height to 100% for IE */
	max-height: 100%; /* fix height for other browsers */
	padding: 0;
	margin: 0;
	border: 0;
	background: #fff; /*color background - only works in IE */
	/* hide overflow:hidden from IE5/Mac */
	/* \*/
	overflow: hidden; /*get rid of scroll bars in IE */
}


.hidden {
	display: none;
}
.left {
	float: left;
}
.right {
	float: right;
}
.center {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

img.left {
	float: left;
	margin: 0 10px 5px 0;
}
img.right {
	float: right;
	margin: 0 0 5px 10px;
}


/*---header-------------------------------------------------------------*/

#headerWrap {
	width: 100%;
	background: #fff;
	position: absolute;
	top: 0;
	right: 18px;
	z-index: 1000;
}
#header {
	width: 920px;
	height: 160px;
	background: url(images/header-bg.png) no-repeat;
	margin: 0 auto;
	position: relative;
}

#header ul {
	list-style: none;
	position: absolute;
	left: 141px;
}
#header li {
	float: left;
	position: relative;
}
#header li a {
	float: left;
	height: 20px;
	line-height: 20px;
	padding: 10px 16px;
	color: #fff;
	font-size: 1.3em;
	font-weight: bold;
}
#header li a:hover {
	background: #96bf00;
}
#header li.active a {
	background: #96bf00;
	cursor: default;
}

#header li ul {
	position: absolute;
	top: 50px;
	left: 0px;
	width: 520px;
	display: none;
}
#header li.active ul {
	display: block;
}
#header li ul a {
	height: auto;
	padding: 1px 10px 1px 0;
	margin-right: 10px;
	border-right: 1px solid #fff;
	font-size: 1.1em;
	font-weight: normal;
}
#header li ul li:last-child a {
	border: none;
}
#header li ul a:hover {
	background: none;
	color: #96bf00;
}
#header li ul li.active a {
	background: none;
	color: #96bf00;
}
#header li.active li a {
	background: none;
	cursor: pointer;
}
#header li.active li.hover a {
	color: #96bf00;
}
#header li ul li ul, #header li.active ul li ul {
	display: none;
	background: #000;
	top: 22px;
	left: -11px;
	padding: 10px 0 0;
	width: auto;
}
#header li ul li ul li {
	clear: left;
	padding: 0 0 0 10px;
	border-left: 1px solid #fff;
}
#header li ul li ul li a, #header li.active li.hover li a {
	border: none;
	color: #fff;
	width: 120px;
	height: 20px;
}
#header li ul li ul li a:hover, #header li.active li.hover li a:hover {
	color: #96bf00;
}

#header form.pretraga {
	position: absolute;
	bottom: 25px;
	right: 20px;
}
#header label {
	float: left;
	height: 20px;
	line-height: 16px;
	margin-right: 7px;
	color: #fff;
	font-size: 11px;
}
#header input.text {
	float: left;
	width: 120px;
	padding: 1px 2px 2px;
	margin-right: 5px;
	font-size: 10px;
}
#header input.submit {
	float: left;
	background: url(images/trazi.png) right;
	width: 39px;
	height: 16px;
	color: #fff;
	font-size: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	cursor: pointer;
}
#header input.submit:hover {
	color: #000;
}


#logo {
	position: absolute;
	width: 87px;
	height: 74px;
	bottom: 37px;
	left: 33px;
}
#logo a {
	display: block;
	background: url(images/logo.png);
	width: 87px;
	height: 74px;
	text-indent: -9000px;
}

/*---content------------------------------------------------------------*/

#contentWrap {
	display: block;
	height: 100%;
	max-height: 100%;
	overflow: auto;
	position: relative;
	z-index: 3;
	padding-right: 20px;
}
#content {
	width: 900px;
	margin: 160px auto 30px;
	padding: 20px 0 50px;
	overflow: hidden;
	font-size: 1.2em;
	color: #7d7d7d;
}
#content h2 {
	background: #000 url(images/headline-stripes-bg.png) right no-repeat;
	float: left;
	height: 20px;
	line-height: 20px;
	padding: 0px 30px 0px 7px;
	margin-bottom: 5px;
	color: #96bf00;
	font-size: 1em;
	text-transform: uppercase;
	font-weight: normal;
}

#content h2.forma {
	background: #000 url(images/headline-stripes-long-bg.png) right no-repeat;
	float: none;
	height: 30px;
	line-height: 30px;
	padding: 0 0 0 20px;
	margin-bottom: 5px;
	color: #96bf00;
	font-size: 1em;
	text-transform: lowercase;
	font-weight: normal;
}
#content a {
	color: #586D0F;
}
#content a:hover {
	color: #D02126;
}

#content span.date {
	border-right: 1px solid #7d7d7d;
	float: left;
	margin: 0 5px 2px 0;
	padding: 0 5px 0 0;
	font-size: 0.9em;
	font-weight: normal;
}
#content span.time {
	border-right: none;
	float: left;
	margin: 0 5px 2px 0;
	padding: 0 5px 0 0;
	font-size: 0.9em;
	font-weight: normal;
}

#content ul.paginacija {
	list-style: none;
}
#content ul.paginacija li {
	float: left;
	clear: none;
	margin-right: 5px;
	height: 12px;
	line-height: 12px;
	font-size: 10px;
	width: auto;
}
#content ul.paginacija a, #contentWrap #content div.group ul.paginacija a {
	float: left;
	height: 12px;
	line-height: 12px;
	color: #666;
	padding: 0 1px;
	font-weight: normal;
}
#content ul.paginacija a:hover, #content ul.paginacija li.active a, #contentWrap #content div.group ul.paginacija a:hover, #contentWrap #content div.group ul.paginacija li.active a {
	background: #A2BE2B;
	color: #fff;
}
#content ul.paginacija li.pre a {
	width: 8px;
	background: url(images/pagination-left.png) no-repeat 0 3px;
	text-indent: -9000px;
}
#content ul.paginacija li.poslije a {
	width: 8px;
	background: url(images/pagination-right.png) no-repeat 0 3px;
	text-indent: -9000px;
}


/*---content column-----------------------------------------------------*/

#contentColumn {
	float: left;
	width: 650px;
}

#contentColumn h2 {
	background: none;
	color: #666666;
	font-size: 1.4em;
	padding: 0;
	margin: 0 0 10px;
	float: none;
	height: auto;
}
#contentColumn h2 span.dt {
	display: block;
	font-size: 0.8em;
}
#contentColumn h2 span.naslov {
	display: block;
}

#contentColumn h3 {
	font-size: 1.2em;
	margin: 0 0 5px 0;
	color: #7d7d7d;
}

#contentColumn ul {
	margin: 0 0 10px 0;
}

#contentColumn div.group h2 {
	background: #000 url(images/headline-stripes-bg.png) right no-repeat;
	float: left;
	height: 20px;
	line-height: 20px;
	padding: 0px 30px 0px 7px;
	margin-bottom: 5px;
	color: #96bf00;
	font-size: 1em;
	text-transform: uppercase;
	font-weight: normal;
}

#contentColumn p {
	margin-bottom: 0.7em;
}
#contentColumn img.banner, #contentColumn object.banner {
	margin: 0 0 10px;
	height: 150px;
	display: block;
}
#contentColumn span.ukovireno {
	background: #A2BE2B;
	color: #fff;
	width: 170px;
	padding: 7px;
	float: right;
	margin: 5px 0 3px 10px;
}

#contentColumn div.vijest {
	margin-right: 16px;
}
#contentColumn div.vijest img.banner {
	display: block;
	margin-bottom: 10px;
}
#contentColumn div.vijest h2 {
	background: none;
	color: #666666;
	font-size: 1.4em;
	padding: 0;
	margin: 0;
	float: none;
	height: auto;
}
#contentColumn div.vijest span.subHeader {
	display: block;
	margin: 2px 0 20px;
	clear: both;
	font-size: 1.1em;
}
#contentColumn div.vijest p {
	text-align: justify;
}
#contentColumn div.vijest ul.paginacija {
	float: right;
	margin-top: 5px;
}

#contentColumn div.columnLeft {
	float: left;
	width: 440px;
	line-height: 1.4em;
	overflow: hidden;
}

#contentColumn div.group {
	background: url(images/hor-dots-small.png) top repeat-x;
	overflow: hidden;
	padding: 7px 0 0;
}

#contentColumn div.columnLeft div.group {
	background: none;
	overflow: hidden;
	padding: 0;
}

#contentColumn div.columnLeft div.block {
	width: 200px;
	height: 200px;
	float: left;
	margin-right: 18px;
}
#contentColumn div.columnLeft div.block h3 {
	font-size: 1em;
	color: #7d7d7d;
	clear: both;
	margin: 5px 0;
}
#contentColumn div.columnLeft div.block p {
	margin: 0 0 3px;
	font-size: 0.9em;
	line-height: 1.2em;
}
#contentColumn div.columnLeft div.block a {
	color: #586D0F;
	font-size: 0.9em;
	margin: 0;
}
#contentColumn div.columnLeft div.block a:hover {
	color: #D02126;
}
#contentColumn div.columnLeft div.subHeader {
	clear: both;
	padding: 10px 0;
	overflow: hidden;
}
#contentColumn div.columnLeft div.subHeader span {
	font-size: 1em;
	color: #666666;
	float: left;
}
#contentColumn div.columnLeft div.subHeader a {
	float: left;
	color: #666666;
}
#contentColumn div.columnLeft div.subHeader ul {
	float: left;
	list-style: none;
	width: 280px;
}
#contentColumn div.columnLeft div.subHeader li {
	float: left;
	width: 280px;
}
#contentColumn div.columnLeft div.subHeader li a {
	margin: 0 0 0 10px;
	padding: 0 0 0 10px;
	border-left: 1px solid #666666;
}
#contentColumn div.columnLeft div.subHeader li a:hover, #contentColumn div.columnLeft div.subHeader li.active a {
	color: #A2BE2B;
}
#contentColumn div.columnLeft div.subHeader ul ul {
	display: none;
	margin: 10px 0 0;
	clear: both;
}
#contentColumn div.columnLeft div.subHeader li.active ul {
	display: block;
}
#contentColumn div.columnLeft div.subHeader li.active ul a {
	color: #666666;
}
#contentColumn div.columnLeft div.subHeader li.active ul a:hover, #contentColumn div.columnLeft div.subHeader li.active ul li.active a {
	color: #A2BE2B;
}

#contentColumn div.columnLeft ul.vijesti {
	clear: both;
	list-style: none;
	width: 100%;
}
#contentColumn div.columnLeft ul.vijesti li {
	float: left;
	clear: left;
	margin-top: 20px;
	width: 100%;
}
#contentColumn div.columnLeft ul.vijesti span {
	font-size: 0.9em;
}
#contentColumn div.columnLeft ul.vijesti img {
	float: left;
	margin-right: 15px;
}
#contentColumn div.columnLeft ul.vijesti h3 {
	float: right;
	width: 263px;
	font-size: 1.2em;
	font-weight: bold;
	color: #666666;
	margin-bottom: 3px;
}
#contentColumn div.columnLeft ul.vijesti p {
	float: right;
	width: 263px;
}
#contentColumn div.columnLeft ul.vijesti a {
	float: right;
	width: 263px;
	color: #586D0F;
	margin-top: -5px;
}
#contentColumn div.columnLeft ul.vijesti a:hover {
	color: #D02126;
}

#contentColumn div.columnLeft ul.svirke {
	clear: both;
	overflow: hidden;
	padding: 20px 0 0;
	width: 100%;
}
#contentColumn div.columnLeft ul.svirke li {
	float: left;
	clear: left;
	overflow: hidden;
	background: url(images/hor-dots-small.png) bottom repeat-x;
	margin-bottom: 15px;
	padding-bottom: 15px;
	width: 100%;
}
#contentColumn div.columnLeft ul.svirke span.date {
	float: left;
	width: 145px;
	height: 50px;
	line-height: 50px;
	background: url(images/big-stripes-gray.png) left no-repeat;
	padding-left: 25px;
	font-size: 50px;
	border: none;
}
#contentColumn div.columnLeft ul.svirke h3 {
	float: right;
	width: 240px;
	margin: 2px 0 0;
	padding: 0;
	color: #666666;
	text-transform: uppercase;
	font-size: 1.4em;
	font-weight: normal;
}
#contentColumn div.columnLeft ul.svirke span.mjesto {
	float: right;
	width: 240px;
	margin: 0;
	padding: 0;
}
#contentColumn div.columnLeft ul.svirke span.time {
	float: right;
	width: 240px;
	margin: 0;
	padding: 0;
}

#contentColumn div.columnLeft ul.profili {
	clear: both;
	overflow: hidden;
	width: 100%;
}
#contentColumn div.columnLeft ul.profili li {
	float: left;
	clear: left;
	margin: 20px 0 0;
	width: 100%;
}
#contentColumn div.columnLeft ul.profili img.photo {
	float: left;
	width: 210px;
}
#contentColumn div.columnLeft ul.profili h3 {
	float: right;
	width: 200px;
	color: #666;
}
#contentColumn div.columnLeft ul.profili span.mjesto {
	float: right;
	width: 200px;
	margin: 1px 0 3px;
}
#contentColumn div.columnLeft ul.profili p {
	float: right;
	width: 200px;
	font-size: 0.9em;
}

#contentColumn div.columnLeft ul.linkovi li {
	margin: 7px 0;
	background: url(images/link_go.png) 0 -1px no-repeat;
	padding: 0 0 0 21px;
}
#contentColumn div.columnLeft ul.linkovi span {
	color: #666666;
}

#contentColumn div.columnLeft div.rezultatiPretrage {
	margin: 0 0 0 20px;
	clear: both;
}
#contentColumn div.columnLeft div.rezultatiPretrage h3 {
	float: left;
	background: #A2BE2B url(images/headline-stripes-big-bg.png) right no-repeat;
	height: 25px;
	line-height: 25px;
	margin: 0 0 10px;
	padding: 0 50px 0 10px;
	color: #fff;
	font-size: 1.1em;
	text-transform: lowercase;
}
#contentColumn div.columnLeft div.rezultatiPretrage ul {
	list-style: none;
	clear: both;
	width: 100%;
}
#contentColumn div.columnLeft div.rezultatiPretrage li {
	float: left;
	clear: left;
	margin: 3px 0;
	width: 100%;
}
#contentColumn div.columnLeft div.rezultatiPretrage li a {
	float: left;
	width: 100%;
	font-size: 1em;
	color: #666666;
}
#contentColumn div.columnLeft div.rezultatiPretrage li a:hover {
	color: #D02126;
}

#blog #contentColumn div.columnLeft h2 {
	float: left;
	background: none;
	height: auto;
	line-height: normal;
	font-size: 2.7em;
	color: #666666;
	width: 306px;
	margin: 10px 0 0 0;
	padding: 0;
}
#contentColumn div.columnLeft img.bloger {
	float: left;
	background: url(images/bloger-bg.png) right no-repeat;
	margin: 0 10px 0 0;
	padding: 0 24px 0 0;
}


#blog #contentColumn div.columnLeft h3 {
	color: #666666;
	font-size: 1.8em;
	font-weight: normal;
	margin: 20px 0 10px;
	clear: both;
}
#blog #contentColumn div.columnLeft span.subHeader {
	margin: 10px 0 20px;
	display: block;
	font-size: 1.2em;
}
#blog #contentColumn div.columnLeft p {
	font-size: 1em;
}

#contentColumn ul.komentari {
	clear: both;
	width: 440px;
	list-style: none;
	margin: 0;
	padding: 10px 0;
}
#contentColumn ul.komentari li {
	overflow: hidden;
	padding: 0 0 5px;
	margin: 5px 0;
	background: url(images/hor-dots-small.png) repeat-x bottom;
}
#contentColumn ul.komentari p {
	font-size: 1.1em;
	font-weight: normal;
	clear: both;
}
#contentColumn ul.komentari a {
	display: block;
	color: #586D0F;
	font-size: 1.1em;
	font-weight: normal;
	clear: both;
}
#contentColumn ul.komentari span.autor {
	font-size: 1em;
	font-weight: normal;
	display: block;
	margin-top: 5px;
}
#contentColumn ul.komentari span.odgovor {
	padding: 10px 0 10px 30px;
	display: block;
}

#contentColumn div.columnRight {
	float: right;
	width: 200px;
	line-height: 1.2em;
}

#contentColumn div.columnRight div.group {
	background: url(images/hor-dots-small.png) top repeat-x;
	padding: 7px 0 0 10px;
	overflow: hidden;
}
#contentColumn div.columnRight div.group h2 {
	background: #000000 url(images/headline-stripes-bg.png) no-repeat scroll right center;
	color: #96BF00;
	float: left;
	font-size: 1em;
	font-weight: normal;
	height: 20px;
	line-height: 20px;
	margin-bottom: 5px;
	padding: 0 30px 0 7px;
	text-transform: uppercase;
}
#contentColumn div.columnRight div.group ul {
	list-style: none;
	width: 100%;
}
div.columnRight div.group li {
	float: left;
	clear: left;
	margin: 5px 0;
	width: 100%;
}
#contentColumn div.columnRight div.group a {
	float: left;
	color: #7d7d7d;
	font-size: 1.1em;
	font-weight: bold;
}
#contentColumn div.columnRight div.group a:hover {
	color: #d02126;
}
#contentColumn div.columnRight div.group a span {
	display: block;
	clear: left;
	margin-top: 1px;
	font-size: 0.7em;
}

#contentColumn div.columnRight ul.vijesti li {
	float: left;
	clear: left;
	padding: 10px 0 12px;
	margin: 0;
	background: url(images/hor-dots-small.png) bottom repeat-x;
	color: #7d7d7d;
}
#contentColumn div.columnRight ul.vijesti li:last-child {
	background: 0;
}
#contentColumn div.columnRight ul.vijesti li h3 {
	font-size: 1em;
	color: #7d7d7d;
	clear: both;
	margin: 0 0 5px;
}
#contentColumn div.columnRight ul.vijesti li p {
	margin: 0 0 5px;
	font-size: 0.9em;
}
#contentColumn div.columnRight ul.vijesti li a {
	color: #586D0F;
	font-size: 0.9em;
}

#contentColumn div.columnRight ul.gore {
	clear: both;
	float: left;
	background: url(images/gore.png) no-repeat left top;
	padding-top: 35px;
	margin: 10px 0 0;
}
#contentColumn div.columnRight ul.dole {
	clear: both;
	float: left;
	background: url(images/dole.png) no-repeat left top;
	padding-top: 35px;
	margin: 10px 0 0;
	width: 100%;
}
#contentColumn div.columnRight ul.gore li, #contentColumn div.columnRight ul.dole li {
	float: left;
	clear: left;
	margin-bottom: 10px;
	width: 100%;
}
#contentColumn div.columnRight ul.gore h3, #contentColumn div.columnRight ul.dole h3 {
	color: #666666;
	font-weight: normal;
	text-transform: uppercase;
}
#contentColumn div.columnRight ul.gore span.date, #contentColumn div.columnRight ul.dole span.date {
	border: none;
	float: none;
}
#contentColumn div.columnRight ul.gore span.mjesto, #contentColumn div.columnRight ul.dole span.mjesto {
	font-size: 0.9em;
	display: block;
}
#contentColumn div.columnRight ul.gore img.ocjena, #contentColumn div.columnRight ul.dole img.ocjena {
	display: block;
	margin-top: 5px;
}

#contentColumn div.columnRight ul.poslednjePrijave {
	list-style: none;
	float: left;
	clear: both;
	margin: 5px 0 0;
	width: 100%;
}
#contentColumn div.columnRight ul.poslednjePrijave li {
	float: left;
	clear: left;
	margin: 5px 0;
	width: 100%;
}

#contentColumn div.columnRight ul.poslednjePrijave a {
	float: left;
	color: #7d7d7d;
	font-size: 1.1em;
	font-weight: bold;
}
#contentColumn div.columnRight ul.poslednjePrijave a:hover {
	color: #d02126;
}
#contentColumn div.columnRight ul.poslednjePrijave a span {
	display: block;
	clear: left;
	margin-top: 1px;
	font-size: 0.7em;
}

#contentColumn ul.blogeri img {
	float: left;
	width: 22px;
	margin: 3px 10px 0 0;
/*	border: 1px solid #7d7d7d;
	padding: 1px;
	background: #fff;*/
}

#contentColumn ul.blogeri a {
	font-size: 1em;
	width: 158px;
}
#contentColumn ul.blogeri a span {
	font-size: 0.8em;
}

#bend #contentColumn div.columnLeft h2 {
	float: left;
	background: none;
	height: auto;
	line-height: normal;
	font-size: 2.7em;
	color: #666666;
	width: 306px;
	margin: 0 0 30px 0;
	padding: 0;
}
#bend #contentColumn div.columnLeft h2 span {
	display: block;
	font-size: 0.5em;
}
#bend #contentColumn div.columnLeft img.bend {
	float: left;
	background: url(images/bloger-bg.png) right no-repeat;
	margin: 0 10px 0 0;
	padding: 0 24px 0 0;
}


#bend #contentColumn div.columnLeft img.bend2 {
	float: left;
	background: url(images/form-prijavi-bg.png) right;
    background-repeat: repeat-y;
	margin: 0 10px 0 0;
	padding: 0 24px 0 0;
}


#bend #contentColumn div.columnLeft h3 {
	color: #666666;
	font-size: 1.8em;
	font-weight: normal;
	padding: 25px 0 10px;
	clear: both;
}
#bend #contentColumn div.columnLeft span.subHeader {
	margin: 10px 0 20px;
	display: block;
	font-size: 1.2em;
}
#bend #contentColumn div.columnLeft p {
	font-size: 1em;
}

#contentColumn ul.ucesnici img {
	float: left;
	width: 22px;
	margin: 3px 10px 0 0;
/*	border: 1px solid #7d7d7d;
	padding: 1px;
	background: #fff;*/
}

#contentColumn ul.ucesnici a {
	font-size: 1em;
	width: 158px;
}
#contentColumn ul.ucesnici a span {
	font-size: 0.8em;
}

#contentColumn div.banners {
	clear: both;
	overflow: hidden;
	padding: 15px 0;
}
#contentColumn img.banner-3 {
	float: left;
	width: 200px;
	height: 70px;
	overflow: hidden;
	margin: 0 25px 0 0;
}
#contentColumn img.banner-3:last-child {
	margin: 0;
}
#contentColumn img.banner-6 {
	float: left;
	width: 100px;
	height: 30px;
	overflow: hidden;
	margin: 0 10px 0 0;
}
#contentColumn img.banner-6:last-child {
	margin: 0;
}

#contentColumn div.banner-3 {
	float: left;
	width: 200px;
	height: 70px;
	overflow: hidden;
	margin: 0 25px 0 0;
}
#contentColumn div.banner-3:last-child {
	margin: 0;
}
#contentColumn div.banner-6 {
	float: left;
	width: 100px;
	height: 40px;
	overflow: hidden;
	margin: 0 10px 0 0;
}
#contentColumn div.banner-6:last-child {
	margin: 0;
}




/*---galerija------------------------------------------------------------*/

#galerija {
	border: 7px solid #96bf00;
	border-bottom: 9px solid #96bf00;
	margin: 0 0 15px;
	overflow: hidden;
}
#galerija h2 {
	float: none;
	background: #96bf00 url(images/headline-stripes-bg.png) left no-repeat;
	height: 30px;
	line-height: 30px;
	margin: 0;
	padding: 0 0 0 30px;
	font-size: 1.2em;
	color: #fff;
	text-transform: none;
}
#galerija h3 {
	background: #96bf00;
	float: none;
	margin: 0;
	padding: 10px 0 10px 30px;
	color: #fff;
	font-size: 1em;
	font-weight: normal;
}

#galerija div.velikaSlika {
	float: left;
	width: 430px;
	padding: 16px 0 0 16px;
}
#galerija img.ajaxLoading {
	margin: 60px auto;
	text-align: center;
}
#galerija div.velikaSlika ul {
	list-style: none;
	overflow: hidden;
	margin: 10px 5px 5px;
}
#galerija div.velikaSlika li {
	float: left;
}
#galerija div.velikaSlika a {
	color: #A2BE2B;
	float: left;
	margin-right: 10px;
	padding: 0 10px 0 20px;
	border-right: 1px solid #A2BE2B;
}
#galerija div.velikaSlika li:last-child a {
	border: none;
}
#galerija div.velikaSlika a.email {
	background: url(images/email.png) left no-repeat;
}
#galerija div.velikaSlika a.print {
	background: url(images/print.png) left no-repeat;
}
#galerija div.velikaSlika a.snimi {
	background: url(images/save.png) left no-repeat;
	padding-left: 16px;
}

#galerija div.maleSlike {
	float: right;
	display: inline;
	width: 165px;
	margin: 0 16px 0 0;
}
#galerija div.maleSlike div.karusel {
	border-left: 1px solid #ababab;
	border-top: 1px solid #ababab;
}
#galerija div.maleSlike ul {
	list-style: none;
	overflow: hidden;
	width: 164px;
	height: 260px;
}
#galerija div.maleSlike li {
}
#galerija div.maleSlike li a {
	float: left;
	border-right: 1px solid #ababab;
	border-bottom: 1px solid #ababab;
	padding: 3px;
}
#galerija div.maleSlike a.gore {
	display: block;
	background: url(images/galerija-gore.png);
	width: 20px;
	height: 8px;
	margin: 5px auto;
	text-indent: -9000px;
}
#galerija div.maleSlike a.dole {
	display: block;
	background: url(images/galerija-dole.png);
	width: 20px;
	height: 8px;
	margin: 5px auto;
	text-indent: -9000px;
}

#najnovijeGalerije {
	background: url(images/photo.png) 610px 10px no-repeat;
	width: 645px;
}
#najnovijeGalerije.video {
	background: url(images/video.png) 610px 10px no-repeat;
	width: 645px;
}
#najnovijeGalerije h2 {
	float: none;
	background: url(images/headline-stripes-big-bg.png) 10px 5px no-repeat;
	border: 1px solid #96bf00;
	border-bottom: none;
	height: 35px;
	line-height: 35px;
	margin: 0;
	padding: 0 0 10px 45px;
	text-transform: lowercase;
}
#najnovijeGalerije ul {
	list-style: none;
	overflow: hidden;
	border-top: 1px solid #96bf00;
	border-left: 1px solid #96bf00;
}
#najnovijeGalerije li {
	float: left;
	border-bottom: 1px solid #96bf00;
	border-right: 1px solid #96bf00;
	padding: 5px;
}
#najnovijeGalerije li span {
	display: block;
	background: url(images/pokazi-galeriju.png) left center no-repeat;
	height: 18px;
	line-height: 17px;
	padding-left: 12px;
	font-size: 10px;
	color: #A2BE2B;
}


/*---sidebar-------------------------------------------------------------*/

#sideBar {
	float: right;
	width: 225px;
}

#sideBar div.group {
	background: url(images/hor-dots-small.png) top repeat-x;
	padding-top: 7px;
	margin-bottom: 10px;
	overflow: hidden;
	padding-left: 10px;
}
#sideBar div.group h2 {
	background: #000 url(images/headline-stripes-bg.png) right no-repeat;
	float: left;
	height: 20px;
	line-height: 20px;
	padding: 0px 30px 0px 7px;
	margin-bottom: 5px;
	color: #96bf00;
	font-size: 1em;
	text-transform: uppercase;
	font-weight: normal;
}
#sideBar div.group ul {
	list-style: none;
	width: 100%;
}
#sideBar div.group li {
	float: left;
	clear: left;
	margin: 5px 0;
	width: 100%;
}

#sideBar div.group a {
	float: left;
	color: #7d7d7d;
	font-size: 1.1em;
	font-weight: bold;
}
#sideBar div.group a:hover {
	color: #d02126;
}
#sideBar div.group a span {
	display: block;
	clear: left;
	margin-top: 1px;
	font-size: 0.7em;
}
#sideBar ul.blogeri img {
	float: left;
	width: 22px;
	margin: 3px 10px 0 0;
/*	border: 1px solid #7d7d7d;
	padding: 1px;
	background: #fff;*/
}

#sideBar div.group ul.vijesti h3 {
	clear: both;
	color: #666666;
	margin: 1px 0 2px;
	font-size: 1em;
}
#sideBar div.group ul.vijesti a {
	color: #586D0F;
	font-size: 0.9em;
}
#sideBar div.group ul.vijesti a:hover {
	color: #D02126;
}

#sideBar ul.blogeri a {
	font-size: 1em;
	width: 182px;
}
#sideBar ul.blogeri a span {
	font-size: 0.8em;
}


#sideBar dl.glasovi {
	overflow: hidden;
	width: 100%;
}
#sideBar dl.glasovi dt {
	float: left;
	clear: left;
	margin: 5px 0;
	width: 140px;
	overflow: hidden;
}
#sideBar dl.glasovi dd {
	float: left;
	width: 75px;
	height: 2em;
	font-size: 0.8em;
	margin: 5px 0;
	text-align: right;
	overflow: hidden;
}
#sideBar dl.glasovi span.broj {
	float: left;
	width: 22px;
	margin: 0;
	font-size: 1.1em;
	font-weight: bold;
	overflow: hidden;
}
#sideBar dl.glasovi a {
	float: right;
	color: #7d7d7d;
	font-size: 1em;
	font-weight: bold;
	width: 118px;
	overflow: hidden;
}

#sideBar dl.video {
	overflow: auto;
	width: 100%;
	height: 480px;
}
#sideBar dl.video dt {
	float: left;
	clear: left;
	margin: 5px 0;
	width: 140px;
	overflow: hidden;
}
#sideBar dl.video dd {
	float: left;
	width: 75px;
	height: 2em;
	font-size: 0.8em;
	margin: 5px 0;
	text-align: right;
	overflow: hidden;
}
#sideBar dl.video span.broj {
	float: left;
	width: 22px;
	margin: 0;
	font-size: 1.1em;
	font-weight: bold;
	overflow: hidden;
}
#sideBar dl.video a {
	float: right;
	color: #7d7d7d;
	font-size: 1em;
	font-weight: bold;
	width: 118px;
	overflow: hidden;
}

#sideBar ul.komentari p {
	font-size: 1.1em;
	font-weight: bold;
	clear: both;
}
#sideBar ul.komentari a {
	display: block;
	float: none;
	color: #586D0F;
	font-size: 1.1em;
	font-weight: normal;
	clear: both;
}
#sideBar ul.komentari span.autor {
	font-size: 1em;
	font-weight: normal;
	display: block;
	margin-top: 5px;
}

#sideBar div.group.prijavljen {
	width: 205px;
}
#sideBar div.group.prijavljen h2 {
	background: #000;
	float: left;
	width: 191px;
	height: 20px;
	line-height: 20px;
	padding: 0px 7px 0px 7px;
	margin-bottom: 5px;
	color: #96bf00;
	font-size: 1em;
	text-transform: lowercase;
	font-weight: normal;
}
#sideBar div.group.prijavljen a {
	padding: 0 10px;
	color: #96bf00;
	font-weight: normal;
}
#sideBar div.group.prijavljen a.right {
	float: right;
}
#blog #sideBar div.group.prijavljen h2, #festival #sideBar div.group.prijavljen h2, #bend #sideBar div.group.prijavljen h2 {
	background: #A2BE2B;
	float: left;
	width: 191px;
	height: 20px;
	line-height: 20px;
	padding: 0px 7px 0px 7px;
	margin-bottom: 5px;
	color: #fff;
	font-size: 1em;
	text-transform: lowercase;
	font-weight: normal;
}

#sideBar div.banner {
	margin: 10px 0;
	text-align: right;
}


/*---forme--------------------------------------------------------------*/

#demobase #sideBar h2.prijava {
	background: #000 url(images/long-stripes-gray.png) right no-repeat;
	width: 191px;
	padding: 0 7px;
	color: #96bf00;
	font-size: 1em;
	text-transform: lowercase;
}
#demobase #sideBar form.prijava {
	clear: both;
	background: #000;
	width: 185px;
	padding: 12px 10px;
	margin: 0;
	overflow: hidden;
}
#demobase #sideBar form.prijava a {
	float: left;
	display: inline;
	margin: 3px 0 0 5px;
	padding: 0 0 0 5px;
	border-left: 1px solid #fff;
	color: #96bf00;
	font-weight: normal;
	line-height: 1.4em;
}
#blog #sideBar h2.prijava {
	background: #A2BE2B url(images/long-stripes-green.png) right no-repeat;
	width: 191px;
	padding: 0 7px;
	color: #fff;
	font-size: 1em;
	text-transform: lowercase;
}
#blog #sideBar form.prijava {
	clear: both;
	background: #A2BE2B;
	width: 185px;
	padding: 12px 10px;
	margin: 0;
	overflow: hidden;
	color: #fff;
}
#blog #sideBar form.prijava a {
	float: left;
	display: inline;
	margin: 3px 0 0 5px;
	padding: 0 0 0 5px;
	border-left: 1px solid #fff;
	color: #fff;
	font-weight: normal;
	line-height: 1.4em;
}
#blog #sideBar form.prijava label, #blog #sideBar form.prijava input.submit {
	color: #fff;
}
#sideBar form.prijava label {
	display: block;
	color: #96bf00;
	padding: 0 0 0 2px;
	margin: 0 0 2px;
}
#sideBar form.prijava input.text {
	display: block;
	width: 170px;
	border: 0;
	padding: 2px 3px;
	margin: 0 0 5px;
}
#sideBar form.prijava input.submit {
	display: inline;
	float: left;
	padding: 0;
	margin: 3px 0 0;
	background: none;
	color: #96bf00;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	cursor: pointer;
	line-height: 1.4em;
}

#contentColumn form {
	background: #000;
	padding: 20px;
	overflow: hidden;
	margin: 0 0 20px;
	width: 400px;
}
#contentColumn form.pronadjiBend {
	background: #000 url(images/form-trazi-bg.png) right bottom no-repeat;
}
#contentColumn form.prijaviSvirku {
	background: #000 url(images/form-prijavi-bg.png) right bottom no-repeat;
}
#contentColumn form label {
	display: block;
	padding: 0 0 0 5px;
	margin: 0 0 2px;
	color: #fff;
}
#contentColumn form input.text {
	display: block;
	width: 250px;
	border: none;
	padding: 2px 3px;
	margin: 0 0 5px;
}
#contentColumn form textarea.text {
	display: block;
	width: 250px;
	height: 100px;
	padding: 2px 3px;
	margin: 0 0 5px;
	border: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}

#contentColumn form input.submit {
	float: left;
	background: #A2BE2B url(images/headline-stripes-bg.png) right no-repeat;
	margin: 10px 10px 0 0;
	padding: 0 30px 0 5px;
	color: #000;
	cursor: pointer;
}

#contentColumn #glasanje {
	background: #fff;
	width: 650px;
	clear: both;
	overflow: hidden;
	padding: 10px 0;
}
#contentColumn #glasanje ul.glasanje {
	list-style: none;
	float: left;
	clear: none;
	width: 210px;
	margin: 0 10px 10px 0;
}
#contentColumn #glasanje ul.glasanje:last-child {
	margin: 0;
}
#contentColumn #glasanje li {
	margin: 0 0 10px;
	float: left;
	clear: left;
}
#contentColumn #glasanje label {
	color: #666666;
	float: left;
	width: 100%;
	cursor: pointer;
}
#contentColumn #glasanje label.selected {
	color: #a1bc30;
}
#contentColumn #glasanje label input {
	float: left;
	margin: 5px 5px 0 0;
}
#contentColumn #glasanje label img {
	float: left;
	margin: 0 10px 0 0;
}
#contentColumn #glasanje label span.bend {
	display: block;
	float: left;
	width: 155px;
	font-size: 1.2em;
	font-weight: bold;
}
#contentColumn #glasanje label span.grad {
	display: block;
	float: left;
	width: 100px;
}
#contentColumn #glasanje label span.glasovi {
	display: block;
	float: right;
	width: 50px;
}

#contentColumn #glasanje ul.verifikacija {
	background: #fff url(images/hor-dots-small.png) top repeat-x;
	width: 650px;
	padding: 10px 0;
	list-style: none;
	overflow: hidden;
}
#contentColumn #glasanje ul.verifikacija li {
	float: left;
	clear: none;
	margin: 0 20px 0 0;
}
#contentColumn #glasanje ul.verifikacija label {
	color: #666666;
	float: left;
	margin: 3px 10px 0 0;
	width: auto;
}
#contentColumn #glasanje ul.verifikacija img {
	float: left;
	margin: 1px 5px 0 0;
}
#contentColumn #glasanje ul.verifikacija input.text {
	border: 1px solid #666666;
	float: left;
	margin: 0;
	width: 100px;

}#contentColumn #glasanje ul.verifikacija input.submit {
	background: #a1bc30;
	float: left;
	margin: 0;
	padding: 2px 10px;
	color: #fff;
}


/*---footer-------------------------------------------------------------*/

#footerWrap {
	width: 100%;
	background: #fff;
	padding: 10px 0 0;
	position: absolute;
	bottom: 0;
	right: 18px;
	z-index: 1000;
}
#footer {
	width: 902px;
	height: 20px;
	margin: 0 auto;
	background: #000;
	border-left: 1px solid #7f7f7f;
	border-right: 1px solid #7f7f7f;
	color: #fff;
	line-height: 20px;
	text-indent: 10px;
	font-size: 1em;
}



/*---sitemap-------------------------------------------------------------*/

#smlist {
	font-size: 1.1em;
}
#smlist ul {
	margin: 5px 0 10px 30px;
}
#smlist ul ul {
	margin: 0 0 0 50px;
}
#smlist ul li {
	margin: 1px 0;
	list-style: disc;
}
#smlist ul li li {
	list-style: circle;
}
#smlist ul li li li {
	list-style: square
}


