/* **************************************************************************
 *
 *                           Common Styles
 *
 ************************************************************************** */

body {
  color: black;
  background-color: white;
  font-family: verdana, helvetica, arial, sans-serif;
  font-size: 71%;  /* Enables font size scaling in MSIE */
  margin: 0;
  padding: 0;
}

html>body {
  font-size: 8.5pt;
}

acronym, .titleTip {
  border-bottom: 1px dotted rgb(153,153,153);
  cursor: help;
  margin: 0;
  padding: 0 0 0.4px 0;
}

.doNotDisplay {
  display: none;
}

.smallCaps {
  font-size: 110%;
  font-variant: small-caps;
}


/* **************************************************************************
 *
 *                               Header
 *
 ************************************************************************** */

.superHeader {
  color: white;
  background-color: rgb(100,135,220);
  height: 2em;
}

.superHeader a {
  color: white;
  background-color: transparent;
  text-decoration: none;
  font-size: 91%;
  margin: 0;
  padding: 0 0.5ex 0 0.25ex;
}

.superHeader a:hover {
  text-decoration: underline;
}

.superHeader .left {
  position: absolute;
  left: 1.5mm;
  top: 0.75ex;
}

.superHeader .right {
  position: absolute;
  right: 1.5mm;
  top: 0.75ex;
}

.midHeader {
  color: rgb(39,78,144);
  background-color: rgb(140,170,230);
}

.hdr-logo {
  width: 35em;
}

.headerTitle {
  font-size: 337%;
  font-weight: normal;
  margin: 0 0 0 4mm;
  padding: 0.25ex 0;
}

.subHeader {
  color: white;
  background-color: rgb(0,51,153);
  margin: 0;
  padding: 1ex 1ex 1ex 1.5mm;
}

.subHeader a {
  color: white;
  background-color: transparent;
  text-decoration: none;
  font-weight: bold;
  margin: 0;
  padding: 0 0.75ex 0 0.5ex;
}  

.subHeader a:hover {
  text-decoration: underline;
}

.superHeader .highlight, .subHeader .highlight {
  color: rgb(253,160,91);
  background-color: transparent;
}




/* Banner ad space */
.bannerSpaceX {
  /*display: none;*/
  /*width: 728px;*/  /* DO NOT USE FIXED WIDTH OR I.E WILL SCREW THE DISPLAY */
  /*height: 90px;*/
  margin: auto;
  text-align: center;
  padding: 0;
  background-color: transparent;
  /*border-right: 1px solid rgb(153,153,153);
  border-left: 1px solid rgb(153,153,153);
  border-top: 1px solid rgb(153,153,153);
  border-bottom: 1px solid rgb(153,153,153);*/
  margin-top: 2px;
}

.bannerSpaceY {
  display: none;
  width: 120px;
  height: 600px;
  padding: 0;
  background-color: transparent;
  border-right: 1px solid rgb(153,153,153);
  border-left: 1px solid rgb(153,153,153);
  border-top: 1px solid rgb(153,153,153);
  border-bottom: 1px solid rgb(153,153,153);
  margin: auto;  /* Centre the ads in the side panel */
  text-align: center; /* IE 5 hack: it does not recognise 'margin: auto' so use text-align instead */
  margin-top: 1em;  /* want some space at the top of the ads, this line MUST be after margin: auto */
  margin-bottom: 1em;
}

.bannerSpaceYRight {
  clear: right;
  float: right;
  /*width: 120px;
  height: 600px;*/
  padding: 0;
  background-color: transparent;
  margin: 5px 5px 7px 7px;
}

/* Search bar space */
.searchSpaceX {
  /*display: none;*/
  /*width: 728px;*/  /* DO NOT USE FIXED WIDTH OR I.E WILL SCREW THE DISPLAY */
  /*height: 8em;*/
  margin: auto;
  padding: 0;
  background-color: transparent;
  margin-top: 1em;
}

/* **************************************************************************
 *
 *                             Breeder Info
 *
 ************************************************************************** */

.breederInfo {
  margin: 0;
  padding: 0 0 0 8px;
  border-bottom: 1px solid rgb(153,153,153);
}

.breederName {
  font-weight: bold;
  margin: 0;
  padding: 1em 0 0 0;
}

.breederKennel {
  font-weight: bold;
  font-style: italic;
  margin: 0;
  padding: 0;
}

.breederAddress {
  margin: 0;
  padding: 0 0 2em 0;
}

.breederLocation {
  margin: 0;
  padding: 0;
}

.breederPhone {
  margin: 0;
  padding: 0;
}

.breederEmail {
  margin: 0;
  padding: 0;
}

.breederWebsite {
  margin: 0;
  padding: 0;
}

.paw-icon {
  width: 1em;
  height: 1em;
  border: none;
}

/* **************************************************************************
 *
 *                                Side Bar
 *
 ************************************************************************** */

#side-bar {
  background-color: rgb(240,240,240);
  width: 15em;
  float: left;
  clear: left;
  border-right: 1px solid rgb(153,153,153);
}		 

#side-bar div {
  border-bottom: 1px solid rgb(153,153,153);
}

/* Make sure the image in the side-panel resizes when the font size is changed */
.img-left-nav {
  width: 15em;
  height: 45em;
}

.sideBarTitle {
  font-weight: bold;
  margin: 0 0 0.5em 2.5mm;
  padding: 1em 0 0 0;
}

.sideBarTitleHighlight {
  color: rgb(255,0,0);
  font-weight: bold;
  margin: 0 0 0.5em 2.5mm;
  padding: 1em 0 0 0;
}

#side-bar ul {
  list-style-type: none;
  list-style-position: outside;
  margin: 0;
  padding: 0 0 1.1em 0;
}

#side-bar li {
  margin: 0;
  padding: 0.1ex 0;  /* Circumvents a rendering bug (?) in MSIE 6.0 */
}

#side-bar a, .thisPage {
  color: rgb(0,102,204);
  background-color: transparent;
  text-decoration: none;
  margin: 0;
  padding: 0.75em 1ex 0.75em 5mm;
  display: block;
}

.thisPage {
  color: black;
  background-color: white;
  padding-left: 4mm;
  border-top: 1px solid rgb(153,153,153);
  border-bottom: 1px solid rgb(153,153,153);
}

#side-bar a:hover {
  color: white;
  background-color: rgb(100,135,220);
  text-decoration: none;
}

.sideBarText {
  line-height: 1.5em;
  margin: 0 0 1em 0;
  padding: 0 1.5ex 0 2.5mm;
  display: block;
}

#side-bar .sideBarText a {
  text-decoration: underline;
  margin: 0;
  padding: 0;
  display: inline;
}

#side-bar .sideBarText a:hover {
  color: rgb(0,102,204);
  background-color: transparent;
  text-decoration: none;
}

.lighterBackground {
  color: inherit;
  background-color: white;
}


/* **************************************************************************
 *
 *                             Main Content
 *
 ************************************************************************** */

#main-copy {
  
  color: black;
  background-color: white; 
  text-align: justify; 
  line-height: 1.5em; 
  margin: 0 0 0 15em; 
  padding: 0.5mm 5mm 5mm 5mm; 
  border-left: 1px solid rgb(153,153,153);
  
}


#main-copy p {
  margin: 1em 1ex 2em 1ex;
  padding: 0;
}

#main-copy a {
  color: rgb(0,102,204);
  background-color: transparent;
  text-decoration: underline;
}

#main-copy a:hover {
  text-decoration: none;
}

#main-copy ul {
  list-style-type: none;
  list-style-position: outside;
  margin: 1em 1ex 2em 1ex;
  padding: 0;
}

#main-copy li {
  margin: 0;
  padding: 0;
}

#main-copy h1 {
  color: white;
  background-color: rgb(100,135,220);
  font-size: 100%;
  font-weight: bold;
  margin: 3em 0 0 0;
  padding: 0.5ex 0 0.5ex 1ex;
}

#main-copy h1 a {
  color: white;
  font-weight: bold;
  margin: 3em 0 0 0;
  padding: 0.5ex 0 0.5ex 1ex;
}

/* Navigation link that appears on the right hand side in the H1 sections in the main-copy */
#main-copy .h1-nav {
  color: white;
  background-color: transparent;
  font-size: 91%;
  font-weight: bold;
  text-decoration: none;
  margin: 2.5ex 1ex 0 0;  /* For MSIE */
  padding: 0;
  float: right;
}

#main-copy>.h1-nav {
  margin: 2.75ex 1ex 0 0;  /* For fully standards-compliant user agents */
}

#main-copy .gallery-nav {
  margin: 25px 15px 25px; 0;
  padding: 8px;
  color: white;
  background-color: rgb(100,135,220);
  font-weight: bold;
  float: right;

}

#main-copy .gallery-nav a {
  color: white;
  margin: 20px;
  text-decoration: none;
}

#main-copy .gallery-nav a:hover {
  text-decoration: underline;
}

#main-copy .bullet-list ul {
  list-style-type: disc;
  list-style-position: inside;
  list-style-image: url(../img/paw_sm.gif);
}

#main-copy .bullet-list li {
  margin-top: 5px;
}


dl {
  margin: 1em 1ex 2em 1ex;
  padding: 0;
}

dt {
  font-weight: bold;
  margin: 0 0 0 0;
  padding: 0;
}

dd {
  margin: 0 0 2em 2em;
  padding: 0;
}



/* **************************************************************************
 *
 *                               Gallery
 *
 ************************************************************************** */

.img-shadow {
  float:right;
  background: url(../img/shadowAlpha.png) no-repeat bottom right !important;
  background: url(../img/shadow.gif) no-repeat bottom right;
  margin: 10px 0 0 10px !important;
  margin: 10px 0 0 5px;
}

.img-shadow img {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  margin: -6px 6px 6px -6px;
  padding: 4px;
}

/* 
 * text used in the gallery
 * Set the min-height so the hoverbox will always clear the text and set height to auto
 * so the text will expand if it is too large.
 * I.E. doesnt like min-height so the hack for this is below. 
 */
.gallery-text {
  min-height: 250px;
  height: auto;
  margin: 5px;
}

.gallery-text-highlight {
  font-size: 120%;
  color: rgb(255,0,0);
}

/* hack for Internet Explorer */
/*\*/
* html .gallery-text {
  height: 250px;
}
/**/
 



/* **************************************************************************
 *
 *                               Footer
 *
 ************************************************************************** */

#footer {
  color: white;
  background-color: rgb(100,135,220);
  font-size: 91%;
  margin: 0;
  padding: 1em 2.5mm 2.5ex 2.5mm;
  clear: both;
  height: 2em;
}

#footer .left {
  line-height: 1.45em;
  float: left;
  clear: both;
}

#footer .right {
  text-align: right;
  line-height: 1.45em;
}

#footer a {
  color: white;
  background-color: transparent;
  text-decoration: underline;
}

#footer a:hover {
  text-decoration: none;
}



/* **************************************************************************
 *
 *                             Hoverbox
 *
 ************************************************************************** */

.hoverbox
{
  cursor: default;
  list-style: none;
  height: 210px; 	/* ensure the enlarged picture does not float off the bottom of the browser */
  /* add a width:327px; here if I.E screws up again, sigh */
}


.hoverbox a
{
  cursor: default;
}

.hoverbox a .preview
{
  display: none;
}

.hoverbox a:hover .preview
{
  display: block;
  position: absolute;
  top: -33px;
  left: -45px;
  z-index: 1;
}

.hoverbox img
{
  background: #fff;
  border-color: #aaa #ccc #ddd #bbb;
  border-style: solid;
  border-width: 1px;
  color: inherit;
  padding: 2px;
  vertical-align: top;
  width: 100px;
  height: 100px;
}

.hoverbox li
{
  background: #eee;
  border-color: #ddd #bbb #aaa #ccc;
  border-style: solid;
  border-width: 1px;
  color: inherit;
  display: inline;
  float: left;
  margin: 3px;
  padding: 5px;
  position: relative;
}

.hoverbox .preview
{
  border-color: #000;
  width: 250px;
  height: 250px;
}

/* =Internet Explorer Hacks for Hoverbox */

* html .hoverbox a
{
  position: relative;
}

* html .hoverbox a:hover
{
  font-size: 99.99%;
  z-index: 1;
}

* html .hoverbox a:hover .preview
{
  top: -38px;
  left: -50px;
}

* html .hoverbox li
{
  position: static;
}

/* **************************************************************************
 *
 *                              Entry Form
 *
 ************************************************************************** */

.entry-form {
  background-color : rgb(240,240,240);
  border : 1px inset #000;
}

.entry-form form p {
  margin: 0;
  padding: 0;
}

.entry-form input {
  margin: 0;
  padding: 0;
}

.entry-form form {
  margin: 10px;
}

input.button {
  font-weight: bold;
  /*font : bold 14px/14px verdana, geneva, helvetica;*/
}

/* only set fancy colours for non-IE browsers */
html>body input.button {
  background-color : rgb(140,170,230);
  /*color : rgb(39,78,144);*/
  color : rgb(255,255,255);
  border : 2px outset rgb(0,51,153);
}

.req-field-label {
  color: rgb(255,0,0);
}

.req-field {
  border : 2px inset rgb(255,0,0);
}

/* only set fancy colours for non-IE browsers */
html>body .op-field {
  border : 2px inset rgb(0,51,153);
}



