/*--------------------------------------------------------------
 Application.css
 Imports all stylesheets; sets defaults for bare elements
 --------------------------------------------------------------*/

@import 'layout.css';
@import 'content.css';

@media print { #sidebar { display:none; }
               #content { float: none; width:90%; }
               #content pre { color: #000; background: #eee; }
               #content form.comments { display:none; } }

body {
    background-color: #999999;
    color: black;
    font: normal 12px "Trebuchet MS", verdana, arial, sans-serif;
}

input, textarea {
    color: black;
    font: normal 12px "Trebuchet MS", verdana, arial, sans-serif;
}

abbr  { border: none; }
cite  { font-style: normal; }
a img { border: none; padding: 0; margin: 0; }

a:link,  a:visited { color: #CC6600; }
a:hover, a:active  { color: #FF9900; }

