/*
Theme Name: Goldfellow
Description: Goldfellow theme
Author: Fierymill
Author URI: http://fierymill.net
Version: 1.0
.
General comments/License Statement if any.
.
*/html, body {
	margin: 0;
	padding: 0;
}

#page {
	margin: 0;
	padding: 0;
	min-width: 780px;
	background: #e7dcd9;
	color: #3C281a;
	border: 10px solid #d5b8b0;
}

body {
	padding: 20px;
	background: #3c281a url('images/body-bg.jpg') repeat-x;
	font-family: "Times New Roman", "times", serif;
	font-size: 0.9em;
	line-height: 1.5;
}

a {
	color: #534131;
}

a visited {
	color: #756351;
}

a img {
	border: none;
}

#header {
	margin: -10px -10px 0 -10px;
	background: url('images/lt-bg.jpg') left top no-repeat;
	min-height: 250px;
}

#topright {
	margin: 0;
	background: url('images/rt-bg.jpg') right top no-repeat;
	height: 250px;
}

h1 {
	margin: 0 auto;
	padding: 0;
	width: 542px;
	text-align: center;
}

h1 a {
	display: block;
	height: 170px;
	width: 542px;
	text-indent: -9999px;
	background: url('images/header.png') no-repeat center center;
}
#header ol {
	margin: 0 auto;
	width: 80%;
	text-align: center;
	padding: 0.2em 0;
	background: #e3cec8;
	border-top: 2px solid #5b0b0b;
	border-bottom: 2px solid #5b0b0b;
}

#header ol li {
	display: inline;
	margin: 0;
	padding: 0;
}

#header ol li a {
	text-decoration: none;
	padding: 0 0.3em;
}

#header ol li span {
	color: #5b0b0b;
	font-weight: bold;
	padding: 0 0.3em;
}

#header ol li span.pompula {
	text-indent: -9999px;
	background: url('images/pompula.jpg') center center no-repeat;
	padding: 0 7px;
}

#content {
	margin: -40px -10px -10px -10px;
	background: url('images/lb-bg.jpg') left bottom no-repeat;
	min-height: 250px;
}

#footer {
	margin: 0;
	min-height: 250px;
	padding: 0 20% 0 20%;
	background: url('images/rb-bg.jpg') right bottom no-repeat;
}

.center {
	text-align: center;
}

.aligncenter, .imgaligncenter {
    clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.imgalignright {
	float: right;
	margin-left: 10px;
}

.imgalignleft {
	float: left;
	margin-right: 10px;
}

.imgalignright, .imgalignleft {
	margin-bottom: 10px;
}

.navigation {
	clear: both;
}

.navigation .center {
	padding-bottom: 2.3em;
}

.parents {
	width: 576px;
	clear: both;
	margin: auto;
}

#body .parents p {
	width: 47%;
	clear: none;
}

.parents .sire {
	float: left;
}
.parents .dam {
	float: right;
}

.archives {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.archives li {
	display: inline;
	padding: 0;
}

.archives li a {
	padding: 0 1em 0 0;
	font-weight: bold;
}

h2 {
	clear: both;
	margin-bottom: 0;
	font-size: 1.3em;
	font-weight: bold;
}

h3 {
	float: left;
	clear: both;
	font-size: 1.1em;
	font-weight: bold;
}

h2, h3, h3 a, h3 a:visited, h4 {
	color: #4c392a;
}

h3 a, h3 a:visited {
	text-decoration: none;
}

h3 img {
	margin: -0.6em 1em 0 0;
}

h4 {
	clear: both;
	font-size: 0.9em;
}

.post {
	border-bottom: 2px solid #5b0b0b;
}

#body p, #body table, #body ul, #body ol, #body blockquote {
	clear: both;
}

.updates {
	float: left;
	margin-left: 3em;
	margin-top: -2.7em;
	list-style-type: none;
}

.updates li {
	display: inline;
	padding-right: 1em;
}

#fieryring {
	clear: both;
	font-size: 0.8em;
	height: 50px;
	padding: 55px 0 15px 0;
	margin: 0;
}

#fieryring img, h3 img {
	vertical-align: middle;
}

#webstats {
	text-align: center;
	margin: 0;
	padding: 0 0 4px 0;
}

#commentlist {
        padding-left: 0;
        padding-right: 0;
        list-style-type: none;
}

#commentlist h4 {
        font-size: 1em;
        font-weight: bold;
        margin-bottom: 0;
        padding-bottom: 0;
}

#commentlist div {
        margin-top: -1em;
}

#commentlist li {
	border-bottom: 1px solid #5b0b0b;
}

.comment-page-numbers {
        text-align: center;
}

.comment-page-numbers a, .comment-page-numbers strong {
        font-weight: strong;
        padding: 0.5em 0.3em;
}

.comment-page-numbers a {
        border: 1px solid #5b0b0b;
        text-decoration: none;
        padding: 0.5em;
}

input, textarea {
        background: #e3cec8;
        border: 2px solid #5b0b0b;
}

input:focus, textarea:focus {
	background: white;
}

.submit {
        padding-right: 35px;
        text-align: left;
}


.pedigree {
	border-collapse: collapse;
	empty-cells: show;
	margin-top: 1em;
}

.pedigree a {
	color: black;
}

.pedigree td {
	padding: 3px 5px;
	font-weight: bold;
}

.pedigree td span {
	font-weight: normal;
}

.pedigree, .pedigree td {
    border: 1px solid #3c281a;
}

tbody.sire {
	background: #c1b5a8;
}

tbody.dam {
	background: #a39382;
}

#fi-home {
    background: url('images/fi-etusivu.jpg') no-repeat;
	height: 40px;
	width: 500px;
	text-indent: -9999px;
}

#en-home {
    background: url('images/en-etusivu.jpg') no-repeat;
	height: 40px;
	width: 500px;
	text-indent: -9999px;
}

#fi-dogs {
    background: url('images/fi-koiramme.jpg') no-repeat;
	height: 40px;
	width: 500px;
	text-indent: -9999px;
}

#en-dogs {
    background: url('images/en-koiramme.jpg') no-repeat;
	height: 40px;
	width: 500px;
	text-indent: -9999px;
}

#fi-litters {
    background: url('images/fi-kasvatit.jpg') no-repeat;
	height: 40px;
	width: 500px;
	text-indent: -9999px;
}

#en-litters {
    background: url('images/en-kasvatit.jpg') no-repeat;
	height: 40px;
	width: 500px;
	text-indent: -9999px;
}

#fi-puppies {
    background: url('images/fi-pentuja.jpg') no-repeat;
	height: 40px;
	width: 500px;
	text-indent: -9999px;
}

#en-puppies {
    background: url('images/en-pentuja.jpg') no-repeat;
	height: 40px;
	width: 500px;
	text-indent: -9999px;
}

#fi-news {
    background: url('images/fi-uutiset.jpg') no-repeat;
	height: 40px;
	width: 500px;
	text-indent: -9999px;
}

#en-news {
    background: url('images/en-uutiset.jpg') no-repeat;
	height: 40px;
	width: 500px;
	text-indent: -9999px;
}

#fi-results {
    background: url('images/fi-tulokset.jpg') no-repeat;
	height: 40px;
	width: 500px;
	text-indent: -9999px;
}

#en-results {
    background: url('images/en-tulokset.jpg') no-repeat;
	height: 40px;
	width: 500px;
	text-indent: -9999px;
}

#fi-in-memoriam {
    background: url('images/fi-muistoissa.jpg') no-repeat;
	height: 40px;
	width: 500px;
	text-indent: -9999px;
}

#en-in-memoriam {
    background: url('images/en-muistoissa.jpg') no-repeat;
	height: 40px;
	width: 500px;
	text-indent: -9999px;
}

#fi-fire {
    background: url('images/fi-fire.jpg') no-repeat;
	height: 40px;
	width: 500px;
	text-indent: -9999px;
}

#en-fire {
    background: url('images/en-fire.jpg') no-repeat;
	height: 40px;
	width: 500px;
	text-indent: -9999px;
}

#fi-vappu {
    background: url('images/fi-vappu.jpg') no-repeat;
	height: 40px;
	width: 500px;
	text-indent: -9999px;
}

#en-vappu {
    background: url('images/en-vappu.jpg') no-repeat;
	height: 40px;
	width: 500px;
	text-indent: -9999px;
}

#fi-contact {
    background: url('images/fi-yhteystiedot.jpg') no-repeat;
	height: 40px;
	width: 500px;
	text-indent: -9999px;
}

#en-contact {
    background: url('images/en-yhteystiedot.jpg') no-repeat;
	height: 40px;
	width: 500px;
	text-indent: -9999px;
}

#fi-animal-physio {
    background: url('images/fi-elainfysio.jpg') no-repeat;
	height: 40px;
	width: 500px;
	text-indent: -9999px;
}

#en-animal-physio {
    background: url('images/en-elainfysio.jpg') no-repeat;
	height: 40px;
	width: 500px;
	text-indent: -9999px;
}

#fi-aqua {
    background: url('images/fi-aqua.jpg') no-repeat;
	height: 40px;
	width: 500px;
	text-indent: -9999px;
}

#en-aqua {
    background: url('images/en-aqua.jpg') no-repeat;
	height: 40px;
	width: 500px;
	text-indent: -9999px;
}

#fi-helvi {
    background: url('images/fi-helvi.jpg') no-repeat;
	height: 40px;
	width: 500px;
	text-indent: -9999px;
}

#en-helvi {
    background: url('images/en-helvi.jpg') no-repeat;
	height: 40px;
	width: 500px;
	text-indent: -9999px;
}

#fi-inkeri {
    background: url('images/fi-inkeri.jpg') no-repeat;
	height: 40px;
	width: 500px;
	text-indent: -9999px;
}

#en-inkeri {
    background: url('images/en-inkeri.jpg') no-repeat;
	height: 40px;
	width: 500px;
	text-indent: -9999px;
}

#fi-lyyti {
    background: url('images/fi-lyyti.jpg') no-repeat;
	height: 40px;
	width: 500px;
	text-indent: -9999px;
}

#en-lyyti {
    background: url('images/en-lyyti.jpg') no-repeat;
	height: 40px;
	width: 500px;
	text-indent: -9999px;
}

#fi-maija {
    background: url('images/fi-maija.jpg') no-repeat;
	height: 40px;
	width: 500px;
	text-indent: -9999px;
}

#en-maija {
    background: url('images/en-maija.jpg') no-repeat;
	height: 40px;
	width: 500px;
	text-indent: -9999px;
}

#fi-neela {
    background: url('images/fi-neela.jpg') no-repeat;
	height: 40px;
	width: 500px;
	text-indent: -9999px;
}

#en-neela {
    background: url('images/en-neela.jpg') no-repeat;
	height: 40px;
	width: 500px;
	text-indent: -9999px;
}

#fi-helvi-pictures {
    background: url('images/fi-helvi-kuvia.jpg') no-repeat;
	height: 40px;
	width: 500px;
	text-indent: -9999px;
}

#en-helvi-pictures {
    background: url('images/en-helvi-kuvia.jpg') no-repeat;
	height: 40px;
	width: 500px;
	text-indent: -9999px;
}

#fi-inkeri-pictures {
    background: url('images/fi-inkeri-kuvia.jpg') no-repeat;
	height: 40px;
	width: 500px;
	text-indent: -9999px;
}

#en-inkeri-pictures {
    background: url('images/en-inkeri-kuvia.jpg') no-repeat;
	height: 40px;
	width: 500px;
	text-indent: -9999px;
}

#fi-lyyti-pictures {
    background: url('images/fi-lyyti-kuvia.jpg') no-repeat;
	height: 40px;
	width: 500px;
	text-indent: -9999px;
}

#en-lyyti-pictures {
    background: url('images/en-lyyti-kuvia.jpg') no-repeat;
	height: 40px;
	width: 500px;
	text-indent: -9999px;
}

#fi-maija-pictures {
    background: url('images/fi-maija-kuvia.jpg') no-repeat;
	height: 40px;
	width: 500px;
	text-indent: -9999px;
}

#en-maija-pictures {
    background: url('images/en-maija-kuvia.jpg') no-repeat;
	height: 40px;
	width: 500px;
	text-indent: -9999px;
}

#fi-neela-pictures {
    background: url('images/fi-neela-kuvia.jpg') no-repeat;
	height: 40px;
	width: 500px;
	text-indent: -9999px;
}

#en-neela-pictures {
    background: url('images/en-neela-kuvia.jpg') no-repeat;
	height: 40px;
	width: 500px;
	text-indent: -9999px;
}

#fi-vappu-pictures {
    background: url('images/fi-vappu-kuvia.jpg') no-repeat;
	height: 40px;
	width: 500px;
	text-indent: -9999px;
}

#en-vappu-pictures {
    background: url('images/en-vappu-kuvia.jpg') no-repeat;
	height: 40px;
	width: 500px;
	text-indent: -9999px;
}

#en-training {
    background: url('images/en-galleria-treenia.jpg') no-repeat;
	height: 40px;
	width: 500px;
	text-indent: -9999px;
}

#fi-training {
    background: url('images/fi-galleria-treenia.jpg') no-repeat;
	height: 40px;
	width: 500px;
	text-indent: -9999px;
}

#en-together {
    background: url('images/en-galleria-yhdessa.jpg') no-repeat;
	height: 40px;
	width: 500px;
	text-indent: -9999px;
}

#fi-together {
    background: url('images/fi-galleria-yhdessa.jpg') no-repeat;
	height: 40px;
	width: 500px;
	text-indent: -9999px;
}

#en-gf-aqua {
    background: url('images/en-galleria-gf-aqua.jpg') no-repeat;
	height: 40px;
	width: 500px;
	text-indent: -9999px;
}

#fi-gf-aqua {
    background: url('images/fi-galleria-gf-aqua.jpg') no-repeat;
	height: 40px;
	width: 500px;
	text-indent: -9999px;
}

#en-gf-fire {
    background: url('images/en-galleria-gf-fire.jpg') no-repeat;
	height: 40px;
	width: 500px;
	text-indent: -9999px;
}

#fi-gf-fire {
    background: url('images/fi-galleria-gf-fire.jpg') no-repeat;
	height: 40px;
	width: 500px;
	text-indent: -9999px;
}

#en-gallery {
    background: url('images/en-galleria.jpg') no-repeat;
	height: 40px;
	width: 500px;
	text-indent: -9999px;
}

#fi-gallery {
    background: url('images/fi-galleria.jpg') no-repeat;
	height: 40px;
	width: 500px;
	text-indent: -9999px;
}




