/*--------------------------------------------------------------
 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: url(../../images/theme/background.gif) repeat left top;
	background-color:#e2e5c7;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 13px;
	line-height: 18px; 
	color:#000000;
}

input,
textarea { font: normal 12px "Trebuchet MS", Arial, sans-serif; }

abbr  { border: none; }
cite  { font-style: normal; }
a img { border: none; padding: 0; margin: 0; }

a:link,  a:visited { color:#5a7a81; }
a:hover, a:active  {  color:#990000;  }

