/* @group Resetter */

* { margin: 0; padding: 0; }
html {
	font: 62.5%/1.5 Georgia, serif;
	text-align: center;
}

li, dt, dd, p { font-size: 12px; }
ul, ol, dl { margin-bottom: 18px; }
ul ul, ol ol { margin: 0; }
p { margin-bottom: 18px; }
li { margin: 3px 0 3px 24px; }
dt { margin: 9px 0 0 0; font-weight: bold; }
dd { padding: 0 0 0 15px; }

a img { border: 0; }

/* @end */

/* @group Basics */

body {
	color: #202020;
	font-family: "Helvetica Neue", helvetica, arial, sans-serif;
	background: #fff url(/images/wrapper_bg.jpg) repeat-y center 230px;
}
a {
	color: #003d4c;
	text-decoration: underline;
}
a:hover,
a:focus {
	color: #003d4c;
	text-decoration: none;
}
a:active {
	color: #000;	
}
h1, h2, h3, h4 {
	margin: 6px 0;
	font-weight: bold;
	color: #202020;
}
h1 {
	font-size: 24px;
	margin: 24px 0 12px 0;
}
h2 {
	font-size: 21px;
	margin: 12px 0 9px 0;
}
h3 {
	font-size: 18px;
}
h4 {
	color: #c6c65b;
	font-weight: normal;
}
ul, li {
	margin: 0 12px;
}

abbr { border-bottom: 1px dotted black; }

p { margin: 6px 0; font-size: 12px; }
pre { font-size: 12px; }
/* @end */

/* @group Reusable */

.hidden { display: none; }

.center { text-align: center; }

.transparent {
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

.clear { clear: both; }

.lFloat {
	float: left;
	margin: 0 18px 18px 0;
}
.lFloat2 {
	float: left;
	margin: 0 36px 18px 0;
}

.rFloat {
	float: right;
	margin: 0 0 18px 18px;
}
.rFloat2 {
	float: right;
	margin: 0 0 18px 36px;
}

hr {
	margin: 12px 0;
	height: 0;
	color: #d6d4ce;
	background: #d6d4ce;
	border: 0;
	border-bottom: 1px dotted #d6d4ce;
}

/* @end */

/* @group Layout */

#wrapper {
	position: relative;
	
	width: 980px;
	margin: 0 auto;
	text-align: left;
}

/* @group Header */

#header {
	height: 230px;
	background-image: url(../images/header_bg.jpg);
}
#header h1 {
	margin: 0;
	text-indent: -999em;
}
#header #logo {
	position: absolute;	top: 70px; left: 30px;
}
#header #logo h2 {
	margin: 0;
}

/* @end */

#content {
	padding: 0 30px 0 30px;
}

#footer {
	clear: both;
	padding: 30px;
	color: #999;
}

#footer p {
text-align: center;
}


/* @end */

/* @group Tooltip */

#tooltip {
	position: absolute;
	z-index: 3000;
	padding: 6px 12px;
	text-align: left;
	background-color: #111;

	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius-topleft: 0;
	-webkit-border-top-left-radius: 0;

	filter: alpha(opacity=85);
	-moz-opacity: 0.85;
	-khtml-opacity: 0.85;
	opacity: 0.85;

}
#tooltip h3 {
	margin: 0;
	font-size: 12px;
	color: #fff;
}
#tooltip div {
	color: #ccc;
}

/* @end */

h2 small {
	display: block;
	font-weight: normal;
}

#info {
	float: left;
	width: 560px; height: 540px; overflow: hidden;
	background: url(/images/info_bg.jpg) repeat-y 0 10px;
}
#info #infoTop,
#info #infoBottom {
	height: 10px;
	overflow: hidden;
	background: url(/images/info_top.jpg) no-repeat;
}
#info #infoBottom {
	background-image: url(/images/info_bottom.jpg);
}
#info .content {
	padding: 0 20px 14px 20px;
}

#slike {
	float: left;
	margin: 0 0 0 30px;
	width: 330px; height: 540px; overflow: hidden;
}

ul.album {
	display: none;
}

#mycarousel {
	margin: 0 0 0 -10px;
}
#mycarousel li {
	float: left;
}

ul.jcAlbum li a:hover img,
ul.jcAlbum li a:focus img,
ul.jcAlbum li a:active img {
	background-image: url(/images/galerija/okvir_hover.jpg);
}