/* VARIABLES */
/* Headings */
h1 {
/*font-family "Open Sans"*/
  font-family: 'Prata', serif;
}
h3 {
  font-family: 'Droid Serif', serif;
}
h1.title {
  font-family: 'Prata', serif;
  font-weight: 700;
  font-size: 3em;
  color: #000;
}
h1.titlu {
  font-family: "Open Sans Condensed", "Open Sans", "Helvetica Neue", sans-serif;
  font-weight: 700;
  font-size: 3em;
  text-align: center;
  color: #000;
}
.subtitlu {
  font-family: "Open Sans Condensed", "Open Sans", "Helvetica Neue", sans-serif;
}
.subtitlu h3.subtitle {
  font-size: 2em;
  font-style: italic;
}
h3.subtitle {
  font-size: 2em;
  font-style: italic;
}
.alr {
  text-align: right;
}
.all {
  text-align: left;
}
.alc {
  text-align: center;
}
.alj {
  text-align: justify;
}
h2.mententanta,
h4.mententanta {
  font-style: italic;
}
div.data {
  position: relative;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  display: inline-block;
  background-color: #000;
  color: #ffffe0;
  padding: 5px;
  margin: 5px;
}
div.data .ziua {
  font-size: 1.4rem;
  font-weight: bold;
  display: block;
  margin: 0 auto;
  width: 100%;
  text-align: center;
}
div.data .luna {
  font-size: 0.7rem;
  font-weight: 100;
  text-transform: uppercase;
  position: relative;
  float: left;
}
div.data .an {
  font-size: 0.7rem;
  font-weight: 100;
  text-transform: uppercase;
  position: relative;
  float: right;
}
.boxedContent {
  background-color: #557532;
  text-align: justify;
  height: 38px;
}
