/* CSS Document */

/** Global reset **/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {  
	margin:0; 
	padding:0; 
} 

html, body {
height: 100%; /*min-weight fix*/
}


/* da prisilim Firefox, da naredi vertical scroll
/* hide from IE mac \*/
html {
    min-height: 100%;
    margin-bottom: 1px;
}
/* end hiding from IE5 mac */


img {
	border: 0;
}

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	background-color: #FFFFFF;
	color:#000000;
}

.clearer {
	clear: left; 
	line-height: 0; 
	height: 0;
}


/* - Page render - */
#pageWrapper {
	display:block;
	width:790px;
}


#pageBottom {
	display:none;
}

/* Header */
#headerWrapper {
	display: none;
}


/* Banner */
#bannerWrapper {
display:none;
}


/* Content */
#pageContentWrapper {
	display:block;
	width: 790px;
}


/* Menu - menuWrapper */
#menuWrapper {
display:none;
}



/* Page Txt Content */
#pageTxtWrapper {
	display:block;
}

#pageTxtWrapper h1 {
	font-size:16px;
	margin-bottom: 10px;
}


#pageTxtWrapper h2 {
	font-size:14px;
	margin-bottom: 4px;
}

#pageTxtWrapper p {
	font-size: 12px;
	text-align:justify;
	line-height: 18px;
	margin-bottom: 20px;
}

#pageTxtWrapper a {
	text-decoration:none;
	color:  #000000;
}

#pageTxtWrapper img {
	display: block;
	float: right;
	margin-top: 2px;
	margin-left: 20px;
	margin-bottom: 10px;
	border: solid 1px #000000;
}


#pageTxtWrapper table {
	display: block;
	float: left;
}


#pageTxtWrapper .galleryThumb {
	text-align:center;
}

/* News within Content */
#pageTxtWrapper .post_title, .post_date { border-bottom: 1px solid #DDDDDD; }
#pageTxtWrapper .post_title { font-weight: bold; font-size: 12px; color: #000000; }
#pageTxtWrapper .post_date { text-align: right; font-weight: bold; }
#pageTxtWrapper .post_short { text-align: justify; padding-bottom: 5px; }



/* News */
#newsWrapper {
	display:none;
}

/* Image Gallery */
#imageGallery {
	float: left;
	display:block;
	width: 408px;
	margin-left: auto;
	margin-right: auto;
}

#imageGallery .imageWrapper {
	display: block;
	width: 136px;
	height: 136px;
	margin-bottom: 10px;
	float: left;
}

#imageGallery .imageWrapper a {
	display: block;
	padding-left: 8px;
	padding-right: 8px;
	font-size: 10px;
	
	text-align: center;
}

#imageGallery div.imageThumb {
	display:block;
	float: none;

	width:136px;
	height:108px;

	background: no-repeat url(slideBack.gif);
	
    display: table-cell;
    vertical-align: middle;
}

#imageGallery img { /* Reset Image Prop */
	display: block;
	float: none;
	margin:0;
	padding:0;
	
	border: solid 1px #000000;
	
	margin-left: auto;
	margin-right:auto;
}


#imageGallery div.imageThumb img {
    margin-top: expression((100 - this.height)/2);
}

	
#imageGallery h1 {
	display: block;
	width: 406px;
	float:none;
	margin-left: auto;
	margin-right:auto;

	text-align:center;
}


#imageGallery p {
	display: block;
	width: 382px;
	float: none;
	padding: 10px;
	margin-left: auto;
	margin-right:auto;
	text-align:center;
}

#imageGalleryNav{
	width: 280px;
	border: 1px dotted #999999;
	margin-left:auto;
	margin-right:auto;
}

#imageGalleryNav .navigationWrapper {
	width:270px; 
	
	display: block; 
	float: none; 
	margin-left:auto; 
	margin-right:auto;
	
	padding: 5px;
}

#imageGalleryNav .navPrev {
	float: left;
	width:100px; 
	text-align:right; 
	padding-right:5px;
	display: block;
}

#imageGalleryNav .navOf {	
	float: left;
	width:60px; 
	text-align:center;
	display: block;

	background-color: #000000;
	color: #FFFFFF;
}

#imageGalleryNav .navNext {
	float: left;
	display: block;
	width:100px; 
	text-align:left; 
	padding-left:5px;
	
}
#imageGalleryNav .navUp {
	padding-top: 5px;
	text-align:center;
}


/* Page Info */
#pageInfo {
	float: none;
	display: block;
	
	width: 780px;
	height: 20px;

	line-height:20px;
	
	color: #99957D;
	font-size: 10px;
	text-align: right;
}