
/* 
	******************************
	***** 1. General cleaning up	 ****
	******************************
*/

html, body , *{
	margin:								0;
	padding:								0;
}

body	{
	text-align: 							center;
	background: 						#111 url("./img/pozadina.jpg") repeat-x left top;
	font: 									62.5%/147% verdana, arial, tahoma, sans-serif;
	color:									#717F07;
	padding-top:						20px;
}

ul	{
	list-style-type:						none;
	cursor:									default;
}

a,	a:link	{
	color:	#9fc22b;
	text-decoration:	none;
}
a:visited	{
	color:	#9fc22b;
}
a:visited:hover {
	text-decoration:	underline;
}
a:hover	{
	text-decoration:	underline;
}
a:active,	a:focus	{
	color:	white !important;
	background-color:	#9fc22b;
	text-decoration:	none;
}


img	{
	border:								0;
}

p{
	margin:	0.7em	0;
}

ul.skip_link	{
	display:	none;
}


/* 
	******************************
	*****	1.2. Clearing floats		*****
	******************************
*/

.clearfix:after {
    content: 								"."; 
    display: 								block;
    height: 								0;
    clear: 									both;
    visibility:								hidden;
}
.clearfix {
	display: 								inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 								1%;
}
.clearfix {
	display: 								block;
}
/* End hide from IE-mac */



/* 
	******************************
	*****	Layout		*****
	******************************
*/

#aligner	
{
	width: 740px;
	margin:	20px auto;
	font-size:	1.1em;
	line-height:	1.7;
	text-align:	left;
}

#top_section,
#navigation	{
	border-bottom:	1px solid #272d0e;
}


#header	{

}

#sadrzaj	{

}

/* 
	******************************
	*****	top_section		*****
	******************************
*/

h1	{
	float:	left;
	font-family: "Trebuchet MS", geneva, sans-serif;
	font-size: 1.7em;
	font-weight:	bold;
	letter-spacing: -0.04em;
}

h1	strong {
	color:	#505f1e;
}

#little_menu	{
	float:	right;
}

#little_menu	li	{
	display: inline;
	float: none;
}

#little_menu	li	a	{
	display: block;
	float: left;
	padding:	7px 10px;
	border-left:	1px solid #272d0e;
}

/* 
	******************************
	*****	Izbornik		*****
	******************************
*/

#galleries	{

}

#galleries	li	{
	float:	left;
	display: block;
	padding:	7px 0;
}

#galleries	li	a	{
	float:	left;
	display: block;
	padding:	4px 7px;
	margin-right:	10px;
	text-transform:	uppercase;
	font-family: "Trebuchet MS", geneva, sans-serif;
	font-size: 1.1em;
	font-weight:	bold;
}

#galleries	li.active	a,
#galleries	li.active	a:hover
	{
	background:	#9fc22b;
	color:	white;
}

#galleries	li	a:hover	{
	text-decoration:	underline;
	color:	#9fc22b;
}


/* 
	******************************
	*****	oblikovanje sadrzaja		*****
	******************************
*/

#thumbs	{
	margin:	20px auto 0;
	width:	508px;
}

#thumbs	li	{
	display:	block;
	float:	left;
}

#thumbs	li	a	{
	display:	block;
	float:	left;
	margin:	0;
	position:	relative;
}

#thumbs	li	a:hover,
#thumbs	li	a:focus	{
	background-color:	black !important;
}

#thumbs	li img	{
	float:	left;
	border:	1px solid #777;
    opacity: .7;
    filter: alpha(opacity=70);
	z-index:	30;
}

#thumbs	li	a:hover	img,
#thumbs	li	a:focus	img
	{
    opacity: 1;
    filter: alpha(opacity=100);
	background-color:	black !important;
}

#thumbs	a span	{
	position:	absolute;	
	top:	-107px;
	left:	-27px;
	display:	none;
	z-index:	40;
}

#thumbs	a:hover span	{
	display:	none;
}

#Container a:active,
#Container a:focus	{
	background-color:	transparent !important;
}

#thumbs	li	a.active img	{
    opacity: 1;
    filter: alpha(opacity=100);
	border:	1px solid #9fc22b;
}

/* 
	******************************
	*****	footer		*****
	******************************
*/


#footer	{
	margin-top:	20px;
	margin-bottom:	20px;
	border-top:	1px solid #272d0e;
	padding-top:	4px;
	text-align:	center;
}

/**
 * Copyright (c) 2006, Bill W. Scott
 * All rights reserved.
 *
 * This work is licensed under the Creative Commons Attribution 2.5 License. To view a copy 
 * of this license, visit http://creativecommons.org/licenses/by/2.5/ or send a letter to 
 * Creative Commons, 543 Howard Street, 5th Floor, San Francisco, California, 94105, USA.
 *
 * This work was created by Bill Scott (billwscott.com, looksgoodworkswell.com).
 * 
 * The only attribution I require is to keep this notice of copyright & license 
 * in this original source file.
 */

 /* BUTTONS */
#prev-arrow-container, #next-arrow-container { 
    float:left;
    margin: 0px;
    padding: 0px;
}

#next-arrow { 
    cursor:pointer; 
}

#prev-arrow { 
    cursor:pointer; 
}
 
/* HTML CAROUSEL */
#html-carousel { 
	background-color:	#242427;
}

#html-carousel .carousel-list li { 
    margin:4px 10px 0px 10px;
}

#html-carousel .carousel-list li { 
    width: 40px; 
    padding: 10px 7px 14px 13px;
    margin: 0;
}

#html-carousel .carousel-list li img { 
    display:block; 
}

#html-carousel {
    margin-bottom: 10px;
    float: left;
    width: 430px;
    height: 60px;
}

/**
 * Standard Configuration. It is advised that this section NOT be modified as the
 * carousel.js expects the behavior outlined below.
 **/
.carousel-component { 
	position:relative;
	overflow:hidden;
	visibility:visible; /* component turns it on when first item is rendered */
}
				
.carousel-component ul.carousel-list { 
	width:10000000px;
	position:relative;
	z-index:1; 
}

.carousel-component .carousel-list li { 
	float:left;
	list-style:none;
	overflow:hidden;
}

.carousel-component .carousel-vertical li { 
	float:none;
	margin-bottom:0px;
}

.carousel-component ul.carousel-vertical { 
	width:auto;
}

.carousel-component .carousel-clip-region { 
	overflow:hidden;
	margin:0px auto;
	position:relative; 
}

/**
 * Safe to override. It is safe to override background, padding, margin, color,
 * text alignment, fonts, etc. Define a separate CSS file and override your style
 * preferences.
 **/


.gallery_intro,
.novost	{
	margin:	10px;
	padding:	10px 0;
	border-bottom:	1px solid #272d0e;
}

a.img	{
	float:	left;
	margin:	0 20px 10px 0;
	background-color: #242427;
	border: 10px solid #242427;
}

a.img	img	{
	border:	1px solid #000;
}

a.img:hover	img	{
	border-color:	#9fc22b;
}
	
h2	{
	margin:	0 0 10px;
	padding:	0;
	font-family: "Trebuchet MS", geneva, sans-serif;
	font-size: 2em;
	font-weight:	bold;
	line-height:	1em;
}

#news	{
	margin:	10px;
}

#comments 	{
	margin:	10px 40px;
}

#comments	div	{
	margin:	10px 0;
}

#comments	label	{
	display:	block;
	float:	left;
	width:	147px;
	margin-right:	17px;
	text-align:	right;
}

.align_center	{
	text-align:	center;
}

textarea,
.input	{
	padding:	4px;
	border:	1px solid #717F07;
	background:	#2F3A00;
	color:	#717F07;
	font-family:	verdana, arial, tahoma, sans-serif;
	font-size:	1em;
}

.submit	{
	padding:	2px;
	font-family:	verdana, arial, tahoma, sans-serif;
	font-size:	1em;	
}

.error	{
	display:	block;
	background-color:	#993300;
	color:	#000;
	text-align:	center;
	margin:	10px 0;
	padding:	4px 7px;
	font-size:	1.1em;
	font-weight:	bold;
}

.gallery_description	{
	margin:	10px 0 27px;
}

#OuterContainer {
	padding: 0;
	margin: 20px auto 0;
}

#Container {
	position: relative;
	margin: 0 auto;
	background-color: #242427;
	background: #242427 url("img/ajax-loader.gif") no-repeat center center;
	border: 10px solid #242427;
	font-size: 0px;
	width:	72px;	
	height:	72px;
}

#Container img	{
	border:	1px solid #000;
}

#Photo {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
}

#Loading {
	height: 25%;
	width: 100%;
	position: absolute;
	top: 40%;
	left: 0%;
	text-align: center;
	z-index: 0;
	line-height: 0;
}

#LinkContainer {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	/* filter:alpha(opacity:80); /* Specify opacity for IE */
}

#PrevLink, #NextLink {
	cursor: pointer;
	width: 48%;
	height: 100%;
	background: transparent url(img/c.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
}

#PrevLink span, #NextLink span { display: none; }

#PrevLink { left: 0; float: left; }
#NextLink { right: 0; float: right; }

/* background image for IE */
#PrevLink:hover, #PrevLink:visited:hover { background: url(img/prev_minus.png) 20% 50% no-repeat; }
#NextLink:hover, #NextLink:visited:hover { background: url(img/next_plus.png) 80% 50% no-repeat; }

/* backgroudn image for compliant browsers */
#LinkContainer>#PrevLink:hover, #LinkContainer>#PrevLink:visited:hover { background: url(img/prev_chevron2.png) 20% 50% no-repeat; }
#LinkContainer>#NextLink:hover, #LinkContainer>#NextLink:visited:hover { background: url(img/next_chevron2.png) 80% 50% no-repeat; }

#CaptionContainer {
	margin: 0 auto 20px;
	width: 200px;
	text-align: center;
	}

#CaptionContainer p {
	padding: 5px 10px 10px 10px;
	font-size: 11px;
}

#numberDisplay {
	font-weight: bold;
	padding-right: 5px;
}

#About p {
	margin: 0 20px;
	padding: 5px 0;
	font-size: 12px;
	font-weight: bold;
}

#About {
	width: 100%;
	text-align: left;
	background-color: #efefef;
	border-bottom: 1px solid #dedede;
}

#AboutBody {
	margin-top: 15px;
}

#AboutBody p {
	font-weight: normal;
	font-size: 11px;
	line-height: 1.4em;
	margin: 0 20px 10px 20px;
	padding: 0;
}