﻿/*
CSS for Kenneth Maier Bloodstock site
*/

body {
font-family: Verdana, Helvetica, Arial, Sans-serif;
  line-height: 125%;
  padding-left: 2px;
  padding-right: 2px;
  background-color: #009ACD;
  color: #CDAD00;
}

#bodycontent {
  font-family: Verdana, Helvetica, Arial, Sans-serif;
  line-height: 125%;
  padding-left: 20px;
  padding-right: 20px;
  color: black;
}

h1 { 
   background-image: url('Maierbloodstocklogo5.png');
   background-repeat: no-repeat;
   background-position: top right;
   background-color: white;
   margin-right: 1em;
   margin-left: 1em;
   padding-left:  2em;
   padding-right:6em;
   padding-top: .9em;  
   padding-bottom: .9em;
   font-size: 45px;
   font-weight: bold;
   color: #009ACD;
   line-height: 100%;
}

h2 {
   font-size:25px;
   font-weight: bold;
   color: white;
   padding-left: 125px;
}

h3 {

   font-size: 20px;
   margin-left: 5px;
   font-weight: bold;
   color: white;
}

h4 {
   font-size: 20px;
   margin-left: 450px;
   font-weight: bold;
   color: white;
}

h5 {
   font-size: 20px;
   margin-left: 20px;
   font-weight: bold;
   color: white;
   font-family: Verdana, Helvetica, Arial, Sans-serif;
}

#tagline {
   padding-left: 30px;
   font-family: Verdana, Helvetica, Arial, Sans-serif;
   line-height: 100%;
   padding-bottom: 5px;
   margin-left: 5px;
   color: white;
   font-size: 21px; 
   font-weight: bold;
   background-color: #009ACD;
}

#mainnavigation { 
   background-color: #009ACD;
   background-image: url('thumbnail-1.jpg');
   background-position: right;
   font-weight: bold;
   font-size: 15px;
   font-family: Verdana, Helvetica, Arial, Sans-serif;
   padding-top: 10px;
   padding-bottom: 10px;
}

#header, #mainnavigation, #bodycontent {
  border: 1px solid #FFD700;
  padding-left: 5px;
  margin-bottom: 2px;
}

a {
  font-weight: bold;
}

a:link {
  color: white;
}

a:visited {
  color: #B5A642;
}

a:hover {
  text-decoration: none;
  color: White;
  background-color: navy;
}

a:active {
  color: blue;
  background-color: navy;
}

table {
  border-collapse: collapse;
  border: 1px solid black;
}

th {
  text-align: center;
  background: black;
  color: white;
  padding: 0.4em;
}

td {
  border: 1px solid black;
  padding: 0.4em;
}

.winnerphoto {
padding-left: 325px;
padding-right: 475px;
font-size: 65%;
font-weight: normal;
line-height: 1.4em;
}

.saleschart {
padding-left: 200px;
color: white;
}

.purchasechart {
padding-left: 200px;
color: white;
text-align: center;
}

img {
  border: 15px solid white;
}

.photocredit {
font-weight: normal;
}

div.img
{
  padding-top: 10px;
  height: auto;
  width: auto;
  float: left;
  text-align: center;
}	
div.img img
{
  margin: 10px;
  display: inline;
  border: 5px solid white;
}
div.img a:hover img {border: 3px solid #FFD700;}
div.desc
{
  padding-left: 10px;
  text-align: justify;
  font-size: 65%;
  width: 250px;
  margin: 2px;
  line-height: 125%;
  padding-bottom: 5px;
}
div.desc1
{
  padding-left: 10px;
  text-align: justify;
  font-size: 65%;
  width: 370px;
  margin: 2px;
  line-height: 125%;
  padding-bottom: 5px;
}

div.img1
{
  padding-top: 10px;
  height: auto;
  width: auto;
  clear: left;
}
#bodycontent1 {
  font-family: Verdana, Helvetica, Arial, Sans-serif;
  line-height: 125%;
  padding-left: 15px;
  color: black;
}



