/*--------------------------------------------------------------
 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:#272727;*/
	background:#000;
	/*color:#BFBFBF;*/
	color:#CCC;
	font-size:12px;
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
	padding-bottom:3em;
}

input,
textarea { 	border:1px solid #808080;
			background:white;
			font: normal 12px "bitstream vera sans", verdana, sans-serif; }

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

a:link,  a:visited { color: #fff; text-decoration: none;}
a:hover, a:active  { color: #fff; background: #000; }

	
