/* TYPOGRAPHY - FONTS AND FONT SIZES
      ---------------------------------------- */
/**/

body {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 62.5%;
   background-color: #FFFFFF;
   background-image: url(http://www.thebasspond.com/bkgdaquarium.gif);
   color: #000000;
}

html>body {
   font-size: 10px;
}

/* this is for standards compliant browsers */

#wrapper, h5, #directory_default .control-box a:link, #directory_default .control-box .button {
   font-size: 1em;
}

.boxheading h1 {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 1.6em;
}

.boxheading h2, .tool-box .boxbody h2, .tool-box .boxbody h3, th {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 1.3em;
}

.bread-crumbs {
   font-family: Arial, Helvetica, sans-serif;
   font-weight: bold;
   font-size: 1.3em;
}

.discussion-box .poster-name, .discussion-box .post-title, .post-box label {
   font-family: Arial, Helvetica, sans-serif;
}

.forumtitle h3 {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 13px;
}

th h2 {
   font-size: 1.3em;
}

.th, h3, .announcement-box, .post-content, .post-tools, h3.quote-title, .forum-box td, textarea, input.text, label {
   font-size: 1.2em;
}

h4.description {
   font-size: 1.04em;
}

.topic-pager, h6 {
   font-size: .9em;
}

/* generic headers */

h1 {
   font-size: 1.6em;
}

h2 {
   font-size: 1.4em;
}

h4, .pager {
   font-size: 1.1em;
}

.button {
   font-size: 1.1em;
   padding: 3px;
}

.stats-box .boxbody {
   padding-top: 5px;
   padding: 3px;
}

.post-box .post-options label {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-weight: normal;
   font-size: 1em;
}

.mycontent {
   width: 95%;
   margin: 10px auto;
}

/* BREADCRUMBS ----
      (break into separate lines and indent,
      delete this code if you want bread crumbs to line up neatly on one
line) */

ul.bread-crumbs li {
   display: block;
}

ul.bread-crumbs li.odd {
   padding-left: 15px;
}

ul.bread-crumbs li.even {
   padding-left: 30px;
}

ul.bread-crumbs li.first {
   padding-left: 0;
}

/* PREVIOUS AND NEXT TOPIC LINKS ----
      align links to the right */

.topic-pagejump {
   text-align: right;
}

.topic-pagejump a.previous-topic {
   float: none;
   display: inline;
}

.topic-pagejump a.next-topic {
   float: none;
   display: inline;
   padding-left: 1em;
}

.boxheading {
   padding: 3px;
   color: #000000;
}

.tool-box .boxbody, .legend-box .boxbody, .whosonline-box .boxbody, .announcement-box .boxbody, .tags-box .boxbody, .reply-box .boxbody {
   padding: 3px;
}

table {
   border-collapse: separate;
   border-spacing: 1px;
}

.dropdown li {
   background-color: #FFFFFF;
}

.dropdown li input, a, a:link, .dropdown .button, a:visited, a:hover, .dropdown .button:hover, a:active, .boxheading a:link, .boxheading a:visited {
   color: #000000;
}

.discussion-box .even td, .members-box .even td, .discussion-box .odd td, .lead, .members-box .odd td {
   background-color: #F5F5DC;
}

.breadcrumbs, .breadcrumbs a:link, .breadcrumbs a:visited {
   color: #FF0000;
}

.control-box .boxbody {
   background-color: transparent;
}

.control-box {
   border: 0px;
}