@charset "utf-8";
/* CSS Document */
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  background: transparent;
  color: #777;
  font-size: 12px;
}
h1 {
  font-size: 26px;
  font-weight: 400;
}
h2 {
  font-size: 22px;
  font-weight: 200
}
h3 {
  font-size: 16px;
  font-weight: 200;
  margin-bottom: 0px;
}
a {
  text-decoration: none;
  color: #7AA39A;
}
a:hover {
  text-decoration: underline;
}
.sidebar-header {
  padding:2px;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#545454+0,0e0e0e+100 */
background: #545454; /* Old browsers */
background: -moz-linear-gradient(top,  #545454 0%, #0e0e0e 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #545454 0%,#0e0e0e 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #545454 0%,#0e0e0e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#545454', endColorstr='#0e0e0e',GradientType=0 ); /* IE6-9 */
color:#c0c0c0;
font-weight: bold;
font-size:14px;
}