body {
  font: 12px/1.7 "OpenSans", Arial, sans-serif;
  color: #444;
}

pre,
code {
  font-family: "DejaVu Sans Mono", Menlo, Consolas, monospace;
}

hr {
  border: 0 solid #ccc;
  border-top-width: 1px;
  clear: both;
  height: 0;
}
#footer a, #footbase a{
  color: #bbb;
  text-decoration: none;
}
#footer a:hover, #footbase a:hover{
  text-decoration: underline;
}
form .input:focus{
  border: 1px solid #80c242;
  outline:none;
}


/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
  font-size: 22px;
}
h1.title, h2.title, #footer h1{
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 10px;
  border-bottom: 1px solid #d0d0d0;
  margin-left: 10px !important;
}
h2.title{
  margin: 20px;
  font-weight: normal;
}
.hs h1{
  font-size: 16px;
}
#footer h1{
  color: #8cae3c;
  border-bottom: 1px solid #444;
}
h2 {
  font-size: 20px;
}

h3 {
  font-size: 18px;
}

h4 {
  font-size: 16px;
}

h5 {
  font-size: 14px;
}

h6 {
  font-size: 14px;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
  list-style: decimal;
}

ul {
  list-style: url("/img/bullet-green.png");
}

li {
  margin-left: 30px;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset,
figure {
  margin-bottom: 15px;
  font-weight: normal;
}

#cm_content a{
  color: #7fc243;
}
#cm_content a:hover{
  text-decoration: none;
}

ul.h_list{
  list-style: none;
}
ul.h_list > li{
  float:left;
  margin: 0;
  position: relative;
}
.fright {
  float: right;
}
.fleft{
  float: left;
}
#captions .button {
  background: #fff;
  color: #000;
}
.button{
  display: inline-block;
  padding: 5px 15px;
  background: #80c242;
  border-radius: 3px;
  cursor: pointer;
  color: #fff;
  border: 0;
}
.button:hover{
  background: #8dc015;
}

a.button{
  margin-top: 30px;
  text-decoration: none;
}
.block{
  margin: 20px 0;
}
.block.last{
  margin-bottom: -20px;
}