/**********************************************************************
 * lakeshore.css|Styles for Lakeshore Bulldogs|chris.hammer@gmail.com *
 **********************************************************************/

/*
 * grey: eeeeee
 * dark grey: 3B3B3B
 * dark grey: 666666
 * blue: 29579d
 * blue: 23529B
 * blue: 6996D8
 * blue: 3873CC
 * light blue: 3978d9
 * light blue: 4d89e6
 * light blue: 2674e9
 *
 */

body
{
  margin:       0;
  color:     #000;
  height:    100%;
  font-size: 100%;
  font-family: Georgia, "Times New Roman", Times, serif;
  background-color: #fff;
}

a         { color: #2674e9; background: transparent; text-decoration: none; } 
a:visited { color: #2674e9; background: transparent; text-decoration: none; } 
a:link    { color: #2674e9; background: transparent; text-decoration: none; } 
a:active  { color: #3978d9; background: transparent; text-decoration: none; } 
a:hover   { color: #3978d9; background: transparent; text-decoration: underline; }

#header
{
  height:     158px;
  background: url(/site/images/main/header_bg.png) repeat-x;
}

#header span.left
{
  float: left;
}

#header span.right
{
  position: absolute;
  right:        50px;
}

#footer
{
  clear:        both;
  padding-top:   5px;
  padding-bottom: 5px;
  color:        #000;
  font-size:    11px;
  text-align: center;
  background-color: #eee;
  border-top: 1px dotted #2674e9;
  border-bottom: 1px dotted #2674e9;
}

#footer p
{
  margin: 0;
}

#content
{
  margin-top:   -9px;
  margin-left: 225px;
  margin-right: 50px;
  padding-left: 15px;
}

div.spacer
{
  clear: both;
}

#navigation
{
  float:       left;
  width:       149px;
  font-family: Arial, Helvetica, sans-serif;
  padding-left: 0px;
}

#navigation ul
{
  display: block;
  list-style-type: none;
  padding-left:     0;
  margin-left:      0;
  margin-top:       0;
  margin-bottom:    0;
}

#navigation li
{
  margin-bottom: 0px;
  border-bottom: 1px dotted #ddd;
}

#navigation li:hover
{
}

#navigation a
{
  display: block;
  color:               #2674e9;
  text-indent:         10px;
  text-decoration:     none;
  padding-top: 5px;
}

#navigation a:hover
{
  color:            #000;
  background-color: #eee;
  border-right: 5px solid #2674e9;
}

#caution-img
{
  position: fixed;
  bottom: 0px;
  right: 0px;
  background: url(/site/images/main/caution_corner.png) no-repeat;
  width: 236px;
  height: 232px;
  margin: 0px;
}

#content .center
{
  text-align: center;
}

#content .right
{
  text-align: right;
}

#content .left
{
  text-align: left;
}

#content p
{
  text-indent: 15px;
  color:       #666;
}

#content p.hp
{
  text-indent: 15px;
}

#content ul
{
  /*background: #eee;*/
  /*border: 1px dotted #666;*/
  margin: 0px;
  padding: 5px;
}

#content li
{
  list-style: none;
  padding-bottom: 5px;
  font-size: 90%;
  color: #666;
}

#content p.hp:first-letter
{
  font-size: 150%;
  font-weight: bold;
  color: #000;
}

#content img.left
{
  float: left;
}

#content img.right
{
  float: right;
}

#content h1
{
  color: #666;
  font-size: 110%;
  text-align: left;
  border-bottom: 1px solid #2674e9;
  margin-bottom: 0px;
}

#content h2
{
  color: #666;
  font-size: 90%;
  text-align: right;
  margin: 0px;
}

#content h2.linksheading
{
  color: #666;
  font-size: 90%;
  text-align: right;
  margin: 0px;
  border-bottom: 1px dotted #666;
}

#content .externalLink
{
  background: url(/site/images/main/ext_link.png) center left no-repeat;
  padding: 0px 0px 0px 16px;
}

#content .file
{
  background: url(/site/images/main/file.png) center left no-repeat;
  padding: 0px 0px 0px 20px;
}

.puppypic
{
  height: 453px;
}

.puppypic span.leftpic
{
  float: left;
  height: 443px;
}

.puppypic span.rightpic
{
  float: right;
  height: 453px;
}

.puppypic span.centerpic
{
  text-align: center;
}

.puppypic span.caption
{
  position: relative;
  top: 50%;
  height: 100%;
  margin-top: -5em;
  font-family: Arial;
  font-size: 90%;
}

#content .ccaption
{
  text-align: center;
  font-family: Arial;
  font-size: 90%;
}

#content span.left
{
  float: left;
}

#content span.right
{
  position: absolute;
  left:           0;
}

/* alert/information boxes */
.notice
{
  display:                                                     block;
  background: #e4eff9 url(/site/images/main/blu-i.png) no-repeat .5em .5em;
  padding:                                      .5em .5em .5em 2.5em;
  border:                                          1px solid #b3b3b3;
  color:                                                     #353535;
  font-size:                                                    12px;
  width:                                                         95%;
}

.alert {
  display:                                                        block;
  background: #fff9ca url(/site/images/main/red-warn.png) no-repeat .5em .3em;
  padding:                                         .5em .5em .5em 2.5em;
  border:                                                1px solid #888;
  color:                                                        #2e2e2e;
  font-size:                                                       12px;
  width:                                                          500px;
}

.lightbulb
{
  display:                                                     block;
  background: #e4eff9 url(/site/images/main/bulb.gif) no-repeat .5em .5em;
  padding:                                      .5em .5em .5em 2.5em;
  border:                                          1px solid #b3b3b3;
  color:                                                     #353535;
  font-size:                                                    12px;
  width:                                                       500px;
}

.missingfields
{
  display:                                                        block;
  background: #ffffd9 url(/site/images/main/alert18.gif) no-repeat .5em .5em;
  padding:                                         .5em .5em .5em 2.5em;
  border:                                                 1px solid red;
  color:                                                        #353535;
  font-size:                                                       12px;
  width:                                                          400px;
}


div.thmb            { float: left; padding: 10px; }
div.thmb img        { padding: 1px; border: 0px solid #fff; }
div.thmb img:hover  { padding: 1px; border: 0px dashed #658ab0; }

div.thmb a          { text-decoration: none; border: 0; }
div.thmb p          { font-size: 11px; text-align: center; margin: 0px; padding: 0px; }
div.thmb span       { font-size: 11px; text-align: center; margin: 0px; padding: 0px; }

div.thmbb            { float: left; padding: 10px; }
div.thmbb img        { padding: 1px; border: 1px dotted #666; }
div.thmbb img:hover  { padding: 1px; border: 1px solid #2674e9; }

div.thmbb a          { text-decoration: none; border: 0; }
div.thmbb p          { font-size: 11px; text-align: center; margin: 0px; padding: 0px; }
div.thmbb span       { font-size: 11px; text-align: center; margin: 0px; padding: 0px; }

div.center_thmb            { float: left; padding: 10px; }
div.center_thmb img        { padding: 1px; border: 0px solid #fff; }
div.center_thmb img:hover  { padding: 1px; border: 0px dashed #658ab0; }

div.center_thmb a          { text-decoration: none; border: 0; }
div.center_thmb p          { font-size: 11px; text-align: center; margin: 0px; padding: 0px; }
div.center_thmb span       { font-size: 11px; text-align: center; margin: 0px; padding: 0px; }

#twrap
{
  width: 80%;
  overflow: auto;
  background-color: aqua;
  margin: 0 auto;
}

#twrap.thumbnail
{
  width: 200px;
  height: 200px;
  float: left;
  background-color: #FFF;
  margin: 10px;
}

.tooltips {
  color:                            #949494;
  font-family: Georgia, Verdana, sans-serif;
  font-style:                        italic;
  font-size:                            80%;
}


/* Pedigree table defines: */
#content table
{
  /*border: 1px solid #000;*/
}

#content tr
{
}

#content td
{
  border: 1px solid #000;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 0px;
  padding-bottom: 0px;
}

#content td p
{
  margin: 0px;
  padding: 0px;
}

#content td p
{
  font-size: 90%;
  font-variant: small-caps;
}

#content td p.parentsex
{
  font-style: italic;
}

#content td p.name
{
  color: black;
}

#content td p.chname
{
  color: red;
}

#content .rightsidebar
{
  float: right;
}

#content .rightsidebar p
{
  font-variant: small-caps;
  font-size: 80%;
  text-align: center;
}

#content em
{
  font-size: 90%;
  color: #ff0000;
}
