h2, h3 {
  font-family: beau-thin;
  text-transform: lowercase;
  font-variant: small-caps;
  font-size: 180%;
}

h2 {
  font-size: 180%;
  color: hsl(0, 0%, 70%); #f08282;
}

.items-leading h2 {
  color: #f08282;
}

h3 {
  font-size: 140%;
  color: #e8251c; #f08282;
}

body {
  font-family: beau-light;
}

p, a  {
  font-size: 13px;
}

p, #content li, ul {
//  color:#ab78ab;
//  color:#998a99;
//  color:#736873;
  color:#765760;
  font-size: 13px;
}

.well {
  background-color:rgba(245, 245, 245, 0.6666);
}

.page-header {
  border-color: #e8251c; #f08282;
}

.body .container {
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 3px, white 333px);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 3px, white 333px);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 3px, white 333px);
  background-color:initial;
  border: none;
  box-shadow: none;
}

.items-leading h2, .item-page h2, #phocagallery h1 {
  color: #e7e7e7;
}

.items-leading .page-header, .item-page .page-header {
  margin-bottom:24px;
}

h4 {
  font-family: beau-thin;
  color: #f08282;
}

em {
//  border-radius: 6pt;
//  background-color: rgba(241, 132, 132, 0.25);
}

[itemprop="blogPost"] {
    padding: 3pt;
}

#aside > .letolt-doboz {
  margin-top: 12em;
}