html,
body {
  padding: 0;
  margin: 0;
  background-color: transparent;
}
html {
  height: 100%;
}
body {
  min-height: 100%;
}
html {
  background-color: #c7dbf9;
  background: url("images/background-13-2.png") no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
* {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 14px;
  line-height: 135%;
  color: inherit;
}
img {
  border: 0px none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'YanoneKaffeesatzBold', sans-serif;
  font-weight: normal;
  font-size: 28px;
  color: #00561D;
}
h2 {
  font-size: 16px;
  color: #00561D;
}
h3 {
  font-size: 14px;
  color: #00561D;
}
a {
  text-decoration: none;
}
a,
a:link,
a:hover,
a:active,
a:visited {
  color: #00561D;
  font-size: inherit;
}
table,
tr,
td,
th {
  border-collapse: collapse;
  vertical-align: top;
}
.headThumbBorders {
  position: absolute;
  top: 36px;
  left: 0px;
  right: 0px;
  height: 115px;
  border-top: 5px solid #fff;
  border-bottom: 5px solid #fff;
  overflow: hidden;
}
.headThumbBorders .Bounds {
  position: absolute;
  top: 0;
  left: 0;
  white-space: nowrap;
  -webkit-transition: left 1s;
  -moz-transition: left 1s;
  -ms-transition: left 1s;
  -o-transition: left 1s;
  transition: left 1s;
}
.topMenuBounds {
  position: relative;
  /*min-width: 300px;
		max-width: 800px;*/
  /*width: 1000px;*/
  max-width: 1024px;
  min-width: 550px;
  border-radius: 10px;
  margin: 15px auto;
  padding: 2px;
  background-color: #50a043;
  background-image: url('images/menubg-13.png');
  background-position: center repeat-y;
  background-size: 100% 100%;
  box-shadow: rgba(0, 0, 0, 0.6) 0px 6px 18px;
}
.topMenuBounds .langBar {
  position: absolute;
  top: 3px;
  right: 20px;
  z-index: 10;
}
.topMenuBounds .langLink {
  margin: 0 3px;
}
.topMenuBounds {
  text-align: center;
}
.topMenuBounds nav {
  display: block;
  display: inline-block;
}
.topMenuBounds .topMenu {
  margin-top: 156px;
  margin-top: 146px;
  margin-bottom: 8px;
  padding: 0;
}
.topMenuBounds .topMenu ul,
.topMenuBounds .topMenu li {
  padding: 0;
  margin: 0;
  display: inline-block;
  list-style: none;
}
.topMenuBounds .topMenu a {
  font-family: 'YanoneKaffeesatzBold', sans-serif;
  padding: 18px;
  padding-top: 28px;
  font-size: 19px;
  color: #fff;
  box-shadow: 0px 0px 0px;
  cursor: pointer;
  background-color: rgba(160, 222, 111, 0);
  -webkit-transition: background-color 0.3s, color 0.3s, padding 0.3s;
}
.topMenuBounds .topMenu a:hover {
  background-color: rgba(160, 222, 111, 0.6);
  border-radius: 8px;
  box-shadow: rgba(0, 0, 0, 0.8) 0px 1px 5px;
}
.topMenuBounds .topMenu a.Active,
.topMenuBounds .topMenu a.Crumb {
  position: relative;
  padding: 15px;
  margin: 0 8px;
  margin-bottom: -15px;
  border-radius: 8px;
  box-shadow: rgba(255, 255, 255, 0.8) 0px 3px 8px;
  background: #55aa44 url('images/top-13.png') repeat-x;
  background-size: 100% 100%;
  font-size: 26px;
}
a.xref:link,
a.xref:hover,
a.xref:active,
a.xref:visited {
  background: #537c30;
  color: white;
  padding: 2px 10px;
  border-radius: 3px;
  z-index: 3;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  margin: 10px 0;
}
a.xref:hover {
  box-shadow: rgba(0, 0, 0, 0.6) 0px 6px 18px, rgba(255, 255, 255, 0.3) 2px 2px 4px inset;
}
.sideMenu {
  width: 333px;
  background-image: url('images/top-13.png');
  background-size: 100% 100%;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  margin: 0px 3px 10px 3px;
  padding: 10px 0px;
  box-shadow: rgba(0, 0, 0, 0.8) 0px 3px 8px;
}
.sideMenu ul,
.sideMenu li {
  padding: 0;
  margin: 0;
  list-style: none;
}
.sideMenu li > ul {
  display: none;
}
.sideMenu li {
  display: block;
}
.sideMenu li.Active > ul,
.sideMenu li.Crumb > ul {
  display: block;
}
.sideMenu a {
  display: block;
  font-family: 'YanoneKaffeesatzLight', sans-serif;
  color: #fff;
  font-size: 18px;
  margin: 3px;
  padding: 5px 30px;
}
.sideMenu a:hover {
  font-family: 'YanoneKaffeesatzBold', sans-serif;
}
.sideMenu a.Active,
.sideMenu a.Crumb {
  position: relative;
  font-family: 'YanoneKaffeesatzBold', sans-serif;
  box-shadow: rgba(255, 255, 255, 0.8) 0px 3px 8px;
  background: #55aa44 url('images/top-13.png') repeat-x;
  background-size: 100% 100%;
}
.sideMenu ul a {
  padding-left: 54px;
}
.head {
  position: absolute;
  top: 0px;
  width: 705px;
  height: 146px;
  background: transparent url('images/head-13.png') top left no-repeat;
  background-size: 100% 100%;
}
.body {
  position: relative;
  margin: 50px auto;
  min-width: 550px;
  max-width: 1024px;
}
.body .contentTable {
  display: table;
  width: 100%;
}
.body .contentTable .contentRow {
  display: table-row;
}
.body .contentTable .contentRow .bodyColumn,
.body .contentTable .contentRow .bodyContent {
  display: table-cell;
  vertical-align: top;
}
.body .contentTable .contentRow .bodyContent {
  width: 75%;
}
.contentBounds {
  min-height: 200px;
  box-shadow: rgba(0, 0, 0, 0.8) 0px 3px 8px;
  margin-right: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  padding: 20px;
  background-color: rgba(84, 125, 50, 0.8);
  background-color: #3f7816;
  background-image: url('images/top-13.png');
  background-size: 100% 100%;
  color: white;
}
.contentBounds h1,
.contentBounds h2,
.contentBounds h3,
.contentBounds h4,
.contentBounds h4 {
  color: white;
}
.bodyColumn .contentArticleBounds,
.bodyColumn .contentDonkeyBounds {
  margin: 15px 25px;
}
.SiteContent.Donkey.Full {
  margin-top: 10px;
}
.donkeyBounds.Excerpt a.donkeyBirthDate,
.donkeyBounds.Excerpt .donkeyBirthDate {
  display: inline-block;
  min-width: 80px;
  text-align: right;
  margin-right: 6px;
}
.donkeyBounds.Excerpt a.donkeyBirthDate,
.donkeyBounds.Excerpt .donkeyBirthDate,
.donkeyBounds.Excerpt a.donkeyName,
.donkeyBounds.Excerpt .donkeyName {
  display: inline-block;
  min-width: 80px;
}
.donkeyBounds.Excerpt a.donkeyBirthDate:link,
.donkeyBounds.Excerpt .donkeyBirthDate:link,
.donkeyBounds.Excerpt a.donkeyName:link,
.donkeyBounds.Excerpt .donkeyName:link,
.donkeyBounds.Excerpt a.donkeyBirthDate:active,
.donkeyBounds.Excerpt .donkeyBirthDate:active,
.donkeyBounds.Excerpt a.donkeyName:active,
.donkeyBounds.Excerpt .donkeyName:active,
.donkeyBounds.Excerpt a.donkeyBirthDate:visited,
.donkeyBounds.Excerpt .donkeyBirthDate:visited,
.donkeyBounds.Excerpt a.donkeyName:visited,
.donkeyBounds.Excerpt .donkeyName:visited {
  color: white;
}
.donkeyBounds.Excerpt a.donkeyBirthDate:hover,
.donkeyBounds.Excerpt .donkeyBirthDate:hover,
.donkeyBounds.Excerpt a.donkeyName:hover,
.donkeyBounds.Excerpt .donkeyName:hover {
  color: black;
  text-shadow: rgba(0, 0, 0, 0.8) 2px 2px 3px;
}
.donkeyBounds.Excerpt .donkeyImage {
  display: inline-block;
  vertical-align: top;
  width: 125px;
  height: 125px;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 130%;
}
.donkeyShortSpecs {
  font-family: tahoma;
  font-size: 10px;
  color: #010;
  color: white;
}
.donkeyContentLeadText {
  display: inline-block;
  vertical-align: top;
  /*width: 180px;*/
  width: 100%;
  padding: 10px;
  color: white;
}
.donkeyImageLarge {
  display: inline-block;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.8) 0px 3px 8px;
  float: right;
}
.donkeyNickname {
  margin: 10px 0;
  margin-bottom: -10px;
  font-size: 30px;
  color: white;
  color: #bbcfaa;
  font-family: 'FreebooterScriptRegular', Arial, Helvetica, sans-serif;
  line-height: 150%;
}
.donkeyName {
  font-size: 14px;
}
.donkeyNickname.Full {
  font-size: 70px;
}
.foot {
  min-height: 250px;
  position: relative;
}
.payoff {
  font-size: 10px;
  position: absolute;
  bottom: 3px;
  right: 10px;
  color: white;
  color: #7aacd3;
}
a.creditslink {
  color: #7aacd3;
}
.donkeyLabel {
  color: #bbcfaa;
  font-size: 10px;
}
.imageHeritage {
  float: right;
}
.descentBox {
  display: inline-block;
  vertical-align: top;
  min-width: 250px;
  border-radius: 5px;
  min-height: 130px;
  padding: 15px;
  margin: 5px;
  background: rgba(0, 0, 0, 0.2);
  box-shadow: rgba(0, 0, 0, 0.8) 0px 3px 8px;
}
.ExpectedParents {
  display: inline-block;
  vertical-align: top;
  padding: 15px;
  margin: 5px;
}
.ExpectedBlurpText {
  vertical-align: top;
  display: inline-block;
  width: 220px;
}
.donkeyGender {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 30px;
  height: 30px;
}
.donkeyGender.Large {
  position: relative;
  margin-top: -20px;
  width: 50px;
  height: 50px;
}
.donkeyGender.Large.m,
.donkeyGender.m {
  background: transparent url('images/male.png') center no-repeat;
  background-size: 100% 100%;
}
.donkeyGender.Large.f,
.donkeyGender.f {
  background: transparent url('images/female.png') center no-repeat;
  background-size: 100% 100%;
}
.thumbstrip-image {
  position: relative;
}
.stackImageContainer {
  background: #00561d;
  text-align: center;
}
.stackImageContainer .stackImage {
  position: absolute;
}
.stackzoom .slidebox .stacktext {
  color: white;
}
.stackzoom .slidebox .slidetext {
  color: white;
  padding: 15px 60px;
}
.stackSlideCaptionBox {
  position: absolute;
  top: 100%;
  bottom: 5px;
  margin: 4px 20px;
  color: white;
  text-shadow: #000 1px 1px 2px;
}
.stackTextSlideBox {
  color: white;
  display: block;
  margin: 40px;
  text-align: center;
}
a.anchor {
  display: none;
}
