.blogname {
	height:60px;
	}

#top { 
  height: 175px;
}

div.galleryItem,
div.galleryItem .frame,
div.galleryItem .frameh {

	background-color: #101010;
 border: 0;
	}

div.galleryItem .frame {
	height: 98px;
	width: 130px;
	}
    
div.galleryItem .frameh {
	height: 98px;
	width: 130px;
	}

div.galleryItem .frame img {
	max-width: 130px;
    max-height: 98px;
	width: expression(this.width > 130 ? 130: true);
    height: expression(this.height > 98 ? 98: true);
    }
    
div.galleryItem .popisek {

	width: 110px;

	color: #999999; 
	}

.post{
 width:95%;
}
