/* Stylesheet for polarcairn.com */

body {
	font-family: Verdana, Arial, Helvetica, Geneva, SunSans-Regular, sans-serif ;
	font-size: smaller;
	padding: 0px;
	margin: 1em;
	background: brown;
	background: white url('../img/body-bg.png') repeat-x;
	background-attachment: fixed;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: red;
}

#menu {
	float: left;
	background: #F9F9F9 url(../img/bgshadow.png) repeat-y right;
	border: 1px solid silver;
	width: 13em;
}

#menuheader {
	background: #EEEEEE url(../img/bgshadow.png) repeat-y right;
	border-bottom: 1px solid silver;
	text-align: center;
	font-weight: bold;
}

#menu h4 {
	padding-left: 1em;
}

#menu hr {
	color: silver;
	width: 11em;
}

#menu li {
	list-style-image: url(../img/arrow.gif);
	padding: 0.25em;;
	width: 9em;
}

#menu li.subitem {
	list-style-image: url(../img/li_filler.gif);
	text-indent: 0.5em;
}

#pagebody {
	background: #726357 url(../img/bgshadow.png) repeat-y right;
	padding:16px;
	border: 1px solid silver;
	margin-left: 15em;
}

#pageheading {
	height: 200px;
	background: #9a8575 url(../img/heading.JPG);
	background-repeat: no-repeat;
	background-position: center;
}

#heading h1 {
	font-size: small;
}

#pagecontent {
	background: #9a8575;
	padding: 4px;
	border-top: 1px solid silver;
	border-left: 1px solid silver;
	border-right: 1px solid silver;
	border-bottom: 1px solid silver;
	padding-bottom: 1em;
}

#pagefooter {
	background: #9a8575;
	border-bottom: 1px solid silver;
	border-left: 1px solid silver;
	border-right: 1px solid silver;
	padding-top: 0.25em;
	padding-bottom: 0.25em;
	text-align: center;
}

.welcome {
   text-align: center;
}

iframe {
   border: none;
}

table.pedigree {
   border: 1px solid black;
   border-collapse: collapse;
   font-size: smaller;
}

table.pedigree td {
   border: 1px solid black;
   padding: 5px;
}

table.pedigree th {
   border: 1px solid black;
   padding: 5px;
}
