body {
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 85%;
}

h2 {
	text-align: left;
	font-weight: bold;
	font-size: 1.5em;
}

h3 {
	text-align: left;
	font-weight: bold;
	font-size: 1.2em;
	background: transparent url('/images/h3.png') left center no-repeat;
	padding: 8px 26px;
}
h4 {
	text-align: left;
	background: transparent url('/themes/coffeecream/h4.png') left center no-repeat;
	line-height: 20px;
	padding: 0 20px;
	margin: 0 30px;
	font-size: 1em;
}
h5 { font-weight: bold; font-size: 1.2em; margin: 2px 0px;}
a {
	text-decoration: none;
	font-weight: bold;
}
a img { border: none; }
a.dog_info {
	font: 1.2em;
	font-weight: bold;
	display: block;
	float: right;
}
a.topic {
	display: block;
	padding-left: 14px;
	font-size: 1.2em;
	font-weight: bold;
}
a.rssf {
	display: inline-block;
	width: 7em; height: 16px;
	background: transparent url('/images/feed-icon.gif') left top no-repeat;
	padding-left: 18px;
}
a.rssf:hover { background-position: left bottom; }
ol>li { margin-bottom: .6em; }
dt { font-weight: bold; }
dd { margin: 0 0 1em 5em; }
table {
	border-collapse: collapse;
	width: 100%;
}
th, td {
	font-size: .8em;
	text-align: left;
	padding: .2em;
}
th {
	text-align: center;
	font-size: .9em;
}
table.dwn th, table.dwn td { font-size: 1em; }
table.dwn a {
	display: block;
	text-align: right;
}
table.dwn a div{ float: left; }
table td.inv {
	height: 5em;
	font-size: 1em;
	text-align: center;
}
table td.qry {
	height: 2em;
	font-size: 1em;
	text-align: center;
}
table td.inv span {
	font-weight: normal;
	font-style: italic;
}
table tr.voc td {
	font-size: 1em;
	font-weight: bold;
}

#content {
	position: relative;
	width: 90%;
	height: auto;
	margin: 1em auto;
	text-align: left;
	max-width: 1024px;
	min-width: 840px;
	padding: 10px;
}
.tl {
	top: -2px; 
	left: -2px; 
	background-position: left top; 
} 
.tr {
	top: -2px; 
	right: -2px; 
	background-position: right top; 
} 
.bl {
	bottom: -2px; 
	left: -2px; 
	background-position: left bottom; 
} 
.br {
	bottom: -2px; 
	right: -2px; 
	background-position: right bottom; 
} 
.tl, .tr, .bl, .br {
	position: absolute;
	width: 15px;
	height: 15px;
	font-size: 0px;
	background-repeat: no-repeat;
	background-color: transparent;
}
#header {
	position: relative;
	min-width: 833px;
	height: 119px;
	margin: 0 0 10px 0;
	padding: 0 0 5px 0;
}
#header div.right {
	position: relative;
	padding: 0 2em;
	top: -.3em;
}
#footer {
	text-align: center;
	font-size: .8em;
	margin-top: 1em;
}
#footer span { font-size: .9em;}
#logo {
	margin-left: 34px;
	float: left;
}
#title {
	display: block;
	width: 545px;
	height: 87px;
	margin: auto;
	padding-top: 21px;
}
#page {
	margin: 0 0 0 206px; 
	padding: 0;
	height: auto;
}
#page-content, #top-menu {
	position: relative;
	margin: 0; 
	padding: .5em 1em 1em 1.1em;
	font-size: 100%;
	text-align: justify;
	min-width: 600px;
	height: auto;
	float: right;
	width: 95%;
}
#top-menu {
	margin-bottom: .5em;
	padding-bottom: .5em;
	line-height: 1.7em;
	text-align: center;
}
#top-menu a {
	white-space: nowrap;
	padding: 0 1em 0 1.2em;
	letter-spacing: 0px;
	font-size: .9em;
	/*text-shadow: #9b9fa1 1px 1px 2px;*/
}
#sidebar {
	float: left;
	font-size: .9em;
	margin: 0 0 4px 0px;
	padding: 0;
	width: 199px;
}
#sidebar h3 {
	display: block;
	font-size: 1.1em;
	font-weight: bold;
	margin: 0 0 5px -15px;
	padding: 12px 34px 0 15px;
	position: relative;
	text-transform: uppercase;
	width: 150px;
}
#sidebar div.sidebar-node {
	padding: 0 15px 15px;
	color: #000;
}
#sidebar div.cc { padding: 0 15px 85px 15px; }
#sidebar ul,
#sidebar li {
	background: none;
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
}
#sidebar a {
	border: none;
	font-weight: bold;	
}
#sidebar li a, li#search {
	display: block;
	padding: 2px 15px 2px 15px;
	border: none;
	margin: 0 0 0 -15px;
	width: 169px;
	overflow: hidden;
	line-height: 1.2em;
}
.ticket {
	position: relative;
	top: -2.5em;
	text-align: center; 
	width: 120px;
	height: 3.5em;
	margin: 0 0 0 52px;
	font-size: .7em;
	padding: .2em;
	letter-spacing: -0.1em;
	line-height: 1.1em;
}
.fleft { float: left; }
.fright { float: right; }
.center { text-align:center; }
.right { text-align: right; }
hr {
	height: 1px;
	border: none;
}
hr.cleaner {
	clear: both;
	height: 1px;
	margin: -1px 0 0 0; padding:0;
	border: none;
	visibility: hidden;
}
.bold { font-weight: bold; }
.it { font-style: italic; }
.hl { font-weight: bold; }
.small { font-size: .8em; }
.sdn { color: #800000; }
.change { font-weight: bold; color: #bb0000; }
table.dinfo {
	width: auto;
	border: none;
	margin-bottom: .2em;
}
table.dinfo td { border: none; }
ul.dinfo {
	margin-top: 0;
	padding-left: 1em;
	list-style-type: none;
}
.image {
	float: left;
	display: block;
	width: 240px;
	margin: 0 15px 15px 0;
	text-align: center;
	font-size: 75%;
	font-weight: bold;
}
.image img { margin: 10px; }

.img {
	background-color: #fff;
	border: 1px solid #330000;
}
dl a.web_ex {
	display: block;
	padding: 1px 2em;
	width: 20em;
	margin: 0 0 .2em 1.2em;
	color: #800000;
	font-weight: bold;
}
table th.show {
	font-style: italic;
	font-size: 1em;
}
table td.grade {
	font-weight: bold;
	width: 7em;
	text-align: center;
}
label {
	display: block;
	float: left;
	width: 11em;
	margin-bottom: 1em;
	padding-right: 10px;
	text-align: right;
	line-height: 1.5em;
}
label.page_sel {
	display: inline;
	float: none;
	width: auto;
}
.cdate {
	display: block;
	height: 58px; 
	width: 60px;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	color: #3f0000;
	margin-right: 2em;
}
.cdate span.cyear {
	position: relative;
	display: block;
	top: 9px;
	height: 12px;
	margin: 0;
}
.cdate span.cday {
	position: relative;
	display: block;
	top: 9px;
	height: 20px;
	margin: 0;
	font-size: 18px;
	text-decoration: underline;
}
.cdate span.cmonth {
	position: relative;
	display: block;
	top: 9px;
	height: 12px;
	font-size: 11px;
	margin: 0;
	letter-spacing: -1px;
}
#map_cont {
	margin: 0px auto;
	padding: 10px;
	width:450px;
	height:300px;
}
#map_div {
	width:450px;
	height:300px;
}
#map_coord {
	margin: 0px;
	width:550px;
	height:360px;
}
#map_bg {
	margin: auto;
	padding: 35px;
	width:620px;
	height:429px;
}
#small_map {
	margin: auto;
	padding: 50px 40px 50px 40px;
	width:620px;
	height:429px;
}
div.topic div.topic_cont { padding: 5px 10px; }

div.topic div.head {
	position: relative;
	height: 29px;
	font-size: .8em;
	padding: 1px 15px 1px 5px;
}
div.topic div.master {
	height: 29px;
	padding-left: 45px;
}
#adverts div.topic {
	padding: .5em 1em;
	line-height: 1.5em;
}
.autocomplete_list { background-color: transparent; }
.seal {
	float: right;
	width: 150px;
	height: 80px;
	font-size: .7em;
	font-weight: bold;
	padding-top: 70px;
	text-align: center;
}
.bseal {
	width: 36px; height: 35px;
	position: absolute;
	margin-top: 80px; left: 2px;
	background: transparent url('/images/green_seal.gif') center top no-repeat;
}
.bauric { background-image: url('/images/gold_seal.gif'); }
.dpic {
	width: 150px;
	height: 113px;
	float: right;
	margin-bottom: 4px;
}
.login {
	position: relative;
	top: -6px;
}
.champ {
	margin-left: 10px;
	padding: 0 10px 0 45px;
	text-align: center;
	font-weight: bold;
	min-height: 70px;
}
.bob {
	margin: .8em 0;
	text-align: center;
}
#changes {
	margin-top: 1em;
	font-size: .8em;
}
#changes a{ font-size: 1.1em; }
#changes div.fleft, #changes div.fright{
	padding: 2px 2px 2px 4px;
	width: 47%;
	line-height: 1.6em;
}
#introduce {
	text-align: center;
	font-size: .8em;
}
#introduce a {
	display: block;
	width: 45%;
	padding: 5px;
	border: none;
	background-color: transparent;
}
.slideshow {
	margin: 0 auto .5em auto;
	width: 600px;
	height: 70px;
}

/* Light Window */
td span.date {
  padding-left: 15px;
}
#news {
	font-size: .8em;
	padding: 8px 15px;
}
.red { color: #bb0000 !important; }
.blue { color: #000080 !important; }
.steel { color: #666666 !important; }
.black { color: #000 !important; }
.brown { color: #963 !important; }

/* Tooltip */
a.tt{
	position: relative;
	z-index: 24;
	text-decoration: none
}
a.tt span{ display: none; padding: 2px; }
a.tt:hover span{ 
	display:block;
	position:absolute;
	top:1.3em; left:-5.1em; width:51em;
}

/* members */
a.paid {
	font-weight: bold;
	font-size: 1.2em;
	border: 1px solid #b4aaaa;
}
a.paid:hover {
	border-color: #303532;
	color: #303532;
}

/* Books */
div.books div { float: right; width: 70%; margin-top: 12px;}
div.books img { margin: 4px; border: 1px solid #938262; }

/* Pagination */
.pagination { font-weight: bold; font-size: .8em;}
.pagination a {
	font-size: 1em;
	text-decoration: none;
	padding: 0 1em;
}
.pagination a:hover { 
	font-size: 3em;
	padding: .15em;
}
.pagination a.prev_page:hover, .pagination a.next_page:hover { 
	font-size: 1em;
	padding: 0 1em;
}
.pagination .disabled {
	font-weight: normal;
	color: #ccc;
}
.pagination .current {
	font-size: 3em;
	padding: 0 .15em;
	color: #ff8000;
}
.pagination .prev_page, .pagination .next_page { margin: 0 2em; }
/* Pedigree */
.pedigree {
	padding: 5px;
	margin: .5em 0;
	font-size: .8em;
	border: 1px solid #ccc7ac;
	color: #420700;
	overflow: hidden;
}
.pedigree ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 99%;
}
.pedigree ul:after { 
	content: '[DO NOT LEAVE IT IS NOT REAL]';
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}
.pedigree ul ul {
	float: right;
	width: 66%;
}
.pedigree ul ul ul { width: 50%; }
.pedigree li {
	float: left;
	width: 100%;
	font-weight: bold;
	text-align: left;
}
.pedigree li div {
	float: left;
	width: 32%;
	padding: 5.2em 0;
	background: transparent url('/images/pedigree_arrow.gif') left center no-repeat;
	padding-left: .5em;
}
.pedigree li li div {
	width: 48%;
	padding: 2.3em 0;
	padding-left: .5em;
}
.pedigree li li li div {
	width: 99%;
	padding: .8em 0;
	padding-left: .5em;
}

/* Gallery */
div#gallery {
	border: 1px solid #555;
	float: left;
	background: #333 url('/images/Film_Strip.jpg') bottom right no-repeat;
	margin: 10px auto;
	padding-bottom: 80px;
	width: 98%;
}
div#gallery_curl {
	float: left;
	background: transparent url('/images/gallery.jpg') top right no-repeat;
	padding: 0;
	width: 100%;
	color: #999;
	text-shadow: 1px 1px 2px #000;
}
div#gallery_curl h2 { 
	color: #fff;
	text-shadow: 2px 2px 3px #000;
	background-image: none;
	padding-left: 8px;
}
div#gallery div.pagination a:hover {
	border-color: #fff;
	color: #fff;
}
div#gallery div.pagination span.current { color: #fff; }
div#photos {
	margin: 80px 8px 0 8px;
	float: left;
	border-top: 1px solid #555;
}
div#photos div.gimg {
	float: left;
	width: 170px; height: 170px;
	text-align: center;
	margin: 4px 3px;
	background: transparent url('/images/gal_bg.jpg') top left no-repeat;
}
div.gimg a {
	display: block;
	height: 100%;
	border: 1px solid #555;
	border-right-color: #000;
	border-bottom-color: #000;
	#background-color: #3A4747;
}
div.gimg a:hover { 
	border: 1px solid #000;
	border-right-color: #555;
	border-bottom-color: #555; 
}
div.gimg a img { border: none;}
a.slide { background: transparent url('/images/slide.jpg') left bottom no-repeat; }

/* Home */
#welcome {
	background: transparent url('/images/welcome_puppies.gif') top center no-repeat;
	width: 568px;
	height: 140px;
	margin: -20px auto 0 auto;
}
.welcome {
	text-align: center;
	margin: 0;
	padding: 0;
	position: relative;
	top: -15px;
}
div#newspaper, div#archive {
	border: 1px solid #E6E6E6;
	border-right: 1px solid #B3B3B3;
	border-bottom: 1px solid #B3B3B3;
	margin-top: .5em;
	background: transparent url('/images/newspaper.jpg') top left repeat;
}
div#newspaper div#curl { 
	background: transparent url('/images/newspaper_curl.jpg') top right no-repeat;
	width: 45px; height: 51px;
	float: right;
}
table#home {
	background-color: transparent;
	border: none;
	border-collapse: separate;
	border-spacing: 1em;
}
table#home div.new, #archive div.new {
	text-align: justify;
	background: transparent url('/images/doubleRule.gif') bottom left repeat-x;
	padding-bottom: 1px;
}
table#home th {
	background-color: transparent;
	border: none;
	border-top: 1px solid #808080;
	border-bottom: 1px solid #808080;
	text-align: right;
	font-family: georgia, "times new roman", times, serif;
	font-style: italic;
	color: #808080;
	padding-right: 1em;
	text-shadow: none;
}
table#home td {
	border: none;
	padding: .4em 0;
	color: #4C4C4C;
	vertical-align: top;
}
table#home td.dot {
	border: none;
	border-right: 1px dotted #808080;
	padding-right: .5em;
}
table#home div.title {
	font: normal small-caps bold 1.5em georgia, "times new roman", times, serif;
	color: #333;
	margin-bottom: .5em;
}
table#home span.ever {
	display: block;
	font: italic normal normal 1.2em georgia, "times new roman", times, serif;
	color: #333;
	text-align: right;
	padding-right: 1em;
	margin: 1em 0 -.4em 0;
}
table#home a { line-height: 1.6em; }
table#home a:hover { text-decoration: underline; }
table#home a span {
	color: #333;
	font-weight: normal;
	font-size: .9em;
}
#newspaper h2 { color: #444; }
#newspaper ul { padding-left: 10px; }
#newspaper ul li { list-style: none; font: normal normal bold 1.2em georgia, "times new roman", times, serif;}
#newspaper ul li li { font: normal normal normal .8em "Lucida Grande", Verdana, Arial, Helvetica, sans-serif; }

/* after login */
.login {
	position: relative;
	top: -6px;
}
a.logging {
	color: #ffffcc;
}
a.logging:hover {
	color: #1f0000;
}
a.edt {
	display: block;
	background-color: #637685;
	color: #fff;
	width: 1em; height: 1em;
	line-height: .7em !important;
	text-align: center;
	font-size: 10pt; text-shadow: 1px 1px 2px #000;
	border: 1px solid #000;
	margin-right: 3px;
}
a.new {
	display: block;
	position: relative;
	width: 10em;
}
a.edt:hover {
	background-color: #bb0000;
	color: #fff;
}
/* topLink */
a#top-link { 
	display: none; position: fixed; 
	right: 5px; bottom: 5px; 
	color: #bb0000; 
	border: 1px solid #bb0000; 
	background: #ddd;
	padding: 4px 6px;
	font-size: .9em;
	opacity: .7;
}
a#top-link:hover { opacity: 1;}
/* golden */
#golden { margin-top: 1em;}
#golden span {
	font: normal bold normal 2em georgia, "times new roman", times, serif;
}
/* first-aid */
/* archive */
#archive {
	padding: 4px 6px;
	color: #4c4c4c;
	font-size: .9em;
}
#archive div.ever {
	background-color: #d5d5d5;
	padding: 2px 4px;
	color: #000;
	font-family: georgia, "times new roman", times, serif;
	text-align: right;
}
#archive span.ever {
	font-family: georgia, "times new roman", times, serif;
	font-size: .8em;
}
#wanted ul { list-style-type: none; }
#wanted li:before {
    content: '\002794 \00a0';
}
.wanted { background: transparent url('/images/newspaper.jpg') top left repeat; }
#f_aid {
	border-bottom: none;
	position: relative;
	width: 280px;
	top: 1px;
	z-index: 100;
	padding: 5px 20px;
	font-weight: bold;
	font-size: 1.2em;
	text-decoration: underline;
	background: transparent url('/images/newspaper.jpg') top left repeat;
}
.gravatar { width: 48px; height: 48px; float: left; margin: 2px 10px 10px 0;}
.loupeArea {
	height: 200px;
	overflow: hidden;
	margin: auto;
	border: 1px solid #bb0000;
	background: #f5fffa url('/images/loupe.jpg') bottom right no-repeat;
}
body#intro {
	text-align: center;
	margin: 0; padding: 0;
}
body#intro a {color: #3b3327;}
body#intro a:hover {color: #420; text-decoration: underline;}
div#intro_img {
	margin-top: 1em;
	height: 600px;
	background: transparent url('/images/pf2010x.jpg') 50% 10% no-repeat;
}

