body {
  font-family: Segoe UI, sans;
  background: #fff;
	color: #000;
	margin: 25px;
	font-size: 12px;
}
a {
  color: #CC0000;
  text-decoration: underline;
}
a:visited {
  color: #990000;
}
a:hover {
  color: #FF6666;
}
h1 {
  position: relative;
  width: 415px;
  height: 80px;
}
h1 span {
  position: absolute;
  left: 0;
  top: 0;
  background: url(img/zdenek-gromnica.png) no-repeat;
  width: 415px;
  height: 80px;
}
h2 {
  font-size: 30px;
  font-weight: normal;
  margin: 30px 0 12px 0;
}
h3 {
  font-size: 20px;
}
.albdiv {
  clear: left;
}
small {
  color: #888;
}
.albdiv h3 {
  padding: 0;
  margin: 0;
  color: #888;
  font-size: 16px;
}
.albdiv h4 {
  padding: 0;
  margin: 0;
  font-size: 16px;
}
.albdate {
  margin-top: 2px;
  color: #888;
}
.albdiv ol {
  margin-bottom: 30px;
}
.albdiv li {
  padding: 5px;
}
.albdiv li:nth-child(odd) {
  background: #eee
}
.albdiv li:nth-child(even) {
  background: #fff
}
.albins {
  margin-left: 214px;
}
.albimg {
  position: relative;
  float: left;
  margin: 0 25px 25px 0;
  border: 0;
}
.albimg img {
  width: 174px;
  height: 174px;
  padding-top: 5px;
  padding-left: 15px;
}
.albimg span {
  position: absolute;
  left: 0;
  top: 0;
  width: 194px;
  height: 184px;
  background: url(img/jewelcase_mega.png) no-repeat;
}
.rating {
  display: inline-block;
  height: 16px;
  width: 80px;
  background: url(img/rating.png) repeat-x;
}
.rating span {
  display: inline-block;
  height: 16px;
  background: url(img/star.png) repeat-x;
}
.rated1 {
  width: 16px;
}
.rated2 {
  width: 32px;
}
.rated3 {
  width: 48px;
}
.rated4 {
  width: 64px;
}
.rated5 {
  width: 80px;
}
.progress {
  display: inline-block;
  height: 16px;
  width: 80px;
  background: url(img/progressbar.png) repeat-x;
}
.progress span {
  display: inline-block;
  height: 16px;
  background: url(img/progress.png) repeat-x;
}
.rightfloat img {
  border: none;
}
.post {
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}
.post h2 {
  margin-bottom: 0;
}
.post h3 {
  margin-bottom: 0;
}
.postdate {
  margin-top: 0;
  font-size: 10px;
}
.clearb {
  clear: both;
}
#footer {
  padding-top: 20px;
  clear: both;
  color: #666;
}