/*
#004c00 - dark green bg
#ffcc66 - sidenav bg yellow
#ffdd99 - sidenav item yellow
#567256 - sidenav selected item green
#739873 - sidenav item hilite
#003300 - sidenav text / borders
#ffffff - sidenav selected / hilite text
#bf5000 - top area / header text orange
#7fb2e5 - link blue
#b299b2 - visited link purple
#999999 - footer gray
*/
body {
  color: #032703;
  background: #004c00 url('../images/bg-body.png') -30px -5px;
  margin: 75px 10%;
}

a:link    { color: #297fcb; }
a:visited { color: #994d99; }
a:hover   { background-color: #ffdd99; }
a:active  { color: #bf5000; }

h1, h2, h3, h4 {
  color: #bf5000;
}

i, em {
  color: #ab4800;
}

fieldset {
  border: 1px solid #003300;
  background-color: #ffeecc;
}
fieldset legend {
  color: #bf5000;
}
fieldset a:hover {
  background-color: #8cd9f2;
}
input, textarea, select {
  border: 1px solid #996600;
}
input.button,
input.inlineButton,
input.smallButton {
  cursor: pointer;
}
input.button,
input.inlineButton {
  background-color: #bf5000;
  color: white;
  border-color: #003300;
}
fieldset input.button,
fieldset input.inlineButton {
  border-color: white;
}
input.button:hover,
input.inlineButton:hover {
  background-color: #e76200;
}
input.smallButton {
  color: #bf5000;
  border-color: #003300;
}
input.smallButton:hover {
  background-color: #ffcc66;
}
table, thead th, tbody th {
  border-color: #003300;
}
th {
  background-color: #ffdd99;
}
tr.odd th {
  background-color: #e7c78b;
}
tr.odd td {
  background-color: #e8e8e8;
}

.errors {
  background: #fff77f url('../images/warning.png') no-repeat 5px 5px;
  color: #cc0000;
  margin: 1em;
  padding: 0.75em 0.75em 0.5em 5em;
  min-height: 45px;
  border: 2px solid #995b00;
}
.errors b {
  display: inline;
  float: none;
  width: auto;
}
.errors ul {
  margin: 0 0 0 1em;
  font-size: 0.9em;
}

.current_issue {
  border: 5px dotted #567256;
  width: 60%;
  padding: 0 1em;
  margin: 2em 0;
}

#content .bio {
  background-color: #ffeecc;
  border-color: #003300;
}
#content .bio img {
  border-color: #003300;
}
#content .bio h2 a:hover {
  background: transparent;
  text-decoration: none;
}

#faqs dl {
  border-color: #bf5000;
}
#content #members li, 
#content dt, 
#faqs dt {
  color: #bf5000;
}
#faqs dt a:hover {
  background: transparent;
  text-decoration: none;
}

#all {
  border: 2px solid white;
  min-width: 620px;
  max-width: 800px;
  margin: 0 auto;
}

#header {
  background: #bf5000 url('../images/header1.jpg') 50px 0 repeat-x;
}
#header #logo {
  background: transparent 100% 0 repeat-y;
}
#header h1 {
  color: white;
  background: transparent 100% 0 no-repeat;
  line-height: 32px;
  width: 420px;
  height: 32px;
  top: 88px;
  left: -90px;
  white-space: nowrap;
}
#header>#logo {
  background-image: url('../images/bg-top-logo.png');
}
#header>#logo a {
  background-image: url('../images/mbdcca-logo-white.png');
}
#header>h1 {
  background-image: url('../images/bg-top-text.png');
}

#main {
  border: 3px solid #ffcc66;
  border-left: none;
  background: #ffcc66 url('../images/bg-sidenav.png');
}

#sidenav {
  width: 180px;
  position: absolute;
}
#sidenav ul {
  margin: 0;
  padding: 0;
}
#sidenav>ul {
  border-bottom: 1px solid #003300;
}
#sidenav ul li {
  font-weight: bold;
  list-style-type: none;
  display: block;
  border: 1px solid #003300;
  border-bottom: none;
}
#sidenav ul li a {
  color: #003300;
  background-color: #ffdd99;
  display: block;
  padding: 5px 0 4px 12px;
  text-decoration: none;
}
#sidenav ul li ul {
  margin: 0 -1px;
}
#sidenav ul li.active a,
#sidenav ul li ul li a {
  color: white;
  background-color: #567256;
}
#sidenav ul li a[href^="http://"] {
  background-image: url(../images/external-green.png);
  background-position: 97% 50%;
  background-repeat: no-repeat;
}
#sidenav ul li ul li a {
  font-size: 9pt;
  padding: 3px 0 3px 25px;
}
#sidenav ul li ul li a[href^="http://"] {
  background: #567256 url(../images/external-white.png) 97% 50% no-repeat;
}
#sidenav ul li a:hover,
#sidenav ul li ul li a:hover,
#sidenav ul li.active>a,
#sidenav ul li ul li.active a {
  background-color: #739873;
}

#content {
  background-color: white;
  margin-left: 180px;
  padding: 15px 20px;
  min-height: 290px;
}
#content h1 {
  border-bottom: 1px solid #bf5000;
  padding-bottom: 7px;
  color: #bf5000;
}
#content h2 a:hover {
  background: transparent;
  text-decoration: none;
}
#content ul li {
  list-style-image: url('../images/bullet-paw.png');
}
#content a[href^="http://"],
#content a[href^="https://"] {
  background-image: url(../images/external-blue.png);
  background-position: right center;
  background-repeat: no-repeat;
  padding-right: 13px;
}
#content a[href^="http://"]:visited,
#content a[href^="https://"]:visited {
  background-image: url(../images/external-purple.png);
}
#content .callout {
  background-color: #ffdd99;
  border-color: #003300;
}
#content .callout h2 {
  border-bottom-color: #bf5000;
}
#content #events h2 {
  background-color: #ffeecc;
  border-color: #bf5000;
}
#content #events dt,
#content #events dd .title {
  color: #567256;
}
#content #events.wide dd .title .venue {
  color: #bf5000;
}
#content #events.wide dd strong {
  color: #333;
}

#content .entries h2 {
  background-color: #ffeecc;
  border-color: #bf5000;
}
#content .entries h2 a:hover {
  background-color: transparent;
  text-decoration: none;
}

#content #members dd a:link {
  color: #003300;
}
#content #members dd a:visited {
  color: #567256;
}
#content #members.hall_of_fame dt a:link {
  color: #bf5000;
}
#content #members.hall_of_fame dt a:visited {
  color: #9b6944;
}

.doginfo dd ul li b {
  background-color: #ffeecc;
}
.doginfo th {
  background-color: transparent;
}

#footer {
  color: #999999;
  border-top-color: #999999;
  clear: both;
}

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