@font-face {
    font-family: 'Droid Sans';
    src: url('/DroidSans-webfont.eot');
    src: url('/DroidSans-webfont.eot?#iefix') format('embedded-opentype'),
         url('/DroidSans-webfont.woff') format('woff'),
         url('/DroidSans-webfont.ttf') format('truetype'),
         url('/DroidSans-webfont.svg#DroidSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

#container {
	width: 1000px;
	margin: 0 auto;
}
#primary {
	float: left;
	width: 5px;
}
#content {
	float: left;
	width: 990px;
}
#secondary {
	float: left;
	width: 5px;
}
#footer {
  padding: 1em;
	clear: both;
}
#wrapped {
	width: 100%;
}
#leftdiv {
	float: left;
	width: 50%;
	height: 70px;
}

#rightdiv { 
	float: right;
	width: 310px;
	height: 105px;
}

body {
  font: medium 'Droid Sans', Arial, sans-serif;
}

h1{font-family:'Droid Sans', Arial, sans-serif, serif;font-size:22px;margin:10;padding:10;text-align:left;} 
h2{font-family:'Droid Sans', Arial, sans-serif, serif;font-size:18px;margin:10;padding:10;text-align:left;} 
h3{font-family:'Droid Sans', Arial, sans-serif, serif;font-size:16px;margin:10;padding:10;text-align:left;} 

table {
  width: 100%; padding: 0; border-collapse: collapse;
}
th {
  width: 12em;
  padding: 0; margin: 0;
}
td {
  padding-bottom: 1em;
}
td, th {
  padding: 1em;
  vertical-align: top;
  text-align: left;
}
pre {
  margin: 0; font-size: medium;
}
.test {
  color: #888;
  font-weight: normal;
  margin: 2em 0 0 0;
}
.test var {
  font-style: normal;
}
.passed {
  color: green;
}
.failed {
  color: red;
}
.code {
  font: medium monospace;
}
.code .keyword {
  font-weight: bold;
}

pre code {
  display: block; padding: 0.5em;
  background: #000; color: #f8f8f8;
}

pre .shebang,
pre .comment,
pre .template_comment,
pre .javadoc {
  color: #7c7c7c;
}

pre .keyword,
pre .tag,
pre .ruby .function .keyword,
pre .tex .command {
  color: #96CBFE;
}

pre .function .keyword,
pre .sub .keyword,
pre .method,
pre .list .title {
  color: #FFFFB6;
}

pre .string,
pre .tag .value,
pre .cdata,
pre .filter .argument,
pre .attr_selector,
pre .apache .cbracket,
pre .date {
  color: #A8FF60;
}

pre .subst {
  color: #DAEFA3;
}

pre .regexp {
  color: #E9C062;
}

pre .function .title,
pre .sub .identifier,
pre .pi,
pre .decorator,
pre .ini .title,
pre .tex .special {
  color: #FFFFB6;
}

pre .class .title,
pre .haskell .label,
pre .constant,
pre .smalltalk .class,
pre .javadoctag,
pre .yardoctag,
pre .phpdoc,
pre .nginx .built_in {
  color: #FFFFB6;
}

pre .symbol,
pre .ruby .symbol .string,
pre .ruby .symbol .keyword,
pre .ruby .symbol .keymethods,
pre .number,
pre .variable,
pre .vbscript,
pre .literal {
  color: #C6C5FE;
}

pre .css .tag {
  color: #96CBFE;
}

pre .css .rules .property,
pre .css .id {
  color: #FFFFB6;
}

pre .css .class {
  color: #FFF;
}

pre .hexcolor {
  color: #C6C5FE;
}

pre .number {
  color:#FF73FD;
}

pre .tex .formula {
  opacity: 0.7;
}
