@import url(http://fonts.googleapis.com/css?family=Droid+Sans:400,700);
* {
  margin: 0;
  padding: 0; }

header, footer, aside, nav, article {
  display: block; }

h1 {
  font-size: 200%;
  font-weight: bold;
  text-align: center;
  text-decoration: underline;
  padding-top: 0.5em;
  padding-bottom: 0.5em; }

h2, h3 {
  padding-top: 0.5em;
  font-weight: bold; }

h2 {
  font-size: 120%; }

h3 {
  font-size: 100%; }

p {
  padding-top: 0.5em;
  padding-bottom: 0.5em; }

img {
  border-width: 0; }

.curvedbox, .brownbox, article.quiz section.player, section.comments .commentform, .sidebar section.box {
  border-style: solid;
  border-width: 3px;
  border-color: black;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -khtml-border-radius: 20px;
  border-radius: 20px;
  behavior: url(/css/PIE.htc); }

.brownbox, article.quiz section.player, section.comments .commentform, .sidebar section.box {
  color: #ffffcc;
  background-color: #996633; }
  .brownbox a:link, article.quiz section.player a:link, section.comments .commentform a:link, .sidebar section.box a:link, .brownbox a:visited, article.quiz section.player a:visited, section.comments .commentform a:visited, .sidebar section.box a:visited, .brownbox a:hover, article.quiz section.player a:hover, section.comments .commentform a:hover, .sidebar section.box a:hover {
    color: #ffffcc; }

.podquiz {
  color: black;
  background-color: #ffffcc;
  font-family: "Droid Sans", sans-serif; }
  .podquiz a:link {
    background: transparent;
    color: blue;
    text-decoration: none; }
  .podquiz a:hover {
    background: transparent;
    color: blue;
    text-decoration: underline; }
  .podquiz a:visited {
    background: transparent;
    color: blue;
    text-decoration: none; }

section.social {
  height: 3em; }
  section.social div {
    float: left;
    height: 25px; }
  section.social .facebook {
    width: 90px; }
  section.social .plusone {
    width: 120px; }
  section.social .comdate {
    padding-right: 1em;
    font-size: 80%; }

article.quiz {
  clear: both;
  padding-bottom: 1em; }
  article.quiz section.player {
    float: right;
    text-align: center;
    padding-left: 4px;
    margin-left: 1em;
    margin-right: 4px; }
  article.quiz p.description br {
    display: block;
    margin-bottom: 0.5em; }

section.comments br {
  display: block;
  margin-bottom: 0.5em; }
section.comments section.comment p.date {
  font-size: 80%;
  padding: 0; }
section.comments .commentform {
  margin: auto;
  width: 25em;
  padding-top: 1em;
  padding-bottom: 1em;
  text-align: center; }
  section.comments .commentform input {
    color: black;
    background-color: #ffffcc; }
  section.comments .commentform input.name {
    width: 17em; }
  section.comments .commentform input.submit {
    color: #ffffcc;
    background-color: #996633; }
  section.comments .commentform input.human {
    width: 3em; }
  section.comments .commentform textarea {
    color: black;
    background-color: #ffffcc;
    width: 25em;
    height: 12.5em; }

footer {
  clear: both; }
  footer img.logo {
    float: right;
    border: 0; }

body {
  margin: 0;
  padding: 0 0 0 206px; }

.sidebar {
  position: absolute;
  top: 0;
  left: 6px;
  width: 192px;
  height: 100%;
  text-align: center; }
  .sidebar a:link, .sidebar a:visited, .sidebar a:hover {
    color: black; }
  .sidebar header {
    padding-top: 10px;
    padding-bottom: 10px; }
    .sidebar header .hpodquiz {
      font-size: 150%; }
    .sidebar header .htagline {
      font-size: 105%; }
  .sidebar section.box {
    font-weight: bolder;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-top: 3px;
    padding-bottom: 3px; }

@media screen {
  body > nav.sidebar {
    position: fixed; } }
/*
* html body {
  overflow: hidden;
}
* html section.content {
  height: 100%;
  overflow: auto;
}
*/
.content {
  padding-right: 6px; }

span.quizlink {
  float: left;
  display: block;
  width: 11em; }

span.small {
  font-size: 80%; }
