/* global styles like body table a in /fotogalerie/css/standalone_style.css */

h1 {
  font-size: 160%;
  text-align: center;
  margin: 10px;
}

h2 {
  font-size: 140%;
}

h3 {
  font-size: 125%;
}

.bold {
  font-weight: bold;
}

.frontHeader {
  font-size: 18px;
  color: #FF882A;
  text-align: center;
}

/* content div on front page */
.frontContent {
  margin-left: 210px;
  margin-right: 10px;
  background-repeat: no-repeat;
  background-position: center top;
}

.featured {
  border: 1px solid #DDD;
  padding: 5px;
  float: right;
  width: 170px;
  margin: 0 0 10px 10px;
  background: #EEE;
  font-size: 95%;
  height: 420px;
  overflow: auto;
}

.featured h2 {
  font-size: 100%;
  border: 1px solid #DDD;
  margin: 0 0 5px 0;
  padding: 2px;
  background: white;
  text-align: center;
}

img.border {
  margin-bottom: 10px;
  border: 2px solid black;
}

img.dogPage {
  margin-right: 10px;
  margin-bottom: 10px;
}

a img {
  border: none;
}

table.pedigree {
  background-color: gray;
}

table.pedigree tr td {
  background-color: white;
}

table.pedigree th {
  font-weight: bold;
  color: white;
  /*background-color: #2D849F;*/
  background-color: #257BE3;
  text-align: center;
}

table.styled {
  background: #DBD8C6;
}

table.styled td {
  background: white;
  padding: 3px;
}

.pageHeading {
  font-size: 14pt;
  text-align: center;
  color: brown;
  font-weight: bold;
}

ol.offspring li {
  margin-bottom: 15px;
}

ol.offspring li img {
  margin: 5px 3px 0 0;
  height: 120px;
}

.left {
  text-align: left;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.justify {
  text-align: justify;
}

.galleryItem {
  float: left;
  margin: 13px;
  padding: 5px;
  border: 1px solid #CCC;
  background: #EEE;
}

.galleryItem .label {
  padding-top: 5px;
  text-align: center;
}

.galleryItem img {
  width: 200px;
  height: 150px;
}

.extraImgs {
  line-height: 0em;
  margin-bottom: 5px;
}

.extraImgs img {
  height: 113px;
  margin: 0 3px;
}

