/*
-----------------------------------------------
xxx CSS
Author: nivas
URL: http://www.nivas.hr/
Updated: xx/xx/xxxx
----------------------------------------------- */

/* =Imported
----------------------------------------------- */
@import url("typography.v63.css");
@import url("layout.v63.css");
@import url("advanced.v63.css");
@import url("thickbox.v63.css");

/* =Normalize
----------------------------------------------- */
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: "" "";
}

/* =General
----------------------------------------------- */
body {
font:62.5%/1.8 Tahoma, Geneva, sans-serif ;
}



/* za programere obavezno */
.important {
display:none;
}



a:link {}
a:hover {}
a:active {}
a:focus {}






 /*
-----------------------------------------------
Highlight Microformats
----------------------------------------------- */
.vcard,
.vevent {
	border: 2px solid #e0e7b8 !important;
	padding: 22px 5px 5px 5px !important;
	-moz-border-radius: 8px;
	border-radius: 8px;
	margin: 5px 0 !important;
	float:left;
	width:100%;
	clear:both;
	display:none;
}




 /* ajax loader (dam) */
.displaynone
{
	display: none !important;
}

#load {
	position:absolute;
	overflow:hidden;
	visibility: hidden;
	z-index:999;
	width:43px;
	height:9px;
	padding:5px 0;
	/*display:none;*/
}

