body {
  font-family: "Garamond", sans-serif;
  width: 1000px;
}

/* background-image is set inline via image_url in the layout */

a {
  font-family: "Garamond", sans-serif;
  color: #1A1;
  text-decoration: underline;
}

p, h1, ul, ol {
  text-align: center;
  color: #EEE;
  font-size: 23px;
  width: 900px;
  margin: 20px 50px 20px 50px;
}

h1 {
  font-size: 70px;
  margin: 5px 50px 20px 50px;
}

#break p, #break h1 {
  color: #222;
  margin: 40px;
}

div.circle {
  display: block;
  width: 130px;
  height: 130px;
  border: 2px solid #EEE;
  -moz-border-radius: 65px;
  -webkit-border-radius: 65px;
  border-radius: 65px;
}

div.circle.left {
  margin: 50px 150px 50px 200px;
}

div.circle.right {
  margin: 50px 20px 50px 150px;
}

a:hover div.circle {
  background-color: #EEE;
}

.no-underline a, .no-underline a:active, .no-underline a:hover {
  text-decoration: none;
}

a:hover div.circle span.understand, a:hover div.circle span.confused {
  color: #222;
}

div.circle.left { float: left; }
div.circle.right { float: left; }
div.middle { margin-left: 420px; }

div.circle span.understand, div.circle span.confused, div.circle span.ready {
  text-align: center;
  color: #EEE;
  display: block;
  font-size: 1em;
}

div.circle span.understand {
  padding-top: 27px;
  padding-left: 14px;
  width: 100px;
}

div.circle span.confused {
  padding-top: 38px;
  padding-left: 18px;
  width: 90px;
}

div.circle span.ready {
  padding-top: 25px;
  padding-left: 18px;
  width: 90px;
  color: #222;
}

a:hover div.circle.ready {
  background-color: #000;
}

div.circle.ready {
  border: 2px solid #000;
}

a:hover div.circle span.ready {
  color: #EEE;
}

div.clear { clear: both; }

em {
  font-style: italic;
  letter-spacing: 1px;
}

ul li {
  list-style: square outside;
  margin-left: 15px;
  margin-bottom: 25px;
}

ol li {
  list-style: upper-roman outside;
  margin-left: 20px;
  margin-bottom: 28px;
  padding-left: 25px;
  text-align: left;
}
