/* CSS Document */
html, body {
  font-family: "Copperplate Gothic Bold","sans-serif";
  font-size: 11pt;
  padding: 0;
  background: #666 url('/images/static/blackgrad.png') repeat-x;
}
div.b {
  width: 792px;
  width: 1084px;
  margin: 0 auto;
  border: 2px solid white;
}
div.o {
  width: 786px;
  width: 1078px;
  margin: 0 auto;
  background-color: white;
  border: 3px outset;
}
div.i {
  padding: 3px;
  background-color: black;
}

/** Page **/

div#page {
  text-align: center;
  background: url('/images/static/stipple3.gif') center center repeat;
  width: 100%;
  padding: 0;
}

/** Head **/

#head {
  background-color: white;
  color: black;
  position: relative;
  width: 100%;
}
#head table {
  margin: 0;
  padding: 0;
  border-spacing: 0;
  border-collapse: collapse;
  background-color: black;
}
#head th {
  vertical-align: middle;
  width: 100%;
  background-color: black;
  padding: 0;
}
#head th table {
  background-color: black;
  border: 3px solid white;
  width: 100%;
  height: 224px;
}
#head th table td {
  font-size: 30pt;
  text-align:center;
  color: white;
}
#head td {
  text-align: right;
  padding: 0;
}
div#head #slogan, div#head #trans  {
  position: absolute;
  right: 5px;
  bottom: 5px;
  font-size: 16pt;
  color: white;
  padding: 0 5px;
  z-index: 999;
}
div#head #slogan {
  background-color: transparent;
}
div#head #trans  {
  background-color: black;
  opacity: 0.4;
  -moz-opacity: 0.4;
  -khtml-opacity: 0.4;
  filter: alpha(opacity=40);
}

/** Menu **/

div#menu {
  background-color: #fff;
  border: 1px solid #444;
  border-width: 1px 0;
  width: 100%;
  margin-left: 0;
}
div#menu ul.menu, div#menu ul.menu ul {
  font-size: 10pt;
  background-color: #fff;
}
div#menu ul.menu li {
  position: relative;
  color: #000;
  list-style-type: none;
  margin: 0;
}
div#menu ul.menu {
  margin: 5px auto;
  padding: 3px 0;
  z-index: 1;
}
div#menu ul.menu ul {
  text-align: left;
  line-height: 1.5em;
  margin: 0;
  padding: 0;
  border: 1px solid black;
}
div#menu ul.menu li.h {
  display: inline;
}
div#menu ul.menu li > ul {
  display: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 1.25em;
  left: 1em;
  border: 1px solid #000;
  z-index: 999;
}
div#menu ul.menu li:hover, div#menu ul.menu li.CSStoHighlight {
  background-color: #ddd;
}
div#menu ul.menu ul.CSStoShow {
  display: block;
  background: #fff;
}
div#menu ul.menu li:hover > ul {
  display: block;
}
div#menu ul.menu ul li {
  margin: 0;
  padding: 0;
  height: 1.5em;
  width: 12em;
  border-bottom: 1px solid black;
}
/* and some link styles */
div#menu ul li a {
  color: #000;
  text-decoration: none;
  padding: 3px;
  margin: 0 4px;
}
div#menu ul li a:visited {
  color: black;
}
div#menu ul.menu li a:hover, ul.makeMenu li a.CSStoHighLink {
  color: #000;
  text-decoration: none;
  padding: 3px;
  margin: 0 4px;
}
div#menu ul.menu li:hover > a {
  color: #000;
  text-decoration: none;
  padding: 3px;
  margin: 0 4px;
}
/** Content **/

div#ticker {
  height: 33px;
  background-color: #000;
  color: #fff;
  padding-top: 3px;
}
div#ticker nobr {
  color: #fff;
}
div#ticker table {
  height: 100%;
}
div#ticker a, div#ticker a:visited {
  color: #fff;
}
div#ticker a:hover {
  color: blue;
}

/** Content **/

div#content {
  text-align: center;
  padding: 0.5em 1em;
  position: relative;
  left: 0;
}

div.fb-like-box {
    background-color: #fff;
    margin: 10px;
}

div#content a, div#content a:visited {
  color: #000;
  color: blue;
}

div#vspacer {
  width: 1px;
  height: 400px;
  float: left;
}

/** Footer **/
div#foot {
  width: 100%;
  clear: both;
  border-top: 1px solid black;
  margin-top: 1em;
  padding: 0;
  color: #222;
  text-align: center;
  background-color: #fff;
}
div#foot h1 {
  font-size: 11pt;
  margin: 0 auto 1em;
}
div#foot h2 {
  font-size: 10pt;
}
div#foot p {
  font-size: 9pt;
  margin: 5px auto;
}
div#foot table {
  width: 100%;
  text-align: center;
}

/********
 * Pages
 ********/

/** Home **/

#home {
}

/** About Us **/

#about p {
  text-align: left;
}
#about table td {
  padding: 0 1em;
}

/** Breeding Philosophy **/
#breeding p {
  text-align: left;
}
#breeding ol {
  text-align: left;
}

/** Embryos **/
#embryos p {
  text-align: left;
}
#embryos ul {
  text-align: left;
  line-height: 2em;
}

/** Semen **/
#semen p {
  text-align: left;
}
#semen ul {
  text-align: left;
  line-height: 2em;
}

/** Animal Catalogue **/

#catalogue table img {
  width: 300px;
}
#catalogue table tr th {
  padding-bottom: 1em;
  width: 300px;
}
#catalogue table tr td {
  padding-left: 1em;
  font-size: smaller;
}
#catalogue td h2 {
  font-size: 1.2em;
  text-decoration: underline;
}
#catalogue td div a {
  margin-bottom: 1em;
  color: black;
  color: blue;
  font-size: 1.5em;
}
#catalogue td a:visited {
  color: black;
  color: blue;
}

/** Contact Us **/
#contact table {
  width: 100%;
}
#contact table td {
  vertical-align: middle;
}
#contact iframe {
  padding: 1px;
  background-color: #fff;
  border: 1px solid black;
}
/** Females **/

#females p {
  text-align: left;
}
#females dl {
  text-align: left;
  font-size: smaller;
  padding-left: 2em;
  color: #222;
}
#females dt {
  text-decoration: underline;
}
#females dd {
  margin: 1em auto;
}

/** Donor Dams **/

.dams {
  margin: 1em auto;
  border-bottom: 1px solid #aaa;
  text-align: left;
}
.dams caption {
  text-align: left;
  padding-bottom: 1em;
  font-size: larger;
}
.dams td {
  width: 100%;
  padding-left: 1em;
}

/** Show Results **/

.animal {
  /*
  text-align: left;
  white-space:nowrap;
  */
  margin: 3em 0;
  width: 90%;
  font-size: 10pt;
}
.animal caption {
  font-size: 16pt;
  font-weight: bold;
  margin-bottom: 1em;
}
.animal th {
  width: 307px;
}
.animal h2 {
  font-size: 12pt;
  text-align: center;
}
.animal a {
  font-size: 12pt;
  line-height: 2em;
}

/** Galleries **/

#gallery table {
  width: 90%;
  margin: 1em auto;
}
#gallery td {
  vertical-align: top;
  text-align: center;
  padding: 1em 0;
}
#gallery .desc {
  font-size: 12pt;
}
#gallery .desc p {
  margin: 0em 0;
}

/** Links **/

#links table#cols {
  border-collapse: collapse;
  margin: 0;
  width: 99%;
}
#links table td#l {
}
#links table td#r {
}
#links table td {
  text-align: center;
  vertical-align: top;
}
#links table table {
  width: 100%;
}
#links table table td {
  padding-right: 1em;
  vertical-align: middle;
  text-align: right;
  padding-bottom: 1.5em;
}
#links table table th {
  vertical-align: middle;
  padding-bottom: 1.5em;
}
#links h3 {
  text-align: center;
}
#links a, #links a:visited {
  color: black;
  color: blue;
}
#links div.shad {
  width: 132px;
  float: left;
}

/** Join List **/

#joinlist table {
}
#joinlist th {
  text-align: right;
  vertical-align: top;
}
#joinlist td {
  text-align: left;
  vertical-align: top;
}
/** Shadows **/

/*
div.shad {
  width: 304px;
  padding: 4px 4px;
}

div.shad img {
  width: 300px;
  position: relative;
  top: -3px;
  left: -4px;
  padding: 1px;
  background-color: #fff;
  border: 1px solid black;
}
*/

div.shad {
  width: 305px;
  position: relative;
  top: 0;
  padding: 0;
  margin: 0;
  background: url('/images/static/shadow.png') repeat;
}

div.shad img {
  width: 300px;
  position: relative;
  bottom: 3px;
  right: 4px;
  padding: 1px;
  background-color: #fff;
  border: 1px solid black;
}

/** Dividers **/

hr.short {
  width: 5em;
}

/** Misc **/

div#page table {
  margin: 0 auto;
}

div.titles {
  float:left;
  text-align:right;
  margin-right: 1em;
  font-weight: bold;
}
div.nobr {
  text-align:left;
  white-space: nowrap;
}
span.sm {
  font-size: smaller;
}

div#errors {
  color: red;
}
.error {
  border: 2px solid red;
}

div#debug {
  background-color: white;
  padding:1em;
  text-align: left;
}

div#news.out {
  background-color: #333;
  border: none;
  padding: 3px;
  margin: 1em 0.5em 1em 1em;
  float: right;
  width: 12em;
  font-size: 10pt;
}

div#news .in {
  background: #666 url('/images/static/blackgrad.png') repeat-x center center;
  color: white;
  border: medium ridge;
  padding: 5px;
  text-align: left;
  /*
  opacity: 0.6;
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  filter: alpha(opacity=60);
  */
}

div#news h1 {
  text-align: center;
  text-decoration: underline;
}

div#news a, div#news a:visited {
  color: #fff;
}
