/* Sitewide colors:
 *
 * white
 * black
 * #00598c - Dark Blue
 * #005975 - Dark Turquoise
 * #1188ae - Turquoise
 * #40bee5 - Light Turquoise
 * #8cd9f2 - Pale Turquoise
 *
 * #1973a4 - Blue (link)
 * #9c66af - Purple (visited link)
 * #589ea0 - Teal (active link)
 *
 * #7f19a4 - Dark Purple
 * #b2a4b7 - Pale Purple
 */

body {
  background: #00598c url('../images/bg-blue.png');
  margin: 30px 5%;
}

a:link {
  color: #1973a4;
}
a:visited {
  color: #9c66af;
}
a:active {
  color: #589ea0;
}
a:hover {
  background-color: #ccf2ff;
}

h1, h2, h3 {
  color: #1188ae;
}
h1 {
  font-size: 2em;
  margin-top: 0;
}
h2 {
  font-size: 1.6em;
}
h3 {
  font-size: 1.3em;
}

p {
  margin: 0.25em 0 1em 0;
}

ul li {
  list-style-image: url('../images/bullet-paw-turq.png');
}

ol {
  margin-top: 0.25em;
  margin-bottom: 1em;
}

dt {
  color: #005975;
  font-weight: bold;
}
dd {
  margin-bottom: 0.7em;
}

fieldset {
  background-color: #ccf2ff;
  border: 1px solid black;
  padding: 0.5em;
  margin: 2em 0;
}
fieldset legend {
  color: #1188ae;
  font-size: 1.2em;
  font-weight: bold;
}
fieldset a:hover {
  background-color: #8cd9f2;
}
fieldset b {
  display: block;
  float: left;
  clear: left;
  width: 6em;
}
fieldset i {
  font-size: 0.8em;
  font-weight: normal;
}
fieldset dt {
  color: black;
  width: 9em;
}
fieldset dd {
  margin-left: 9em;
  margin-top: -1.6em;
}
input, textarea, select {
  border: 1px solid #1188ae;
}
input.button,
input.inlineButton,
input.smallButton {
  font-weight: bold;
  cursor: pointer;
}
input.button,
input.inlineButton {
  font-size: 0.9em;
  background-color: #1188ae;
  color: white;
  margin: 0.5em;
  padding: 0.25em;
  border: 2px solid white;
}
input.button {
  float: right;
}
input.inlineButton {
  margin: 0 0.5em;
  padding: 0.1em 0.25em;
}
input.smallButton {
  color: #005975;
  font-size: 0.8em;
  margin: 0 1em;
  padding: 0 0.2em;
  border-color: black;
  vertical-align: text-top;
}
input.button:hover,
input.inlineButton:hover {
  background-color: #40bee5;
}
input.smallButton:hover {
  color: black;
  background-color: #8cd9f2;
}

blockquote.bigQuote {
  color: #40bee5;
  font-size: 2em;
  font-style: italic;
  text-align: center;
}

table {
  border-collapse: collapse;
  border: 1px solid black;
  margin: 1em;
}
thead th {
  vertical-align: bottom;
  border-bottom: 1px solid black;
}
tbody th {
  text-align: left;
  border-right: 1px solid black;
}
th {
  background-color: #ccf2ff;
  padding: 0.1em 0.4em;
}
td {
  text-align: center;
}
tr.odd th {
  background-color: #bee5f2;
}
tr.odd td {
  background-color: #f2f2f2;
}

.warning {
  background: #fffcbe url('../images/warning.png') no-repeat 5px 5px;
  color: #cc7f00;
  margin: 1em;
  padding: 0.75em 0.75em 0.5em 5em;
  min-height: 45px;
  border: 2px solid #d9be66;
}
.warning b {
  display: inline;
  float: none;
  width: auto;
}

.small {
  color: gray;
  font-size: 0.8em;
  font-weight: normal;
}
.dark {
  color: #333333;
}
.light {
  color: white;
}

.group {
  display: inline;
  white-space: nowrap;
}

.captioned_pic {
  width: 120px;
  height: 140px;
  margin-right: 0.9em;
  text-align: center;
  font-size: 0.85em;
  float: left;
}
.bio .captioned_pic img {
  display: block;
  float: none;
  margin: 0 auto;
}

.bio {
  background-color: #ccf2ff;
  margin: 2em 0;
  padding: 0.5em;
  border: 1px solid black;
}
.bio img {
  float: left;
  margin: 0 1em 0 0;
  border: 1px solid black;
}
.bio h2 {
  font-size: 1.4em;
  margin: 0;
}
.bio h3 {
  font-size: 1.15em;
  margin: 0;
}
.bio h2 a:hover {
  background: transparent;
  text-decoration: none;
}
.bio p {
  margin: 0.75em 0;
}

.events h2 {
  background-color: #40bee5;
  color: white;
  font-size: 1.4em;
  border: 1px solid black;
  padding: 0 0.25em;
}
.events dt {
  font-size: 1.1em;
}
.events dd {
  margin-left: 7em;
  margin-top: -1.2em;
}
sup {
  font-size: 70%;
}
.events dd .title {
  color: #005975;
  font-weight: bold;
  margin-left: 1em;
  text-indent: -2em;
}
.events dd pre {
  font-family: arial, helvetica, verdana, geneva, sans-serif;
  margin: 0;
}

.classes h2 {
  background-color: #1188ae;
  color: white;
  text-align: center;
}
.classes h2 a:hover {
  background-color: transparent;
  text-decoration: none;
}
.classes dl {
  margin: 0;
  padding: 0 0.25em;
  border: 5px solid #1188ae;
  border-bottom-width: 15px;
  border-top-width: 1px;
}
.classes dd {
  margin-left: 8em;
  margin-top: -1.2em;
}

.classes .schedule {
  margin: 0 0 4em 0;
}
.classes .schedule h2 {
  background-color: #40bee5;
  font-size: 1.2em;
  text-align: left;
  padding: 0.1em 0.5em;
  margin: 0;
}
.classes .schedule .box {
  border: 5px solid #40bee5;
  border-top-width: 1px;
}
.classes .schedule ul {
  margin: 0;
  padding: 0;
}
.classes .schedule li {
  list-style-type: none;
  list-style-image: none;
  margin: 0;
  padding: 0 0 0.5em 0;
  text-align: center;
  float: left;
  width: 15%;
}
.classes .schedule li.time {
  width: 12%;
}
.classes .schedule li.instructor {
  width: 22%;
}
.classes .schedule li.status {
  width: 21%;
}
.classes .schedule .note {
  text-align: left;
  padding-left: 12%;
  clear: left;
  width: 88%;
}
.classes .schedule h3 {
  color: black;
  font-variant: normal;
  font-size: 1.1em;
  margin: 0;
  padding: 0.2em 0;
}
.classes .schedule h4 {
  background-color: #ccf2ff;
  font-weight: normal;
  font-size: 1em;
  padding: 0.2em 0;
  margin: 0 0 0.2em 0;
  border: 1px solid #40bee5;
  border-top-width: 0;
  border-right-width: 0;
}
.classes .schedule h4.merged {
  border-left: none;
}
.classes .schedule .enrolling,
.classes .schedule .full,
.classes .schedule .canceled,
.classes .schedule .training,
.classes .schedule .none {
  font-weight: bold;
}
.classes .schedule .enrolling {
  color: #00b200;
}
.classes .schedule .full,
.classes .schedule .canceled {
  color: #cc0000;
}
.classes .schedule .training {
  color: #0000cc;
}
.classes .schedule .none {
  color: gray;
}

.members dt {
  font-size: 1.1em;
  margin: 0.3em 0;
  clear: left;
}
.members dd {
  font-size: 0.9em;
  font-weight: bold;
  float: left;
  text-align: center;
  margin-bottom: 1.2em;
}
.members dd a {
  text-decoration: none;
}
.members dd a:link {
  color: black;
}
.members dd a:visited {
  color: gray;
}
.members dd img {
  border: 1px solid black;
}

.doginfo div#main_img img,
.doginfo img {
  border: 2px solid black;
}
.doginfo div#main_img {
  float: right;
}
.doginfo .photo {
  margin: 1em 1.5em;
  width: 255px;
  float: left;
}
.doginfo .photo .caption {
  margin-top: 0.25em;
  text-align: center;
  height: 3.75em;
  font-size: 0.9em;
}
.doginfo dt {
  padding-top: 0.2em;
  border-top: 1px dotted #cccccc;
}
.doginfo dd {
  margin-left: 10em;
  margin-top: -1.1em;
  min-height: 1.5em;
}
.doginfo dd ul {
  margin: 0;
  padding: 0;
}
.doginfo dd ul li {
  margin-bottom: 0.3em;
}
.doginfo dd ul li b {
  background-color: #d9f9ff;
}
.doginfo .small {
  font-size: 0.85em;
}

.important {
  margin: 2em 0 4em 0;
  padding: 1em;
  border: 7px solid #1188ae;
  border-left: 15px dashed #1188ae;
  border-right: 15px dashed #1188ae;
  width: 35%;
}
.important h3 {
  margin-top: 0;
}

.index {
  text-align: center;
  margin: 2em 0;
  font-weight: bold;
  letter-spacing: 0.2em;
}
.glossary h2,
.members h2 {
  text-align: center;
  border-top: 2px solid #1188ae;
  border-bottom: 2px solid #1188ae;
  clear: left;
}
.glossary h2 a:hover,
.glossary dt a:hover,
.members h2 a:hover,
.faqs dt a:hover {
  background: transparent;
  text-decoration: none;
}

.faqs dt {
  font-size: 1.2em;
  margin-top: 1.5em;
}
.faqs li {
  margin-bottom: 0.3em;
}
.faqs dl {
  border-top: 2px solid #1188ae;
  margin-top: 3em;
}
.faqs dd ul {
  margin-left: 1em;
  padding-left: 0;
}

/******************\
* Admin styles
\******************/

.breadcrumbs ul {
  margin: 0;
  padding: 0;
}
.breadcrumbs ul li {
  list-style-type: none;
  list-style-image: none;
  font-size: 0.8em;
  display: block;
  margin-right: 0.25em;
  float: left;
}
.breadcrumbs ul li a:visited {
  color: #666666;
}

.dogPhotoBox {
  border:     1px solid black;
  padding:    5px;
  float:      left;
  margin:     1em 0.75em;
  text-align: center
}

.dogPhotoBox .captionBox {
  margin-top: 0.5em;
  width: 295px;
  height: 50px;
}

.stopFloat {
  clear: both;
}
.clearfix:after {
  content: "."; 
  display: block; 
  height: 0; 
  line-height: 0;
  clear: both; 
  visibility: hidden;
}

#headerPics {
  background: transparent url('../images/header-pic-1.jpg') no-repeat 400px 0;
}
#header {
  padding-left: 20px;
  height: 120px;
  border-right: 3px solid black;
  border-bottom: 2px solid black;
}
#headerPics>#header {
  background: transparent url('../images/bg-gradient-turq-alpha.png') no-repeat top left;
}
#header #logo {
  float: left;
  padding: 10px 20px;
  margin: 0 0 0 -20px;
  border-bottom: 2px solid black;
}
#header #logo a {
  background-color: transparent;
}
#header #title a {
  color: white;
  background-color: transparent;
  text-decoration: none;
  display: block;
}
#header #title, #header #title .small {
  color: white;
  font-size: 3em;
  font-variant: small-caps;
  font-weight: bold;
}
#header #title {
  padding-top: 20px;
}
#header #title .small {
  font-size: 0.7em;
}

#nav {
  padding: 0 0.75em;
  width: 11em;
  position: absolute;
}
#nav ul {
  margin: 0;
  padding: 0;
}
#nav ul li {
  list-style-type: none;
  list-style-image: none;
  color: #00598c;
  background-color: #40bee5;
  font-weight: bold;
  font-variant: small-caps;
  margin: 0.9em 0;
  display: block;
  border: 2px outset #40bee5;
}
#nav ul li a {
  color: #00598c;
  background: #40bee5 url('../images/clear.png');
  padding: 0.1em 0.3em;
  display: block;
  white-space: nowrap;
  text-decoration: none;
}
#nav ul li a:visited {
  color: #00598c;
}
#nav ul li a:hover {
  color: white;
  background-color: #1188ae;
  text-decoration: none;
  display: block;
}
#nav ul li.selected {
  border-style: inset;
}
#nav ul li.selected a.selected,#nav ul li.selected span.selected {
  color: white;
}
#nav ul li.selected a:hover {
  background-color: transparent;
}
#nav ul.subnav {
  margin: 0 0 0 30px;
  padding: 0;
}
#nav ul.subnav li {
  list-style-image: url('../images/bullet-paw-blue.png');
  background-color: transparent;
  font-size: 0.9em;
  margin: 0;
  padding: 0.2em 0;
  display: list-item;
  border: none;
}
#nav ul.subnav li a,
#nav ul.subnav li a:link,
#nav ul.subnav li a:visited,
#nav ul.subnav li a:active,
#nav ul.subnav li a:hover {
  padding: 0.1em 0.4em;
  margin-left: -0.25em;
  display: inline;
  width: auto;
}
#nav ul.subnav li a:hover {
  background-color: transparent;
  text-decoration: underline;
}
#nav ul.subnav li a.selected:hover {
  text-decoration: none;
}

#contentContainer {
  background: transparent url('../images/bg-turq.png') repeat-y;
  border-left: 3px solid black;
  border-bottom: 3px solid black;
  margin-right: 20px;
  min-height: 32em;
}

#content, #contentCorner {
  margin-left: 12.5em;
  margin-right: -20px;
  padding: 20px;
  border-left: 2px solid black;
}
#content {
  background: white url('../images/bg-side-r.png') repeat-y top right;
  min-height: 25em;
}
#content img.sidePic {
  float: right;
  margin: 0 0 1em 1em;
}
#content .callout {
  color: white;
  background-color: #1188ae;
  font-size: 0.87em;
  margin: 1.5em;
  margin-right: 0;
  padding: 0.5em 0.75em;
  float: right;
  clear: right;
  width: 16em;
  border: 1px solid black;
}
#content .callout h3 {
  color: white;
  margin-top: 0;
  border-bottom: 1px solid white;
}
#content .callout p {
  margin: 0.5em 0;
}
#content .callout a:link {
  color: #a4e5ff;
}
#content .callout a:visited {
  color: #f2e5ff;
}
#content .callout a:active {
  color: white;
}
#content .callout a:hover {
  background-color: #00598c;
}
#contentCorner {
  background: transparent url('../images/bg-corner-lr.png') no-repeat bottom right;
  padding-top: 10px;
  margin-top: -3px;
  margin-bottom: -3px;
  min-height: 2em;
}
#footer {
  font-size: 0.75em;
  color: gray;
  text-align: center;
  margin: 0 50px;
  padding-top: 10px;
  border-top: 1px solid #999999;
}
#footer a {
  text-decoration: underline;
}
#footer .siteDesign {
  float: right;
  margin-top: 1em;
}

/*
 * Special fixes for Google maps
 */
a.gmnoprint {
  width: 62px;
}
a.gmnoprint:hover {
  background-color: transparent;
}
a.gmnoprint img {
  float: none;
}

/*
 * Details for image cropping
 */
#photo_div {
  position:         absolute;
  z-index:          20000;
  cursor:           crosshair;
  background-color: white;
  opacity:          0.0;
}

#select_div {
  position: absolute;
  border:   1px solid red;
  z-index:  10000;
}

.cropShadeBox {
  position:         absolute;
  background-color: #000;
  opacity:          0.3;
}

.print-only {
  display: none;
}
