span.caption {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  font-size: 20;
}

h2 {
  text-align: left;
}

.bold {
  font-weight: bold;
}

.tooltip{
  margin: 8px;
  padding: 8px;
  background-color: #0000ff;
  color: #ffffff;
  opacity: 0.8;
  position: absolute;
  z-index: 2;
}

div.header-info {
  text-align: center;
  vertical-align: middle;
  height: 100%;
}

div.centered {
  text-align: center;
}

p.tiny {
  font-size:0.8em;
}

p.news-date {
  color: #808080;
  font-size: 12px;
}

p.quote {
  font-style: italic;
}

td.right {
  text-align: right;
}

ul.menu {
  padding: 10px;
  margin-top: 10px;
}

li.menu-item {
  background: #000000;
  display: table;
  list-style-type: none;
  margin: 1;
  padding: 0;
  width: 180px;
  height: 30px;
}

li.menu-item a {
  color: #ffffff;
  display: table-cell;
  vertical-align:  middle;
  padding-left: 5px;
  text-decoration: none;
  font-weight: bold;
  font-variant: small-caps;
}

li.active {
  background: #ffffff;
}

li.active a {
  color: #000000;
}

#header {
  height: 134px;
  width: calc(100% - 140px);
  position: absolute;
  left: 0;
  top: 0;
  border-bottom: 2px solid;
}

#header_left {
  width: calc(50% - 50px);
  float: left;
}

#header_center {
  background-image: url("../img/logo.png");
  background-size: 100%;
  height: 100%;
  width: 100px;
  display: inline-block;
  position: absolute;
  left: 50%;
  margin-left: -50px;
}

#header_right {
  width: calc(50% - 55px);
  float:right;
}

div#main-menu {
  background-color: #E0E0E0;
  left: 0px;
  width: 200px;
  position: absolute;
  top: 136px;
  bottom: 60px;
  overflow: auto;
}

/* Content div - start */

div#content {
  background-color: #E0E0E0;
  left: 200;
  position: absolute;
  width: calc(100% - 340px);
  top: 136px;
  bottom: 60px;
  overflow: auto;
}

div#content div {
  background-color: #ffffff;
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 5px;
  padding-right: 5px;
  text-align: justify;
}

div#birthdays {
  background-color: #00ffff !important;
  border: 2px solid #0000ff;
}

div#birthdays p {
  margin-top: 0px;
  margin-bottom: 0px;
}

/* Content div - end */

/* Sponsors - start */

div#sponsors {
  position: absolute;
  width: 140px;
  top: 0px;
  right: 0px;
  height: 100%;
  border-left: 2px solid #000000;
  overflow:auto;
  text-align:center;
}

img.sponsor {
  width: 120px;
  height: auto;
}

/* Sponsors - end */

#footer {
  height: 60px;
  width:calc(100% - 140px);
  position: absolute;
  left: 0;
  bottom: 0;
  border-top: 2px solid;
  overflow: auto;
}

table#contacts {
  width: 100%;
  font-size: 12px;
  color: #ffffff;
  background: #000000;
}

#contacts td {
  width: 50%;
}
