body {
	margin: 0;
	padding: 0;
	background: #E2E2E2 url(img/hnav/background.jpg) no-repeat center top;
	/*font-family: Georgia, Verdana, Arial, Helvetica, sans-serif;*/
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	width:100%;
}

h1, h2, h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-top: 0;
	color:#000000;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.6em;
}

h3 {
  padding-top: 10px;
	font-size: 1.3em;
}

ul {
	/*list-style-image: url(img/img07.gif);*/
}


a {
	text-decoration: none;
	/*border-bottom: 1px dotted #CCCCCC;*/
	/*color: #D56E22;*/
	color: #15397E;
}

a:hover {
	border-bottom: none;
}

a img {
	border: none;
}

img.left {
	float: left;
	margin: 0 20px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 20px;
}

/* Header */

#logo {
	width: 950px;
	height: 185px;
	margin: 0 auto;
	padding: 0 10px;
	/*background:url(img/glava.jpg) no-repeat center top;*/
}

#logo h1, #logo p {
	float: left;
	margin: 0;
	color: #D56E22;
}

#logo h1 {
	padding: 5px 0 0 0;
	font-size: 3em;
}

#logo p {
	padding: 52px 0 0 3px;
}

#logo a {
	border: none;
	text-decoration: none;
	/*color: #FFFFFF;*/
	color: #D56E22;
}

/* Menu */

#menu {
	width: 950px;
	height: 45px;
	margin: 0 auto;
	padding: 0 10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	/*background-position:center;*/
}

#menu li {
	display: inline;	
}

#menu a {
	display: inline;
	float: left;
	height: 45px;
	width: 99px;
	margin: 0;
	padding:15px 0 0 0;
	border: none;
	text-decoration: none;
	text-align:center;
	font-size: 12px;
	font-weight: bold;
	background:url(img/hnav/norm_menu_button.jpg) no-repeat center top;
	/*color: #646E7D;*/
	color:#FFFFFF;
}

#menu a:hover {
	background: url(img/hnav/roll_menu_button.jpg) no-repeat center top;
	/*color: #7D8C64;*/	
	color:#000000;
}

#menu .current_page_item a {
	background: url(img/hnav/over_menu_button.jpg) no-repeat center top;
	/*color: #5A732D;*/
	color:#FFFFFF;
	padding-top:15px;
}

#menu .current_page_item_static {
	display: inline;
	float: left;
	height: 65px;
	width: 211px;
	margin: 0;
	padding: 0;
	background: url(img/hnav/leftstatic.jpg) no-repeat center top;
}
#menu .current_page_item_konec {
	display: inline;
	float: left;
	height: 65px;
	margin: 0;
	padding: 0;
	background: url(img/hnav/end.jpg) no-repeat center top;
	width:145px;
}
#menu .menu_left_links a{
 background-image:none; 
 width:auto; 
 padding-top:0;
}
#menu .menu_left_links a:hover{
 background: url(img/hnav/leftstatic.jpg) no-repeat center top;
 width:auto; 
 padding-top:0;
}

/* Page */

#page {
	width: 950px;
	margin: 0 auto;
	padding: 25px 0;	  
}

#page-bg {
	padding: 11px 24px;
	background: url(img/img03.jpg) no-repeat;
}

/* Latest Post */

#latest-post {
	padding: 20px;
	border: 1px solid #E7E7E7;
	background: url(../img/hnav/news_okvir.jpg) repeat;
}

/* Content */

#content {
  float: left;
  width: 530px;
  padding-left: 10px;
  padding-right: 10px;
  background-color:#E2E2E2;
  /*background: url(img/img03b.gif) repeat-y;*/
}
#widecontent {
	float: left;
	width: 730px;
  padding-left: 20px;
  padding-right: 0px;
  /*background: url(img/img03b.gif) repeat-y;*/
}
#fullcontent {
	float: left;
	width: 930px;
  padding-left: 20px;
  padding-right: 0px;
}

.post {
	margin-bottom: 10px;
	padding-bottom: 10px;
	/*line-height: 200%;*/
}
.post h2 {
	margin: 10px 0px 0px 0px ;
}

.title {
	margin: 0;
	color:#000000;
}

.title a {
	border-bottom: none;
}

.title a:hover {
	border-bottom: 1px dotted #CCCCCC;
}

.byline {
	margin: 0 0 10px 0;
  font-size: 10px;
}

.entry {
	padding: 0 0px;
}

.links {
	padding-top: 5px;
	text-align: right;
	font-weight: bold;
}
.links2 {
	padding-top: 0px;
	text-align: left;
	font-weight: bold;
}

.links a {
	padding-left: 15px;
	background: url(img/img04.gif) no-repeat left center;
	border: none;
}
.links2 a {
	padding:10px 10px 10px 10px;
	padding-left: 25px;
	background: url(img/lupa.gif) no-repeat left center;
	border: none;
}

.links a:hover {
	border-bottom: 1px dotted #CCCCCC;
}

/* Sidebars */

.sidebar {
	float: left;
	width: 200px;
	padding: 0 0 0 0;
 
}

.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sidebar li {
	padding: 0 0 20px 0;
}

.sidebar li ul {
	/*background:#FF0300;*/
	border:1px solid #B2B2B2;
}

.sidebar li li {
	padding: 5px 0 0 25px;
	background: url(img/hnav/norm_podmeni_button.jpg) no-repeat 10px 9px;
}
.sidebar li li a {
color:#000000;
}

.sidebar li h2 {
	margin: 0 0 0 0;
	padding: 12px 15px;
	/*background: url(img/img02.gif) repeat-x;*/
	border: 0;
	font-size: 12px;
	height:10px;
	color: #000000;
	background: url(img/hnav/meni_leva.jpg) no-repeat;
}

.sidebar  a.current_item {
  font-weight: bold; 
}
.sidebar li li a:hover
{
	font-weight:bold;
	/*background: url(img/hnav/roll_podmeni_button.jpg) no-repeat;*/
}


.sidebar p.sidelinks {
	text-align: right;
}

/* Search */

#searchform {
	padding: 0;
}

#searchform br {
	display: none;
}

/* Calendar */

#calendar_wrap {
	padding: 0 0 0 20px;
	text-align: center;
	background-color:#E2E2E2;
	color:#000000;
	border:1px solid #B2B2B2;
	
}

#calendar_wrap table {
	width: 90%;
}

#calendar_wrap th {
	border-bottom: 1px solid #CCCCCC;
}

#calendar_wrap td {
	border: 1px solid #F2F2F2;
	background-color:#FFFFFF;
	color:#000000;
}
#calendar_wrap td.selected {
	/*background: #dddddd;*/
	background-color:#FF0000;
	/*border:1px solid #0000FF;*/
}

#calendar_wrap tfoot td {
	border: none;
	background-color:#E2E2E2;
}

#calendar_wrap tfoot td#prev {
	text-align: left;
	font-weight: bold;
	border: none;
	background-color:#E2E2E2;
}
#calendar_wrap td.prazno{

	background-color:#E2E2E2;
	color:#000000;
	border: #FF0300;
}
#calendar_wrap tfoot td#prev a {
	border: none;
	color:#000000;
}

#calendar_wrap tfoot td#next {
	text-align: right;
	font-weight: bold;
	border: none;
	background-color:#E2E2E2;
	color:#000000;
}

#calendar_wrap tfoot td#next a {
	border: none;
	color:#000000;
}

/* Footer */

#footer {
	padding: 30px 0 50px 0;
	/*background: #D56E22 url(img/img05.gif) repeat-x;*/
	/*background: #15397E url(img/img10.jpg) repeat-x;*/
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: smaller;
	color: #666666;
}

#footer a {
	color: #15397E;
}

/* ---------------------- Novice -----------------------*/
#top-2	/*novice iz JZS*/
{
	background: url(img/JZS.png) no-repeat left top;
	padding:0 0 0 0;
}
#top-1	/*novice iz TEKMOVANJ*/
{
	background: url(img/TEK.png) no-repeat left top;
	padding:0 0 0 0;
}
/* ---------------------- tabela z glavo -----------------------*/
.tabHead
{
	padding: 0px;
	margin: 10px 0px 10px;
	border-collapse:collapse;
	/*background-color:#B2B2B2;*/
}

.tabHead th
{
	/*background-color:#15397E;*/
	background: url(img/bullet1.gif) no-repeat left top;
	background-color:#FFFFFF;
	color:#000000;
	/*color:#BF1E2E;*/
	text-align:left;
	font-weight: bold;
	padding:3px;
	padding-left:15px;
	border-left:1px solid #CCCCCC;
}
.tabHead th a
{
	color:#D56E22;
}
.tabHead td
{	border-bottom:1px solid #FFFFFF;
	padding:2px 5px 2px 5px;
	/*padding: 2px;
	padding-left:5px;
	padding-right:5px;*/
}
.tabHead td.prazno
{	border:0px;
	padding: 3px;	
}
.tabHead td.sort
{	border:1px solid #CCCCCC;
	padding: 3px;	
	background-color:#EEEEEE;
}

/* ---------------------- tabela z glavo -----------------------*/
.tabBorbe
{
  padding: 0;
  table-layout:fixed;
}
.tabBorbe td
{
  font-size: 11px;
  text-overflow: ellipsis;
	overflow:hidden;
	white-space:nowrap;
}

.tabBorbe td.prvi_prazni
{	
	padding: 0px 0px 0px 0px;
}
.tabBorbe td.prvi_modri
{	
	background-color:#F5F9F0;
	background: url(img/prvi_modri.gif) no-repeat right top;
	padding: 0px 0px 0px 0px;
}

.tabBorbe td.prvi_beli
{	
	background-color:#F5F9F0;
	background: url(img/prvi_beli.gif) no-repeat right top;
	padding: 0px 0px 0px 0px;
}

.tabBorbe td.modri
{	
	background-color:#F5F9F0;
	background: url(img/grablje_modri.gif) repeat left top;
	border: 0 solid #5E5D62;
	border-bottom-width: 1px;
	padding: 0px 3px 0px 3px;
}
.tabBorbe td.modri_pika
{	
	background-color:#F5F9F0;
	background: url(img/grablje_modri_pika.gif) no-repeat left top;
	border: 0 solid #5E5D62;
	border-right-width: 1px;
	border-bottom-width: 1px;
	padding: 0px 0px 0px 0px;
}
.tabBorbe td.beli
{	
	background-color:#F5F5F5;
	background: url(img/grablje_beli.gif) repeat left top;
	border: 0 solid #5E5D62;
	border-bottom-width: 1px;
	padding: 0px 3px 0px 3px; 
}
.tabBorbe td.beli_pika
{	
	background-color:#F5F5F5;
	background: url(img/grablje_beli_pika.gif) no-repeat left top;
	border: 0 solid #5E5D62;
	border-right-width: 1px;
	border-bottom-width: 1px;
	padding: 0px 0px 0px 0px;
}
.tabBorbe td.zmagovalec
{	
	background-color:#F5F9F0;
	background: url(img/grablje_zmagovalec.gif) repeat left top;
	border: solid #5E5D62;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	padding: 0px 3px 0px 3px;
}
.tabBorbe td.prazno
{	
	border: solid #5E5D62;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.error
{
  color: #FF0000;
}

/*ZA PRIKAZ SLIK NA PRVI STRANI*/
#gallery {
	position:relative;
	height:120px;
}
#gallery a {
	float:left;
	position:absolute;
}
	
#gallery a img {
	border:none;
}
	
#gallery a.show {
	z-index:500;
}

#gallery .caption {
	z-index:600; 
	background-color:#000; 
	color:#ffffff; 
	height:20px; 
	width:100%; 
	position:absolute;
	bottom:0;
}

#gallery .caption .content {
	margin:5px;
}
	
#gallery .caption .content h3 
{
	margin:0;
	padding:0;
	color:#1DCCEF;
	font-size:9px;
}