/*
CSS Name: Default Styles
Description: Wordpress tema za općinu Cerna
Author: Hrvoje Jurišić
Version: 1.00
*/

* {
	border:0 none;
	margin:0;
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:medium;
	padding:0;
}
ul {
	list-style-type: none;
}
ol {
	list-style-position: inside;
}
html {
	height: 100%;
}
body {
	background: #f2ede3 url(images/bg.jpg) repeat-x;
	color:#000;
	font-family: trebuchet ms, Arial,Verdana,Helvetica,sans-serif;
	font-size: 13px;
	height: 100%;
}
a, a:link, a:visited {
	text-decoration: underline;
	color: #000;
}
#containerwrap {
	width: 100%;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto 0;
}
#menu {
	width: 960px;
	height: 66px;
	margin: 0 auto;
	padding: 0;
}
#menu ul {
	list-style-type: none;
	height: 66px;
	min-width: 960px;
}
#menu ul li {
	float:left;
	padding:0;
	position:relative;
	text-align:center;
	top: 22px;
}
#menu ul li a {
	color:#fff;
	cursor:pointer;
	display:block;
	text-decoration:none;
	padding: 5px 15px 10px;	
	font-family: Cambria,  Georgia,  Times, “Times New Roman”, serif;
	text-transform: uppercase;	
	font-size: 130%;
	text-shadow: 0 1px 0 #000;
	
}
#menu ul li a:hover {
	text-decoration: none;
	color: #ffcc00;
}
#menu ul li.search {
	float:right;
	height:45px;
	top: 12px;
	right: 20px;
	margin:0;
}
#menu ul li.search input {
	background: transparent url("images/search.png") no-repeat ;
	float:left;
	padding:10px 15px;
	color: #dadada;
	height: 25px;
	width:195px;
}
#menu ul li.search input.btn {
	background:transparent none repeat scroll 0 0;
	border:0 none;
	margin:3px 0 0 0px;
	padding:0;
	width:auto;
}
#content {
	width: 960px;
	margin: 0 auto;
	background: transparent url(images/mainbg.jpg) no-repeat;
	overflow: hidden;
}
#main {
	float: left;
	width: 745px;
	height: auto;
	position: relative;
}
#container {
	width: 100%;
    position: relative;
	top: 30px;
    height: 326px;
    overflow: auto;
}
.item { display: block; width: 733px; height: 326px; position: relative; }

#sidebar {
	float: right;
	width:175px;
}
h1 a{
	background:transparent url(images/logo.png) no-repeat scroll 0 8px;
	float:left;
	text-indent:-9999px;
	width:364px;
	height: 175px;
	z-index: 55;
	position: relative;
	margin-top: -90px;
	left: -10px;
}
h2 {
	font-family: Cambria, Georgia, Times, “Times New Roman”, serif;
	text-transform: uppercase;	
	font-size: 140%;
	font-weight: bold;
	color: #996600;
	text-shadow: 0 1px 0 #fff;
	margin-bottom: 20px;
}
.single-headline { 
	width: 100%;
	margin: -10px 0 5px 0;
	font-size: 210%;
	padding-bottom: 5px;
	text-shadow: 0 1px 1px #fff;
	background:transparent url(images/border.gif) repeat-x 0 100%;
        text-align: left;
	}
h3, h3 a:link, h3 a:visited {
	font-family: Cambria, Georgia, Times, “Times New Roman”, serif;
	font-size: 115%;
	margin-top: 3px;
	font-weight: normal;
	color: #b60000;
	text-shadow: 0 1px 0 #fff;
	text-decoration: none;
}
h3 a:hover {
	text-decoration: underline;
	color: #996600;
}
.link_novosti { margin-left: 6px;}
h4 {
	font-family: Cambria, Georgia, Times, “Times New Roman”, serif;
	text-transform: uppercase;	
	font-size: 130%;
	font-weight: bold;
	color: #fff;
	background:transparent url(images/h5bg.png) no-repeat 100% 0;
	height: 50px;
	padding-top: 35px;
	text-align: center;
	position: relative;
	
}
#dokumenti {
	width: 320px;
	float: left;
	position: relative;
	margin-top: 0;
	padding: 0 15px;
}
.karta { margin-left: 20px;}
#dokumenti p { margin: 5px 0;}
.date {
	float: left;
	position: absolute;
	left: -30px;
	background:transparent url(images/date.png) no-repeat;
	margin-right: 15px;
	width: 36px;
	height: 42px;
	z-index: 1000;
}
.date span.month {
	text-transform: uppercase;
	color: #fff;
	font-size: 70%;
	display: block;
	text-align: center;
	padding-top: 3px;
}
.date span.day {
	color: #b60000;
	font-size: 110%;
	display: block;
	text-align: center;
	font-weight: bold;
}
.date span.year {
	color: #b6000;
	font-size: 60%;
	display: block;
	text-align: center;
	font-weight: bold;
}
.box {
	background:transparent url(images/box.jpg) no-repeat scroll 0 25px;
}
#novosti {
	width: 350px;
	float: left;
	position: relative;
	margin-top: -55px;
	left: 10px;
	padding: 0 15px;
	background:transparent url(images/novosti.jpg) no-repeat 0 25px;
}
.news {
	float: left;
	width: 260px;
}
.news p {
	font-size: 90%;
	margin-top: 2px;
}
.alignleft {
	float: left;
	margin: 0 15px 15px 0;
}
.post, .page {
	padding: 30px 30px 0 20px;
	position: relative;
	width: 695px;
	margin: -30px  0 20px 0;
	float: left;
	display: inline;
	background:transparent url(images/novosti.jpg) no-repeat 100% 0;
	text-align: justify;
}
.breadcrumbs {
	margin-top: 32px;
	height: 25px;
	background:transparent url(images/border.gif) no-repeat 86% 100%;
}
.category-item {
	margin-top: 20px;
	overflow: hidden;
	width:680px;
	padding: 10px 20px;
}
.category-item .image {
	float: left;
	width: 120px;
	height: 120px;
	background: #fff;
	padding: 10px;
	margin-right: 20px;
}
.post-meta { margin-bottom: 10px; font-size: 11px;}
.image  {
	float: left;
	background:transparent url(images/imgbg.png) no-repeat;
	width: 87px;
	height: 87px;
	padding: 7px 0 0 7px;
}
#novosti ul {
	margin: 0 0 20px -10px;
}
#novosti li {
	overflow: hidden;
	margin-bottom: 5px;
}
#sidebar {
	width: 210px;
	float: right;
	margin-top: 20px;
	background:transparent url(images/sidebarbg.png) repeat-y;
}
#sidebar p {
	padding-right: 15px;
}
#sidebar ul.linkovi { margin: 0 8px 0 10px;}
#sidebar ul.linkovi li { border-bottom: 1px dotted #ccc;}
#sidebar ul.linkovi li a, #sidebar ul.linkovi li a:link, #sidebar ul.linkovi li a:visited { display: block; padding: 5px; text-decoration: none;}
#sidebar ul.linkovi li a:hover { color: #fff; background: transparent url(images/transparentbg.png) ; 	padding-right: 12px;}
#weather { background: transparent url(images/weather.jpg) no-repeat ; height: 85px; padding: 25px;}
li.natjecaji {text-indent: -9999px; margin: 5px 0;}
li.natjecaji a, li.natjecaji a:link, li.natjecaji a:visited {text-indent: -9999px; display: block; width: 202px; height: 84px;background: transparent url(images/SIDEBAR_TABS.png) no-repeat 0 0;}
li.natjecaji a:hover {background: transparent url(images/SIDEBAR_TABS.png) no-repeat 0 -83px;}
li.projekti a, li.projekti a:link, li.projekti a:visited {text-indent: -9999px; display: block; width: 202px; height: 84px;background: transparent url(images/SIDEBAR_TABS.png) no-repeat 0 -167px;}
li.projekti a:hover {background: transparent url(images/SIDEBAR_TABS.png) no-repeat 0 -250px;}
li.prostorni_plan a, li.prostorni_plan a:link, li.prostorni_plan a:visited {text-indent: -9999px; display: block; width: 202px; height: 82px;margin-top: 5px; background: transparent url(images/SIDEBAR_TABS.png) no-repeat 0 -333px;}
li.prostorni_plan a:hover {background: transparent url(images/SIDEBAR_TABS.png) no-repeat 0 -416px;}
li.turizam a, li.turizam a:link, li.turizam a:visited {text-indent: -9999px; display: block; width: 202px; height: 84px;margin-top: 7px; background: transparent url(images/SIDEBAR_TABS.png) no-repeat 0 -501px;}
li.turizam a:hover {background: transparent url(images/SIDEBAR_TABS.png) no-repeat 0 -588px;}
li.info a, li.info a:link, li.info a:visited {text-indent: -9999px; display: block; width: 202px; height: 84px;margin-top: 7px; background: transparent url(images/SIDEBAR_TABS.png) no-repeat 0 -672px;}
li.info a:hover {background: transparent url(images/SIDEBAR_TABS.png) no-repeat 0 -755px;}
li.nacelnik {height: 249px;  background: transparent url(images/trava.jpg) no-repeat 0 100% ;}
li.nacelnik a, li.nacelnik a:link, li.nacelnik a:visited {text-indent: -9999px; display: block; width: 202px; height: 84px;margin-top: 7px; background: transparent url(images/SIDEBAR_TABS.png) no-repeat 0 -839px;}
li.nacelnik a:hover {background: transparent url(images/SIDEBAR_TABS.png) no-repeat 0 -927px;}
#footer {
	width: 100%;
	background:transparent url(images/footer.jpg) repeat-x;
	height:120px;
}
#footer-content {
	width: 810px;
	margin: 0 auto;
	padding: 35px 0 0 150px;
	height: 85px;
	background:transparent url(images/brsljan.png) no-repeat 5px 5px;
}
#footer-content p span{ display: block; height: 20px;padding: 5px 10px; color: #fff; background: transparent url(images/transparentbg.png) ; }
#footer-content p span.right{ width: 180px ; text-align: right;}
#footer-content p a, #footer-content p a:link, #footer-content p a:visited {color:#fff;}
#footer-content p a:hover { color: #ffcc00;}
.left {float: left;}
.right {float: right;}
.entry a, .entry a:link, .entry a:visited {
	color: #990000;
}
.entry img {
	margin: 10px;
	padding: 5px;
	background-color: #fff;
	border: 1px solid #ccc;
}
.entry p { margin: 10px 0;}
.entry img.alignleft { float: left; }
.entry img.alignright { float: right;}

.content_right, .content_left{
float:left;
width:45%;
}
.content_right img, .content_left img{
margin: 10px 0;
}


.content_left{
padding-right:5%;
}


.docs { width: 300px; margin:10px 0 5px; padding-bottom: 5px;background:transparent url(images/border.gif) repeat-x scroll 0 100%;}
.docs ul li a, .docs ul li a:link, .docs ul li a:visited { width: 284px;}
.footer-div h3  {
	text-indent: -9999px;
	padding: 0;
	height: 34px;
}
#donji_dio {
	background: transparent url(images/downpart.jpg) no-repeat 50% 0;
	margin: 0 auto;
	overflow: hidden;
	padding: 20px 20px 30px 15px;
}
.pretrazivanje { margin-bottom: 5px;  }
#search { overflow: hidden; margin-bottom: 5px;}
#searchform {	margin: 8px 5px 15px 0; position: relative;}
.search_input {
	background: transparent url(images/input.png) no-repeat ;
	width: 195px;
	height: 31px;
	color: #848382;
	padding: 1px 0 0 10px;
	float: left;
}
.submit_input {
	float: left;
	position: relative;
	top: -4px;
	left: 2px;
}
.floating {
	float: left;
	width: 350px;
}
.links { width: 180px; margin-left: 40px;}
.links ul {
	margin: 5px 0 ;
}
.links ul li {
	margin: 7px 0 ;
	overflow: hidden;
}
.links li a, .downloads li a:link, .downloads li a:visited {
	text-decoration: none;
}
.links li a:hover {
	text-decoration: underline;
}
.galerija {
	margin-left: 102px;
}
.downloads ul {
	margin: 5px 0 ;
}
.downloads ul li {
	margin: 0 ;
	overflow: hidden;
}
.downloads li a, .downloads li a:link, .downloads li a:visited {
	margin: 5px 0;
	text-decoration: none;
}
.downloads li a:hover {
	text-decoration: underline;
}

a[href$='.pdf'] {
background:transparent url(images/pdf.png) center left no-repeat;
display:inline-block;
padding-left:30px;
line-height:25px;
}

a[href$='.xls'] {
background:transparent url(images/xls.png) center left no-repeat;
display:inline-block;
padding-left:20px;
line-height:25px;
}
 
/* Word Document Links */
a[href$='.doc'], a[href$='.rtf'], a[href$='.wps'], a[href$='.txt'] {
background:transparent url(images/word.png) top left no-repeat;
display:inline-block;
padding-left: 20px;
line-height: 16px;
}
#greska {
	background:transparent url(images/404.jpg)  no-repeat;
	height: 265px;
	padding:  316px 218px 175px 234px;
	color: #fff;
}
#greska p{
	margin: 10px 0;
	font-size: 15px;
}
#greska p a,#greska p a:link, #greska p a:visited { color: #ffcc00;}
#greska p a:hover { color: #fff;}

#greska p.big { font-size: 60px; font-family: cambria, georgia, serif; color: #ffcc00; margin: 0 0 10px 0;}
#greska p.smaller {	font-size: 30px; font-family: cambria, georgia, serif;}
/* ----------- Album Styles Extend -------------*/

.ngg-albumoverview {
	margin-top: 10px;
	width: 100%;
	clear:both; 
	display:block !important;
}

.ngg-album {
    height: 100%;
    padding: 5px;
    margin-bottom: 5px;
    border: 1px solid #fff;
}

/* IE6 will ignore this , again I hate IE6 */
/* See also http://www.sitepoint.com/article/browser-specific-css-hacks */
html>body .ngg-album {
    overflow:hidden;
    padding: 5px;
    margin-bottom: 5px;
    border: 1px solid #cccccc;
} 

.ngg-album {
	overflow: hidden;
	padding: 5px;
	margin-bottom: 5px;
	border: 1px solid #cccccc;
}

.ngg-albumtitle {
	text-align: left;
 	font-weight: bold;
	margin:0px;
	padding:0px;
	font-size: 1.4em;
	margin-bottom: 10px;
}

.ngg-thumbnail {
	float: left;
	margin-right: 12px;
}

.ngg-thumbnail img {
	background-color:#FFFFFF;
	border:1px solid #A9A9A9;
	margin:4px 0px 4px 5px;
	padding:4px;
	position:relative;
}

.ngg-thumbnail img:hover {
	background-color: #A9A9A9;
}

.ngg-description {
	text-align: left;
}

/* ----------- Album Styles Compact -------------*/

.ngg-album-compact {
	float:left;
	height:180px;
	padding-right:6px !important;
	margin:0px !important; 
	text-align:left;
	width:120px;	
}

.ngg-album-compactbox {
	background:transparent url(albumset.gif) no-repeat scroll 0%;
	height:86px;
	margin:0pt 0pt 6px !important;
	padding:12px 0pt 0pt 7px !important;
	width:120px;
}


.ngg-album-compactbox .Thumb {
	border:1px solid #000000;
	margin:0px !important;
	padding:0px !important;
	width:91px; 
	height:68px;
}

.ngg-album-compact h4 {
	font-size:15px;
	font-weight:bold;
	margin-bottom:0px;
	margin-top:0px;
	width:110px;
}

.ngg-album-compact p {
	font-size:11px;
	margin-top:2px;
}

/* ----------- Gallery style -------------*/

.ngg-galleryoverview {
	overflow: hidden;
	margin-top: 10px;
	width: 100%;
	clear:both; 
	display:block !important;
}

.ngg-galleryoverview .desc {
/* required for description */
   margin:0px 10px 10px 0px;
   padding:5px;
}

.ngg-gallery-thumbnail-box {
	float: left;
}

.ngg-gallery-thumbnail {
	float: left;
	margin-right: 5px;
	text-align: center;
}

.ngg-gallery-thumbnail img {
	background-color:#FFFFFF;
	border:1px solid #A9A9A9;
	display:block;  
	margin:4px 0px 4px 5px;
	padding:4px;
	position:relative;
}

.ngg-gallery-thumbnail img:hover {
	background-color: #A9A9A9;
} 

.ngg-gallery-thumbnail span {
	/* Images description */
	font-size:90%;
	padding-left:5px;
	display:block;
}

.ngg-clear {
	clear: both;
}

/* ----------- Gallery navigation -------------*/

.ngg-navigation {
	font-size:0.9em !important;
	clear:both !important;
	display:block !important;
	padding-top:15px;
	text-align:center;
	
}

.ngg-navigation span {
	font-weight:bold;
	margin:0pt 6px;
}

.ngg-navigation a.page-numbers,
.ngg-navigation a.next,
.ngg-navigation a.prev, 
.ngg-navigation span.page-numbers,
.ngg-navigation span.next,
.ngg-navigation span.prev {
	border:1px solid #DDDDDD;
	margin-right:3px;
	padding:3px 7px;
}

.ngg-navigation a.page-numbers:hover,
.ngg-navigation a.next:hover,
.ngg-navigation a.prev:hover, 
.ngg-navigation span.page-numbers:hover,
.ngg-navigation span.next:hover,
.ngg-navigation span.prev:hover {
	background-color: #0066CC;
	color: #FFFFFF !important;
	text-decoration: none !important;
}

/* ----------- Image browser style -------------*/

.ngg-imagebrowser {
	
}

.ngg-imagebrowser h3 {
	text-align:center;
}

.ngg-imagebrowser img {
	border:1px solid #A9A9A9;
	margin-top: 10px; 
	margin-bottom: 10px; 
	width: 100%;
	display:block !important;
	padding:5px;
}

.ngg-imagebrowser-nav {
	padding:5px;
	margin-left:10px;	
}

.ngg-imagebrowser-nav .back {
	float:left;
	border:1px solid #DDDDDD;
	margin-right:3px;
	padding:3px 7px;
}

.ngg-imagebrowser-nav .next {
	float:right;
	border:1px solid #DDDDDD;
	margin-right:3px;
	padding:3px 7px;
}

.ngg-imagebrowser-nav .counter {
	text-align:center;
	font-size:0.9em !important;
}

.exif-data {
  	margin-left: auto !important;
    margin-right: auto !important;	
}

/* ----------- Slideshow -------------*/
.slideshow {
	margin-left: auto; 
	margin-right: auto;
	text-align:center;
	outline: none;	
}

.slideshowlink {
	
}

/* ----------- Single picture -------------*/
.ngg-singlepic {
	background-color:#FFFFFF;
	display:block;  
	padding:4px;
}

.ngg-left {
	float: left;
	margin-right:10px;
}

.ngg-right {
	float: right;
	margin-left:10px;
}

.ngg-center {
  	margin-left: auto !important;
    margin-right: auto !important;
}

/* ----------- Sidebar widget -------------*/
.ngg-widget,
.ngg-widget-slideshow {
	overflow: hidden;
	margin:0pt;
	padding:5px 0px 0px 0pt;
	text-align:left;
}

.ngg-widget img {
	float: left;
	margin-right: 5px;
	background:transparent url(images/imgbg.png) no-repeat;
	width: 71px;
	height: 71px;
	padding: 7px 15px 15px 7px;
}

/* ----------- Related images -------------*/
.ngg-related-gallery {
	background:#F9F9F9;
	border:1px solid #E0E0E0;
	overflow:hidden;
	margin-bottom:1em;
	margin-top:1em;
	padding:5px;
}
.ngg-related-gallery img {
	border: 1px solid #DDDDDD;
	float: left;
	margin: 0pt 3px;
	padding: 2px;
	height: 50px;
	width:  50px;
}

.ngg-related-gallery img:hover {
	border: 1px solid #000000;
} 

/* ----------- Gallery list -------------*/

.ngg-galleryoverview ul li:before {
	content: '' !important;
}

.ngg-gallery-list {
	list-style-type:none;
	padding: 0px !important;
	text-indent:0px !important;	
}

.ngg-galleryoverview div.pic img{
	width: 100%;	
}

.ngg-gallery-list li {
	float:left;
	margin:0 2px 0px 2px !important;
	overflow:hidden;
}

.ngg-gallery-list li a {
	border:1px solid #CCCCCC;
	display:block;
	padding:2px;
}

.ngg-gallery-list li.selected a{
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:#000000 none repeat scroll 0 0;
}

.ngg-gallery-list li img {
	height:40px;
	width:40px;	
}

li.ngg-next, li.ngg-prev {
	height:40px;
	width:40px;	
	font-size:3.5em;
}

li.ngg-next a, li.ngg-prev a  {
	padding-top: 10px;
	border: none;
	text-decoration: none;
}
.wpcf7-form-control-wrap input,
.wpcf7-form-control-wrap textarea{ padding: 5px; border: 1px dashed #ccc; }
.salji { text-indent: -9999px; background:  transparent url(images/POSALJI.png) no-repeat; width: 103px; height: 46px; cursor: pointer;}


