.super-nav .logged {
    float: right;
    margin-right: 30px;
    height: 20px;
    padding-bottom: 2px;
    font-size: 12px;
    text-align: right;
}
.super-nav form {
    float: right;
    margin-right: 30px;
    height: 30px;
    padding-bottom: 2px;
    z-index:9999;
}
.super-nav form #id_username,
.super-nav form #id_password {
    display: inline;
    width: 150px;
    border: 1px solid #3F5D6C;
    -moz-border-radius: 1px;
    border-radius: 1px;
    padding: 3px 0 3px 0;
    margin-bottom: 0px;
    height: 20px;
}

.super-nav form .submit {
    height: 20px;
    vertical-align: bottom;
    background: #3F5D6C;
    color: #fff;
    border: none;
    -moz-border-radius: 1px;
    border-radius: 1px;
    margin-bottom: 1px;
}
.super-nav .links {
  float: right;
  margin-right: 60px;
  font-size:10px;
}

header {
    height: 60px;
}

header.page-header {
  z-index:9998;
      top: 38px;
}
/* the css from secondnature.org assumes the header menu has a submenu this will allow a
click on the menu*/
header .menu > .menu-item > a {
    pointer-events: auto;
    cursor: auto;

}



header .mobile-header .logo-container {
  padding: 0 0 0 0;
      margin-top: -20px;
}
#site-title {
  color: #DF7350;
    font-family: "museo-sans";
    font-size: 1.6em;
    padding: 20px 0 0 45px;
    width: 300px
}
