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

/*
@import 'layout.css';
@import 'content.css';
@import 'codemacro.css';
@import 'coderay.css';
@import 'local.css';
*/

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

body {
  background-color: #f8f8f8;
  font: normal 12px Georgia, "Times New Roman", serif;
}

input[type="text"], textarea {
  background-color: #fff;
  font: normal 12px "Bitstream Vera Sans", Verdana, sans-serif;
}

input[type="text"]:focus, textarea:focus {
  background-color: #ffc;
}

abbr, acronym {
  cursor: help;
  border-bottom: 1px dotted #aaa;
  text-transform: uppercase;
}

cite {
  font-style: normal;
}

a img {
  border: none;
  margin: 0;
  padding: 0;
}

a:link,  a:visited {
  color: #0b0a32;
}
a:hover, a:active {
  /*background: #0b0a32;
  color: #fff;*/
  color: #090;
}

code {
  font-family: "Andale Mono", "Courier New", Courier, monospace;
}

pre {
  clear: both;
  margin: 0 0 1.5em 0;
  overflow: auto;
}
