/*
 * CSS file for old trevdiggy.com layout
 */
a:link {color: #31608c; text-decoration: none;}
a:visited {color: #608c31; text-decoration: none;}
a:hover {color: #fff; background: #31608c; text-decoration: none;}

abbr {text-decoration: none; border-bottom: dashed 1px #999; }
body { margin: 0; padding:10px;}
img { border:none; }

#mainContent {font: normal .85em "Trebuchet MS", "Bookman Oldstyle", "Times New Roman", serif; color: #000;}

#mainContent h2, #mainContent h1, #mainContent h3 {font-family: Helvetica, Arial, sans-serif; margin-bottom: 0px;}

#heading {color: #fff; font-weight: bold; font-family: Helvetica, Arial, sans-serif;}
#heading h1 {color: #31608c; font-size: 28px;}
#heading ul {background: #31608c; margin-left: 0; padding-bottom: 3px; border-top: solid 3px #ccc; border-bottom: solid 3px #ccc; }
#heading li {display: inline; padding: 0 .8em 0 .8em; white-space: nowrap; list-style-type: none; font-size: 0.85em;}

#heading a:link, #heading a:visited {color: #fff; text-decoration: none;}
#heading a:hover {color: #4f9ae0;}

a.noshow { pointer:normal; text-decoration: none; color: #000; font-weight: normal; }

a.noshow:hover { pointer:normal; text-decoration: none; color: #000; font-weight: normal; }

.smallfadedCaps { color: #8c5d31; font-variant: small-caps; font-size: 90%;}


/* Some shortcut classes */
.i { font-style: italic; }
.b { font-weight: bold; }
.u { text-decoration: underline; }
