body {
	background-color: #8b0000;
	color: black;
	font: normal 86%/1.12em "Trebuchet MS", Trebuchet, Verdana, Geneva, sans-serif;
	margin: 0;
	padding: 0;
}

a:link {
	background-color: inherit;
	color: #00008b;
	text-decoration: underline;
}

a:visited {
	background-color: inherit;
	color: #8b008b;
	text-decoration: underline;
}

caption {
	background-color: #c0c0c0;
	border-bottom: 1px solid #8b0000;
    border-radius: 10px;
    color: #8b0000;
    font-size: 1.5em;
    font-weight: bolder;
    margin: 0;
    padding: 0.75em 0.75em 0 0.75em;
    text-align: left;
}

div#main {
	background-color: #c0c0c0;
	border-radius: 10px;
	margin-left: 17.5em;
	margin-right: 2.5em;
	padding: 0.75em;
}

div#main a:hover {
	background-color: #00008b;
	color: #c0c0c0;
	text-decoration: none;
}

div#main p {
	text-align: justify;
}

div.ped {
	margin: 0 2.5em;
}

figure {
	float: right;
	padding: 0.5em;
}


figcaption {
	display: block;
	font-size: 0.83em;
	font-style: italic;
}

header h1 {
	margin-top: 0.25em;
	font-size: 2.25em;
	font-variant: small-caps;
}

header h2 {
	font-size: 1.5em;
}

header ul {
	font-size: 0.83em;
	list-style-type: none;
    margin-left: 0;
	padding: 0.25em;
}

nav#crumbs p {
	font-size: 0.83em;
	font-weight: bold;
	color: white;
	margin: 0 3em;
}

nav#crumbs a {
	font-weight: normal;
}

nav#left {
	color: white; float: left;
	margin-left: 2.5em;
	padding-top: 0.75em;
	width: 15em;
}

nav#left a:visited, nav#left a:link, nav#crumbs a:link {
	background-color: transparent;
	color: white;
}

nav#crumbs a:visited {
	background-color: transparent;
	color: #c0c0c0;
}

nav#left p {
	background-color: transparent;
	border-bottom: 1px solid #c0c0c0;
	color: #c0c0c0;
	font-weight: bold;
	margin-bottom: 0.25em;
}

nav#left li {
	margin-left: -2em;
}

nav#left li.sub {
	margin-left: -1em;
	padding-bottom: 0.25em;
}

nav#left ul {
	list-style-position: outside;
	list-style-type: none;
	margin: 0;
}

p.attribution {
    text-align: right;
	padding-right: 3em;
}

section.litterdog {
	clear: both;
}

section h1 {
    background-color: #c0c0c0;
    border-bottom: 1px solid #8b0000;
    color: #8b0000;
    display: block;
    font-size: 1.5em;
    font-weight: bolder;
    margin: 0.83em 0;
    text-align: left;
}

section h2 {
    display: block;
    font-size: 1.17em;
    font-weight: bolder;
    margin: 0;
}

table#pedigree {
	background-color: #c0c0c0;
	border-radius: 10px;
	border-spacing: 0;
	clear: both;
	width: 100%;
}

table#pedigree td, table#pedigree th {
	border: thin solid #8b0000;
	padding: 0.25em 0.75em;
	width: 33%;
}

table#pedigree h1 {
	font-size: 1em;
    font-weight: bolder;
    margin: 0;
}

table#pedigree h2 {
    font-size: 0.92em;
    font-style: italic;
    margin: 0;
}

ul.stats {
	font-size: 0.83em;
	list-style-type: none;
    margin-left: 0;
	padding: 0.25em;
}

/* Universal Classes */

.details {
	font-size: 0.83em;
}

.dogtitle {
	background-color: transparent;
	color: #8b0000;
}