/* The HTML body */

body { 
  background: url(graphics/bg.png) no-repeat top center #CAF99B;
  margin: 0;
  color: #333333;
  font: small Georgia Serif; 
  text-align: center;
}

a:link {
  color: #2D8930;
  text-decoration: none;
}

a:visited {
  color: #666633;
  text-decoration: none;
}

a:hover {
  color: #660000;
  text-decoration: underline;
}

a img {
  border-width: 0;
}

/* Header */

#header-wrapper {
  width:660px;
  margin:0 auto 10px;
}

#header { 
  margin: 5px;
  text-align: center;
  background-position: center;
  margin-left: auto;
  margin-right: auto;
}

#header img {
  margin-left: auto;
  margin-right: auto;
}

/* The navbar */

#bbn-navbar { 
  color: #1D5822;
  text-transform: lowercase;
}

#bbn-navbar a {
  color: #1D5822;
  text-decoration: none;
}

#bbn-navbar a:hover {
  color: #660000;
}

/* Wrappers */

#outer-wrapper {
  width: 660px;
  margin: 0 auto;
  padding: 10px;
  text-align: left;
  font: normal normal 100% Georgia, Serif;
}

#main-wrapper {
  width: 410px;
  float: left;
}

#sidebar-wrapper {
  width: 220px;
  float: right;
}

/* Headings*/

h2 {
  margin: .25em 0 0;
  padding: 0 0 4px;
  font-size: 140%;
  font-weight: normal;
  line-height: 1.4em;
  color: #660000;
}


h3 {
  margin: 1.5em 0 .75em;
  font: normal bold 100% 'Trebuchet MS',Trebuchet,Arial,Verdana,Sans-serif;
  line-height: 1.4em;
  text-transform: uppercase;
  letter-spacing: .2em;
  color: #555522;
}

h4 {
  margin: 1.5em 0 .75em;
  font: normal normal 78% 'Trebuchet MS',Trebuchet,Arial,Verdana,Sans-serif;
  line-height: 1.4em;
  text-transform: uppercase;
  letter-spacing: .2em;
  color: #777744;
}

/* Posts */

#post {
  margin: 0.5em 0 1.5em;
  border-bottom: 1px solid #999966;
  padding-bottom: 1.5em;
  line-height: 1.6em;
}

.center {
  text-align: center;
}

.contents {
  margin: 0 0 .75em;
  font: normal normal 78% 'Trebuchet MS',Trebuchet,Arial,Verdana,Sans-serif;
  line-height: 1.4em;
  text-transform: uppercase;
  letter-spacing: .2em;
  color: #777744;
  border-bottom: 1px solid #999966;
}

.contents dd {
  text-transform: none;
  margin-left: 1em;
  line-height: 1.2em;
}

.contents a {
  color: #777744;
}

/* The sidebar */

.sidebar { 
  color: #333333;
  border-bottom: 1px solid #999966;
  line-height: 1.5em;
  padding-bottom: 1.5em;
}

.sidebar ul {
  list-style: none;
  margin: 0 0 0;
  padding: 0 0 0;
}

.sidebar li {
  margin: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: .25em;
  padding-left: 15px;
  text-indent: -15px;
  line-height: 1.5em;
}

/* Footer */

#footer {
  width: 660px;
  clear: both;
  margin: 0 auto;
  padding-top: 15px;
  line-height: 1.6em;
  letter-spacing: .1em;
  text-align: center;
  font: italic normal 80% Georgia, Serif;
}

