/* Cascading Style Sheet for
 * Barkers.org
 * http://www.barkers.org/
 *
 * Author:  Jay Barker
 * Updated: June 2008
 */

/* General Properties */

body {
background: #FFFFFF;
color: #000000;
font-size: 14px;
font-family: Arial, Helvetica, sans-serif;
margin: 0px;
}

/* Links */

a { font-weight: bold; text-decoration: none }
a:link    { color: #000099; }
a:visited { color: #666666; }
a:active  { color: #CC0000; text-decoration: underline; }
a:hover   { color: #CC0000; text-decoration: underline; }

.bar a { font-weight: bold; text-decoration: none }
.bar a:link    { color: #FFFFFF }
.bar a:visited { color: #CCCCCC }
.bar a:active  { color: #FF7777; text-decoration: underline; }
.bar a:hover   { color: #FF7777; text-decoration: underline; }



/* Specific Sections */

.topbar {
background: #006699;
color: #FFFFFF;
font-size: 13px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
text-align: left;
}

.sidetext {
background: #FFFFCC;
color: #000000;
font-size: 12px;
font-family: Arial, Helvetica, sans-serif;
}

.bottombar {
background: #006699;
color: #FFFFFF;
font-size: 13px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
text-align: right;
white-space: nowrap;
}

.copyright {
background: #FFFFFF;
color: #333333;
font-size: 10px;
font-family: Verdana, Arial, Helvetica, sans-serif;
vertical-align: bottom;
white-space: nowrap;
}

.ad {
background: #EEEEEE;
color: #000000;
font-size: 13px;
font-family: Verdana, Arial, Helvetica, sans-serif;
}



/* The Content */

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

h3.section {
background: #FFFFFF;
color: #006699;
font-size: 18px;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
margin-bottom: -15px;
}

p.copy {
text-indent: 18px;
}

/* bars */

.bar {
color: #FFFFFF;
padding: 3px;
}

.top .bar {
background: #006699 url('/img/curve_lt.gif') no-repeat bottom right;
width: 98.5%;
}

.bottom .bar {
background: #006699 url('/img/curve_rb.gif') no-repeat top left;
padding-left: 24px;
text-align: left;
width: 50em;
}

.bottom {
float: right;
text-align: right;
white-space: nowrap;
}

.bottom .copyright {
padding: 0.5em;
}



/* End */
