/*

	terrafirma1.0 by nodethirtythree design
	http://www.nodethirtythree.com

*/

*
{
padding: 0px;
margin: 0px;
}

body
{
background: #fff;
font-size: 12px;
font-family: "trebuchet ms", helvetica, sans-serif;
color: #8C8C73;
line-height: 18px;
}

a
{
color: #FF7800;
text-decoration: underline;
}

a:hover
{
text-decoration: none;
}

sup
{
font-size: 0.5em;
}


p
{
margin-bottom: 14px;
text-align: justify;
}

img
{
	border: 0;
}

img.picA
{
position: relative;
top: -2px;
background: url('/images/a47.gif') no-repeat;
width: 76px;
height: 74px;
padding: 8px;
}

div.content img {
	border: 1px solid silver;
	padding: 4px;
	margin: 5px;
	
}

img.thumb {
	width: 75px;
	height: 75px;
}

img.picB
{
position: relative;
top: -2px;
background: url('/images/a26.gif') no-repeat;
width: 146px;
height: 75px;
padding: 7px;
}

img.floatleft
{
float: left;
margin: 0px 14px 3px 0px;
}

img.floatright
{
float: right;
margin: 0px 0px 3px 14px;
}


ul.link-list, ul.event-list {
	list-style: none;
}

ul.link-list li, ul.event-list li {
padding-top: 5px;
margin: 5px 0px 0px 0px;
}

#upbg
{
position: absolute;
top: 0px;
left: 0px;
background: #fff url('/images/upbg.gif') no-repeat;
width: 747px;
height: 264px;
z-index: 1;
}

#outer
{
position: relative;
width: 747px;
margin: 0 auto;
background: #fff url('/images/abg.gif') repeat-y;
}

#inner
{
position: relative;
padding: 13px 30px 13px 30px;
z-index: 2;
}

#header
{
	position: absolute;
	background: #FF7800 url('/images/a8.gif') repeat-x;
	width: 300px;
	height: 92px;
	color: #fff;
	padding: 0 10px 0 10px;
}

#header h1
{
	font-size: 32px;
	letter-spacing: -1px;
	font-weight: normal;
	text-align: center;
	padding-top: 30px;
}

#header h2
{
	font-size: 13px;
	font-weight: normal;
	color: #FCE2CA;
	text-align: left;
	padding: 10px 0 0 15px;
}

#header h3 {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	padding-top: 10px;
}

#splash
{
position: absolute;
right: 30px;
background: #EAEAE2 url('/images/banner.jpg') no-repeat;
width: 360px;
height: 92px;
}

#menu
{
position: relative;
background: #46461F url('/images/a16.gif') repeat-x;
height: 39px;
padding: 0px 10px 0px 5px;
margin: 98px 0px 5px 0px;
}

#menu ul
{
}

#menu ul li
{
display: inline;
line-height: 39px;
padding-left: 3px;
}

#menu ul li.first
{
border-left: 0px;
}

#menu ul li a
{
background-color: transparent;
background-repeat: repeat-x;
padding: 5px 12px 5px 12px;
font-size: 12px;
color: #fff;
font-weight: bold;
}

#menu ul li a:hover, #menu ul li a.selected
{
background: #fff url('/images/a18.gif') repeat-x top;
color: #FF7800;
text-decoration: none;
}

#menu ul li a.selected {
	color: #4A4A24;
}

#date
{
position: absolute;
top: 0px;
line-height: 52px;
color: #BDBDA2;
right: 30px;
font-weight: bold;
font-size: 12px;
letter-spacing: -1px;
}

#secondarycontent
{
  position: relative;
	width: 200px;
	float: right;
}

/**
#submenu {
	border: 1px solid #d4d4d4;
}
*/
#submenu {
	padding-right: 10px;
}
#submenu .content ul {
	padding-left: 10px;
	list-style: none;
	font-size: 12px;
	font-weight: bold;
}

#submenu .content ul li a {
	padding: 2px 0px 2px 5px;
	display: block;
}

#submenu li.selected {

}

#submenu li.selected a, #submenu li a:hover {
	text-decoration: none;
	color: #FFF;
	background: #ff7800;
}
#submenu li.selected a {
	font-size: 14px;
}


#secondarycontent h3
{
position: relative;
top: 4px;
font-size: 16px;
line-height: 18px;
color: #656551;
letter-spacing: -1px;
background: url('/images/a22.gif') bottom repeat-x;
padding: 0px 0px 5px 5px;
margin-bottom: 10px;
}

#secondarycontent h4
{
	font-size: 12px;
}

#secondarycontent .content
{
padding: 0px 10px 0px 10px;
margin-bottom: 20px;
}

.primarycontent
{
position: relative;
width: 460px;
float: left;
}

.primarycontent h1
{
	position: relative;
	top: 4px;
	font-size: 18px;
	line-height: 25px;
	color: #656551;
	letter-spacing: -1px;
	background: url('/images/a22.gif') bottom repeat-x;
	padding: 0px 0px 5px 5px;
	margin-bottom: 10px;
}

.primarycontent h2 {
	font-size: 16px;
}

.primarycontent h3 {
	font-size: 14px;
}
.primarycontent h4 {
	font-size: 12px;
}

.primarycontent .content
{
padding: 0px 0px 5px 0px;
margin-bottom: 15px;
}

.primarycontent .section
{
margin-bottom: 20px;
}

.primarycontent .section .header
{
position: relative;
}

.primarycontent .section .date
{
position: absolute;
right: 15px;
top: 0px;
line-height: 35px;
color: #AFAFA4;
font-weight: bold;
}

.primarycontent .section .content
{
margin-bottom: 0px;
}

.primarycontent .section .footer
{
position: relative;
top: -10px;
background: url('/images/a33.gif') repeat-x;
height: 64px;
}

.primarycontent .section .footer ul
{
list-style: none;
position: absolute;
right: 15px;
bottom: 15px;
}

.primarycontent .section .footer ul li
{
display: inline;
line-height: 14px;
padding-left: 17px;
margin-left: 25px;
background-repeat: no-repeat;
background-position: 0px 2px;
}

.primarycontent .section .footer ul li.printerfriendly
{
background-image: url('/images/a41.gif');
}

.primarycontent .section .footer ul li.comments
{
background-image: url('/images/a36.gif');
}

.primarycontent .section .footer ul li.readmore
{
background-image: url('/images/a38.gif');
}

#footer
{
position: relative;
clear: both;
text-align: center;
background: url('/images/a50.gif') repeat-x;
color: #A8A88D;
}

#footer a
{
color: #8C8C73;
}

#contents_contact label {
	display: block;
	width: 8em;
	padding-right: .5em;
	font-weight: bold;
	float: left;
	text-align: right;
}

p.submit {
	text-align: center;
}

body.primarycontent {
	background: #fff;
}

table.litters-list tr.odd {
	background: #f0f0f0;
	
}
table.litters-list td {
	padding: 4px;
}

table.litter-parents td {
	padding: 5px;
}

table.pedigree td, table.pedigree tr {
	vertical-align: middle;
}
table.pedigree td div.ancestor {
	border: 1px solid #8C8C73;
	padding: 4px;
}

div.image-item {
	float: left;
	padding: 8px;
	text-align: center;
	width: 91px;
}

p.page-links {
	text-align: center;
}

div.ancestor {
	font-size: 10px;
}

.article-summary {
	margin-bottom: 10px;
}
