/*
Theme Name: moja-prava
*/

/* =RESET
-----------------------------------------------------------------------------------------------*/

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline}body{line-height:1;color:black;background:white}ul,ul li {list-style-type: none;margin: 0;padding: 0;}table{border-collapse:separate;border-spacing:0}/* tables still need 'cellspacing="0"' in the markup */caption,th,td{text-align:left;font-weight:normal}blockquote:before,blockquote:after,q:before,q:after{content:""}blockquote,q{quotes:""""}

/* =Wordpress-default-classes
-----------------------------------------------------------------------------------------------*/
	
	.sticky{}
	
	.gallery-caption{}
	
	.bypostauthor{}
	
	.alignleft{ float:left;margin: 0 0.7em 0.7em 0; display: inline;}
	.alignright{ float:right; margin:0 0 0.7em 0.7em; display: inline;}
	.aligncenter{display: block;
	margin-left: auto;
	margin-right: auto;}
	
	.all-comments { list-style-type:none; }
	.all-comments img { float:left;margin-right:10px;margin-bottom:5px; }
	
	.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	}

	.wp-caption img {
		margin: 0;
		padding: 0;
		border: 0 none;
	}

	.wp-caption p.wp-caption-text {
		font-size: 11px;
		line-height: 17px;
		padding: 0 4px 5px;
		margin: 0;
	}
 
/* =search 
-----------------------------------------------------------------------------------------------*/
  
   #search fieldset{ position:relative; border:none; margin:0; margin-top:7px; padding:0; }
   #search-input{ width:208px; padding:5px; margin:0;  font-size:12px; border:1px solid #e1e1e1; color:#cccccc; }
   #search-input:focus{ border:1px solid #cccccc; color:#444; }
   #search .search-submit-btn{ position:absolute; top:5px; right:5px; height:17px; width:20px; outline:none;
          background:url(images/bg-search.png) no-repeat top left; cursor:pointer; border:none; }
  
   .ie6 #search .search-submit-btn{ top:6px; }
   .ie6 #search-input, .ie7 #search-input, .ie8 #search-input{  }
   
   
/* =GENERAL
-----------------------------------------------------------------------------------------------*/
	
	body{ 


		/*font-family: 'Open Sans', sans-serif, 'Arial';*/
		font-family: /*"Segoe UI" , "Lucida Grande" ,*/Tahoma, Verdana, Arial, Helvetica, sans-serif !important;
		font-size:0.8em; 
		line-height:17px;
		color:#1B1B1B; /*#444;*/
		background:#B7D8F1;/* url(_layout/images/body_bg.gif) no-repeat top center*/;
	}
	
		/* =headings
		-------------------------------------------------------------- */
		
		h1,h2,h3,h4,h5,h6{ font-family: 'Source Sans Pro', Tahoma, Verdana, Arial, Helvetica, sans-serif !important;}
		
		
		h1{ font-size:28px; line-height:30px; margin-bottom:12px; }
		h2{ font-size:24px; line-height:26px; margin-bottom:12px; }
		h3{ font-size:22px; line-height:24px; margin-bottom:8px;  }
		h4{ font-size:14px; line-height:15px; margin-bottom:8px;  }
		h5{ font-size:13px; line-height:15px; margin-bottom:8px;  }
		h6{ font-size:13px; line-height:15px; margin-bottom:8px;  }
		
		
		/* =text-elements
		-------------------------------------------------------------- */
		
		a{ text-decoration:none; color:#253181; }
		a:hover{ text-decoration:underline;  }
		h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover,h5 a:hover, h6 a:hover{ text-decoration:none; }
		a img{ border:none; }
		
		strong{ font-weight: bold; }
		em{ font-style: italic; }
		
		p, ul, ol, pre, code{ margin-bottom:20px; }
		
		blockquote{ padding: 1px 20px 5px 60px;
					line-height: 24px;
					background: white url(_layout/images/quote.gif) no-repeat top left;
					color: #888;
					font-size: 1.2em;
					font-style: italic; }
		blockquote span{ color:#444; }
		
			.blockquote-left{ width:250px; float:left; }
			.blockquote-right{ width:250px; float:right; }					 
					 
		pre, code{ border:1px solid #CFDEFF; border-left-width:5px; display:block; padding:10px; font-size:11px; font-family: monospace; background-color:#f5f5f5; }
		
		hr{   
		border: none;
		height: 1px;
		color:#CFDEFF;
		background: #CFDEFF;  }
		
		/*lists*/
		ul {
		list-style: square;
		margin: 0 0 18px 1.5em;
		}
		ol {
			list-style: decimal;
			margin: 0 0 18px 1.5em;
		}
		ol li{line-height: 1.4em;}
		ol ol {
			list-style: upper-alpha;
		}
		ol ol ol {
			list-style: lower-roman;
		}
		ol ol ol ol {
			list-style: lower-alpha;
		}
		
		ul ul,
		ol ol,
		ul ol,
		ol ul {
			margin-bottom: 0;
		}
		dl {
			margin: 0 0 24px 0;
		}
		dt {
			/*font-weight: bold;*/
		}
		dd {
			margin-bottom: 8px;
		}
		

			/* due to IE <HR> margin bugs I had to made classed and apply them to div to achieve the effect of a <HR> */
			
			.hr{ border-top:1px solid #CFDEFF; margin:30px 0; }
			.hr-alt{ border-top:1px solid #CFDEFF; margin:30px -30px 30px -30px; } 																	      
			.hr-alt2{ border-top:1px solid #CFDEFF; margin:0 0 30px 0; }																	  
			.hr-columns { height:30px; }
			
			.hr-bijela-fade{
			background:url(_layout/images/hr_bijela_fade.png) no-repeat center top;
			display:block;
			height:12px;
			margin:8px 0;
			}
			
		ul.ul-small li{font-size:0.85em;}	
		/* =tables
		-------------------------------------------------------------- */
		
		table{ border-collapse:collapse; width: 100%; border-spacing:0; border-top-width:5px; margin-bottom:20px; border:1px solid #ccc;  }
		/*.col-620 table, .col-520 table{background:url(_layout/images/tbl_logo_trans.png) no-repeat bottom right;}*/
		th{ padding:7px 10px; text-transform:uppercase; font-weight:bold; background:#E7DDCE; }
		td{ padding:7px 10px; border-right:1px dotted #ccc;border-bottom:1px dotted #CCC; }
		tr.even{ background:url(_layout/images/table_even_bck.png) repeat-x;/*#f1f1f1;*/ }
		tr:hover{background:#EBEBEB;}
		caption{font-size:1em;font-weight:bold;padding: 8px;}
		
		table.tbl-none {background:none;border:none;}
		table.tbl-none tr.even{background:none;}
		table.tbl-none tr{padding:3px;}
		table.tbl-none td{border:none;}
		table.tbl-none tr:hover{background:none;}
		


		/* =forms-messages
		-------------------------------------------------------------- */
		
		label{ color:#000000; }
			label span.required{ color:#ff0000; }
		
		fieldset{ padding:15px; margin:0 0 20px 0; border:1px solid #CFDEFF; }
		legend{ font-weight: bold; }
		
		input[type=text], input[type=password], input.text, textarea{ background: #fffff;/*url( _layout/images/text_input_bg.png) repeat-x top*/; border:1px solid #e1e1e1; padding:6px}
		input[type=text]:focus, input[type=password]:focus, input.text:focus, textarea:focus{ border-color:#cccccc; }
		select{ border-width:1px; border-style:solid; background-color:#ffffff;  }
		
		input[type=text], input[type=password], input.text, textarea, select{ margin:5px 0; }
		
		input.text{ width:250px; padding:5px; }
		textarea{ width:380px; height:125px; padding:5px;resize: none; }
		
		.errormsg, .successmsg, .infomsg, .noticemsg{ padding:10px 10px 10px 40px; margin-bottom:10px; border:1px solid #dddddd; border-left-width:5px; }
		.errormsg{ border-color:#fbc2c4; background:#fbe3e4 url(_layout/images/bg-msg.png) no-repeat 0 0; color:#8a1f11; }
		.errormsg a{ color:#8a1f11;text-decoration:underline; }
		.successmsg{ border-color:#c6d880; background:#e6efc2 url(_layout/images/bg-msg.png) no-repeat 0 -220px; color:#264409; }
		.successmsg a{ color:#264409;text-decoration:underline; }
		.infomsg{ border-color:#92cae4; background:#d5edf8 url(_layout/images/bg-msg.png) no-repeat 0 -72px; color:#205791; }
		.infomsg a{ color:#205791;text-decoration:underline; }
		.noticemsg{ border-color:#ffd324; background:#fff6bf url(_layout/images/bg-msg.png) no-repeat 0 -148px; color:#514721; }
		.noticemsg a{ color:#514721;text-decoration:underline; }


		/* =default-classes
		-------------------------------------------------------------- */
		
		.img-align-left{ margin:5px 10px 0 0; float:left; }
		.img-align-right{ margin:5px 0 0 10px; float:right; }
		
		.text-left{ text-align:left; }
		.text-right{ text-align:right; }
		.text-center{ text-align:center; }
		
		.text-highlight{ padding:2px 5px; background-color:#ffd324; color:#111111; }
		.text-highlight2{ padding:2px 5px; background-color:#c6d880; color:#111111; }

		.bordered{ padding:5px; border:1px solid #CFDEFF; }
		.avatar { padding:5px; border:1px solid #CFDEFF; }
		.sticky { border: 1px solid #fdf80e; padding: 10px; margin-bottom: 10px;background:#f5f5f5;	
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		-moz-box-shadow: 0 0 8px #ddd;
		-webkit-box-shadow: 0 0 8px#ddd;
		box-shadow: 0 0 8px #ddd;}
		
		.postdate{background:url(_layout/images/kalendar_mali.png) no-repeat top left; padding:0 0 8px 20px;color:#999;font-size:0.75em;margin:0;}
		.post_kategorija {color:#999;font-size:0.75em;margin:0;}
		/* =grid
		-------------------------------------------------------------- */

		/* Clear Fix Hack - add  class="fixed"  to div's that have floated elements in them */
		.fixed:after{content:"."; display:block; height:0; clear:both; visibility:hidden;}
			.fixed{display:block;}
			/*  \*/
			.fixed{min-height:1%;}
			* html .fixed{height:1%;}
				
		.row{  }
			.col-710{ width:710px; float:left; margin-right:20px; }
			.col-620{ width:620px; float:left; margin-right:20px; }
			.col-580{ width:580px; float:left; margin-right:20px; }
			.col-520{ width:520px; float:left; margin-right:20px; }
			.col-460{ width:460px; float:left; margin-right:20px; }
			.col-340{ width:340px; float:left; margin-right:20px; }
			.col-220{ width:220px; float:left; margin-right:20px; }
			.col-180{ width:180px; float:left; margin-right:20px; }
			.col-160{ width:170px; float:left; margin-right:20px; font-size:0.85em;/*background:#FFFDC3;*/}
			.col-140{ width:140px; float:left; margin-right:20px; font-size:0.85em; }
			
		.last{ margin-right:0px; }
		.float{float:left;}
		.float-left{float:left;}
		.float-right{float:right;}
		.clear{ clear:both; }
		.block{ display:block; }
		.hide{ display: none; }	
		
		.col-620 p, .col-520 p {text-align:justify;}
	
		
		
/* =LAYOUT
-----------------------------------------------------------------------------------------------*/
	#stranica_wrap{background:none;}
	#okvir{ width:940px; margin:0 auto;  -moz-box-shadow:0 -1px 10px 0 #333; -webkit-box-shadow:0 -1px 10px 0 #333; box-shadow:0 -1px 10px 0 #333; }
	.single_col_bk{background:#FFFEF0 url(_layout/images/body_bck_single.png) repeat-y center;}
	.double_col_bk{background:#FFFEF0 url(_layout/images/body_bck.png) repeat-y center;}
	#wrap{ padding: 0 20px;}
		
	#header{/*margin-top: 30px; */ }

	#trazilica-wrap{
	float:right;
	width:180px;
	height:51px;
	padding: 8px 24px 0 0;
	}
	
	#header-top{
		height: 260px;
		background:url(_layout/images/header-back_1.jpg) no-repeat center top;
	}		
	#header-top-left{
	float:left;
	width:500px;
	position: relative;
	}
	#header-top-left span {
		background: url(_layout/images/logo.png) no-repeat;
		position: absolute;
		text-indent:-5000px;
		width: 100%;
		height: 100%;
	}
	#header-top-left h1{
		font-size:1.8em;
		text-indent: -5000px;
	}
	#header-top-left p{
		text-indent: -5000px;
	}

	
	#header-top-right{
		float: left;
		padding: 0;
		text-align: left;
		font-size: 0.75em;
		line-height: 1.2em;
	}
	
	#header-top-right h3{
		text-transform: none;
		color:#253181;
		margin-bottom: 14px;
		font-size: 20px;;
	}
	#header-login{width:160px;height:25px;display:block;padding:5px 0; background:url(_layout/images/header-login.png) no-repeat top left;color:#EEEEEE;text-align:center;}
	#header-login a{color:#EEEEEE;}
	
	#header-logo{
	margin-left:-40px;
	}
	
	#oblak_kategorije{font-family: Arial, Helvetica, sans-serif;text-decoration:none;font-weight:bold;margin-left: 50px;}	
	#oblak_kategorije a:hover{text-decoration:none;color:#CCC;border:none;}
	
	#header-top-left #oblak_kategorije #cirrusCloudTagBox a:hover{border-bottom:1px solid #fdf80e;}
	#header-top-left #oblak_kategorije #cirrusCloudWidget a:hover{border-bottom:1px solid #fdf80e;}

	#content{ /*min-height:700px;*/margin-top: 12px; } 
	
	.col-160 .widget h4, #content .col-140 .widget h4 {background:url(_layout/images/widget-naslov.gif) no-repeat left top; padding:8px 0 0 20px; line-height:18px;color:#FFFFFF;font-size:14px;}
	.col-160 ul li {display:block;padding:5px 0 0 15px; background:url(_layout/images/bg-sidenav.gif) no-repeat 5px 11px;}
	.col-160 ul li .post-date{font-size:0.8em;}
	#content .col-520 h4 {font-size: 17px;line-height: 35px;font-weight: bold;background: #FFDDD5;padding-left: 10px;}
	#content h3{font-size: 25px;line-height: 28px;}
	#content h3.posttitle {font-size:28px; line-height:32px;font-weight: bold;border:none;}
	#content h4.posttitle{background: none;padding:0;line-height: 15px;}
	
	#content .textwidget p{margin-bottom:0;}
	#content .textwidget ul li{line-height: 1.3em; }
		




	
			/*.pdf{ background:url(_layout/images/bg-pdf.png) no-repeat 5px 12px; padding:15px 10px 10px 65px; width:125px; min-height:48px; }*/
			
			/* =side-nav
			-----------------------------------------------------------------------------------------------*/
			
			.side-nav{ list-style-type:none; list-style-position:outside; border-top:1px dotted #ccc; }
			.side-nav li{ border-bottom:1px solid #CFDEFF; }
			.side-nav li a:hover{ }
			.side-nav li a{ display:block; padding:5px 0 5px 25px; background:#ffffff url(_layout/images/bg-sidenav.gif) no-repeat 10px 12px; }
			.side-nav li.current a{ color:#000000; }
			.side-nav li.current a:hover{ text-decoration:none; }
			
			.list-nav ul { list-style-type:none; list-style-position:outside; border-top:1px solid #CFDEFF; margin: 0; }
			.list-nav ul li{ border-bottom:1px solid #CFDEFF; }
			.list-nav ul li a:hover{ }
			/*.list-nav ul li a{ display:inline-block; padding:5px 0 0 25px; background:url(_layout/images/bg-sidenav.gif) no-repeat 10px 12px; }*/
			.list-nav ul li.current a{ color:#000000; }
			.list-nav ul li.current a:hover{ text-decoration:none; }
			
			#footer ul { list-style-type:none; list-style-position:outside; border-top:1px dotted #8B8B8B; margin: 0 0 20px 0; }
			#footer ul li{display: block;padding: 0 0 0 20px;background: url(_layout/images/arrow_2.png) no-repeat 2px 4px;border-bottom: 1px dotted #8B8B8B;font-size: 0.95em;line-height: 1.6em;}
			#footer ul li a:hover{ }
			#footer ul.menu li a{ display: inline-block;padding: 3px 0 0 20px; background: transparent url(_layout/images/bg-sidenav.gif) no-repeat 8px 9px; color:#fdf80e;}
			#footer ul li.current a{ color:#000000; }
			#footer ul li.current a:hover{ text-decoration:none; }
			#footer dl, #footer dt{color:#EEEEEE;}
			

			/* =tabs
			-----------------------------------------------------------------------------------------------*/
			.tab-wrapper{ background: #FFFFFF; padding: 0; margin: 0 0 20px 0; -moz-box-shadow: 0 0 5px #BDBDBD; -webkit-box-shadow: 0 0 5px #BDBDBD;}
			.tab-wrapper ul{background: #EFFBFB;margin:0;}
			.tabs-menu{ margin-bottom:0; list-style:none; background:white; }
			.tabs-menu li{ display:inline; }
			.tabs-menu li a{ float:left; padding:4px 5px; display:block; background: #EFFBFB; color:#346699; 
							 border:0; font-size: 0.85em; text-transform: uppercase; }
			.tabs-menu li a:hover {text-decoration:underline; color:#1191D0;}
			.tabs-menu li.current a{ background-color:#FFFFFF; color:#1191D0; font-size: 1em; text-decoration:underline }
			.tabs-content{ /*padding:30px 20px;*/ background-color:#FFFFFF; margin-bottom:20px; }
			
			.col-620 .tab-wrapper ul, .col-520 .tab-wrapper ul{margin:0;}
			
			#tab-3{border-top:2px solid #ccc;}

		#footer-wrapper{
		background:#1b6ad1 url(_layout/images/footer-bg.png) no-repeat top right;
		}
		
		#footer{ 
		padding: 10px 40px;
		font-size: 0.95em;
		margin-top: 10px;
		}
		
		#footer h3,#footer h4{
		color:#fdf80e;
		line-height: 35px;
		font-weight: bold;
		}
		#footer p,#footer ul li{
		color:#EEEEEE;
		}
		#footer a{
		color:#fdf80e;
		}
		#footer a:hover{
		text-decoration:underline;
		}
		#footer p{margin-bottom:2px;}
		#footer p.last{ margin-bottom:0; }
		
		#footer .col-340, #footer .col-220{ margin-right:40px; }
		#footer .last{ margin-right:0; }
		
		#footer-copy{clear:both; font-size:0.9em;}
		
		#footer .disclaimer{
		font-size:0.8em;
		line-height: 1.2em;
		color:#ccc;
		}

/* =BLOG
-----------------------------------------------------------------------------------------------*/
	
	.blog-sidebar{}
	.blog-sidebar .date{ padding-right:0; }

	.blog{}
	.blog-post{text-align:justify;}
	
	.comment{ margin-bottom:20px; }
	.comment .who{ margin-bottom:5px; }
	
	.excerpt{ border-bottom: 1px solid #CFDEFF; margin: 0 0 25px 0;} 
	.excerpt-small{font-size:0.9em;}
	.excerpt-small .read_more{display:none;}
	
/*PAGINATION*/
	#pagination{ list-style:none; font-size: 0.85em; margin-left: 0;}
	#pagination li{ background:#EAEAEA;display:inline; border:1px solid #CFDEFF; margin-right:7px;  padding:4px 9px; float:left; margin-bottom: 7px;  }
	#pagination li a{ display:block;  }
	#pagination li.current a{ text-decoration:underline; }	
/*-------------
SEARCH
-------------*/
	
	#trazilica{
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border: #aaa 1px solid;
	background: #FFFFFF;
	float: left;
	padding: 0 4px;
	border-top-left-radius: 4px 4px;
	border-top-right-radius: 4px 4px;
	border-bottom-right-radius: 4px 4px;
	border-bottom-left-radius: 4px 4px;
	}
	#trazilica #tr-input-text{
	width: 60px;
	float: left;
	border: 0;
	line-height: 100%;
	margin:3px;
	height:15px;
	background: #FFF;
	color: #888;
	}
	#trazilica #tr-input-text:focus{
	outline:none;
	color:#333;
	}
	#trazilica #tr-input-submit{
	background: url(_layout/images/search-icon.png) no-repeat 7px 7px;
	border: 0;
	float: left;
	width: 30px;
	height:30px;
	display:block;
	z-index: 100;
	cursor: pointer;
	}
	
	/* RAZNO*/
	a.read_more {
		background: #FFFDC3;
		color: #444;
		padding: 0 10px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		font-size: 0.9em;
	}
	
	#breadcrumb, .bbp-breadcrumb{
				display:block;
				float:none;
				width:100%;
				padding: 7px 5px;
				border-bottom: 1px solid #CFDEFF;
				border-top: 1px solid #CFDEFF;
				font-size: 0.9em;
				background:#FFFDC3;
				margin-bottom: 8px;}
	#subpages  {
	margin-left:0;
	margin-top: -20px;
	font-size:0.9em;
	}
	#subpages li{
	float:left;
	list-style:none;
	padding:0 5px 0 5px;
	border-right:1px solid #DDD;
	font-size:0.95em;
	background:none;
	}
	#subpages li a{
	text-decoration:none;
	color:#999;
	}
	#subpages li a:hover{
	text-decoration:underline;
	color:#346699;
	}
	#subpages li.current_page_item a{
	}

	img.attachment-post-thumbnail{width: 250px;
								height: 188px;
								margin: 0 15px 15px 0;
								float: left;
								border: 1px solid #E2E2E2;
								padding: 2px;}
	img.attachment-post-thumbnail:hover{ border: 1px solid #ccc;}
	
	.col-220 h4{font-size:16px;font-weight: bold;}
	/* top login linkovi*/
	
	
	.col-520 a[href$=".pdf"]{background: url(_layout/images/pdf.png) no-repeat left top; padding-left: 25px;}
	.col-520 a[href$=".docx"],.col-520 a[href$=".doc"],.col-520 a[href$=".rtf"]{background: url(_layout/images/doc.png) no-repeat left top; padding-left: 25px;}

	
/*NIVO-SLIDESHOW*/
	#slider_wrapper .nivo-caption {
	font-family: 'Open Sans', sans-serif, 'Arial';
	background-color:#2B2B2B;
	font-size:1.4em;
	left: 40px;
	bottom: 35px;
	width: auto;
	z-index: 89;
	padding: 15px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	}
	
	/* Unordered / Ordered Lists
------------------------------------------------------------ */
.col-620 ul, .col-520 ul{
    list-style:none;
    margin:0 0 1em 15px;
    padding: 0;
}
.col-620 li ul, .col-520 li ul{
    margin:0 0 0 20px;
}
#main_content li {display:block;padding:5px 0 0 15px; background:url(_layout/images/bg-sidenav.gif) no-repeat 5px 11px;}
#bbpress-forums li{background:none;padding:0;}
/* Holly Hack to fix ie6 li bg */
/*  Hides from IE-mac \*/
* html li{height: 1%;}
/* End hide from IE-mac */

/*////////// SITEMAP */
#sitemap {
    background:transparent url(_layout/images/graypixel.png) repeat-y 15px 0;
    margin-bottom: 35px;
}

#sitemap li {
    font-size:16px;
    margin:15px 0 20px;
    padding:0 0 0 10px;
	background: none;
	line-height:1.3em;
}

#sitemap li a {
    background:white;
    display:block;
    padding:3px;
}

#sitemap li a:hover {
   
}

#sitemap li ul {
    margin:0 0 0 5px;
}

#sitemap li ul li {
    background:transparent url(_layout/images/graypixel.png) repeat-x 0 8px;
    font-size:13px;
    margin:4px 0 4px 5px;
    padding:0 0 0 20px;
}

#sitemap li ul li a {
    padding:0 0 0 3px;
}

#sitemap li ul li ul {
    background:transparent url(_layout/images/graypixel.png) repeat-y 15px 0;
    margin:0 0 10px 5px;
}

#sitemap li ul li ul li {
    margin-left:20px;
    padding-left:10px;
}

ul.none li{background:none;padding-left:0;}
ul.none li a{background:none;padding-left:0;}

.col-620 a img, .col-520 a img{
opacity: 1;
transition: opacity .25s ease-in-out;
-moz-transition: opacity .25s ease-in-out;
-webkit-transition: opacity .25s ease-in-out;
}
.col-620 a img:hover, .col-520 a img:hover{
opacity: 0.7;
}

p.css-vertical-text {
	  -webkit-transform: rotate(-90deg);
	  -moz-transform: rotate(-90deg);
	  -ms-transform: rotate(-90deg);
	  -o-transform: rotate(-90deg);
	  transform: rotate(-90deg);

	  /* also accepts left, right, top, bottom coordinates; not required, but a good idea for styling */
	  -webkit-transform-origin: 50% 50%;
	  -moz-transform-origin: 50% 50%;
	  -ms-transform-origin: 50% 50%;
	  -o-transform-origin: 50% 50%;
	  transform-origin: 50% 50%;

	  /* Should be unset in IE9+ I think. */
	  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  
	font-size:24px;
	font-weight:normal;
	text-shadow: 0px 0px 1px #333;
}

.col-520 img.alignleft, .col-520 img.alignright, .col-520 img.aligncenter {
/*
-webkit-box-shadow: #1cedef3 15px 15px 0;
-moz-box-shadow: #cedef3 15px 15px 0;
box-shadow: #cedef3 15px 15px 0;
behavior: url(_layout/pie/PIE.htc);
*/
border: 1px solid #DDD;
padding: 5px;
-webkit-border-radius: 3px;
border-radius: 3px;
}
#footer .widget_display_stats dd, #footer .widget_display_stats dt{
font-size:0.9em;
margin-bottom:3px;
}
#content .bbp-submit-wrapper {float:none;}
#content .fball_ui p{margin:0}
#content .bbp-submit-wrapper button{padding:7px 10px;}
#content .bbp-login-form label{width:auto;}
#content .bbp-login-form .bbp-login-links{clear:both}
#content .bbp-login-form .bbp-username, #content .bbp-login-form .bbp-password, #content .bbp-login-form .bbp-submit-wrapper{margin-top:0;}
#content .topic-author a{background:none;display:inline;padding:0;}
#content #bbpress-forums blockquote{background:#EEEEEE;padding:5px;border:1px solid #ccc;font-style:italic;color:#555;font-size:inhiterit;font-size:100%;margin-bottom:5px;}
#bbpress-forums #bbp-your-profile #simple-local-avatar-ratings input{width:auto;}
#content #bbpress-forums div.bbp-breadcrumb p{margin-bottom:0;}
.col-160 .bbp-logged-in h4{ background:none;}
.col-160 .bbp-logged-in{border:2px solid #F7ED00;padding:4px;}
.col-160 fieldset{border:none;padding:8px;margin:0}
.col-160 .avatar{border:none;padding:1px;}
.col-160 .logout-link, a.login-link, .col-160 .bbp-login-links a, .tml-action-links li a {padding: 0 0 0 18px;background: url(_layout/images/bullet_02.png) no-repeat center left;line-height: 20px;text-decoration:underline;}
.col-160 .widget_display_topics{font-size:0.8em;}
.col-160 .widget_display_topics a.bbp-forum-title{display:block;font-size: 1.1em;line-height: 1.4em;margin-bottom: 2px;}
.col-160 .widget_display_search {padding:10px;}
.col-160 .widget_display_search input {width:140px;}
.col-710 a.bbp-forum-title{font-size:1.2em;}
#menu-item-14 a {color: yellow;} /*forum meni*/

.col-160 #user_login, .col-160 #user_pass {
width:150px;
}
/*naslovna stranica - vijesti*/
.featured-posts-box {
background:#eee;
}
ul.vijest_pic_s{
	margin:0;
}
.vijest_pic {
	position:relative;
	width: 250px;
	overflow:hidden;
	display:inline;
	float: left;
	margin: 0 10px 10px 0;
}
.vijest_pic img{
	margin:0 8px 8px 0;
	padding:0;
	float:none;
}
.vijest_pic a img:hover{
	opacity:1;
}

.vijest_pic span {
	background-color: #000218;
	color:white;
	position:absolute;
	bottom:5px;
	left:0px;
	padding: 5px;
	-moz-opacity:.80;
	filter:alpha(opacity=80);
	opacity:.80;
	width:240px;
	display: inline;
	text-align:left;
}
.vijest_pic span a, .vijest_pic span a:visited, .vijest_pic span a:hover{
	color:#FFFFE2;
	text-decoration:none;
}
.vijest_pic span p.post_kategorija a {
	color:#D1D105;
}

.vijest_pic ul {
	list-style:none;
	display: inline;
}#main_content .tml .tml-action-links a{   padding: 0 0 0 18px;}#main_content .tml .tml-action-links li {   border: none;}