/*
Author: Emanuel Blagonic @ Blagonic Brothers
Author URI: http://blagonic.com/
*/
/******************************* CSS RESET - MEYERWEB.COM *******************************/
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;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


/******************************* BASE CSS *******************************/
/* COMMON ELEMENTS */
.clear { clear:both }
.left { text-align:left } .center { text-align:center } .right { text-align:right }
.alignleft { float:left } .aligncenter { margin:0 auto } .alignright { float:right }
img.alignleft, table.alignleft { margin:5px 10px 5px 0 } img.alignright, table.alignright { margin: 5px 0 5px 10px }
img.aligncenter { display:block; margin: 10px auto }
.noborder { border:none; padding:0 }
.nomargin { margin:0 }
.banner { border:none; padding:0; margin-bottom:10px }
.hidden { display:none }
strong { font-weight:bold }
.spacer { clear:both; margin-bottom:20px; padding-bottom:20px; border-bottom:1px solid #eee }
.spacer.double { border-bottom:3px double #ddd }
p.spacer { clear:none }
/* BODY */
body {
	font-size:62.5%;
	font-family:Arial, Helvetica, sans-serif;
	color:#636363;
	text-align:center;
	background:#fff;
}

/* LOGO */
#logo {
	position:absolute;
	bottom:20px;
	left:0;
	width:195px;
	height:92px;
	z-index:100;
	text-indent:-8000px;
	background:url(../img/art/logo.png) no-repeat 0 0;
}
#logo:hover {
	text-decoration:none;
	border-bottom:none;
	display:block;
	height:92px;
}

/* BUILDING BLOCKS */
.container {
	width:940px;
	margin:0 auto;
	position:relative;
	text-align:left;
}
#header .container { height:150px }
#content {
	width:700px;
	float:left;
}
#sidebar {
	width:220px;
	float:right;
}

.homepage #content {
	background:url(../img/art/homepage-content-bg.png) no-repeat center top;
	border-bottom:1px solid #d7d7d7;
	margin:20px 0 10px;
	float:none;
	width:auto;
}
.homepage #sidebar {
	margin:20px 0 10px;
	float:none;
	width:auto;
}
.archive #content {
	width:auto;
	float:none;
}
/* STYLING TAGS */
h2, h3, h4, h5, h6, p, table, .view ul, .view ol { margin-bottom:10px }
h2, h3, h4 { padding-top:10px }
h2 {
	font-size:2em;
	font-weight:normal;
	color:#000;
	font-family:"Calibri", Arial, Helvetica, sans-serif;
}
h3 {
	font-size:1.6em;
	font-weight:normal;
	color:#333;
}
h4 {
	font-size:1.2em;
	font-weight:normal;
	color:#333;
	text-transform:uppercase;
}

.view p.description {
	font-size:1.4em;
	line-height:1.4em;
}
p, .view li {
	font-size:1.2em;
	line-height:1.5em;
}
.view ul {
	list-style:disc;
	margin-left:25px;
}
.view ul ul { list-style:circle }
.view li { margin-bottom:3px }
.view ul ul li:first-child, .view ol ol li:first-child { padding-top:3px }
.view ul ul li { }
.view ol {
	margin-left:25px;
	list-style:decimal;
}
.view ol ol { list-style:lower-latin }
.view ul ul, .view ol ol { margin-bottom:0 }
.view li li { font-size:1em }

/* TABLE */
.view table {
	border:1px solid #d5d5d5;
}
.view table thead th, .view table thead td {
	background:#eee;
	font-size:1.3em;
	font-weight:normal;
	text-transform:uppercase;
	border-bottom:1px solid #e5e5e5;
	color:#ed1c24;
}
.view td, .view th {
	font-size:1.2em;
	line-height:1.7em;
	padding:3px 6px;
	border-bottom:1px solid #eee;
	background:#f5f5f5;
}
.view tbody tr:last-child td, .view tbody tr:last-child th { border:0 }
.view tbody th {
	font-size:1.2em;
	font-weight:bold;
	color:#000;
}


/* IMAGES */

/* LINKS */
a {
	color:#ed1c24;
	text-decoration:none;
	font-weight:bold;
}
a:hover, a:visited:hover { color:#333 }
/* a:visited {	color:#999 } */

p.more { position:relative; margin-top:-10px }
/* BUTTONS */

/* HOMEPAGE */
.homepage #content .column {
	padding:10px 20px;
	width:200px;
	margin:0;
}
.homepage #content .column.first { width:210px; padding-left:0 }
.homepage #content .column.last { width:210px; padding-right:0 }

#promo .container {
	width:940px;
	height:300px;
	background:url(../img/foto/home-promo.jpg) no-repeat 0 0;
	margin:0 auto 10px;
}

/* HEADER */
#header2 .container {
	background:#eee;
	padding:10px 20px;
	width:900px;
	margin:0 auto 20px;
}
#header2 .pagetitle {
	font-size:2.6em;
}
#header2 .topcategory {
	position:absolute;
	font-size:1.4em;
	padding:2px 0;
	top:50%;
	right:20px;
	font-weight:bold;
	margin-top:-9px;
}
/* SEARCH FORM */
#header #searchform {
	position:absolute;
	bottom:50px;
	right:0;
	width:175px;
}
#header #searchform #s {
	width:140px;
	font-size:11px;
	line-height:11px;
	padding:4px 3px 5px;
	color:#9a9a9a;
	border:1px solid #e1e1e1;
	background:#fff;
}
#header #searchform #s:hover, #header #searchform #s:focus { 
	border:1px solid #ccc;
}
#header #searchform #searchsubmit {
	width:24px;
	height:24px;
	border:0;
	cursor:pointer;
	text-indent:-8000px;
	background:url(../img/art/search-btn.png) no-repeat 0 0;
	padding:0;
	top:2px;
	position:relative;
}
#header #searchform #searchsubmit:hover {
	background:url(../img/art/search-btn.png) no-repeat -24px 0;
}

/* HEADNAV */
#headnav {
	position:absolute;
	bottom:15px;
	right:0;
}
#headnav li {
	float:left;
	display:inline;
	margin-left:15px;
	border:0;
}
#headnav a {
	font-size:1.3em;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#ed1c24;
	display:block;
	padding:3px 0;
	border-bottom:2px solid #fff;
}
#headnav a:hover, #headnav a.selected {
	color:#333;
	border-bottom:2px solid #e1e1e1;
}

/* LANGNAV */
#langnav {
	position:absolute;
	bottom:86px;
	right:0;
}
#langnav li {
	float:left;
	display:inline;
	margin-left:5px;
	border:0;
}
#langnav a {
	font-size:1.1em;
	font-weight:normal;
	color:#999;
	padding:6px 0;
	background:#ebebeb;
	border:1px solid #e1e1e1;
	width:24px;
	text-align:center;
	display:block;
}
#langnav a:hover, #langnav a.selected {
	background:#e1e1e1;
	border:1px solid #ccc;
	color:#000;
}

/* BREADCRUMB */
#breadcrumb {
	text-align:left;
	font-size:1.1em;
	color:#777;
	margin-bottom:20px;
	width:940px;
	padding:0 0 20px;
	border-bottom:1px solid #eee;
	min-height:11px;
	height:auto !important;
	height:11px;
}
#breadcrumb li {
	float:left;
}
#breadcrumb a {
	display:block;
	padding:0 8px 0 0;
	margin-right:4px;
	background:url(../img/art/breadcrumb-arrow.gif) no-repeat right 4px;
}



/* COLUMNS */
.column {
	float:left;
	display:block;
	margin-left:20px;
	width:220px;
	margin-bottom:10px;
}
.column.first { margin-left:0; clear:both }
.size1 { width:60px } .size2 { width:140px } .size2a { width:120px } .size3 { width:220px } .size3a { width:210px } .size3b { width:200px }
.size4 { width:300px } .size4a { width:280px } .size5 { width:380px } .size6 { width:460px } .size6a { width:470px } .size7 { width:540px } .size8 { width:620px } .size9 { width:700px } .size9a { width:670px }
.column.indent { margin-left:40px }

/* FOOTER */
#footer .container {
	border-top:1px solid #d7d7d7;
	padding:10px 0 50px;
}
#footer p { font-size:1.1em }

/* BUTTONS */
.btn {
	border:0;
	padding:3px 6px;
	font-size:1.1em;
	font-weight:bold;
	color:#333;
	background:#fff;
	cursor:pointer;
	margin-top:4px;
	overflow:visible;
}
.btn:hover { background:#888; color:#fff }

/******************************* WIDGETS *******************************/
/* WIDGET */
.widget li {
	position:relative;
	margin-bottom:15px;
}
.widget li li { margin-bottom:0 }
.widget h2 {
	font-size:1.2em;
	color:#666;
	text-transform:uppercase;
	font-family:Arial, Helvetica, sans-serif;
}

/* NAVIGATION */
.widget .navigation ul { border-top:1px solid #e5e5e5 }
.navigation li {
.widget 	clear:both;
	border-bottom:1px solid #e5e5e5
}
.widget .navigation ul a {
	display:block;
	padding:5px 0;
	font-size:1.1em;
	line-height:1.25em;
	font-weight:bold;
	text-decoration:none;
	height:1%;
}
.widget .navigation ul a {
	color:#ed1c24;
}
.widget .navigation ul a:hover, .widget .navigation ul a.selected {
	color:#333;
}

/* NEWSLIST */
.newslist li {
	border-top:1px solid #eee;
	margin-top:10px;
	padding-top:10px;
}
.newslist li.first { margin:0; padding:0; border:0 }
.newslist .meta {
	color:#999;
	font-size:1.1em;
}
.newslist h3 {
	font-size:1.6em;
	font-family:"Calibri", Arial, Helvetica, sans-serif;
	font-weight:bold;
	margin:3px 0;
	padding:0;
}

/* WEBMAIL */
.column.webmail {
	background:#d7d7d7;
	padding:20px;
	width:190px;
}
.webmail h2 { padding:0; font-size:1.6em; font-weight:bold }
.webmail ol li {
	display:block;
	margin-bottom:5px;
}
.webmail label {
	font-size:1.1em;
	color:#333;
	padding:0 0 3px;
	display:block;
}
.webmail .text {
	width:190px;
	height:18px;
	padding:3px 5px;
	font-size:1.1em;
	font-weight:bold;
	color:#555;
	background:url(../img/art/webmail-input.png) no-repeat 0 0;
	border:0;
}

/* PAGINATION */
.pagination {

}
.pagination li {
	display:inline;
	font-size:1.1em;
	font-weight:bold;
	margin-right:2px;
}
.pagination a {
	display:inline-block;
	padding:5px 8px;
	background:#eee;
	border:1px solid #fff;
}
.pagination a:hover, .pagination a.selected {
	background:#ddd;
	border:1px solid #ccc;
}

/* FORM */
/* NORMAL FORM */
.normalform { margin:15px 0 }
.normalform ol{ list-style-type:none; margin:0 0 10px }
.normalform ol { font-size:0.83em } /* resetiramo font na 10px */
.normalform li {
	float:left;
	clear:both;
	margin-bottom:10px;
	position:relative;
	width:700px; /* ovdje treba definirati velicinu "forme", i ovisno o velicini namjestiti .error */
}
.normalform legend {
	font-size:1.4em;
	color:#111;
	padding:20px 0 10px;
}
.normalform label {
	font-size:1.2em;
	font-weight:bold;
	display:block;
	padding-top:3px;
	width:200px;
	float:left;
}
.normalform .required label { color:#cc1300 }
.normalform .text, .normalform .select, .normalform .textarea {
	border:1px solid #bbb;
	padding:4px 3px;
	font-family:Arial, Helvetica, sans-serif;
	width:484px;
	font-size:12px;
	color:#555;
	float:right;
}
.normalform .textarea {
	height:150px;
}
.normalform .select { width:484px }
.normalform .text:focus, .normalform .textarea:focus { border:1px solid #888 }

.normalform .select {
	padding:1px 3px;
}
.normalform .btn {
	border:1px solid #ddd;
	background:#eee;
	padding:5px 15px;
	color:#555;
	margin-left:208px;
}
.normalform .btn:hover {
	background:#ddd;
	border:1px solid #ccc;
}
.error em {
	position:absolute;
	padding:3px 6px;
	background:#c0171d;
	color:#eee;
	font-size:1.1em;
	bottom:-5px;
	right:-5px;
	font-style:normal;
}
/* XER */
#xerLoading {
	width:30px;
	height:30px;
	display:none;
	background:url(../img/art/ajax-loader-bg.png) no-repeat 0 0;
	position:absolute;
	right:20px;
}
#xerLoading .inner {
	width:30px;
	height:30px;
	text-indent:-8000px;
	background:url(../img/art/ajax-loader.gif) no-repeat 7px 7px;
}
.elhide{display:none !important;}
p.msg { font-size:1.2em; font-weight:bold; color:#333; padding:10px; background:#fbfacf; border:1px solid #f0efa8 }
p.msg.error { background:#fbcfcf; border:1px solid #e8aaaa }
p.msg.success { background:#cffbd2; border:1px solid #adecb2 }

/* END 8K BUG AGAIN */
