/*
CSS for Home Counties Cocker site
*/

body {
  font-family: Verdana, Helvetica, Arial, sans-serif;
  background-color: #e2edff;
  line-height: 125%;
  padding: 0;
  margin: 0;
}

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

h1 {
  font-size: x-large;
  background-color: navy;
  color: yellow;
  padding-top: 2em;
  padding-bottom: .4em;
  padding-left: .4em;
  margin: 0;
}

h2 {
  font-size: 130%;
}

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

h2, ul {
  margin-top: 15px;
}

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

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

li {
  font-size: small;
  list-style-type: none;
  color: navy;
}

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

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

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

#clinicline 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;
}

.cat {
background-color: yellow;
}

.container{
  clear:      left;
  margin:     auto; 
  width:      740px;
  font-size:  small;
}

.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;
}

#ruler p {
  border-bottom: 1px solid #7da5d8;
}

em {
  text-transform: uppercase;
}

a {
  font-weight:     bold;
  text-decoration: none;
}

a:link {
  color: blue;
}

a:visited {
  color: navy;
}

a:hover {
  text-decoration:  none;
  color:            white;
  background-color: navy;
  cursor:           pointer;
}

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

.normal p {
  color: navy;
}

blockquote.normal {
  font-size: normal;
}

.small {
  font-size: small;
}

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

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

blockquote.xxsmall {
  font-size: xx-small;
}

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

blockquote.fun {
  font-style: italic;
}

#navigation {
  width: 200px;
  height: 490px;
  background: #7da5d8 url(compass.jpg) no-repeat;
}

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

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

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

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

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

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

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

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

.middle {
  position: relative;
  padding-left: 15em;
  font-weight: bold;
}

#header {
  border-top: 3px solid #7da5d8;
  width: 100%;
}

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

/*
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: yellow; 
}

table.events th, table.events td {
  padding: 5px;
  color: navy;
}

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

table.events td.right {
  text-align: right;
}

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

table.critque {
  border-collapse: collapse;
  position: relative;
  top: 3px;
  left: 40px;
  width: 95%;
  border-width: 2px;   
  border-style: solid;   
  border-color: yellow; 
}

table.critque th, table.critque td {
  padding: 5px;
  color: navy;
}

table.critque td, th {
  font-size: x-small;
  vertical-align: top;
  border-bottom-color: yellow;
  border-bottom-style: solid;
  border-bottom-width: 2px;
}

table.critque td.right {
  text-align: right;
}

table.critque caption {
  color: #000066;   
  font-size: x-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, #header {
  position: absolute;
}

#navigation, #bodycontent {
  top: 7.0em;
}

#bodycontent {
  left: 220px; 
  right: 30px;
}

#bodycontent .inner {
  margin: 10px 20px 10px 40px;
}

#bodycontent .inner ul.features {
  margin: 0;
  padding: 0;
  list-style: none;
  font-weight: normal;
}

#bodycontent .inner h3 {
  font-size: 130%;
}

#bodycontent .inner p {
  color: navy;
  font-size: 90%;
  padding-left: 5em;
}

#bodycontent .inner .committeeaddress p {
  color:      navy;
  font-size:  x-small;
  padding-left: 7.5em;
}

#bodycontent .inner .centred p {
  padding-left: 10em;
}

#bodycontent .inner .features li img {
  float: left;
  margin 0 5px 5px 0;
}



