/* Structure */

body {
	font-family: arial, sans-serif;
	font-size:100%;
	/*min-width: 1200px;*/
	background-image:url(../backgrounds/page.jpg);
	background-repeat:repeat;
	background-attachment:fixed;
	background-position: bottom center;
	top-margin: 0;
	left-margin: 1em;
	right-margin: 1em;
	padding: 0;
}

h2 {
	text-align: left;
	padding-top: 1em;
}
#masthead {
	height: 150px;
	background:#EEDBEE none repeat scroll 0 0;
	margin: 0;
	padding: 0;
	border-bottom: gray inset;
}

#main {
}

#content {
	margin: 1em;
	color: black;
}

#navigation {
	float: right; /* change news-item float if you change this */
	margin: 1em;
	padding: .5em;
}

#navigation a {
	font-size: 12px;
	color: #000066;
	text-decoration: none;
	}

#navigation #home a, #navigation #blog a, #navigation #puppies a {
		text-align: left;
		font-size: 20px;
		font-style: italic;
		font-weight: bold;
		color: #000066;
	}

#navigation a:hover, #navigation #home a:hover, #navigation #blog a:hover  {
	color: #FFFFFF;
	background: #737FA8;
}

#navigation p {
	text-align: left;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
}


.footer {
  clear: both;
}

.w3c-validated {
	text-align: center;
}

.w3c-validated a {
	padding-right: 1em;
}

.copy-right {
	font-size: 10px;
	text-align: center;
	display: block;
}

.logos {
	text-align: center;
}

.logos img{
	padding: .5em;
}

.logos p {
	font-size: 20px;
	font-style: italic;
	font-weight: bold;
	color: #000066;	
}

.click-for a {font-size: 20px;}
.anchor-list a {padding-right: 1em;}
.anchor-list {text-align: center;}
.anchor-list-large a {padding-right: 1em; font-size: 20px;}
.anchor-list-large {text-align: center;}

.photo-array-small {
	float: left;
}

.photo-array-small td {
	padding: .5em;
}

.gallery  {
	margin-left: auto;
	margin-right: auto;
}

.gallery-image  {
	float: left;
	width: 275px;
	height: 475px;
	overflow: scroll;
}

.gallery-image p {
	margin-left: 1em;
	margin-right: 1em;
}

.gallery-image img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.photo-sidebar-left, .photo-sidebar-right {
	float: left;
	margin-bottom: 1em;
	margin: 1em;	
}

.photo-strip-with-caption {
	float:left;
	max-width: 260px;
	margin-left: auto;
	margin-right: auto;
}

.photo-with-caption {
	max-width: 260px;
}

.photo-caption {
	text-align: center;
	font-weight: bold;
}

.photo-title {
	text-align: center;
	font-weight: bold;
}
.news-item {
	clear: left; /* change this to right if you put the navigation on the left */
	padding-top: 1em;
}

.news-item h3 {
	padding-top: .75em;
}

.news-item img {padding:10px;}

div#pedigree-table table {
	clear: left; /* change this if you put the navigation on the left */
	border-collapse: collapse;
	border-style: solid;
	border-width: thin;
	margin-top: 1em;
	empty-cells: show;
}

div#pedigree-table td {
	border: groove;
	text-align: center;
	padding: .25em;
}

div#pedigree-table th {
	background-color: #EEDBEE; /* Lavender; */
	border: groove;
	text-align: center;
	font-size: 120%;
	font-weight: bold;
}

.album-page-link, .album-fullpage-link {
	text-align: center;
}

.album-thumbnail {
	overflow: auto;
}

.album-thumbnail table {
	clear: left;
}

.album-thumbnail td {
	text-align: center;
	width: 244px;
}

.album-thumbnail img {
	border:none;
	/* width: 240px; */
}
.album-page-link a, .current-link-marker, .album-fullpage-link {
	padding-right: .5em;
	padding-bottom: 1em;
}

.album-content {
	text-align: center;
	padding: 1em;
}

.album-content img {
	border: none;
	padding: .25em;
}

.album-content td {
	padding: .25em;
}

.link-large {
	font-size: 20px;
}

.attention {
	font-size: 125%;
	font-weight: bold;
	/* color: #8B008B; DarkMagenta */
	color: #191970; /*MidnightBlue */
}

.table-pedigree-info {
	border-collapse: collapse;
	border-style: solid;
	border-width: thin;
	margin-top: 1em;
	empty-cells: show;
}

.table-pedigree-info td {
	border: groove;
	padding: .25em;	
	border-color: #D3D3D3; /* LightGrey */
}

/* Background for first column */
.table-pedigree-info td:first-child {
	background-color: #D3D3D3; /* LightGrey */
}

/* Thick right border on 2nd column */
.table-pedigree-info tr > td:first-child + td {
	border-right-style: solid;
	border-right-width: 5px;
	border-right-color: #808080; /* Grey */
	
}

/* Bold the names - all but the first column of first row */
.table-pedigree-info tr:first-child  td + td {
	font-weight: bold;;
}


.health-scores {
	border-collapse: collapse;
	border: 1px solid black;
}

.health-scores th {
	background: #EEDBEE;
	border: 1px solid black;
	padding: .5em;}

.health-scores td {
	background: #EEEEEE;
	padding-left: 1em;
	padding-right: 1em;
	padding-top: .25em;
}
.test-name {
	/* background: #EEEEEE; */
}

.test-result {
	/* background: #FBFBFB; */
}

.courtesy {
	font-size: 8px;
	font-style: italic;
}

.available-now img {
	float: left;
	padding-right: 1em;
}

.available-now td {
	padding: .5em;
}

.lead-in {
	float:left;
	font-size: 24px;
	font-weight: bold;
	font-style: italic;
	padding: .25em;
	padding-right: 1em;

}

.little-lead-in {
	float:left;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	padding-right: .5em;

}
