@import url(https://fonts.googleapis.com/css?family=Maiden+Orange);

/*body{font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;color:#333}*/
body{font-family: 'Lucida Grande', Tahoma, Verdana, Arial, sans-serif;color:#333}
a{color:#20386d}
h3.ddheader {margin-top:0}

.fixedit {margin-top:60px;margin-bottom:40px}
.fixedit > header {position:fixed;top:0;left:250px;right:0;height:4em;z-index:1;
  background:#fcfcfc;border-bottom:1px solid #d7d7d7;padding:0 15px;
  color: #8e8e8e;box-shadow: 0 0 5px #e6e6e6;
  font-family: 'Maiden Orange', "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
.fixedit > .nav-toggle {
  position: fixed;
  top: 0;
  left: 240px;
  z-index: 15;
}
.fixedit > nav {
  position:fixed;top:0;bottom:0;left:0;width:249px;
  z-index:10;
  background: #f9f9f9 url(/media/images/logo.png) no-repeat center 25px;
  list-style:none;padding-top:265px;border-right:1px solid #e6e6e6;
  box-shadow: -2px 0 15px #E6E6E6 inset;
}
.fixedit > nav li {margin:15px 50px;padding:0;border:1px solid #808080;background:#e6e6e6;box-shadow: 0 0 3px #CCC}
.fixedit > nav li a {text-decoration: none;color:#808080;display:block;text-align:center;padding:2px 15px 4px;font-size:1.5em;text-transform:lowercase;
  font-family: 'Maiden Orange', "Palatino Linotype", "Book Antiqua", Palatino, serif;}
.fixedit > nav li:hover,
.fixedit > nav li.current {background:#a7ddff;border:1px solid #20386d;box-shadow: 0 0 2px #20386D}
.fixedit > nav li:hover a,
.fixedit > nav li.current a{box-shadow: 0 0 1px #20386d inset;color: #20386d}
.fixedit > section {margin-left:250px;margin-top:2em;padding:15px;margin-bottom:2em}
.fixedit > footer {
    background: none repeat scroll 0 0 #FAFAFA;
    border-top: 1px solid #CCCCCC;
    bottom: 0;
    height: 2em;
    left: 250px;
    padding: 10px 15px 0;
    position: fixed;
    right: 0;
}
.fixedit > footer p {margin:0}

.inblueink .fixedit {margin-top:4em}
.inblueink .fixedit > header,
.inblueink .nav-toggle {top:20px}

.social-badges {
  position:absolute;
  bottom:0;
  padding:10%;
  opacity:0.5;
}

@media only screen and (max-width: 767px) {
  nav {display: none}
  .fixedit > section {
    margin-left: 0;
  }
  .fixedit > header,
  .fixedit > footer {
    left: 0;
  }
}

fieldset.fsection {
  padding: 0;
  border: none;
}
fieldset.fsection label:first-child {
  display:block;
  font-weight: bold;
  margin-top: 5px
}
fieldset.fsection fieldset {
  border: none;
}
fieldset.fsection textarea {
  width: 100%;
}