/* =Reset
-------------------------------------------------------------- */

@font-face {
    font-family: Aldine;
    src: url(./font/TT0112L2.TTF);
    font-weight:400;
}

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, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}

ol,
ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,
th,
td {
	font-weight: normal;
	text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}
html {
	overflow-y: scroll;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
color: #000;
background-size: 100%;
height: 100%;
top: 0;
left: 0;
font: 13px NasFont, sans-serif;
background: rgba(233, 234, 237, 0.55);
}

h2 {
font-size:18px;
color:#222;
line-height:24px;
}

h3 {
font-size: 15px;
}

a.title{
color:#222;
}

a {
color: #0280C5;
text-decoration:none;
}

p {
font:13px arial;
color:#000;
line-height:18px;
}

a:hover {
text-decoration:underline;
}



#main_container{
width:1000px;
margin:40px auto;
min-height: 451px;
border: 1px solid #c4c4c4 !important;
-webkit-box-shadow: 0 1px 3px -1px rgba(0, 0, 0, .2);
-moz-box-shadow: 0 1px 3px -1px rgba(0, 0, 0, .2);
box-shadow: 0 1px 3px -1px rgba(0, 0, 0, .2);
border-radius: 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
background:white;
overflow:hidden;
}

#header{
width: 100%;
float: left;
border-bottom: 1px solid #C4C4C4;
background: url(images/header_img.jpg);
background-size: 100%;
position:relative;
}

#header .header_patt{
position: absolute;
width: 1000px;
height: 121px;
background: url(images/subtle_dots.png);
opacity: 0.8;
}

#logo{
padding: 10px;
float:left;
z-index: 99;
position: relative;
}
#logo .city_letters{
position: absolute;
top: 46px;
font-size: 24px;
color: #FFF;
left: 37px;
display:none;
}
.spacing3{
letter-spacing: 3px;
}

#nav ul {
width:180px;
}

#nav li a{
background: #FFF;
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top, #FFF 0%, #EEE 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFF), color-stop(100%,#EEE));
background: -webkit-linear-gradient(top, #FFF 0%,#EEE 100%);
background: -o-linear-gradient(top, #FFF 0%,#EEE 100%);
background: -ms-linear-gradient(top, #FFF 0%,#EEE 100%);
background: linear-gradient(to bottom, #FFF 0%,#EEE 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 );
font-family: Aldine, Arial, Helvetica, sans-serif;
font-size: 13px;
font-weight: 400;
line-height: 129%;
color: #000;
display: block;
text-shadow: 0 1px 0 #FFF;
border-bottom: 1px solid #DDD;
padding: 10px;
text-shadow: 1px 1px 0 #FFF;
text-decoration:none;
}

#nav li a:hover,
#nav li a.active{
color: #888;
text-decoration: none;
background: #FFF;
}

#nav li a.active{
width: 161px;
background: #FFF;
z-index: 99;
position: relative;
}

#content {
border-left: 1px solid #ccc;
float: left;
padding: 20px;
width: 700px;
min-height: 330;
}

#content .title{
width:100%;
border-bottom:1px solid #ddd;
padding-bottom:8px;
margin-bottom:20px;
}

table a:link {
	color: #333;
	font-weight: bold;
	text-decoration:none;
}
table a:visited {
	color: #999999;
	font-weight:bold;
	text-decoration:none;
}
table a:active,
table a:hover {
	color: #bd5a35;
	text-decoration:underline;
}
table {
	font-family: Aldine, Arial, Helvetica, sans-serif;
	color:#333;
	font-size:12px;
	text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.5);
	background:#eaebec;
	//margin:20px;
	border:#ccc 1px solid;

	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;

	-moz-box-shadow: 0 1px 2px rgba(209, 209, 209, 0.3);
	-webkit-box-shadow: 0 1px 2px rgba(209, 209, 209, 0.3);
box-shadow: 0 1px 2px rgba(209, 209, 209, 0.3);
}
table th {
font-weight: bold;
font-size: 13px;
	padding: 15px 25px 15px 15px;
border-bottom: 1px solid #CCC;
background: #EDEDED;
background: -webkit-gradient(linear, left top, left bottom, from(#EDEDED), to(#EBEBEB));
background: -moz-linear-gradient(top, #EDEDED, #EBEBEB);
}
table th:first-child {
	text-align: left;
	padding-left:20px;
}
table tr:first-child th:first-child {
	-moz-border-radius-topleft:3px;
	-webkit-border-top-left-radius:3px;
	border-top-left-radius:3px;
}
table tr:first-child th:last-child {
	-moz-border-radius-topright:3px;
	-webkit-border-top-right-radius:3px;
	border-top-right-radius:3px;
}
table tr {
	text-align: center;
	padding-left:20px;
}
table td:first-child {
	text-align: left;
	padding-left:20px;
	border-left: 0;
}
table td {
	padding:15px;
	border-top: 1px solid #ffffff;
	border-bottom:1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;
        background: #FFF;
	//background: #fafafa;
	//background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa));
	//background: -moz-linear-gradient(top,  #fbfbfb,  #fafafa);
}
table tr.even td {
        background: #FFF;
	//background: #f6f6f6;
	//background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f6f6f6));
	//background: -moz-linear-gradient(top,  #f8f8f8,  #f6f6f6);
}
table tr:last-child td {
	border-bottom:0;
}
table tr:last-child td:first-child {
	-moz-border-radius-bottomleft:3px;
	-webkit-border-bottom-left-radius:3px;
	border-bottom-left-radius:3px;
}
table tr:last-child td:last-child {
	-moz-border-radius-bottomright:3px;
	-webkit-border-bottom-right-radius:3px;
	border-bottom-right-radius:3px;
}
table tr:hover td {
	background: #f2f2f2;
	background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f0f0f0));
	background: -moz-linear-gradient(top,  #f2f2f2,  #f0f0f0);	
}

.vijesti {
margin-bottom: 20px;
width: 100%;
float: left;
//border-bottom: 1px solid #CCC;
padding-bottom: 20px;
}

.vijesti li{
float:left;
padding-bottom: 20px;
border-bottom: 1px dotted #CCC;
margin-bottom: 20px;
width:100%;
}

.vijesti li:last-child {
padding-bottom: 10px;
margin-bottom: 10px;
}

.vijesti .featured_image{
max-width:25%;
margin-right:15px;
//padding:2px;
border:1px solid #ccc;
float: left;
overflow:hidden;
}

.vijest_header{
float:left;
//Width: 523px;
margin:2px 0 10px 0;
}

.vijesti .sadrzaj{
width: 72%;
text-align: justify;
float: left;
}

a.button,
button {
text-shadow: 1px 1px 1px #FFF;
-moz-border-radius: 2px;
border-radius: 2px;
background-color: #FFF;
background: -webkit-linear-gradient(top,#FFF,#F1F1F1);
background: -moz-linear-gradient(top,#FFF,#F1F1F1);
background: -ms-linear-gradient(top,#FFF,#F1F1F1);
background: -o-linear-gradient(top,#FFF,#F1F1F1);
background: linear-gradient(top,#FFF,#F1F1F1);
border: solid 1px #CCC;
float: left;
font: normal 11px Aldine, sans-serif;
outline: 0;
white-space: nowrap;
padding: 7px 11px;
-webkit-transition: all .05s ease-in-out;
-moz-transition: all .05s ease-in-out;
-o-transition: all .05s ease-in-out;
transition: all .05s ease-in-out;
cursor: pointer;
text-decoration: none;
-webkit-box-shadow: 0 1px 0px rgba(194, 194, 194, 0.25);
-moz-box-shadow: 0 1px 0px rgba(194, 194, 194, 0.25);
box_shadow: 0 1px 0px rgba(194, 194, 194, 0.25);
}

a.button:hover {
text-decoration: none;
background-color: #FFF;
background: -webkit-linear-gradient(top,#FFF,#EBEBEB);
background: -moz-linear-gradient(top,#FFF,#EBEBEB);
background: -ms-linear-gradient(top,#FFF,#EBEBEB);
background: -o-linear-gradient(top,#FFF,#EBEBEB);
background: linear-gradient(top,#FFF,#EBEBEB);
border: solid 1px #888;
text-decoration: none !important;
}