﻿/*
CSS for Home Counties American Cocker Club's Website
*/
body {
  font-family: Verdana, Helvetica, Arial, sans-serif;
  background-image: url(amflag.jpg);
  backgroung-repeat: no-repeat;
  line-height: 125%;
  padding: 0;
  margin: 0;
}

h1, h2, h3, h4, h5, h6, {
  font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
  font-weight: bold;
  color      : blue;
}

h1 {
  font-size:        x-large;
  padding-top:      0.5em;
  padding-bottom:   0.2em;
  padding-left:     0.1em;
  margin:           0;
}

h2 {
  font-size: 130%;
}

h2, h3{
  padding-top: 15px;
}

h4, h5, h6 {
  padding-top: 2px;
}

h5, h6 {
  text-decoration: underline;
  padding-left: 1em;
}

.whereiam {
  font-size: xx-small;
  color: navy;
}

.bis {
  padding-left: 15em;
  font-weight: bold;
}

.sponsor {
  padding-left: 5em;
  font-weight: bold;
}

.champbis {
  padding-left: 7em;
  font-weight:  bold;
  font-size:    small;
}

.champjudges {
  padding-left: 7em;
  font-weight: bold;
}

.cat {
background-color: yellow;
}

.container{
clear:left;
  margin:auto; 
  width:740px;
}

.rightConLeftCol{
  float:right;
  width: 370px; 
}
.colLeft{
  z-index:1;
  position: relative;
  left:-370px; 
  width:370px; 
  min-height: 150px;
  height: auto !important;
  height: 150px;
}
.leftConRightCol{
  float:left; 
  width:370px; 
}

.colRight{
  z-index:2;
  position: relative;
  left:370px;
  width:370px; 
}
.brclear {
  clear: both; font-size: 1px; margin: 0px; line-height: 0; height: 0px;
}
.brspace {
  font-size: 1px; margin: 0px; line-height: 0; height: 0px;
}

.clearing {
  clear: both;
}

.small {
  font-size: small;
}

.xsmall {
  font-size: x-small;
}

.xxsmall p {
  color: navy;
  font-size: xx-small;
}

ul {
  margin-top: 15px;
}

hr {
  position:         center;
  color:            #0000ff;
}

li {
  font-size: normal;
  list-style-type: none;
}

li.openpage {
  font-size: normal;
  list-style-type: none;
  background-color: lightblue;
}

p {
  font-size: small;
  color: black;
}

em {
  text-transform: uppercase;
}

.fun {
  color: blue;
  font-family: Georgia, Times, serif;
  letter-spacing: 0.05em;
}

blockquote.fun {
  font-style: italic;
}

a {
  font-weight: bold;
}

a:link {
  color: blue;
}

a:visited {
  color: blue;
}

a:hover {
  text-decoration: none;
  color: blue;
  background-color: pink;
}

a:active {
  color: pink;
  background-color: gray;
}

#bullet ul {
  margin: 2;
  padding-top: 0.2em;
}

#bullet li{
  font-size: small;
  list-style-type: disc;
}


#navigation ul {
 list-style: none;
 margin: 0;
 padding: 1.0em 0 0 0;
}

#navigation li {
 border-bottom: 2px solid purple;
}

#navigation li a:active {
  color: white;
  background-color: gray;
}

#navigation li a:link, #navigation li a:hover,  #navigation li a:visited {
 font-size: 70%;
 display: block;
 padding: 0.1em 0 0.1em 0.1em;
 color: blue;
 text-decoration: none;
}

#navigation {
  width: 150px;
  height: 490px;
  background: white;
}

#newdog ul {
 list-style: none;
 margin: 0;
 padding-top: 2.5em;
}

#newdog li a:link, #navigation li a:hover,  #navigation li a:visited {
 font-size: 70%;
 display: block;
 padding: 0.1em 0 0.1em 0.1em;
 color: blue;
 text-decoration: none;
}

#newdog a:visited {
  color: blue;
  font-size: 70%;
  text-decoration: none;
}
#header {
  border-top: 1px;
  background-color: white;
}

img {
  border: 10px solid white;
}

img.feature {
  float: right;
  margin: 10px;
}

#tagline p {
  font-style: italic;
  font-family: Georgia, Times, serif;
  background-color: #bed8f3;
  border-top: 3px solid red;
  border-bottom: 3px solid red;
  padding-top: .2em;
  padding-bottom: .2em;
  padding-left: .8em;
  margin: 0;
  width: 500px;
}

/*
This section contains the details for tables
*/

table.events {
  border-collapse: collapse;
  position: relative;
  top: 3px;
  left: 40px;
  border-width: 2px;   
  border-style: solid;   
  border-color: red;
}

table.events th, table.events td {
  padding: 4px;
}

table.events th {
  text-align: left;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 2px;
  padding-right: 2px;
}

table.events td, th {
  font-size: small;
  vertical-align: top;
  border-bottom-color: red;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  text-align: center;
}

table.events caption {
  color: #000066;   
  font-size: small;   
  font-weight: bold;   
  text-align: left;
  padding-bottom: 5px;
}

/*
This section deals with the position of items on the screen.
It uses absolute positioning - fixed x and y coordinates measured from the
top-left corner of the browser's content display.
*/

#navigation, #bodycontent, #tablecontent, #header {
  position: absolute;
}

#navigation {
  top: 6.0em;
  text-align: center;
}

#bodycontent {
  top: 6em;
  left: 160px;  
  right: 30px;
}

#tablecontent {
  top: 6.5em;
  left: 170px;  
  right: 30px;
}

#guestcontent {
  left: 30px;  
  right: 30px;
}

#header {
  width: 100%;
}

#ruler {
  width:            100%;
  text-align:       center;
}

#footer p {
   font-style:       Verdana;
   color:            blue;
   font-size:        xx-small;

   padding-left: 25em;
}

.gototop p {
  color:      navy;
  font-size:  x-small;
  padding-left: 25em;
}

#indeximg {
 list-style-type: none;
 width: 600px;
}

#indeximg li {
  float: left;
  width: 300px;
  margin-right: 10px;
  margin-bottom: 10px;
  font: x-small Arial, Helvetica, sans-serif;
  text-align: center;
  color: blue;
}

#indeximg img {
  display: block;
  border: 5px solid #333300;
}

#galalbum {
 list-style-type: none;
 width: 700px;
}

#galalbum li {  float: left;
  width: 300px;
  margin-right: 6px;
  margin-bottom: 10px;
  font: 0.6em Arial, Helvetica, sans-serif;
  text-align: center;
  color: #333333;
}

#galalbum img {
  display: block;
  border: 1px solid #333300;
}

#commalbum li {  float: left;
  width: 500px;
  margin-right: 6px;
  margin-bottom: 10px;
  font: 0.6em Arial, Helvetica, sans-serif;
  text-align: center;
  color: #333333;
}

#commalbum img {
  display: block;
  border: 1px solid #333300;
}

#mlalbum {
 list-style-type: none;
 width: 600px;
}

#mlalbum li {
  float: left;
  width: 240px;
  margin-right: 6px;
  margin-bottom: 10px;
  font: 0.6em Arial, Helvetica, sans-serif;
  text-align: center;
  color: #333333;
}

#mlalbum img {
  display: block;
  border: 1px solid #333300;
}