@font-face {
  font-family: "two-cent";
  font-style: normal;
  font-weight: normal;
  src: url("/fonts/two-cent.ttf.eot");
  src: local("--intentionally-unknown--"), url("/fonts/two-cent.ttf") format("truetype");
}

@font-face {
  font-family: "two-cent";
  font-style: italic;
  font-weight: normal;
  src: url("/fonts/two-cent-italic.ttf.eot");
  src: local("--intentionally-unknown--"), url("/fonts/two-cent-italic.ttf") format("truetype");
}

@font-face {
  font-family: "two-cent";
  font-style: normal;
  font-weight: bold;
  src: url("/fonts/two-cent-bold.ttf.eot");
  src: local("--intentionally-unknown--"), url("/fonts/two-cent-bold.ttf") format("truetype");
}

@font-face {
  font-family: "two-cent";
  font-style: italic;
  font-weight: bold;
  src: url("/fonts/two-cent-bold-italic.ttf.eot");
  src: local("--intentionally-unknown--"), url("/fonts/two-cent-bold-italic.ttf") format("truetype");
}

body {
  font-family: "two-cent";
  font-size:14px;
  font-size-adjust:none;
  font-style:normal;
  font-variant:normal;
  font-weight:normal;

  line-height: 160%;
}

em {
  font-style: italic;
}

body  {
  background: transparent;
  margin: 40px;
  padding: 0;
  text-align: center;
}

h1, h2 {
  font-weight: bold;
}
h1 {
  font-size: 28px%;
}

h2 {
  font-size: 24px;
}

body { 
  width: 100%;
  background: transparent;
  text-align: left;
  margin: 0;
  padding: 0;
}  

#header {
  padding: 0 10px;
} 

#header h1 {
  margin: 0;
  padding: 10px 0;
}

#sidebar1 {
  float: left; 
  width: 11em; 
  padding: 15px 0; 
}

#sidebar2 {
  float: right; 
  width: 240px; 
  padding: 15px 0;
  margin-top: 48px;
  font-size: 80%;
}

h3, #sidebar1 p, #sidebar2 p {
  margin-left: 10px; 
  margin-right: 10px;
}

#mainContent {
  margin: 0 10em 0 10em; 
  padding: 0 2em 0 2em; 
} 

.gray {
  color: #666;
}

a {
  font-weight: bold;
  text-decoration: none;
  outline-style: none;
}
a:link {
  color: #000000;
}
a:visited {
  color: #000000;
}
a:hover {
  color: #999;
}

.explanation {
  margin-left: 20px;
  padding-left: 20px;
  padding-top: 3px;
  padding-bottom: 3px;
  border-left: 8px solid #ccc;
  font-size: 90%;
  max-width: 600px;
  line-height: 140%;
}

#nerdromancer {
  border: none;
}

#mainContent .explanation ul {
  padding: 0;
}

#mainContent .explanation ul li {
  display: inline;
  padding-right: 1em;
}
