/* layout css for FCC Naperville */

body {
  background: url('/themes/fcc/images/delightfulshade.png') no-repeat fixed -45px 0px;
}

div#body {
  position: relative;
  background: #439639 url('/themes/fcc/images/delightfulshade.png') no-repeat fixed -45px 0px;
  margin-top: 80px;
  margin-left: 50px;
  max-width: 960px;
  padding-bottom: 30px;
}

#wrapper {
  position: relative;
  top: 40px;
  min-height: 320px;
  max-width: 910px;
  margin-left: 25px;
  padding-bottom: 40px;
}

#header {
  min-height: 90px;
  padding-left: 15px;
  padding-top: 15px;
  background: #ecf4d8;
}

#header img {
  float: left;
  padding-right: 1em;
}

#header h1 {
  padding-top: 0.5em;
  padding-bottom: 0.25em;
}

#content {
  background: #dcebb6;
  overflow: hidden;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}

#content h1 {
  margin-bottom: 0.75em;
}

#content h2 {
  margin-bottom: 0.5em;
  margin-top: 0.65em;
}

#content h3 {
  margin-bottom: 0.25em;
}

#content li {
  margin-left: 2em;
}

#main {
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
}

#main p {
  margin-right: 2em;
  padding-bottom: 0.75em;
}

img.wrapleft { 
  float: left;
  margin-right: 1em;
}

img.center {
  padding-left: 12px;
}

/* Sermon/Blog style */
p.authorDate {
  font-style: italic;
  margin-left: 1em;
}

span.scripture {
  font-weight: bold;
}

.sermonSummary {
  border-top: 1px solid #006225;
  margin-right: 2em;
}

#navigation {
  clear: both;
  position: relative;
  background: #ecf4d8;
  width: 100%;
  min-height: 14em;
}

#navspace {
  width: 100%;
  padding-left: 4%;
}

dl.navblock {
  background: #ecf4d8;
  display:block;
  padding-left: .5em;
  float:left;
  width: 22%;
}

dl.navblock dt {
  padding-top: 0.5em;
}

dl.navblock dd {
  padding-bottom: 0.1em;
}

dl.navblock dt {
  padding-top: 0.5em;
  padding-bottom: 0.25em;
}

#footer {
  margin-top: 1em;
  width: 100%;
}


