body, input, select, textarea {
  font-family: 'Open Sans', Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #444;
}

/** headlines **/
h1, h2, h3, h4, h5, h6 {
  font-weight: 300;
  margin-bottom: .6em;
}
h1, h2 {
  text-align: center;
}
h1 {
  font-size: 2.769em;
}
h2 {
  font-size: 1.692em;
  line-height: 1.3em;
  margin-bottom: 1.5em;
}
h3 {
  font-size: 1.385em;
}
h4 {
  font-size: 1.077em;
  font-weight: 400;
}

/** text **/
p, ul, ol {
  line-height: 1.5em;
  margin-bottom: 1em;
}
ul, ol {

}
ul {
  list-style-type: circle;
}
ol {
  list-style-type: decimal;
}

/** links **/
a {
  color: #8dbe1a;
  text-decoration: none;
}
a:link, a:visited, a:hover, a:active {
  outline: none;
}
#content a:hover, #sidebar-info a:hover {
  color: #8dbe1a;
  text-decoration: none;
  border-bottom: 1px dotted #8dbe1a;
}

/** images **/
img {
  max-width: 100%;
  height: auto;
}

/** some css classes **/
.seperator {
  border-bottom: 1px solid #ddd;
}
.clear {
  clear: both;
}
.margin-bottom-30 {margin-bottom: 30px;}