/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

	Copyright (c) 2009, 
	Werkstatt fuer Softwareentwicklung 
	Thomas Schwarz
  
  http://com-werkstatt.de
 
  All Rights Reserved.
  
  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ 

.summary {
  clear: both;
  padding-bottom: 20px;
  line-height: 1.2em;
  height: 170px;
}

.mugshot {
  float: left;
  width: 230px;
}

.details {
  float: right;
	width: 390px;
	padding-top: 4px;
}

.padbefore {
	padding-top: 5em;
}

.tabular .padextra {
  padding-top: 8px;
}

.tabular li {
  clear: both;
}

.tabular li span {
  display: block;
  width: 80px;
  float: left;
}

.pname {
  font: 20px/1.3em Georgia, serif;
  color: #2D3A5D;  
}

.name {
  font: 18px/1.3em Georgia, serif;
  color: #3A4875;  
  padding-bottom: 6px;
}

.summary ul {
	list-style: none;
}

.tabular dt {
	float: left;
	width: 110px;
	padding-right: 12px;
}

dl.litterchar {
	float: left;
	padding-right: 6px;
}

.litterchar dt {
}

.litterchar dd {
	position: relative;
	top: -8px;
	left: 8px;
}

#pedigree {
	padding-top: 6px;
}

.G8 { 
	color: #545454;
	background-color: #d9d9d9;
	border-bottom: 1px solid #fff;
	padding: 2px 10px 2px 10px;
}

.G4 { 
  color: #545454;
  background-color: #ebebeb;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
	padding: 2px 10px 2px 10px;
}

.G2 { 
  color: #545454;
	background-color: #f5f5f5;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
	padding: 6px 10px 6px 10px;
}

.gallery {
	float: left;
}

.gallery a {
	border: none;
}

.gallery dt {
	position: relative;
	top: -6px;
	left: 6px;
}
