
body {
	margin: 0;
	padding: 0;
	background: #fbfbfa;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

h1, h2, h3 {
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-weight: normal;
	color: #4D4D4D;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 2em;
}

h3 {
	font-size: 1.6em;
}

p, ul, ol {
	margin: 0 0 0 0;
	padding: 0px 0px 0px 0px;
	line-height: 125%;
}

ul, ol {
}

a {
	text-decoration: none;
	color: #BF4D36;
}

a:hover {
	background: none;
}

/* Header */


#menu {
	width: 510px;
	height: 40px;
	margin: 0 auto;
	padding: 0;
	text-align:center;
		}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	padding: 18px 20px 18px 12px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	border: none;
}

#menu a:hover, #menu .current_page_item a {
}

#menu a:hover {
	background: url(images/img03.jpg) no-repeat center left;
	text-decoration: underline;
}

#menu .active {
	background: url(images/img03.jpg) no-repeat center left;
	text-decoration: underline;
}
/* right */
#submenu_r {
	width: 200px;
	height: 15px;
	margin: 0 auto;
	padding: 0;
	float:right;
	background-color:#f4f4f3;
	}
#submenu_r li {
	float: right;
}
#submenu_r ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#submenu_r a {
	display: block;
	padding: 2px 20px 5px 2px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	border: none;
}

#submenu_r a:hover, #menu .current_page_item a {
}

#submenu_r a:hover {
	text-decoration: underline;
	background: none;
}

/* left */
#submenu_l {
	width: 200px;
	height: 15px;
	margin: 0 auto;
	padding: 0;
	float:left;
	background-color:#f4f4f3;
	}
#submenu_l li {
	float: left;
	
}
#submenu_l ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#submenu_l a {
	display: block;
	padding: 2px 2px 5px 20px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	border: none;
}

#submenu_l a:hover, #menu .current_page_item a {
}

#submenu_l a:hover {
	text-decoration: underline;
	background: none;
}
/* Content */

#content {
	float: right;
	width: 678px;
	height: 440px;
	margin: 0;
	padding: 0;
	background-image:url(images/index_08.gif);
}

#content a img{ border: none; }

.post {
}

.post .title {
	color: #967001;
	border-bottom: 1px #A9A9A9 dashed;
	margin-right: 10px;
	margin-left: 10px;
	margin-top:10px;
}

.post .title a {
	background: none;
	color: #967001;
	border: none;
}

.post .title a:hover {
	text-decoration: underline;
	
}

.post .meta {
	margin-bottom: 10px;
	padding: 10px 10px;
	border-top: 1px #A9A9A9 dashed;
	border-bottom: 1px #A9A9A9 dashed;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.post .entry {
	padding: 10px 10px 10px 10px;
	text-align: justify;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	
	font-style:italic;
	}

.post a {
	color: #967001;
	border-bottom: 1px #967001 dotted;
}

.post .meta a {
	font-weight: bold;
}


/* Footer */

#footer {
	width: 910px;
	height: 30px;
	margin: 0 auto;
	padding: 40px 0 15px 0;
	background: #4D4D4D url(images/img06.jpg) repeat-x left top;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

#footer p {
	margin: 0;
	line-height: normal;
	font-size: 9px;
	text-transform: uppercase;
	text-align: center;
}

#footer a {
	color: #FF833B;
	border-bottom: 1px #FF833B dotted;
}
/*table for thumbnails*/
table.container 
{
	margin: 5px auto;
}
table.dia {
	margin: 8px;
	width: 80px;
	height: 110px;
	border: 1px solid #ddd;
	border-collapse: collapse;
}

table.reklama {
	margin: 5px;
	width: 150px;
	height: 60px;
	border: 1px solid #ddd;
	border-collapse: collapse;
	
}
div.smalldesc { 
	margin: 0 5px 10px 5px;
	width: 80px;
	font-size: 10px;
	text-align: center;
}
table.dia td { 
	text-align: center;
	vertical-align: middle;
}
table.dia img { 
	display: block;
	margin: auto; 
}

table.reklama img { 
	display: block;
	margin: auto; 
}

table.dia a img { 
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	opacity: 0.7;
}
table.dia a:hover img { 
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity: 1;
}

table.reklama a img { 
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	opacity: 0.6;
	
	}
table.reklama a:hover img { 
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity: 1;
	
	}

/*hey*/
#hey {
	margin: 0;
	padding: 0;
}


/*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/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/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; }

/* slideshow*/
* {margin:0; padding:0}
#gallery {position:fixed; width:500px; margin:10px auto; padding:10px;}
#images {border:2px solid #9ac1c9; height:225px; background:#eef5f6; margin-bottom:2px}
#image {position:relative; width:486px; height:375px; padding:5px; border:2px solid #666; background:#FFF url(images/loading.gif) center center no-repeat}
#image img {position:absolute; top:5px; left:5px}
#thumbwrapper {margin-top:10px; padding:5px 0; width:496px; height:100px; border:2px solid #666; background:#FFF}
#thumbarea {position:relative; overflow:hidden; height:100px; width:496px; }
#thumbs {position:absolute; list-style:none; margin-left:5px; height:100px; width:496px; border-right:2px solid #FFF}
#thumbs li {float:left; margin-right:5px; cursor:pointer}
.imgnav {position:absolute; height:375px; width:20%; z-index:100; height:375px; width:20%; z-index:100; outline:none; cursor:pointer}
#previmg {left:0; background:url(images/left.gif) left center no-repeat; border-left:5px solid #FFF}
#previmg:hover {opacity:1; filter:alpha(opacity=100)}
#nextimg {right:0; background:url(images/right.gif) right center no-repeat; border-right:5px solid #FFF}
#nextimg:hover {opacity:1; filter:alpha(opacity=100)}