body {
  padding: 0;
  margin: 0 20px;
  font-family: "Lucida Grande", "Bitstream Vera Sans", Verdana, sans-serif;
  font-size: 12px;
  color: #333;
  background: #2a2e2e;
  line-height: 1.4;
}

/* page structure
-------------------------------------------------------------------- */

#wrapper {
  width: 750px;
  padding: 0;
  margin: 0 auto;
  background: #fff url(../img/content-bg.gif);
  border-left: 5px solid #202424;
  border-right: 5px solid #202424;
}

#header {
  height: 134px;
  margin: 0;
  padding: 0;
}

#main {
  float: left;
  width: 70%;
}

#side {
  float: right;
  width: 29%;
  background: transparent;
}

/* columns
-------------------------------------------------------------------- */

#main-inner {
  padding: 15px 15px;
}

#side-inner {
  padding: 2px 14px 10px 10px;
}

/* headings
-------------------------------------------------------------------- */

h1, h2, h3, h4, h5, h6 {
  font-family: Georgia, "Bitstream Vera Serif", "Times New Roman", serif;
  font-weight: normal;
  padding: 0;
}

h1 {
  font-size: 24px;
  margin: 0 0 15px 0;
  letter-spacing: 1px;
  word-spacing: 3px;
}

h2 {
  font-size: 20px;
  margin: 5px 0 10px 0;
}

h3 {
  font-size: 18px;
  margin: 10px 0 10px 0;
}

h4, h5, h6 {
  font-size: 16px;
  margin: 10px 0 10px 0;
}

/* sidebar
-------------------------------------------------------------------- */

#side h3 {
  text-transform: uppercase;
  font-size: 12px;
  margin-bottom: 1em;
}

* html #side h3 {
}

#side a {
  color: #0066B3;
}

#side a:hover {
  background: #0066B3;
  color: #fff;
}

/* links
-------------------------------------------------------------------- */

a {
  text-decoration: none;
  font-weight: normal;
  color: #649F34;
  background: transparent;
  border: none;
}

a:hover {
  color: #fff;
  background: #749F44;
}

/* navigation
-------------------------------------------------------------------- */

#nav {
  margin: 0px;
  padding: 8px 10px;
  background: #735a5d url(../img/nav-grad.png);
  border-bottom: 2px solid #533a3d;
  height: 29px;
}

* html #nav {
  margin-top: -2px;
}

#nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#nav li {
  float: left;
  margin: 0;
  padding: 0;
}

#nav li a {
  float: left;
  margin: 0 1px 0 0;
  padding: 6px 9px;
  color: #fff;
}

#nav li a:hover {
  color: #fff;
  background: #442232;
}

#n-signup a {
  font-weight: bold;
}

#n-contribute a {
  font-weight: bold;
}

/* breadcrumbs
-------------------------------------------------------------------- */

#breadcrumbs {
  padding: 0 0 3px 0;
  border-bottom: 1px dotted #ccc;
  margin-bottom: 10px;
}

/* block elements
-------------------------------------------------------------------- */
p {
  margin: 0 0 12px 0;
}

ul {
  margin: 0 0 1em 1.5em;
  padding-left: 0;
  list-style: circle;
}

li {
  line-height: 1.4;
}

/* images
-------------------------------------------------------------------- */

img {
  border: none;
}

/* what-is-fbt
-------------------------------------------------------------------- */

#what-is-fbt {
  font-size: 1.0em;
  line-height: 1.5;
  margin: 0 0 20px 0;
  padding: 10px;
  color: #6c440e;
  background: #f0f0b6 url(../img/whatisfbt-bg2.png);
  border-top:     0px solid #ddd;
  border-bottom:  0px solid #ddd;
}

#what-is-fbt img {
  float: left;
  margin-right: 10px;
}

/* blog posts
-------------------------------------------------------------------- */

.byline {
  color: #999;
  font-size: 0.9em;
  text-transform: uppercase;
}

/* events
-------------------------------------------------------------------- */

.vevent {
  margin: 1em 0;
  padding: 0.5em 0 0 0 ;
  border-top: 1px dotted #999;
}

.vevent .summary {
  font-size: larger;
  display: block;
  font-weight: bold;
  margin: 0 0 0.5em 0;
}

.vevent .location {
  display: block;
}

.vevent .label {
  display: block;
  text-transform: uppercase;
  font-weight: bold;
  font-size: smaller;
}

.vevent .location,
.vevent .when {
  margin: 0 0 0.5em 0;
  display: block;
}

.vevent .description {
  margin: 0 0 1em 0;
}

/* board list
-------------------------------------------------------------------- */

#board-list {
  border-top: 1px solid #ccc;
  margin-bottom: 1em;
}

#board-list h3 {
  text-align: right;
}

#board-list .member {
  float: left;
}

#board-list a {
  font-family: "Lucida Grande", "Bitstream Vera Sans", Verdana, sans-serif;
  font-size: 12px;
}

/* footer
-------------------------------------------------------------------- */

#footer {
  text-align: center;
  padding: 0;
  margin: 0;
  background: transparent url(../img/viaduct.jpg) 0px 0px no-repeat;
  height: 497px;
  color: #fff;
  clear: both;
}

#slogan {
  font-family: Georgia, "Bitstream Vera Serif", "Times New Roman", serif;
  font-size: 1.5em;
  font-style: italic;
  padding-top: 175px;
  text-shadow: 1px 1px 0 #000;
}

#slogan span {
  font-style: normal;
  font-weight: normal;
  color: #fff;
}

#footer a {
    text-shadow: none;
}

#copyright {
    margin-top: 220px;
}

/* vcard
-------------------------------------------------------------------- */

.vcard {
  font-family: Courier, "Courier New", monospace;
  margin: 1em 0;
  font-size: 125%;
}

/* dl
-------------------------------------------------------------------- */

dt {
  font-weight: bold;
  margin-bottom: 3px;
}

dd {
  margin-bottom: 1.3em;
}

/* gallery
-------------------------------------------------------------------- */

.gallery-link {
  border-top: 1px solid #ccc;
  margin-bottom: 1em;
}

.gallery-link img {
  padding: 1px;
  border: 1px solid #ddd;
}

.gallery ul {
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 1.5em;
}

.gallery li {
  float: left;
}

.gallery img {
  padding: 1px;
  border: 1px solid #ddd;
  margin: 0 10px 10px 0;
  display: block;
}

.gallery img:hover {
  border: 1px solid #999;
}

/*
-------------------------------------------------------------------- */

abbr {
  border: none;
}

hr {
  display: none;
}

/* self-clearing floats */
#side:after,
#nav:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* Forms */

fieldset {
    border: none;
    margin: 1em 0;
}
fieldset legend {
    font-weight: bold;
    margin-left: -2px;
    font-size: larger;
}
fieldset div input[type=text] {
    padding: 3px 1px;
    border-style: solid;
    border-width: 1px;
    border-color: #7C7C7C #C3C3C3 #DDDDDD;
}
fieldset div label {
    color: #666;
}
fieldset div {
    float: left;
    margin: 0 0.3em 0 0;
    padding-bottom: 1em;
}
fieldset div.full {
    width: 100%;
}
fieldset div.full input {
    width: 100%;
}
fieldset div.left {
    float: left;
    width: 47%;
}
fieldset div.right {
    float: right;
    width: 47%;
}
fieldset div.left input,
fieldset div.right input {
    width: 100%;
}
fieldset div label {
    display: block;
}
fieldset div ul.errorlist {
    color: red;
    margin: 0.3em 0 0.2em 1.3em;
}
b.required {
    color: red;
}
.help_text {
    font-size: smaller;
    color: #666;
    padding: 2px 0;
    margin: 0;
}
.currency_sign {
    font-size: larger;
    margin-left: -0.65em;
}
h2.error {
    color: red;
    line-height: 1.4;
}
table.preview {
    border-collapse: collapse;
}
table.preview th,
table.preview td {
    padding: 4px 2px;
}
table.preview th {
    text-align: left;
}
table.preview tr.row1 {
    background: #f6f6ff;
}

h3.blog-month {
    color: #533a3d;
    font-size: 14px;
}

.post-meta {
    color: #666;
}

.blog-post {
    margin: 1em 0 2em 0;
}

.errorlist {
    color: red;
}
