

/**-----------------------------------------------------------------------------
** HTML ELEMENTS
**/ 
html, body {
	padding: 0;
	margin: 0;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	color: #151515;		
	line-height: 1.3em;
}


html {
	background: #fff url(images/mainbg.gif) repeat-x;	
}

body {
	background: url(images/bg.gif) no-repeat;	
	font-size: 0.8em;
}

a {
	color: #BE0000;	
	text-decoration: none;
}

a:hover {
	color: #BE0000;
	text-decoration: underline;
}

html * {
	margin: 0;
}

p, ul, ol {
	margin-top: 15px;
}

ul, ol {
	padding-left: 0;
}

ul, li {
	list-style-type: none;
}


h1, h2 {
	font: 2.4em "Times New Roman", "Garamond", serif;
	margin-bottom: 0;
}

h2 a, h1 a {
	text-decoration: none;
	color: #C11919;
}

h1 a:hover, h2 a:hover {
	color: #C11919;
}

h3 {
	margin-top: 1em;
}

h5 {
	font-size: 0.8em;
	font-weight: normal;
	margin-bottom: 10px;
	color: #666;	
}

h6 {
	font-size: 0.8em;
	font-weight: normal;
	margin: 0;
	color: #666;	
}

abbr, acronym {
	cursor: help;
	border-bottom: 1px dashed #999;	
}

hr {
	padding: 0;
	border: 0;
	color: #B2B2B2;
	background-color: #ddd;
	height: 1px;
	display: block; 
	margin: 10px 0 8px 0;
	_margin: 10px 0 5px 0;
}

blockquote {	
	clear: both;
	margin: 15px 0 15px 0;
	padding: 2px 10px;
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	color: #555;
	line-height: 1.2em;
	font-size: 0.89em;
}

blockquote p {	
	margin: 0;
	padding-bottom: 8px;
}

blockquote h2 {	
	padding-bottom: 10px;
	color: #333333;
}

code {
	font: 110% "Lucida Console", "Courier New", "Courier", monospace;
}

pre {
	overflow: auto;
}

img {
	border: none;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clearing {
	clear: both;
	line-height: 0;
}

/**-----------------------------------------------------------------------------
** HEADER
**/ 
#serviceheader {
	height: 23px;
	background: #404040 url(images/doubleline.gif) 0px 21px repeat-x;
	width: 787px;
	font-size: 10px;
	overflow: hidden;
} 

#serviceheader,
#serviceheader a {
	color: #FFFFFF;	
}

#serviceheader div.danas {
	padding: 2px 0 0 15px;
	background-color: #404040;
	position: absolute;
	z-index: 100;
	float: left;
}

#serviceheader div.newsticker {
	padding: 2px 5px 0 5px;
	float: right;
}

#header {
	color: #fff;	
	background: #D9D8DD url(images/bg-title.jpg) 0px 0px no-repeat;
	width: 787px;
	height: 127px;
	clear: both;
}

#header a {
	color: #1F1F1F;
}

#header a:hover, #header .current_page_item a {
	color: #BE0000;
}

#header img {
	border: none;
}

#header .logoimg {
	padding-top: 8px;
}

html>body #header .logoimg {
	padding-top: 10px;
}

#blog-title {
	clear: both;
	padding: 0px 0 0 10px;
	float: left;
	text-align: center;
	width: 780px;
}

#header .servisi {
	background: url(images/servicebg.gif) no-repeat;
	width: 257px;
	height: 24px;
	margin-right: 8px;
	font-size: 10px;
}

#header .servisi div {
	margin-top: 3px;
}

#header .servisi .registracija {
	background: url(images/icon_register.gif) 10px 0px no-repeat;
	padding-left: 30px;
	width: 78px;
}

#header .servisi .logovanje {
	background: url(images/icon_login.gif) 10px 1px no-repeat;
	padding-left: 30px;
	width: 48px;
}

#header .servisi .rssfeed {
	background: url(images/icon_rss.gif) 10px 2px no-repeat;
	padding-left: 30px;
	width: 40px;
}


#search {
	margin-top: 3px;
	width: 245px;
	color: #1D1D1D;
}

#search label {
	float: left;
}

#search form {
	float: right;
	width: 190px;
}

#search #s {
	width: 140px;
	height: 15px;
	border: 1px solid #000000;
}

#search .butt {
	vertical-align: text-bottom;
}

*html #search .butt {
	padding-bottom: 2px;
}

#pages {
	clear: both;
	font-size: 10px;
	overflow: hidden;
	width: 785px;
	height: 26px;
	border: 1px solid #FFFFFF;
	background: url(images/pages-bg.gif) repeat-x;
}

#pages ul,
.cats ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
	margin-top: 4px;
	float: left;
}

#pages li,
.cats li {
	float: left;
}

#pages li a {
	padding-left: 8px;
	padding-right: 8px;
	border-right: 1px solid #1f1f1f;
}

#pages .right li,
#pages .right li a {
	color: #BE0000;
}

#pages .right li a {
	border-right: none;
	border-left: 1px solid #BE0000;
}

#header a,
#header a:hover {
	text-decoration: none;
}

.cats {
	text-transform: uppercase;
	font-size: 10px;
	overflow: hidden;
	margin-top: 2px;
	width: 787px;
	background-color: #BE0000;
	color: #FFFFFF;
	font-weight: bold;
}

.cats ul {
	margin-top: 0;
	border-left: 3px solid white;
}

.cats li {
	border-right: 3px solid white;
}

.cats li a {
	display: block;
	color: #FFFFFF;
	padding: 4px 8px 4px 8px;
}

.cats li a:hover,
.cats li.current-cat a {
	color: #FFFFFF;
	background-color: #4F4F4F;
	text-decoration: none;
}

.cats ul ul {
	display: none;
	position: absolute;
	background-color: #4F4F4F;
	margin-left: -3px;
	width: 116px;
	z-index: 1000;
}

.cats ul ul a {
	width: 100px;
}

.cats ul li:hover ul {
	display: block;
}

.cats ul li:hover ul li {
	border-right: none;
	border-bottom: 1px solid white;
	border-left: none;
}

.cats ul li:hover {
	background-color: #4F4F4F;
}

.cats ul li:hover ul a:hover,
.cats ul li:hover ul li:hover {
	background-color: #BE0000;
	color: white;
}

/**-----------------------------------------------------------------------------
** FOOTER
**/ 
#footer {
	clear: both;
	font-size: 0.8em;
	padding: 0 0 20px 0;
	width: 760px;
}

#footer .main {
	border-top: 1px solid #ccc;
	color: #666;
	text-align: center;
	line-height: normal;
	padding-top: 5px;
}

#footer .main ul {
	margin: 0;
	clear: both;    
	display: inline;
	border-left: 1px solid #BE0000;
}

#footer .main li {  
	display: inline;
	border-right: 1px solid #BE0000;
	padding: 0 3px 0 4px;
	text-transform: uppercase;
}

#footer p {  
	padding: 0;
	margin: 0;
	margin-bottom: 5px;
}

/**-----------------------------------------------------------------------------
** CONTENT
**/ 
.main, #content {
	width: 787px;
}

#footer .main {
	width: 780px;
}

/**-----------------------------------------------------------------------------
** PRIMARY CONTENT (ENTRIES, COMMENTS, ...)
**/ 
#primary {
	width: 480px;
	padding: 0 12px 0 15px;
	float: left;
	background: #fff url(images/bar-vertical.jpg) no-repeat right top;	
	margin-top: 15px;
	overflow: hidden;
}

#primary ul.archive-nav {
	list-style-image: none;
}

.indexpage strong,
.blocktext strong {
	font-weight: normal;
}

h1.pagetitle {
	text-align: center;
	border-top: 1px dashed #CCCCCC;
	border-bottom: 1px dashed #CCCCCC;
	letter-spacing: 5px;
	font-size: 1.6em;
	text-transform: uppercase;
	padding: 3px 0px 3px 0px;
	font-weight: bold;
}

.indexpage .meta {
	margin-top: 0;
}

.meta {
	font-size: 0.85em;
	clear: both;
	color: #666;
	border-bottom: 1px solid #ccc;
	margin-bottom: 25px;
}

.meta a {
	text-decoration: none;
	color: #666;
}

.meta a:hover {
	color: #be0000;
}

.meta span {
	padding-left: 14px;
	background: #fff url(images/doc.png) no-repeat left center;
}

.meta span.comments {
	background-image: url(images/comment.png);
}

.meta span.author {
	background-image: url(images/author.png);
}

.meta span.trackback {
	background-image: url(images/trackback.png);
}

.meta span.delicious {
	background-image: url(images/delicious.png);
}

.meta span.sendafriend {
	background: url(images/sendafriend.gif) -2px -1px no-repeat;
	padding-left: 23px;
}

#primary .totop img {
	width: 11px;
	height: 11px;
	border: 0;
	margin: 0;
	padding: 0;
	margin-top: 2px;
}

#primary .totop {
	float: right;
	clear: both;
}

/* related */
#primary div.entry div.relatedposts {
	margin-top: 10px;
	padding: 3px;
	font-size: 0.85em;
	margin-bottom: 10px;
	background-color: #f8f8f8;
	border-top: 1px dashed #ddd;
	border-bottom: 1px dashed #ddd;
	line-height: normal;
	clear: both;
}

#primary div.entry div.relatedposts ul {
	padding: 0;
	margin: 0;
	display: block;
}

#primary div.entry div.relatedposts li {
	background: url(images/arrow.gif) 0px 4px no-repeat;
	padding-left: 6px;
	padding-bottom: 8px;
}

*html #primary div.entry div.relatedposts li {
	background: url(images/arrow.gif) 0px 6px no-repeat;
	padding-bottom: 4px;
}

#primary div.entry div.relfirst li {
	background: url(images/arrow.gif) 0px 4px no-repeat;
}

*html #primary div.entry div.relfirst li {
	background: url(images/arrow.gif) 0px 4px no-repeat;
}

#primary div.entry div.relfirst {
	clear: none;
	width: 290px;
}

#primary div.entry div.relfirst ul {
	display: block;
}


.shortnews {
	width: 160px;
	float: right;
	font-size: 0.81em;
	line-height: 1.2em;
	background-color: #eff0f4;
	border: 1px dashed #DDDDDD;
	margin-top: 10px;
	margin-left: 15px;	
}

#primary .shortnews h1.pagetitle {
	letter-spacing: 0;
	font-size: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	padding: 5px 0 5px 0;
	margin-bottom: 5px;
	border-top: none;
}

#primary h6 {
	margin: 6px 0 0 0;
	padding-bottom: 4px;
}

#primary h6 span.tags {
	background: url(images/dot_red.gif) no-repeat left 3px;
	padding-left: 10px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-left: 5px;
	line-height: 10px;
}

#primary h6 span.tags a {
	color: #2a2a2a;
}

.shortnews ul {
	margin-top: -5px;
	padding-left: 10px;
	padding-right: 10px;
}

.shortnews ul li {
	border-bottom: 1px dashed #A1A09B;
	padding: 5px 0 5px 6px;
	background: url(images/arrow.gif) no-repeat 0px 9px;	
}

.shortnews .newstitle {
	color: #BE0000;
	margin-bottom: 1px;
	font-weight: bold;
	line-height: normal;
}

.gravatar {
	float: right;
	margin: 30px 0 15px 10px;
}

#comments h2 {
	margin-top: 30px;
	color: #BE0000;
	margin-bottom: 15px;
	font-size: 2em;
}

#comments ol {
	padding: 0;
	margin: 0;
	list-style-type: none;
	list-style-image: none;
	font-size: 0.9em;
}

#comments li {
	clear: both;
}

#comments ol div.poster {
	clear: both;
	padding: 0 20px;
	font-size: 0.95em;
	color: #666;
}

#comments .poster a {
	color: #666;
}

#comments .poster a:hover {
	color: #905;
}

#comments ol.no-gravatars div.poster {
	padding: 0 20px 0 40px;
}


#comments ol div.body {
	margin: 0 0 0 0;	
	width: 340px;	
	padding: 20px;
	background: #fff url(images/comment-field.png) no-repeat left top;
	font-size: 0.95em;
	font-style: italic;
	color: #4a4a4a;
}

#comments ol.no-gravatars div.body {
	width: 340px;	
	padding: 20px;
	margin-left: 20px;
}

#comments fieldset {
	margin: 5px 0 0 0;
	padding: 0 80px 0 20px;
	width: 330px;
	border: 1px solid #fff;
}

#comments legend {
	display: none;
}

#comments form ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
}

#comments form li {
	margin: 5px 0;
}

#comments .textfield {
	width: 50%;
}

#comments textarea {
	width: 98%;
}

#comments .number {
	font: 1.5em "Times New Roman", "Garamond", serif;
	font-style: italic;
	color: #ccc;
	text-align: right;
	padding: 0;
	margin: 0;
	width: 3em;
	float: right;
}

#comments .number a {
	color: #ccc;
	text-decoration: none;
}

#comments .number a:hover {
	color: #905;
}

.archive-nav {
	font-size: 0.9em;
	width: 100%;
	margin: 10px 0 25px 0;
	padding: 0 0 5px 0;
	list-style-type: none;
	list-style-image: none;
}

.archive-nav li {
	width: 180px;
}

.archive-nav li a {
	display: block;
	width: 164px;
}

.back {
	float: left;
}

.back a {
	padding-left: 16px;	
	background: #fff url(images/back.png) no-repeat left center;
}

.next {
	float: right;
	text-align: right;
}

.next a {
	padding-right: 16px;
	background: #fff url(images/next.png) no-repeat right center;	
}

.pagepath {
	font-size: 0.8em;
	margin-left: 20px;
}

.permalink {
	text-align: center;
	margin-bottom: 0;
}

#primary h1 img, #primary h2 img, #primary h3 img {
	padding: 0;
	border: none;
}

.smalltext {
	font-size: 0.9em;
	line-height: normal;
}

.subwrap {
	margin-top: 20px;
	background: url(images/dashed_vert.gif) 0 15px repeat-y;	
	width: 100%;
}

.subnews {
	margin-bottom: 20px;
	font-size: 0.88em;
	line-height: 14px;
	color: #2a2a2a;
}

.subnews h2 {
	font-size: 2.1em;
	margin-top: 18px;
	line-height: 25px;
	margin-bottom: 5px;
}

.subnews h6 {
	border-bottom: 1px dashed #ccc;
}

.subnews h6 div {
	float: right; 
	margin-top: 6px;
}

*html .subnews h6 div {
	margin-top: 0;
}

.subnews .imagecaption {
	display: none;
}

.subnews img {
	width: 80px;
	height: 85px;
	float: left;
	margin-right: 8px;
	margin-top: 4px;
}

.subnews .subrelatedposts {
	margin-top: 10px;
	padding: 3px;
	background-color: #f8f8f8;
	border-top: 1px dashed #ddd;
	border-bottom: 1px dashed #ddd;
	line-height: normal;
}

.subnews .subrelatedposts ul {
	padding: 0;
	margin: 0;
}

.subnews .subrelatedposts li {
	margin-bottom: 4px;
	background: url(images/arrow.gif) 0px 5px no-repeat;	
	padding-left: 7px;
}

.subnews .subrelatedposts a {
	font-size: 1em;
}

/* WEATHER */
#primary .town {
	font-size: 1.4em;
	margin-top: 15px;
	margin-bottom: 15px;
}

#primary .weather-image {
	margin-bottom: 15px;
	float: left;
}

#primary .temperatura,
#primary .ctime,
#primary .sunrise,
#primary .sunset,
#primary .vidljivost,
#primary .vetar,
#primary .vlaznost,
#primary .topljenje,
#primary .max,
#primary .min,
#primary .ctime {
	padding-bottom: 10px;
	padding-top: 10px;
	padding-left: 10px;
	width: 330px;
	margin-left: 110px;
	font-size: 0.9em;
}

#primary .temperatura,
#primary .sunrise,
#primary .vidljivost,
#primary .vlaznost,
#primary .max,
#primary .ctime {
	background-color: #F7F5EE;
}

#primary .ctime,
#primary .sunset,
#primary .vetar,
#primary .topljenje,
#primary .min {
	background-color: #FFFFFF;
}

#primary .singleheader {
	text-align: center;
	margin-bottom: 10px;
	border-top: 1px dashed #ccc;
	border-bottom: 1px dashed #ccc;
	padding: 8px 0 8px 0;
}

.entry {
	padding-bottom: 2px;
}

.entry .block img {
	margin: 4px 8px 8px 0;
}

.entry .block p {
	margin-top: 5px;
	margin-bottom: 10px;
}

.entry .single li {
	font-size: 0.9em;
	background: url(images/dot_small.gif) no-repeat 2px 7px;
	padding-left: 10px;
	margin: 0 0 2px 10px;
}

#primary div.imagewrap {
	float: left;
	margin-top: 5px;
	margin-right: 16px;
}

*html #primary div.imagewrap {
	margin-right: 0;
}

#primary .pageblock .imagewrap {
	float: left;
	margin: 3px 14px 0 0;
}

*html #primary .pageblock .imagewrap {
	float: left;
	margin: 18px 4px 0 0;
}

#primary div.imagewrap div.imagecaption {
	clear: both;
	padding-top: 1px;
	font-size: 0.8em;
	font-style: italic;
	line-height: normal;
	color: #999999;
	margin-bottom: 4px;
}

#primary .overview div.imagecaption,
#primary .blocktext div.imagecaption{
	display: none;
}

#primary .single p.dropcap-first {
	font-weight: bold;
}

p.dropcap-first:first-letter {
	color: #be0000;
	float: left;
	font-size:4.5em;
	line-height:50px;
	margin-top:4px;
	padding-right:5px;
	font-family: Times, serif, Georgia;
	font-weight: normal;
}



/**-----------------------------------------------------------------------------
** SECONDARY CONTENT (SIDEBAR STUFF)
**/ 
#secondary {
	padding: 10px;
	padding-top: 0;
	width: 240px;
	float: right;
	font-size: 0.8em;
	margin-right: 9px;
	background-color: #E4E5E7;
	line-height: normal;	
	margin-top: 15px;
}

*html #secondary {
	margin-right: 5px;
	width: 235px;
}

#secondary h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0 -10px 10px -10px;
	text-transform: uppercase;
	font-size: 1em;
	font-weight: bold;
	background-color: #404040;	
	color: #FFFFFF;
	padding: 6px 13px 6px 10px;
	border-bottom: 2px solid #FFFFFF;
}

#secondary h2 {
	margin-right: -10px;
}

*html #secondary h2 {
	margin-right: -15px;
}


#searchform fieldset {
	padding: 0;
	margin: 0;
	border: 0px solid #fff;
}

#searchform legend, #searchform label {
	display: none;
}

#blog-description {
	font: 1.6em "Apple Garamond", "Garamond", serif;
	padding: 15px;
	background: #fff url(images/bg-description.jpg) no-repeat;
}

.fold {
	display: none;
}

.foldButton, .unfoldButton {
	display: block;
	position: relative;
	left: 220px;
	margin-top: -1.3em;
	height: 25px;
	width: 25px;
	cursor: pointer;
	background: #fff url(images/fold.png) no-repeat;
}

.unfoldButton {
	background: #fff url(images/unfold.png) no-repeat;	
}

ul.linklist, ul.linklist ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
	border-top: 1px dashed #ccc;
}

ul.linklist ul {
	border: none;
}

ul.linklist a, ul.linklist ul a {
	padding: 6px 0 6px 0;
	width: 100%;
	display: block;
	text-decoration: none;
	border-bottom: 1px dashed #ccc;
	color: #2a2a2a;
}

ul.linklist ul a {
	padding-left: 5%;
}

ul.linklist a:hover {
	background: #BE0000;
	color: #fff;
	text-decoration: none;
}

ul.linklist {
	margin-bottom: 8px;
}

ul.contlist li {
	padding-bottom: 4px;
	border-bottom: 1px dashed #CCCCCC;
	background: url(images/arrow.gif) 0px 4px no-repeat;	
	padding-left: 7px;
	margin-bottom: 2px;
}

ul.descriptionlist li,
div.weighttags {
	background-color: #FFFFFF;	
	margin-bottom: 5px;
	border: 1px dashed #CCCCCC;
	padding: 5px;
}

div.weighttags {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

.sidenotes,
.weather,
.archives {
	margin-bottom: 10px;
}

.sidenotes h3 {
	font-size: 1em;
}

.sidenotes p {
	margin-top: 0;
}

ul.cloud {
	padding: 0;
	margin: 0;
	list-style-type: none;
	list-style-image: none;
}

.cloud li {
	display: inline;
	margin-right: 5px;
}

.newspics {
	text-align: center;
}

.newspics h2 {
	text-align: left;
}

.newspics img {
	border: 1px solid #1F1F1F;
}

.newspics .imagecaption {
	text-align: left;
	font-size: 0.9em;
	color: #666666;
	margin: 2px;
	margin-left: 4px;
}

*html .newspics .imagecaption {
	margin-left: 2px;
}

.poll {
	padding-bottom: 10px;
} 

.polltitle {
	color: #BE0000;
	margin-bottom: 15px;
	font-weight: bold;
	text-align: center;
	padding: 4px 0 4px 0;
	background-color: #FFFFFF;
} 

#polls-3-ans .wp-polls-ul li {
	margin-bottom: 8px;
}

/* WEATHER */
#secondary .weather {
	margin: 0 -10px -10px -10px;
	padding-bottom: 15px;
}

*html #secondary .weather {
	margin-right: -15px;
}

#secondary .weather h2 {
	margin-left: 0;
	margin-right: 0;
}

#secondary .weatherblock {
	display: block;
	margin: 0px 8px 4px 8px;
	padding-bottom: 4px;
	border-bottom: 1px dashed #CCCCCC;
}

#secondary .town {
	font-weight: bold;
}

#secondary .weather-image {
	float: right;
	margin-right: 5px;
	width: 22px;
	height: 22px;
}

/* WEATHER ON HOMEPAGE */
div#topweather h3 {
	text-align: center;
	font-size: 9px;
	text-transform: uppercase;
	letter-spacing: 8px;
	color: #4F4F4F;
	padding: 0;
	margin: 0;
}

div#topweather div.weather {
	border-bottom: 1px solid #EBEBEB;
	margin: 0;
	padding: 1px 0 2px 20px;
	font-size: 9px;
	height: 25px;
	width: 767px;
	overflow: hidden;
}

div#topweather div.weather div.weatherblock {
	float: left;
	margin-right: 42px;
}

div#topweather div.weather div.lastblock div.weatherblock {
	margin-right: 0;
}

div#topweather div.weather div.town {
	font-weight: bold;
	margin-bottom: -7px;
	padding: 0;
}

div#topweather div.weather div.weather-image {
	float: left;
	margin-top: 2px;
	margin-right: 2px;
	width: 22px;
	height: 22px;
}

div#topweather div.weather div.temperatura {
	color: #4F4F4F;
	padding: 0;
}

div#topweather div.weather div.town,
div#topweather div.weather div.temperatura {
	margin-left: 22px;
}


/* KURS */
#secondary .divkurs {
	background-color: #CCCDD1;
	margin-right: -10px;
	margin-left: -10px;
}

*html #secondary .divkurs {
	margin-right: -15px;
}

#secondary .divkurs h2 {
	margin-left: 0;
	margin-right: 0;
}

#secondary .divkurs table {
	width: 100%;
}

#secondary .divkurs .tablecolor1 {
	background-color: #FFFFFF;
}

#secondary .divkurs .tleft,
#secondary .divkurs .tright {
	padding: 6px 10px 6px 10px;
}

#secondary .divkurs .tleft {
	text-align: left;
	font-weight: bold;
}

#secondary .divkurs .tright {
	text-align: right;
}

/* DOGADJAJI */
#secondary div.eventlist ul {
	margin: 0;
	padding: 0;
}

#secondary div.eventlist li.ec3_list_day {
	color: #444444;
	padding-top: 2px;
	font-weight: bold;
}

#secondary div.eventlist li li {
	font-weight: normal;
	padding: 2px 0 4px 0;
	border-bottom: 1px dashed #ccc;
}

div.eventdatumi {
	padding: 5px 0;
	margin: 10px 0;
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

table.ec3_schedule {
	padding: 0;
	margin: 0;
	border-collapse: collapse;
	font-size: 0.8em;
	font-weight: bold;
}

td.ec3_to {
	padding: 0 10px;
}

td.ec3_start {
	background: url(images/arrow.gif) 10px 7px no-repeat;
	padding-left: 16px;
}

/* CITATI */
#secondary #myquotes {
	margin: 10px -10px -10px -10px;
	background-color: #535D85;
	line-height: normal;
}

#secondary #wp_quotes {
	margin: 0;
	padding: 10px 0 10px 0;
	background: #535D85 url(images/quote.gif) bottom right no-repeat;
}

*html #secondary #myquotes {
	margin-right: -15px;
}

#secondary #myquotes .morequotes {
	clear: both;
	display: block;
	text-align: right;
	padding: 0 15px 5px 0;
}

#secondary #myquotes .morequotes a {
	color: #FFFFFF;
}

#secondary #wp_quotes .wp_quotes_author {
	margin-bottom: 6px;
}

#secondary #wp_quotes .wp_quotes_author {
	font: 2em "Times New Roman", "Garamond", serif;
	background: url(images/quote.gif) top left no-repeat;
	color: #FFFFFF;
	padding: 0 35px;
}

#secondary #wp_quotes .wp_quotes_author a {
	font-family: "Times New Roman", "Garamond", serif;
	color: #FFFFFF;
}

#secondary #wp_quotes .wp_quotes_quote {
	color: #FFFFFF;
	font-style: italic;
	padding: 0 35px;
}

#secondary #wp_quotes .wp_quotes_quote {
	color: #FFFFFF;
	font-style: italic;
	padding: 0 35px;
}

.wp_quotepage_author {
	font: 2.4em "Times New Roman", "Garamond", serif;
	margin-bottom: 10px;
	color: #BE0000;
}

.wp_quotepage_author a {
	font-family: "Times New Roman", "Garamond", serif;
}

/* U PRODUZETKU */
#secondary #lastcontext {
	position: absolute;
	margin-left: -10px;
	margin-top: 25px;
	width: 257px;
	padding-bottom: 5px;
	overflow: hidden;
	background-color: #FFFFFF;
}
*html #secondary #lastcontext {
	margin-top: 25px;
	width: 253px;
	padding-bottom: 0px;
}
*+html #secondary #lastcontext {
	margin-top: 25px;
	width: 253px;
	padding-bottom: 0px;
}
#secondary #lastcontext p {
	display: block;
	clear: both;
	height: 1%;
	padding: 2px;
	margin-top: 0px;
}
*html #secondary #lastcontext p {
	padding: 0px;
}
*+html #secondary #lastcontext p {
	padding: 0px;
}
#secondary #lastcontext p image,
#secondary #lastcontext a {
	float: left;
	border: 3px solid #FFFFFF;
}
*+html #secondary #lastcontext p image,
*+html #secondary #lastcontext a {
	float: left;
	border: 1px solid #FFFFFF;
}
*html #secondary #lastcontext a {
	border: none;
}

/* AUTOR */
#secondary .autorciv {
	font-size: 10px;
	color: #454545;
	background-color: #FFFFFF;	
	margin-bottom: 5px;
	border: 1px dashed #CCCCCC;
	padding: 5px;
}

/**-----------------------------------------------------------------------------
** UTILITIES
**/ 
.clear {
	clear: both;
	margin: 0;
	padding: 0;
}

.hide {
	display: none;
}

.center {
	text-align: center;
}

.alignright, .lzimg-right {
	float: right;
}
	
.alignleft, .lzimg-left {
	float: left
}

#primary img, #photos img {
	padding: 2px;
	border: 1px solid #ccc;
}

#primary .totop img {
	border: 0;
}

img.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
	
img.alignright, img.lzimg-right {
	padding: 4px;
	margin: 15px 0 15px 15px;
	display: inline;
}

img.alignleft, img.lzimg-left {
	padding: 4px;
	margin: 15px 15px 15px 0;
	display: inline;
}
	
img.noborder {
	border: none;
}

img.simple, #primary img.wp-smiley {
	padding: 0;
	margin: 0;
	border: 0;
}

.flickr {
	color: #06c;
}

.flickr span {
	color: #c00;
}

#primary a.extlink {
	padding-right: 12px;
	background: #fff url(images/external-link.png) no-repeat right center;
}

/* CALENDAR */

#archives .unfold {
	border: 1px dashed #ccc;
	background-color: #FFFFFF;
	margin-bottom: 10px;
}

#wp-calendar {
	width: 230px; 
	text-align: center;
	border-collapse: collapse;
}

#wp-calendar caption, #wp-calendar th {
	color:#666;
	padding:2px;
	text-transform: uppercase;
	padding-bottom: 12px;
}
#wp-calendar caption {
	font-weight:bold;
	color:#666;
}
#wp-calendar #today { /* highlights the current day */
	background:#BE0000;
	font-weight:bold;
	color:#fff;
}
#wp-calendar #today a { /* highlights the current day */
	color:#fff;
	text-decoration: none;
}
#wp-calendar a {
	color:#BE0000;
	text-decoration:underline;
}
#wp-calendar a:hover {
	background:#BE0000;
	color:#fff;
	text-decoration:none;
}
#wp-calendar td#prev,
#wp-calendar td#next {
	padding: 10px 0 5px 8px;
	text-align: left;
}
#wp-calendar td#next {
	padding: 10px 8px 5px 0;
	text-align: right;
}

/* FORM */

#primary .contactform {
	background: url(images/contact.jpg) no-repeat;
	padding-top: 180px;
	margin-top: 20px;
}

#primary .contactform .contactleft {
	float: left;
	width: 80px;
}

#primary .contactform .contactright {
	margin-bottom: 10px;
}

#primary .contactform #contactsubmit {
	margin-left: 80px;
}

#primary .contactform .contacterror {
	border:1px solid red;
}

#primary .contactform .errormessage {
	color: red;
	margin-bottom: 10px;
}

/* BANNER */
.banner {
	padding: 0;
}

.zone1 {
	margin-right: 1px;
	padding: 5px 5px 5px 5px;
	text-align: center;
	background-color: #f4f4f4;
	border-bottom: 1px solid #EBEBEB;
}

.zone1 .leftbanner {
	margin-right: 17px;
	margin-left: 15px;
	float: left;
}

.zone1 .rightbanner {
	margin-left: 490px;
}

.zone1 .centerbanner {
	float: left;
	position: absolute;
	margin-left: 0px;
	z-index: 1;
}

.zone2 {
	position: absolute;
	left: 800px;
	top: 2px;
}

.zone3 {
	text-align: center;
	margin-bottom: 15px;
	clear: both;
	margin-top: 10px;
}

.zone4 {
	margin-bottom: 10px;
}

.zone4 img,
.zone4 object {
	margin-left: 5px;
}

.zone10 {
	position: absolute;
	top: 51px;
	left: 5px;
}

*html .zone10 {
	top: 52px;
}

*+html .zone10 {
	top: 52px;
}

#primary .shortnews img {
	border: none;
	padding: 0;
	margin: 0;	
	margin: 2px 8px 2px 0;	
	float: right;
}

.red {
	color: #BE0000;
}

.zone5 {
	position: absolute;
	left: 0px;
	top: 0px;
}

/* POPUP */
div#popup {
	padding: 15px;
	font-size: 0.8em;
	background: url(images/mainbg.gif) repeat-x;
}
div#popup div.logo {
	margin-bottom: 20px;
}

div#popup h1 {
	color: #BE0000;
	font-size: 2.4em;
}

div.bookmarks {
	margin-top: 18px;
}

.addtofavourites {
	background: url(images/start.gif) 0px 2px no-repeat;
	padding: 4px 2px 4px 18px;
}

.addtobookmarks {
	background: url(images/bookmark.gif) 0px 2px no-repeat;
	padding: 4px 2px 4px 18px;
}

.print {
	background: url(images/print.gif) 0px 2px no-repeat;
	padding: 4px 2px 4px 20px;
}

/* VIDEO */

#secondary .sectopbanner,
#secondary .secspecbanner {
	background-color: #FFFFFF;
	margin-left: -10px;
	margin-right: -15px;
	padding-bottom: 10px;
}

#secondary .novinartv {
	margin: 10px -10px 0px -10px;
	background: #D8DAE1 url(images/globe.gif) center bottom no-repeat;
}

#secondary .randthumbs {
	text-align: center;
	margin: 10px;
	margin-bottom: 0;
}

#secondary .homethumb {
	width: 105px;
	text-align: left;
	float: right;
}

#secondary .randthumbs .first {
	margin-left: 3px;
	margin-right: 15px;
	float: left;
}

#secondary .homethumb img {
	border: 1px solid #333333;
}

#secondary .homethumb_text {
	background: url(images/arrow.gif) 0px 3px no-repeat;
	padding-left: 6px;
	font-weight: bold;
}

#secondary .morelink {
	clear: both;
	float: right;
	white-space: nowrap;
	margin-top: 10px;
	margin-bottom: 10px;
}

#secondary .eventlist .morelink {
	margin-top: 5px;
	margin-bottom: -5px;
}

/* NAPREDNA PRETRAGA */
#ctas_form {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 1em;
}

*html #ctas_form {
	font-size: 0.9em;
}

#ctas_form fieldset ul {
	list-style: none;
	margin: 5px 15px;
	padding: 0;
}

#ctas_form fieldset {
	border: 1px solid #DDDDDD;
	margin: 15px 0;
	padding: 15px;
}

#ctas_form fieldset select {
	margin-top: 15px;
}

#ctas_form legend {
	font-weight: bold;
	color: #BE0000;
}

#ctas_form fieldset li {
	list-style: none;
	margin: 0;
	padding: 0;
}

#ctas_form fieldset li:before {
	content: '';
}

#ctas_form input {
	border: 1px solid #777;
	background-color: #f9f9f9;
	color: #444;
}

#ctas_form input:focus {
	background-color: #fff;
	color: #444;
}

#ctas_footer p {
	font-size: 0.9em;
	text-align: center;
	margin-top: 25px;
	border-top: 1px solid #888;
}

#ctas_form .checkbox,
#ctas_form .radio {
	border: none;
	background-color: transparent;
}

/* LOGIN */
div#primary div.loginbox {
	margin: 6px;
	margin-top: 10px;
	padding: 8px;
	color: #FFFFFF;
	float: right;
	border: 1px solid black;
	padding-top: 150px;
	background: #BE0000 url(images/attention1.jpg) center top no-repeat;
}

div#primary div.loginbox ul a {
	font-size: 0.8em;
	line-height: normal;
}

div#primary div.loginbox li {
	margin: 0;
	padding: 0;
}

div#primary div.loginbox a {
	color: #FFFFFF;
}

div#primary div.loginbox input {
	width: 150px;
	background-color: #FFFFFF;
	border: 1px solid #000000;
}

div#primary div.loginbox #submit {
	width: auto;
	font-size: 10px;
	padding: 1px 0;
}

div#primary div.terms h2 {
	font-size: 1.8em;
	margin-bottom: 6px;
}

div#primary div.logovanje {
	float: none;
	clear: both;
	margin-left: 0;
	padding-top: 0;
	background: #BE0000 url(images/attention.jpg) right top no-repeat;
}

div#primary div.logovanje #rememberme {
	width: auto;
}

div#primary div.smallterms {
	font-size: 0.8em;
	line-height: normal;
	color: #666;
}

div#primary div.smallterms h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.2em;
	margin-bottom: 6px;
}

div#login div.error ul,
div#login div.error {
	font-weight: bold;
	color: #BE0000;
}

div#login div.error {
	margin: 10px 0;
}

div.ocena {
	margin-top: 30px;
	font-size: 0.85em;
	clear: both;
	color: #666;
}

div.ocena h1 {
	color: #BE0000;
	margin-bottom: 8px;
}

div.ocena img {
	border: none !important;
	padding: 0 !important;
	margin-right: 2px !important;
}

