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

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

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

body {
 /* background: #e5dcd5 url(../../images/theme/background.gif) repeat-x left top;*/
  font:13px/1.3em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

input,
textarea { font: normal 12px "bitstream vera sans", verdana, sans-serif; border: 1px solid #888888;padding: 5px;color: #555555;}

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

a:link,  a:visited { color: #3f3f3f; }
a:hover, a:active  { color: #6f6f6f; /*background: #000;*/ }

/* http://longren.org/2006/09/27/wrapping-text-inside-pre-tags */
pre {
  white-space: pre-wrap;
  white-space: -moz-pre-wrap !important;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
}
