@charset "UTF-8";
/* CSS Document */

/* Standard tag styles */
/* ------------------- */
* {
	padding: 0;
	margin: 0;
}

body {
	color: #ffffff;
	background-color: #361e1e;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
}

a:link, a:visited {
	color: #ffffff;
	text-decoration: underline;
}

a:hover {
	color: #4b1515;
}

h1 {
	font-weight: normal;
	margin-top: 10px;
	padding-bottom: 5px;
}
h2 {
	font-weight: normal;
	margin-top: 6px;
	padding-bottom: 3px;
}
h3 {
	font-weight: normal;
	margin-top: 4px;
	padding-bottom: 2px;
}

p {
	padding-bottom: 3px;
}

/* Layout styles */
/* ------------- */
.clrFloat {
	clear: both;
}

#wrapper {
	width: 900px;
	margin: auto;
}

#topContent {
	background-image: url(images/top-bg.png);
	background-repeat: no-repeat;
	height: 66px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: Eurostile, Tahoma, Arial;
	font-size: 12px;
	color: #440c0c;
}

#siteLogo {
	float: left;
	width: 395px;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
	
}

#siteLogo h1 {
	font-weight: normal;
	font-size: 36px;
	margin-top: 0px;
	padding-bottom: 0px;
}

#siteLogo p {
	padding-left: 2px;
}

#siteLogo img {
	float: right;
}

#siteInfo {
	float: left;
	width: 415px;
	padding-top: 25px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 18px;
}

#siteInfo img {
	padding-left: 3px;
	padding-right: 3px;
}

#navigation {
	background-image: url(images/nav-bg.png);
	background-repeat: no-repeat;
	height: 24px;
	padding-left: 5px;
	padding-right: 5px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}

#mainContent {
	background-image: url(images/content-bg.png);
	background-repeat: repeat-y;
}

#narrowContent {
	float: left;
	margin-left: 25px;
	margin-right: 15px;
	margin-top: 5px;
	margin-bottom: 20px;
	width: 640px;
}

#narrowContent img {
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 2px;
	margin-bottom: 2px;
	border: #c0b795 solid 3px;
}

#narrowContent ul {
	padding-top: 2px;
	padding-bottom: 2px;
	margin-left: 20px;
}

#narrowContent ol {
	padding-top: 2px;
	padding-bottom: 2px;
	margin-left: 25px;
}

#wideContent {
	margin-left: 25px;
	margin-right: 25px;
	margin-top: 5px;
	margin-bottom: 20px;
}

#wideContent img {
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 2px;
	margin-bottom: 2px;
	border: #c0b795 solid 3px;
}

#wideContent ul {
	padding-top: 2px;
	padding-bottom: 2px;
	margin-left: 20px;
}

#wideContent ol {
	padding-top: 2px;
	padding-bottom: 2px;
	margin-left: 25px;
}

#sideModules {
	float: left;
	width: 206px;
	padding-top: 20px;
}

#bottomModules {
	margin-left: 25px;
}

#bottomContent {
	padding-top: 20px;
	padding-bottom: 10px;
}

#footer {
	text-align: center;
	font-size: 10px;
	color: #e3d7ac;
}

#footer a:link, #footer a:visited {
	color: #e3d7ac;
}

#bottomContent a:hover {
	color: #ffffff;
}






/* PEDIGREE STYLES */
/* --------------- */
ul#pedigreeList {
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
}

ul#pedigreeList li {
	float: left;
	width: 400px;
	margin-left: 10px;
	margin-bottom: 20px;
}

.pedigreeHeadline {
	background-color: #6c3f3f;
}

.pedigreeSire {
	color: #ffff00;
}

.pedigreeDam {
	color: #ff0000;
}

.button {
	background-color: #6c3f3f;
	border: #ffffff 1px solid;
	text-align: center;
	width: 100px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.button a:link, .button a:visited {
	text-decoration: none;
}

.button a:hover {
	color: yellow;
}






















/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */

