/* CSS Document */

body {
	text-align: center;
	margin: 10px 0 10px 0;
	background-color: #cccccc;
	background-image: url(img/bg.gif);
	background-position: top;
	background-repeat: repeat-x;
}

/*#top {
	width: 950px;
	margin: 0 auto 0 auto;
}

#top a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #000000;
	text-decoration: underline;
}

#top div.left {
	padding: 10px 0 0 0;
}

#top a:hover {
	text-decoration: none;
}

#top div.right form {
	margin: 0;
}

#top div.right form fieldset {
	border: 0;
	margin: 0;
}

#top div.right form .button {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	border: 1px solid #000000;
	cursor: pointer;
	font-size: 80%;
	padding: 2px;
	background-image: url(img/search_btn_bg_1.gif);
	background-repeat: repeat-x;
}

#top div.right form .button:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	border: 1px solid #000000;
	cursor: pointer;
	background-image: url(img/search_btn_bg_2.gif);
	background-repeat: repeat-x;
}

#top div.right form .trazi {
	border: 1px solid #000000;
	background-color: #FFFFFF;
	padding: 2px;
	font-family: Trebuchet MS;
	font-style: italic;
	color: #000000;
	font-size: 80%;
	width: 80px;
}*/

div.left {
	float: left;
}

div.right {
	float: right;
}

#header {
	clear: both;
	background-color: #000000;
	text-align: center;
	height: 224px;
}

#header a img {
	border: 0;
}

#container {
	margin-left: auto;
	margin-right: auto;
	width: 950px;
	text-align: left;
}

/* --- MENU START --- */

#navigacija {
	margin-top: 21px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
	background-image: url(img/menu_bg.gif);
	background-repeat: no-repeat;
	height: 42px;
	font-size: 80%;
	font-family: "Trebuchet MS", Arial, sans-serif;
	padding-left: 190px;
}

/* --- MENU END --- */

/* --- CONTENT LEFT START --- */

#content-left-out {
	float: left;
	margin: 21px 0 0 0;	
	width: 706px;
}

#content-left-out div.up-left {
	background-image: url(img/content-left-up.gif);
	background-repeat: no-repeat;
	height: 38px;
}

#content-left-out div.up-left h1 {
	margin: 0;
	font-family:"Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
	color: #FFFFFF;
	font-size: 90%;
	padding: 12px 0 0 12px;
}

#content-left-out div.down-left {
	background-image: url(img/content-left-down.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	text-align: right;
}

#content-left-out div.down-left div.share {
	background-color: #FFFFFF;
	padding: 3px 8px 3px 3px;
}

#content-left-out div.down-left h1 {
	padding: 5px;
	font-size: 60%;
	font-family:"Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
	text-align: right;
	margin: 0;
	margin-right: 5px;
}

#content-left-out div.content-left {
	background-color: #FFFFFF;
	padding: 4px;
}

#content-left-out div.content-left div.stranica {
	text-align: center;
	padding: 10px;
	font-family:"Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
	font-size: 75%;
}

#content-left-out div.content-left a {
	color: #000000;
	text-decoration: none;
	border-bottom: 1px solid #CCCCCC;
	padding: 0 4px 0 4px;
}

#content-left-out div.content-left a:visited {
	color: #666666;
	text-decoration: none;
	border-bottom: 1px solid #CCCCCC;
	padding: 0 4px 0 4px;
}

#content-left-out div.content-left a:hover {
	color: #FFFFFF;
	background-color: #000000;
	text-decoration: none;
	border-bottom: 1px solid #000000;
	padding: 0 4px 0 4px;
}

#content-left-out div.content-left div#frame {
	width: 682px;
	background-color: #EBEBEB;
	margin: 6px auto 4px auto;
}

#content-left-out div.content-left div#frame p.uvod-stranice {
	margin: 0;
	text-indent: 0;
	padding: 0 10px 0 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
}

#content-left-out div.content-left div#frame-up {
	background-image: url(img/frame-up.gif);
	background-repeat: no-repeat;
	height: 12px;
}

#content-left-out div.content-left div#frame-down {
	background-image: url(img/frame-down.gif);
	background-repeat: no-repeat;
	height: 12px;
	clear: both;
}

#content-left-out div.content-left p {
	padding: 9px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #000000;
	margin: 0;
	text-indent: 3em;
	color: #000000;
	text-align: justify;
}

#content-left-out div.content-left h3 {
	margin: 0 5px 0 5px;
	font-size: 75%;
	border-bottom: 1px solid #CCCCCC;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
}

#content-left-out div.content-left h2 {
	margin: 0 5px 0 5px;
	font-size: 80%;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
}

#content-left-out div.content-left ul {
	list-style: none;
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 0;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
}

#content-left-out div.content-left li {
	line-height: 2em;
	font-size: 75%;
}

#content-left-out div.content-left div#short_news {
	float: left;
	width: 398px;
	background-color: #EBEBEB;
	padding: 0 6px 0 6px;
}

#content-left-out div.content-left div#short_news h4 {
	margin: 0;
	font-size: 75%;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
}

#content-left-out div.content-left div#short_news p {
	margin: 5px 0 5px 0;
	font-size: 75%;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	padding: 0;
	text-indent: 0;
	text-align: justify;
}

#content-left-out div.content-left div#banner {
	float: right;
	padding: 0 10px 0 0;
	height: 149px;
	background-color: #EBEBEB;
}

#content-left-out div.content-left div#short_reports {
	margin: 8px;
	margin-top: 13px;
}

#content-left-out div.content-left div#short_reports p {
	background-image: url(img/short_reports_gradient.gif);
	background-repeat: repeat-x;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	padding: 4px;
	color: #000000;
	text-align: justify;
	text-indent: 0;
}

#content-left-out div.content-left div#short_reports h4 {
	margin: 5px 0 5px 0;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
	font-size: 75%;
}

.clear {
	clear: both;
	height: 0px;
	background-color: inherit;
}

#content-left-out div.content-left div#short_reports h3 {
	color: #FFFFFF;
	font-size: 80%;
	font-family:"Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
	color: #FFFFFF;
	background-color: #000000;
	border-bottom: 4px solid #CCCCCC;
	padding: 3px;
	margin: 0;
}

#content-left-out div.content-left div#short_reports div.left {
	float: left;
	width: 48%;
}

#content-left-out div.content-left div#short_reports div.right {
	float: right;
	width: 48%;
}

/* --- CONTENT LEFT END --- */

/* --- CONTENT RIGHT START --- */

#content-right-out {
	float: right;
	margin: 21px 0 0 0;
	width: 223px;
}

#content-right-out div.up-right {
	background-image: url(img/content-right-up.gif);
	background-repeat: no-repeat;
	height: 12px;
	margin-bottom: -2px;
}

#content-right-out div.down-right {
	background-image: url(img/content-right-down.gif);
	background-repeat: no-repeat;
	height: 12px;
}

#content-right-out div.content-right {
	background-color: #000000;
}

#content-right-out div.content-right h2 {
	text-align: center;
	color: #FFFFFF;
	margin: 0;
	font-size: 90%;
	font-family:"Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
	padding-bottom: 8px;
}

#content-right-out div.content-right p {
	margin: 0;
	text-align: center;
	font-size: 70%;
	background: none;
	color: #FFFFFF;
	font-family:"Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
	padding-bottom: 8px;
}

#content-right-out div.content-right div.random_pic {
	text-align: center;
	padding-bottom: 8px;
}

#content-right-out div.content-right div.prijatelji {
	text-align: center;
	padding-bottom: 8px;
}

#content-right-out div.content-right div.prijatelji a img {
	border: 1px solid #FFFFFF;
}

#content-right-out div.content-right div.prijatelji a:hover img {
	border: 1px solid #CCCCCC;
}


#content-right-out div.content-right div.random_pic a img {
	border: 3px solid #FFFFFF;
}

/* --- CONTENT RIGHT END --- */

/* --- ADS RIGHT START --- */

div#ads {
	text-align: center;
	width: 217px;
	margin: 10px auto 0 auto;
}

div#ads a img {
	padding: 4px;
	border: 0;
	text-decoration: none;
}

/* --- ADS RIGHT END --- */

/* --- GALERIJA START --- */

#content-left-out div.content-left div#galerija {
	margin: 0;
	padding: 0 5px 0 5px;
}

#content-left-out div.content-left div#galerija div {
	display: inline;
	margin: 0 8px 8px 0;
}

#content-left-out div.content-left div#galerija div img {
	margin-top: 15px;
	border: 6px solid #CCCCCC;
}

#content-left-out div.content-left div#galerija div a {
	border-bottom: none;
	padding: 0;
}

#content-left-out div.content-left div#galerija div a:hover {
	background-color: #FFFFFF;
	border-bottom: 0;
	padding: 0;
}

/* --- GALERIJA END --- */

/* --- SEARCH START --- */

div.search {
	margin: 0;
	padding: 0;
	text-align: center;
}

div.search form {
	margin: 0;
}

div.search .button {
	color: #FFFFFF;
	border: 1px solid #333333;
	cursor: pointer;
	font-size: 100%;
	padding: 2px;
	background-image: url(img/search_btn_bg_1.gif);
	background-repeat: repeat-x;
}

div.search .button:hover {
	border: 1px solid #333333;
	cursor: pointer;
	background-color: #666666;
	background-image: none;
}

div.search p {
	margin: 8px 0 8px 0;
	padding: 0;
}

/* --- SEARCH END --- */

/* --- LIGHTBOX START --- */

#lightbox {
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}

#lightbox a img {
	border: none;
}

#outerImageContainer {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}

#imageContainer {
	padding: 10px;
}

#loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}

#hoverNav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}

#imageContainer>#hoverNav {
	left: 0;
}

#hoverNav a {
	outline: none;
}

#prevLink, #nextLink {
	width: 49%;
	height: 100%;
	background: transparent url(/img/lightbox/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
}

#prevLink {
	left: 0;
	float: left;
}

#nextLink {
	right: 0;
	float: right;
}

#prevLink:hover, #prevLink:visited:hover {
	background: url(/img/lightbox/prevlabel.gif) left 15% no-repeat;
}

#nextLink:hover, #nextLink:visited:hover {
	background: url(/img/lightbox/nextlabel.gif) right 15% no-repeat;
}

#imageDataContainer {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
}

#imageData {
	padding:0 10px;
	color: #666;
}

#imageData #imageDetails {
	width: 70%;
	float: left;
	text-align: left;
}

#imageData #caption {
	font-weight: bold;
}

#imageData #numberDisplay {
	display: block;
	clear: left;
	padding-bottom: 1.0em;
}
			
#imageData #bottomNavClose {
	width: 66px;
	float: right;
	padding-bottom: 0.7em;
}	
		
#overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
}

/* --- LIGHTBOX END --- */