/* Generated by KompoZer */

/* text: year column */
p.year {
  font-family: FontulMeu;
  font-size: 150%;
  letter-spacing: -2px;
  text-align: center;
}

/* text: story of category */
p.story {
  font-size: 20px;
  font-family: FontulMeu2;
  line-height: 100%;
}

/* thumbnails */
img.thumb {
  border-style: solid;

  border-width: 1px;
  border-left-width: 7px;
  border-right-width: 2px;

  border-top-color: white;
  border-bottom-color: white;
  border-left-color: rgba(0, 0, 0, 0);
  border-right-color: rgba(0, 0, 0, 0);

  transition-duration: 1s;
  -o-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -webkit-transition-duration: 1s;
}

/* thumbnails hover */
img.thumb:hover {
  transform: rotate(5deg);
  -o-transform: rotate(5deg);
  -moz-transform: rotate(5deg);
  -webkit-transform: rotate(5deg);
  -ms-transform: rotate(5deg);
  
  transform-origin: 100% 100%;
  -o-transform-origin: 100% 100%;
  -moz-transform-origin: 100% 100%;
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
}

/* tables */
table.main_big {
  width: 1010px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}
table.story {
  width: 750px;
  border-bottom-width: 4px;
  border-bottom-style: solid;
}

/* table cells */
td.big {
  padding: 5px;
}
td.tabsandstory {
  width: 870px;
}
td.tabs {
  text-align: right;
}
td.withback {
  background-color: rgba(60, 80, 80, 0.3);
  border-top-left-radius: 10px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 10px;
}
td.tableft {
  width: 20px;
  background-repeat: no-repeat;
  background-position: center;
}
td.storyall {
  text-align: left;
  padding: 10px;
}
