/* Style notes:
  Colors: 9C2A00 / D6BF86 / FFFBD0 (darker / medium / lighter)
  Colors Width: 30px (span-1)
  Column Margin: 10px (right)
*/

/* general */

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

/* sitewide */

body {
/*  background-color: #D6BF86;*/
  background: #FFFBD0 url(../images/gradient.png) repeat-x;
  font-family: "Lucida Grande", "Trebuchet MS Bold", Trebuchet, Arial, sans-serif;
}


div.container {
  margin-top: 1em;
  margin-bottom: 0.5em;
}

/* elements */

#header {
  background: url(../images/logo.png);
  height: 75px;
}

#header h1, #header h2 {
  display: none;
}

#site-navigation {
  font-size: 16px;
}

#site-navigation, #site-navigation div {
  background-color: #9C2A00;
}

#site-navigation li {
  list-style: none;
  color: #FFFBD0;
}

#site-navigation li a {
  color: #FFFBD0;
  font-weight: bold;
}

#site-navigation li a:hover {
  color: #9C2A00;
  background-color: #FFFBD0;
}

#site-navigation li.active a {
  color: #9C2A00;
  background-color: #FFFBD0;
}

#main-content {
  margin-left: -3px;
  margin-right: 6px;
  border: 3px double #9C2A00;
}

#main-content, #main-content div {
  background-color: #FFFBD0;
}

#side-gallery #news {
  font-family: Georgia, Garamond, "Times New Roman", Times, serif;
  font-size: 18px;
  margin-bottom: 1em;
}

#side-gallery #news, #side-gallery #news * {
  background-color: #9C2A00;
  color: #FFFBD0;
}

#side-gallery img {
  border: 3px double #9C2A00;
  margin-bottom: 1em;
  display: block;
  width: auto;
}

#side-gallery img.fixed {
  width: 304px;
}

#footer {
  border-top: 1px dotted black;
  text-align: center;
}

.after-content-separator {
  text-align: center;
  padding-bottom: 1em;
}
