@charset "UTF-8";
html, body {
	height:100%;
	}
a {
	font-style: italic;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
h1 {
	font-size: 2.2em;
	text-shadow: 1px 0px 1px rgba(255,255,255,1);
}
h2 {
	font-size: 2em;
}
h3 {
	font-size: 1.8em;
}
h4 {
	font-size: 1.6em;
}
h5 {
	font-size: 1.4em;
}
h6 {
	font-size: 1.2em;
}
#footer p   {
	font-size: 10px;
	color: rgba(204,204,204,1);
	text-align: center;
}
#site_title   {
	display: block;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
.page_title   {
	text-align: center;
	width: 100%;
	height: auto;
	text-shadow: 3px 3px 3px rgba(0,0,0,1);
}
.page_title h1    {
	text-shadow: 3px 3px 3px rgba(0,0,0,1);
}
#merit   {
	display: block;
	height: auto;
	width: 150px;
	margin: 50px auto;
}
#merit a img    {
	width: 150px;
	border: medium ridge rgba(153,153,153,1);
}
#about   {
	height: auto;
	width: 80%;
	display: block;
	margin-right: auto;
	margin-left: auto;
	text-align: justify;
	margin-bottom: 100px;
}
#about img    {
	box-shadow: 20px 20px 20px 20px rgba(0,0,0,.7);
	width: 30%;
	height: auto;
}
#about #links ul li    {
	list-style: square;
	margin-left: 20px;
	font-size: 18px;
	line-height: 2em;
}
.news    {
	text-align: center;
	display: block;
	margin-bottom: 50px;
	height: auto;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	clear: right;
	float: left;
}
.news img     {
	width: 70%;
	border: medium ridge rgba(153,153,153,1);
	height: auto;
}
.news #puppies     {
	width: 98%;
}
.dogs_menu     {
	display: block;
	clear: right;
	float: left;
	height: auto;
	width: 150px;
	text-align: center;
	margin: 10px 10px 0px;
}
.dogs_menu a img     {
	border: medium ridge rgba(153,153,153,1);
}
#contact    {
	text-align: center;
}
.dog_info    {
	text-align: center;
}
.dogs    {
	display: block;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-bottom: 75px;
}
.dogs img     {
	border: medium ridge rgba(153,153,153,1);
	display: block;
	width: 100%;
	box-shadow: 20px 20px 20px 20px rgba(0,0,0,.7);
}
#pedigree    {
	background: url(../images/background.png) no-repeat scroll center center;
	background-size: contain;
	display: block;
	margin: 50px auto 100px;
	width: 90%;
	padding: 80px 20px 50px;
	height: auto;
	color: rgba(0,0,0,1);
}
#pedigree1 {
	display: block;
	margin: 50px auto 100px;
	width: 75%;
	padding: 20px;
	overflow: hidden;
	border: medium ridge rgba(153,153,153,1);
	background: rgba(204,204,204,
.);
	background: rgba(204,204,204,1);
}
#pedigree img    {
	display: block;
	margin-right: auto;
	margin-left: auto;
	width: 80%;
}
#pedigree1 table {
	font-size: 18px;
	width: 100%;
	color: rgba(0,0,0,1);
	height: 250px;
}
td {
	padding: 2px 0px 2px 3px;
	vertical-align: middle;
	height: 25px;
}
.bracket-small {
	height: 30px;
	width: 5px;
}
.bracket-large {
	width: 10px;
	height: 80px;
}
.bracket-medium {
	height: 52px;
	width: 10px;
}
#space    {
	height: 100%;
}
.red {
	color: rgba(255,0,0,1);
}
