

/* ===== 'Here on Earth' Styles ========================================================

   Author: Bill Dunford

   ========================================================================== */


body {
  font-family: 'Merriweather', 'Georgia', serif;
}


.hero-unit {
  padding: 0px;
  padding-top: 10px;
  margin-bottom: 30px;
  background-color: #000;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
}

.hero-unit h1 {
  font-size: 60px;
  line-height: 1;
  letter-spacing: -1px;
  color: #eee;
  margin: 30px;
  text-align: right;
}

.hero-unit p {
  font-size: 18px;
  font-weight: 200;
  line-height: 27px;
  color: #eee;
  margin: 30px;
  width: 75%;
}

h1 {
  font-size: 35px;
  line-height: 38px;
  color: #00AC70;
  letter-spacing: -1px;
}

h2 {
  font-size: 28px;
  line-height: 38px;
}

h3 {
  font-size: 18px;
  line-height: 27px;
  color: #666;
}

h4 {
  font-size: 14px;
}

#sidebar {
padding: 1px;
  background-color: #ffffff;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);

}

.sidebar-title {
  margin: 0;
  padding: 12px 16px;
  font-size: 14px;
  font-weight: bold;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
.sidebar-content {
  padding: 12px 16px;
  font-size: 12px;
}
.sidebar-content p,
.sidebar-content ul,
.sidebar-content ol {
  margin-bottom: 0;
}

.footer {
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
margin-top: 30px;
padding: 8px;
background-color: #000;
color: #999;
font-size:12px;
text-align:center;

}

.footer a {
color: #999;
text-decoration: underline;
}

.footer a:hover {
color: #fff;
text-decoration: none;
}

.tab-content > .active,
.pill-content > .active {
  display: block;
  border: 1px solid #ddd;
  border-top: 0px;
  padding:10px;
}

.nav {
  margin-left: 0;
  margin-bottom: -0px;
  list-style: none;
}

.nav-tabs > .active > a,
.nav-tabs > .active > a:hover {
  color: #555555;
  background-color: #f7f7f7;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}

.nav-tabs > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 20px;
  border: 1px solid transparent;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  font-size:12px;
  font-weight: bold;
}















