@charset "utf-8";
/* CSS Document */

* {
  margin: 0;
}
p {
  margin: 8px;
}
body,
html {
  background-image: url(images/bkgrd.jpg);
  margin: 0px;
  height: 100%;
  background-color: #003300;
  background-repeat: no-repeat;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 10pt;
  background-size: cover;
}
a {
  text-decoration: none;
  color: #b3d5df;
}
h1 {
  font-size: 16pt;
  font-family: "Arvo", arial, serif;
}
h2 {
  font-size: 14pt;
  font-family: "Arvo", arial, serif;
}
strong {
  font-weight: 900;
}
img {
  border: 0;
}
#chain,
.wrapper {
  background-image: url(images/chainlink.png);
  height: 100%;
  min-height: 100%;
}

ul.no-bullets {
  list-style: none;
}

span.attention {
  color: yellow;
  font-weight: bold;
}

#grass,
.footer,
.push {
  background-image: url(images/grass.png);
  height: 20px;
  padding-top: 70px;
  color: #fff;
  font-size: 8pt;
}

.main {
  min-height: 100%;
  width: 1000px;
  text-align: center;
  overflow: hidden;
  height: auto !important;
  height: 100%;
  margin: 0 auto -90px; /* the bottom margin is the negative value of the footer's height */
}

.hpelements {
  padding: 20px;
}
.redbox {
  background-image: url(images/redopacity.png);
  color: #fff;
  border: 2px #000 solid;
  width: 580px;
  float: left;
  line-height: 1.4;
}
.dotted {
  border-left: medium dotted #ccc;
}
.dottedbtm {
  border-bottom: medium dotted #ccc;
}
.photo {
  width: 200px;
  height: 200px;
  padding: 5px;
  float: left;
}

/* BASEBALL  */
/*.bblogobar {background-image:url(images/baseball/images/topofpage.png); height:185px;}
.text {color:#FFF; text-align:left; padding-right:15px; padding-left:15px; overflow:hidden }*/

.bblogobar {
  background-image: url(images/baseball-topofpage.png);
  height: 185px;
}
.text {
  color: #fff;
  text-align: left;
  padding-right: 15px;
  padding-left: 15px;
  overflow: hidden;
}
.black_text {
  color: #000;
  text-align: left;
  padding-right: 8px;
  padding-left: 8px;
}

div.text p {
  margin-bottom: 18px;
}

/* WINNERS */
.bbmain {
  background-image: url(images/baseball/images/txtrepeat.png);
  width: 1000px;
  margin: auto;
}
.winnerlogobar {
  background-image: url("images/winners/images/winners-topofpage.png");
  height: 185px;
}
.line {
  border-left: #333 solid 1px;
}

/* SOFTBALL */
.sblogobar {
  background-image: url(images/softball-topofpage.png);
  height: 185px;
}

/* bbrollover */
/*.rollwrap {margin-left:135px; padding-top:90px}*/

.rollwrap {
  margin-left: 135px;
  padding-top: 94px;
  padding-left: 18px;
}

a.rollover {
  display: block;
  float: left;
  color: #fff;
  background: url("images/baseball/images/nav.png") 0 0 no-repeat;
  height: 10px;
  padding: 7px;
  font-size: 9pt;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
}
a:hover.rollover {
  background-position: -180px 0;
  color: #b3d5df;
}

/* sb sbrollover */
.sbrollwrap {
  margin-left: 175px;
  padding-top: 90px;
}
a.sbrollover {
  display: block;
  float: left;
  color: #fff;
  background: url("images/softball/images/navsb.png") 0 0 no-repeat;
  height: 10px;
  padding: 7px;
  font-size: 9pt;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
}
a:hover.sbrollover {
  background-position: -180px 0;
  color: #b3d5df;
}
