
/**
 * HTML Tags
 */

a, a:link, a:active, a:visited, a:hover {
  color: #003366;
  outline: none;
  text-decoration: underline;
}

a:hover {
  color: #003366;
}

blockquote {
  color: #999;
}

blockquote cite {
  display: block;
  font-size: 11px;
  text-align: right;
}

body {
  margin: 0;
  padding: 0;
  background: #f6f6fb url(/images/bgs/pinstripes.gif) center center repeat;
  color: #333;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
}

form {
  border: none;
  margin: 0;
  padding: 0;
}

fieldset {
  border: none;
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Century Gothic', Verdana, Arial, Helvetica, sans-serif;
  line-height: normal;
}

h1 a, h2 a, h3 a, h4 a,
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover {
  color: #ce1f18;
  text-decoration: none;
}

h1 {
  color: #ce1f18;
  font-size: 26px;
  margin-top: 0;
  text-transform: uppercase;
}

h2 {
  border-bottom: 1px solid #ce1f18;
  color: #ce1f18;
  font-size: 22px;
  padding-bottom: 2px;
}

h3 {
  color: #a0bdd9;
  font-size: 16px;
  font-weight: bold;
}

img {
  border: 0;
}

p {
  margin-top: 15px;
  margin-bottom: 15px;
}


/**
 * Top
 */

#top {
  height: 15px;
  background: #c81d16 url(/images/bgs/top.gif) repeat-x;
  border-bottom: 4px solid #fff;
}


/**
 * Gradient
 */

#gradient {
  background: url(/images/bgs/gradient.jpg) center top repeat-x;
}


/**
 * Header
 */

#header {
  position: relative;
  width: 980px;
  height: 280px;
  margin: 0 auto;
  text-align: left;
  overflow: visible;
}

#header form {
  position: absolute;
  width: 261px;
  top: 217px;
  left: 457px;
  z-index: 99;
}

#header form input[type='text'] {
  float: left;
  width: 217px;
  border: 1px solid #868686;
  padding: 2px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  margin-top: 4px;
}

#header form input[type='image'] {
  float: right;
  width: 28px;
  height: 28px;
}

/**
 * Main
 */

#container {
  position: relative;
  background: url(/images/bgs/shadow.png) center top repeat-y;
  z-index: 2;
}


/**
 * Main
 */

#main {
  position: relative;
  width: 980px;
  background: url(/images/bgs/main.gif) left top repeat-y;
  margin: 0 auto;
  text-align: left;
}


/**
 * Content
 */

#content {
  float: left;
  width: 550px;
  line-height: 18px;
  margin: 50px;
}


/**
 * Home Run
 */

#homerun {
  float: right;
  width: 330px;
  height: 135px;
}


/**
 * Follow
 */

#follow {
  float: right;
  width: 270px;
  margin: 0 30px;
}

#follow ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}

#follow ul li {
  display: inline;
  float: none;
  background: none;
  margin: 0 5px 0 0;
  padding: 0;
}


/**
 * Sidebar
 */

#sidebar {
  float: right;
  font-family: 'Century Gothic', Verdana, Arial, Helvetica, sans-serif;
  width: 270px;
  margin: 0 30px 30px 30px;
}

#sidebar h4 {
  color: #cc0000;
  font-size: 16px;
  margin: 20px 0 5px 0;
}

#sidebar h4 a {
  color: #cc0000;
  text-decoration: none;
}

#sidebar ul {
  border-top: 1px solid #dbdbdb;
  border-bottom: 1px solid #f9f9f9;
  list-style: none;
  margin: 10px 0 20px 0;
  padding: 0;
}

#sidebar ul li {
  border-top: 1px solid #f9f9f9;
  border-bottom: 1px solid #dbdbdb;
  margin: 0;
}

#sidebar ul li a {
  display: block;
  background: url(/images/sidebar/arrow.gif) 1px 10px no-repeat;
  padding: 4px 0 4px 18px;
}

#sidebar ul li a:hover {
  background-color: #f6f6f6;
}

#sidebar hr {
  display: block;
  width: 270px;
  height: 9px;
  overflow: hidden;
  border: 0;
  color: #f1f1f1;
  background: #f1f1f1 url(/images/sidebar/stars.gif) no-repeat;
  margin: 20px 0;
  padding: 0;
  text-align: left;
}


/**
 * Support the Cubs in Mesa
 */

#support-the-cubs-in-mesa {
  position: absolute;
  width: 160px;
  height: 345px;
  top: -227px;
  right: 85px;
  z-index: 90;
}


/**
 * Corner
 */

#corner {
  position: absolute;
  width: 14px;
  height: 14px;
  top: 0;
  left: 0;
  background: url(/images/bgs/corner.gif);
  z-index: 90;
}


/**
 * Footer
 */

#footer {
  background: #003c76;
  height: 80px;
  overflow: hidden;
}

#footer p {
  width: 940px;
  margin: 20px auto;
  text-align: right;
}

#footer p,
#footer p a {
  color: #809ebb;
}

#footer p img {
  float: left;
  margin-right: 10px;
}


/**
 * Image Decoration
 */

img.framed {
  background: #fff;
  border: 4px solid #f1f1f1;
  padding: 1px;
}

img.framed.left {
  float: left;
  margin-right: 10px;
  display: inline;
}

img.framed.right {
  float: right;
  margin-left: 10px;
  display: inline;
}


/**
 * Floating
 */

.clear {
  clear: both;
}

.left {
  float: left;
  display: inline;
  margin-right: 0;
}

.right {
  float: right;
  display: inline;
  margin-left: 0;
}


/**
 * Text Align
 */
  
.center {
  text-align: center;
}


/**
 * Unordered List - Downloads
 */

ul.downloads {
  list-style: none;
  margin: 15px 0;
  padding: 0;
}

ul.downloads li {
  background: url(/images/icons/pdf.gif) left center no-repeat;
  padding-left: 22px;
  line-height: 20px;
}

ul.downloads li.doc {
  background-image: url(/images/icons/doc.gif);
}

ul.downloads li.htm,
ul.downloads li.html {
  background-image: url(/images/icons/htm.gif);
}

ul.downloads li.img {
  background-image: url(/images/icons/jpg.gif);
}

ul.downloads li.pdf {
  background-image: url(/images/icons/pdf.gif);
}

ul.downloads li.ppt,
ul.downloads li.pptx,
ul.downloads li.pps,
ul.downloads li.ppsx {
  background-image: url(/images/icons/ppt.gif);
}

ul.downloads li.rss {
  background-image: url(/images/icons/pdf.gif);
}

ul.downloads li.xls {
  background-image: url(/images/icons/xls.gif);
}

ul.downloads li.zip {
  background-image: url(/images/icons/zip.gif);
}

