/* ------------------------------
Global
------------------------------ */

body {
  margin: 0;
  padding-top: 2em;
  border-top: .25em solid #333;
  font: 1.3em/1.4em "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
  color: #333;
  background-color: #FFF;
}

h1, h2 {
  margin-bottom: .5em;
  font: 2em/1.4em Georgia, sans-serif;
}

h2 {
  font-size: 1em;
}

a:link,
a:visited,
a:hover,
a:active {
  padding: .25em 0;
  border-bottom: 1px solid #CCC;
  color: #333;
  text-decoration: none;
}

a:hover {
  border-color: #000;
  color: #000;
}

.container {
  width: 950px;
  margin: 0 auto;
}

#admin {
  margin-bottom: 1em;
  padding-bottom: .5em;
  border-bottom: 1px solid #AAA;
}

  #admin select {
    font-size: .75em;
  }

.indicator {
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../images/indicator.gif);
}

p,
ul,
pre {
  margin-bottom: 1em;
}

.wrong {
  color: #ff004e;
}

.cool {
  color: #478F00;
}

.line-through {
  text-decoration: line-through;
}

pre {
  font: .75em/1.4em "Courier New", Courier, sans-serif;
}

ul {
  padding-left: 3em;
  list-style-type: circle;
}

  ul li {
	  padding: .25em 0;
  }
  
  ul li.comment {
    font: italic .75em/1.4em Georgia, sans-serif;
    color: #AAA;
    list-style-type: none;
  }

.example {
  border: 1px solid #CCC;
  padding: 5px;
}

#navigation {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: .25em;
  padding: .25em .75em .5em .75em;
  background-color: #333;
}

  #navigation a {
    border: 0;
    font-size: .75em;
    color: #AAA;
  }