/** BASIC */
body { margin: 30px 0; font: normal small Arial, Helvetica, sans-serif; color: #e1b56e; background: url(../images/spacer.jpg) }
h1, h2, h3, h4, h5, h6 { margin-top: 0; padding-top: 0; font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; color: #CC6600; }
a { text-decoration: none; }
a:hover { border: none; }
p {	margin: 0 0 10px 0;	line-height: 1.4em; text-align:justify; }

/** HEADER */
#header { width: 600px; height: 80px; margin: 0 auto;}
#header h1 { margin: 0;	padding: 36px 10px 0 20px; text-transform: lowercase; font-size: 30px; letter-spacing: -.05em; color: #e1b56e; position:relative; z-index:100;}
#header h2 { display: none; }

/** MENU */
dl, dt, dd, ul, li { margin: 0; padding: 0; list-style-type: none; }
#menu {	width: 600px; height: 13px; margin: -2.25em auto 0 auto; z-index:100; position: relative; }
#menu dl { width: 70px; list-style: none; float: right; text-align:left;}
#menu dt { cursor: pointer; }
#menu dd { padding-top: 4px; position:absolute; }
#menu li { width: 130px; text-align: left; padding: 0; border: none; padding: 2px 0 2px 0; background: #331f08; 
		   Filter: Alpha(Opacity=90, FinishOpacity=0, Style=4, StartX=0, StartY=0, FinishX=580, FinishY=0); opacity:0.9; }
#menu dt a { padding: 0 10px 0 11px; border: none; border-left: 1px solid #e1b56e; color: #e1b56e; }
#menu li a { padding: 0 0 0 5px; border: none; color: #e1b56e; font-size:11px;}
#menu dt a:hover { color: #f5ddb1; }
#menu li a:hover { color: #ffa800; }
#menu .first a { border: none; }


/** CONTENT */
#content { width: 620px; min-height:420px; height:420px; margin: 0 auto; background: url(../images/bcgrnd.jpg) no-repeat; }
#content_pocetna { width: 620px; min-height:420px; height:420px; margin: 97px auto; background: url(../images/bcgrnd_pocetna.jpg); }
#content * { line-height: 140%; }
#columnA { float: left; width: 130px; padding: 0; }
#columnB h2 { margin-top: 0; padding-top: 0; font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; font-size:20px; color: #CC9900; }
#columnB { float: right; width: 450px; padding: 20px 25px 20px 15px;  }
#columnB * { color: #EFEBDF; z-index:1;}
#B_main {height: 355px;}
#B_footer {	height: 25px; font-style:italic; }
#B_footer p { color: #f5ddb1; }
#columnB ul { margin-left: 0; padding-left: 0; list-style: inside circle; }
#columnB a { border-bottom-color: #EBD8B7; z-index:1; color: #e1b56e;}
#columnB a:hover { color: #f5ddb1; }

/** FOOTER */
#footer { width: 620px;	height: 20px; margin: 0 auto; }
#footer p { margin: 0; padding: 5px 0 0 20px; font: bold 9px Arial, Helvetica, sans-serif; }

/*------- Lightbox ------*/
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#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-image: url(data:../image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/lb_prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/lb_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; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
