@charset "utf-8";
/* CSS Document */

html, body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	background: #1f3e64 url(../images/back_full.png) repeat-x;
}

/*link*/
a:link {
	color: #065ea7;
	text-decoration:none;
}

a:visited { 
	color: #065ea7;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

/*layout*/
#page_wrapper {width:1100px; margin:0 auto; padding-left:25px; padding-right:25px; padding-bottom:15px; background:#FFF url(../images/pattern.png);}
.clear_fix { clear:both;}

/*header*/
#header {height:317px;
box-shadow: 2px 0px 6px 1px rgba(119, 119, 119, 0.75), -2px 0px 6px 1px rgba(119, 119, 119, 0.75);
-moz-box-shadow: 2px 0px 6px 1px rgba(119, 119, 119, 0.75), -2px 0px 6px 1px rgba(119, 119, 119, 0.75);
-webkit-box-shadow: 2px 0px 6px 1px rgba(119, 119, 119, 0.75), -2px 0px 6px 1px rgba(119, 119, 119, 0.75);}
#header_language {width:1100px; height:35px; background-color:#78232d; opacity: 0.9; filter: alpha(opacity=90); /* For IE8 and earlier */ z-index:1; position:absolute; font-size:13px; color:#FFFFFF; }
#header_language a:link, #header_language a:visited{
	color: #fff	;
	text-decoration:none;
}
#header_left{width:48%; float:left; padding-left:20px; text-align:left; line-height:35px;}
#language { width:48%; float:right; padding-right: 20px; text-align:right; line-height: 35px;}
#language img { display:inline-block; height:60%; vertical-align:middle }
#header_slider {padding-bottom:0px; width:auto; height:280px;}
#logo img {
	position:absolute; 
	top:0px; 
}
#header_left a:link, #header_left a:visited {
	color: #fff	;
	text-decoration:none;
}

/*content*/
#content {margin-top:13px;}
#sidebar_left {float:left; width:200px;}
#content_post{float:left; width:620px; margin-left:15px; border:1px solid #8e8e8e; background-color:#FFF; padding:25px 15px 20px 15px;  }
#sidebar_right {float: right; width: 220px; }
#footer {clear:both; width:1100px; text-align:center; padding:10px 0 10px 0; background:#1f3e64; color:#FFF; margin-top:20px;}

/*sidebar left*/
#sidebar_left img {
	width:200px;
    margin-left: 0;
    margin-right: 0;
	margin-top:0px;
	margin-bottom:5px;
	border:1px solid #8e8e8e;
}

/*sidebar right*/
#search {width:225px; height:27px; margin-top:3px; margin-bottom:7px; margin-left:0px; }
#search_form{height:24px; width:210px; background-color:#ffffff; border:solid 1px #8e8e8e; margin:auto;}
.search_field {float:left; background:none; border:none; height:20px; width:170px; padding-left:6px; font-size:12px; line-height:24px; color:#8e8e8e}
.search_btn {float:right; display:block; width:24px; height:24px; background-image:url(../images/btn_search.png)}
.search_btn:hover {background-position:0 24px}

.category h3 {
	width: 100%;
	height:20px;
	background:#1f3e64	;
	margin:0px;
	color:#FFF;
	padding:5px 0px;
	vertical-align:middle;
	display: table;
	font-size:12px;
	line-height:20px;
	text-transform:uppercase;

}

.category li.submenu {
	font-weight:bold;
	border-top:1px solid #8e8e8e !important;
	border-bottom:1px solid #8e8e8e !important;
	background-color:#E2E2E2;
	vertical-align:middle;
}

.category ul {
	border-left:1px solid #8e8e8e;
	border-right:1px solid #8e8e8e;
	margin-top:0px;
	padding-left:0px;
	background-color:#FFF;
	margin-left:0px;
	list-style:none;
	margin-bottom:0px;
}

.category li.last {
	border-bottom:none !important;
}

.category li.last_bottom {
	border-bottom:1px solid #8e8e8e !important;
}

.category li {
	padding-top:7px;
	padding-bottom:7px;
	border-bottom: 1px dashed #D2D4C9;
	padding-left:10px;
}
#sidebar_right a,  #sidebar_right a:visited {
	color:#000;
}
#sidebar_right a:hover {
	color:#000;
}

/*content_post*/
.blink {
    color:red;
}

#content_post h3 {
	color: #1f3e64;
	font-size:14px;
	margin-top:0px;
	margin-bottom:5px;
}

#content_post hr {
	border: 0;
    height: 1px;
    background: #1f3e64;
    background-image: -webkit-linear-gradient(left, #ccc, #1f3e64, #ccc); 
    background-image:    -moz-linear-gradient(left, #ccc, #1f3e64, #ccc); 
    background-image:     -ms-linear-gradient(left, #ccc, #1f3e64, #ccc); 
    background-image:      -o-linear-gradient(left, #ccc, #1f3e64, #ccc);
	margin-top:20px;
	margin-bottom:20px;
}

.title_post {
	margin-top: 5px;
	margin-bottom:5px;
	text-align:left;
	color:#1f3e64	;
	display: block;
	font-size: 1.17em;
	font-weight: bold; 
}

.span_date{
	font-size:11px;
	font-style:italic;
}

.span_more{
	font-size: 11px;
	font-weight: bold;
	margin-top:0px;
	text-align:left;
	padding-top:5px;
}

.span_more a,  .span_more a:visited .span_more a:hover {
	color:#1f3e64 !important;
}

.span_back{
	font-size: 11px;
	font-weight: bold;
	margin-top:30px;
}

.span_back a,  .span_back a:visited .span_back a:hover {
	color:#1f3e64 !important;
}

#content_post h2 {
	text-align:center;
	color:#1f3e64	;
	margin-top:0px;
	margin-bottom:25px;
	font-size:20px;
}

#content_post h2.title {
	font-size:22px !important;
	margin-bottom:40px !important;
	margin-top:5px !important;
}

.osnovice h3 {
	margin-top:30px !important;
	font-size:13px !important;
}

.list_space {
	line-height: 1.5em;
}

.list_space li {
	list-style-type:square;
}

/*tabele statistika*/
.table_all {
	width:100%;
	text-align:center;
}
.table_all td {
	border: thin solid darkgray;	
	padding: 5px;	
}
.table_darkblue {
	background:#d4e0e4;
	font-weight:bold;
}
.table_blue {
	background:#e4ebee;
}

/*Pretraga*/
a.link:link { text-decoration:underline !important;}

/*Pagination*/
.page_btn {width:16px; height:16px; vertical-align:middle; border:none; padding:0 2px 0 2px}

/*Pitanja i odgovori*/
a.link_qa:link {
	color:#000 !important;
	text-decoration:none;
}

a.link_qa:visited { 
	color:#000 !important;
	text-decoration:none;
}

a.link_qa:hover {
	text-decoration:underline;
}

/*Rečnik*/
#dictionary {
	background-color:#EEE;
	border-top: 2px solid #1f3e64;
	border-bottom: 2px solid #1f3e64;
	text-align:center;
	font-weight:bold;
	padding:4px;
	margin-bottom:30px;
}