@import url(http://fonts.googleapis.com/css?family=Lato:900,400);
@import url(http://fonts.googleapis.com/css?family=Handlee);
html { margin: 0; padding: 0; }
body {
  font-family: 'Lato';
  font-size: 14pt;
  margin: 0; padding: 0;
  background: #cfcfcf url(bg.png);
  color: #333;
}
a {
  color: #204a87;
  text-decoration: none;
}
a img { border: none; }
a:hover { border-bottom: dashed 1px #204a87; }
div.ohtop {
  font-family: Lato;
  font-size: 12pt;
  margin: 0 auto;
  max-width: 800px;
  background: #204a87;
  box-shadow: 2px 0 4px #666, -2px 0 4px #666;
  -moz-box-shadow: 2px 0 4px #666, -2px 0 4px #666;
  -o-box-shadow: 2px 0 4px #666, -2px 0 4px #666;
  -webkit-box-shadow: 2px 0 4px #666, -2px 0 4px #666;
}
div.ohtop ul {
  display: block;
  margin: 0 0 0 170px;
  padding: 0;
}
div.ohtop li {
  display: inline-block;
  margin: 0; padding: 0;
}
div.ohtop a {
  display: inline-block;
  padding: 4px 8px;
  color: #ccc;
  transition: background-color 0.5s, color 0.5s;
  -moz-transition: background-color 0.5s, color 0.5s;
  -o-transition: background-color 0.5s, color 0.5s;
  -webkit-transition: background-color 0.5s, color 0.5s;
}
div.ohtop a:hover {
  color: #fff;
  border: none;
  background: #3465a4;
  text-shadow: 1px 1px 0 #333;
}
div.main {
  margin: 0 auto 10px auto;
  max-width: 800px;
  background: url(bg2.png);
  box-shadow: 2px 0 4px #666, -2px 0 4px #666;
  -moz-box-shadow: 2px 0 4px #666, -2px 0 4px #666;
  -o-box-shadow: 2px 0 4px #666, -2px 0 4px #666;
  -webkit-box-shadow: 2px 0 4px #666, -2px 0 4px #666;
}
div.title img.oh {
  float: left;
  margin-bottom: 20px;
}
div.title h1 {
  margin: 0;
  padding-top: 16px;
  font-family: Lato;
  font-size: 44pt;
  text-shadow: 1px 1px 0 #fff, 2px 2px 0 #ccc;
}
div.title > div.desc {
  font-family: 'Imprima';
  font-size: 14pt;
  max-width: 640px;
}
div.twitter {
  float: right;
  margin-right: 20px;
}
div.footer {
  clear: both;
  margin: 0;
  padding: 8px;
  text-align: center;
  background: url(bg2.png);
  color: #666;
  font-size: 10pt;
}
div.footer p { margin: 4px; }
h2 {
  font-family: Lato;
  font-size: 22pt;
  text-shadow: 1px 1px 0 #fff, 2px 2px 0 #ccc;
  margin: 0;
}
h3 {
  font-family: Lato;
  font-size: 16pt;
  text-shadow: 1px 1px 0 #fff, 2px 2px 0 #ccc;
  margin: 0;
}
div.content {
  clear: both;
  padding: 20px;
  background: rgba(255, 255, 255, 0.6);
  border-top: solid 1px #999;
  border-bottom: solid 1px #999;
}
div.section + div.section {
  margin-top: 40px;
}
div.floatright {
  float: right;
  margin: 0 0 20px 20px;
}
