
body {
  margin: 0;
  background: #edecda url(images/background.png) repeat-x; /* f3f1e9 */
}

/* Header Graphical Styling
-------------------------------------------------------------- */

#header { height: 143px; }

/* Logo */
#logo {
  height: 109px;
}
#logo h1, #logo h2 { display: none; }
#logo a {
  background: url(images/logo.png) no-repeat;
  display: block;
  overflow: hidden;
  width: 428px;
  height: 105px;
  margin: 0 auto;
}
#logo a:hover { border-bottom: none; }

/* Navigation */
#navigation {
  height: 36px;
  width: 525px;
  margin: 0 auto;
}

#navigation ul {
  list-style: none outside;
  margin: 0;
}

#navigation ul li {
  display: inline;
  float: left;
  margin: 0;
  padding: 0;
  background: none;
}

#navigation ul li a {
  display: block;
  height: 24px;
  width: 100px;
  padding: 7px 8px 0;
  margin: 1px 5px;
  
  font-family: Georgia, serif;
  text-transform: uppercase;
  font-size: 0.9em;
  letter-spacing: 3px;
  text-decoration: none;
  text-shadow: #353535 2px 2px 5px;
  
  color: #edecda;
}

#navigation ul li a:hover {
  background: #006d2c;
  border-bottom: none;
  text-decoration: none;
}

/* Main-Body Styling
-------------------------------------------------------------- */

#main-body {
  background: url(images/main-bg.gif) repeat-y 660px;
  margin: 30px auto 30px;
}
#content { margin-top: 0; }
#sidebar { margin-top: 0; }

/* Content */

#splash.seperate {
  border-bottom: 2px solid #dbd5c5;
  margin-bottom: 20px;
}

#splash p.tagline {
  margin: 10px 0 15px 0;
  font-size: 1.25em;
}

#content h3.content-title {
  border-bottom: 2px solid #dbd5c5;
}

.note, .entry {
  border-bottom: 1px solid #dbd5c5;
  margin-bottom: 20px;
}

blockquote {
   color: #000;
   background-color: #ddddc7;
   font-family: "Times New Roman", Times, serif;
   font-style: italic;
   padding: 0.5em 1.5em;
   padding-bottom: 0.5em;
   text-align: left;
}

blockquote p {
   font-size: 1.1em;
}

blockquote q {
   font-style: italic;
   margin-right: 0.2em;
}

blockquote cite {
   display: block;
   font-style: normal;
   font-variant: small-caps;
   margin: 0;
   padding: 0;
   text-align: right;
}

q {
   quotes: "“" "”" "‘" "’";
}

.entry p.credit {
  background: transparent url(icons/comment.png) no-repeat scroll 0pt 50%;
  font-size: 90%;
  margin: 0 5px 0 0;
  padding: 0 0 0 20px;
}

h3.section {
  color: #460;
  font-size: 1.25em;
  margin-bottom: 10px;
  padding-bottom: 0;
  border-bottom: 1px solid #dbd5c5;
}

div.vevent span.time {
  display: block;
  font-size: 0.85em;
  
}

ul.pictures {
  padding-top: 20px;
  list-style: none;
}

ul.pictures li {
  display: inline;
  margin: 0 10px 0 10px;
}

ul.pictures li a:hover, #map a:hover {
  background: none;
  border: none;
}

#lbCenter a:hover, #lbBottomContainer a:hover {
  border: none;
}

/* Sidebar */
#sidebar h3.heading a { color: #111; }
#sidebar ul.events {
  list-style: none;
  margin: 0;
  font-size: 0.85em;
  margin-bottom: 20px;
}
#sidebar li.vevent { margin: 0 0 10px 10px; }
#sidebar li.vevent span.summary {
  display: block;
  font-size: 1.2em;
}
#sidebar li.vevent abbr.dtstart {
  padding: 0 0 0 20px;
  background: url(icons/calendar_chopped.png) no-repeat 0 -1px;
}

#sidebar dl { margin: 0; }
#sidebar dt { margin: 7px 0 0 0; }
#sidebar dd {
  padding: 0 0 0 20px;
  background: url(icons/email.png) no-repeat 0 2px;
}

/* Extra Columns Styling
-------------------------------------------------------------- */

#extra {
  background: #004c22;
}

#extra h3 {
  color: #eee;
  border-bottom: 0;
}

/* Footer Styling
-------------------------------------------------------------- */

#footer {
  background: url(images/footer.png) repeat-x;
  padding: 30px 0 25px 0;
}

#copyright {
  margin-top: 15px;
  background: url(images/crest-small.png) no-repeat 80px;
}

#copyright p {
  color: #eee;
  padding-top: 15px;
  font-size: 90%;
}

#ad-container a:hover {
  border: none;
  background: none;
}
