body {
  margin: 0;
  padding: 0;
  font-size: 12px;
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
  line-height: 150%;
  background: #272727; }

a {
  color: #050067; }

h1, h2, h3, h4, h5, p, ul {
  margin: 0;
  padding: 0 0 1em 0; }

img {
  border: 0; }

pre {
  margin: 0em 2em 1em 2em;
  padding: .5em 1em;
  font: .9em/1.2em monospace; }

.clear {
  clear: both;
  font-size: 1px;
  line-height: 0;
  margin: 0;
  padding: 0; }

.inline {
  display: inline; }

.hidden {
  display: inline; }

#header {
  background-image: url(../images/header-background.jpg);
  background-repeat: repeat-x;
  width: 100%;
  background-color: #ccc; }
  #header h1 {
    margin: 0;
    padding: 0;
    position: relative;
    width: 419px;
    height: 150px;
    overflow: hidden; }
    #header h1 span {
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      z-index: 1;
      width: 419px;
      height: 150px;
      margin: 0;
      padding: 0;
      background-image: url(../images/header.jpg);
      background-position: top left;
      background-repeat: no-repeat; }

html>body #header {
  border-bottom: 3px solid #ccc; }

img.scout_logo {
  position: absolute;
  right: 0;
  top: 0;
  padding-right: 10px; }

#container {
  margin: 0;
  padding: 2em 0;
  background: #FFFFFF;
  width: 100%; }

#left-bar {
  float: left;
  width: 200px; }

#content {
  float: left;
  width: 45%;
  text-align: justify;
  font-size: 13px;
  padding: 0 2em;
  padding-bottom: 1em; }
  #content ul {
    margin-left: 2em; }
    #content ul li {
      margin-bottom: 1em; }
  #content ul#checklist {
    list-style-type: none;
    margin-left: 0;
    margin-bottom: 0; }
  #content ul.itinerary {
    list-style-type: none;
    margin-left: 0; }
    #content ul.itinerary li {
      margin-bottom: 0; }
  #content div.sponsor {
    border: 1px solid #ccc;
    padding: 1em;
    margin-bottom: 2em; }
    #content div.sponsor img {
      float: right; }
    #content div.sponsor p.included_image {
      padding-right: 140px; }
  #content div.post {
    border: 1px solid #ccc;
    padding: 1em;
    padding-bottom: 0;
    margin-bottom: 2em; }
    #content div.post h3 {
      color: #050067; }
    #content div.post .footnote {
      font-size: 90%;
      border-top: 1px solid #ccc;
      padding-top: 1em;
      text-align: right; }
    #content div.post div.footnote {
      margin-bottom: 1em; }
  #content table {
    width: 100%; }
  #content form label {
    display: block;
    font-weight: bold; }
  #content form input, #content form select {
    width: 400px; }
  #content form textarea {
    width: 400px;
    height: 200px; }
  #content form input.submit {
    width: auto; }

body#kit-list #content strong {
  text-transform: uppercase; }

body#chief-scouts-message #content, body#blog-admin #content {
  width: 70%; }
body#chief-scouts-message #right-bar, body#blog-admin #right-bar {
  display: none; }

#right-bar {
  float: left;
  width: 200px; }
  #right-bar .picture {
    text-align: center; }
  #right-bar img {
    width: 200px; }

div.sidebar {
  font-size: 12px;
  padding: 1em;
  padding-top: 0; }
  div.sidebar h3 {
    text-transform: uppercase;
    color: #050067;
    border-bottom: 1px solid #050067;
    padding-bottom: 4px;
    margin-bottom: 1em; }

#navigation {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-bottom: 2em; }
  #navigation li {
    margin: 0;
    padding: 0; }
  #navigation li a {
    display: block;
    border: 1px solid #ccc;
    border-top: 0;
    padding: 0.5em 1em;
    background: url(../images/arrow_right.gif) no-repeat 0 50%;
    padding-left: 15px; }
    #navigation li a:hover {
      background-color: #EFEFEF; }
  #navigation li.first a {
    border-top: 1px solid #ccc; }

#footerwrap {
  color: #BFBFBF;
  width: 100%; }

#footer {
  font-size: .9em;
  margin: 0;
  padding: 1em 2em; }
  #footer a {
    color: #BFBFBF; }
  #footer p.copyright {
    float: left; }
  #footer p.attributes {
    float: right; }
