body {
  margin: 0;
  padding: 0;
  font: 11px Verdana, Arial, Helvetica, sans-serif;
  background: #f7f1e1;
  color: #797367;
}
/* General layout */

#pageWrap {
  width: 1045px;
  background: #e3d8c3;
  margin: auto;
}
.two-sidebars #outerColumn {
  padding-left: 215px;
  padding-right: 235px;
}
.sidebar-right #outerColumn {
  padding-right: 235px;
}
.sidebar-left #outerColumn {
  padding-left: 215px;
}
#outerColumn {
  padding-top: 16px;
  padding-bottom: 100px;
  background: url('img/bg.png') no-repeat left bottom;
}
#innerColumn {
  width: 100%;
}
#soContainer {
  float: left;
  width: 100%;
}

#header {
  padding: 0;
  height: 207px;
  background: url('img/header.jpg') no-repeat center top;
}
#content {
  float: right;
  width: 100%;
}
#leftCol {
  float: left;
  margin-left: -215px;
  width: 215px;
}
#rightCol {
  float: right;
  margin-right: -235px;
  width: 235px;
}
/*#content .inside {
  padding: 0 15px 50px 15px;
}*/
.no-sidebars #content .inside, .sidebar-left #content .inside {
  padding-right: 28px;
}
.no-sidebars #content .inside, .sidebar-right #content .inside {
  padding-left: 28px;
}
#leftCol .inside {
  padding: 0 12px 0 28px;
}
#rightCol .inside {
  padding: 0 28px 0 12px;
}
.clr {
  clear: both;
  height: 0;
}
* html #soContainer, * html #content, * html #leftCol, * html #rightCol, * html .tabs {
  overflow: visible;
  position: relative;
}
* html #pageWrap {
  height: 100%;
}
* html .clr, * html .block, * html .mission, * html .sticky, * html .comment, * html #profile .profile {
  height: 1%;
}
* html .poll input {
  top: 1px;
}
*+html .poll input {
  top: 1px;
}
*+html .clr {
  display: inline-block;
}
/* Links, headings, form elements */
#logo {
  display: block;
  height: 160px;
  outline: none;
}

#navbar ul {
  margin: 0;
  padding: 5px 0 0;
  display: inline-block;
  width: 375px;
}
* html #navbar ul {
  display: inline;
}
#spacer {
  display: inline-block;
  width: 275px;
}
* html #spacer {
  display: inline;
}
#navbar li {
  margin: 0;
  list-style: none;
  list-style-image: none;
  display: inline-block;
  padding: 3px 15px 0 15px;
  font-size: 14px;
/*  font-weight: bold;*/
}
* html #navbar li {
  display: inline;
}
#navbar li a {
  color: #736653;
  text-decoration: none;
}
#navbar li a.active, #navbar li.active-trail a {
  color: #c8160c;
  text-decoration: underline;
}
#navbar li a:hover {
  color: #444;
}
#topnav {
  text-align: right;
}
#topnav2 {
  text-align: left;
}
#topnav li {
  border-left: 1px solid #beb39f;
}
#topnav li.first {
  border-left: none;
}
#topnav2 li {
  border-right: 1px solid #beb39f;
}
#topnav2 li.last {
  border-right: none;
}
a {
  color: #b73801;
}
a:hover {
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6, #aggregator .feed-item-title {
  margin: 0 0 1em 0;
  font-size: 1em;
}

.node h2 {
  font-size: 18px;
  font-weight: normal;
  color: #fff;
  background: #a39179;
}
p {
  margin: 0 0 1em;
  line-height: 1.5em;
}
fieldset {
  border: 1px solid #ccc;
}
label, input.form-submit {
  cursor: pointer;
}
input, select, textarea {
  font: 100% Arial, Helvetica, sans-serif;
}
.form-item input.error, .form-item textarea.error, .form-item select.error {
  border: 2px solid #cd919e;
}
table {
  font-size: 1em;
  width: 100%;
}
tr.even, tr.odd {
  background: none;
  border: none;
}
thead th {
  padding-right: 1em;
  text-align: left;
}
td {
  vertical-align: top;
}


/* Main (center) column */
.node {
  line-height: 1.5em;
  background: #eee8da;
}
* html .node {
  zoom: 1;
}
.tabs {
  margin: 1em 0;
}
.messages, div.warning, div.error, tr.error {
  background: #dfdfdf;
  color: #404040;
  border: 1px solid #646464;
  padding: 7px;
  margin-bottom: 1em;
  font-weight: bold;
  font-style: italic;
  line-height: 1.5em;
}
#content div.title {
  height: 24px;
  line-height: 24px;
  color: #fff;
  margin-bottom: 1em;
}
#content div.title div {
  height: 24px;
}
#content div.title h1 {
  height: 24px;
  padding: 0 12px;
  font-size: 12px;
  margin: 0;
}
tr.odd td, tr.even td {
  padding: 0.3em;
}
#content .item-list {
  font-size: 0.9em;
  margin: 1em 0;
  border-bottom: none;
}
div.links {
  clear: both;
}
.sticky {
  padding: 7px;
  border: 1px solid #ddd;
}
ul.links li {
  padding: 0 1em 0 0;
}

div.admin .left, div.admin .right {
  margin: 0;
  width: 49%;
}
div.admin-panel {
  padding: 10px 0;
}
.poll .vote-form {
  text-align: left;
}
.poll input {
  position: relative;
  top: 2px;
}
.poll .vote-form .choices {
  display: block;
}
.search-results dt {
  font-size: 1em;
}
.search-results dt a {
  color: #b73801;
  font-weight: bold;
}

/* Left and right columns */

#leftCol .block, #rightCol .block {
  margin: 0;
  padding: 0 0 30px;
}
#leftCol .block ul.menu li {
  list-style-image: none;
  list-style-type: disc;
}

#leftCol .block ul {
  padding: 0 0 0 15px;
}
#leftCol ul.menu li {
  margin: 0;
  padding: 0 0 8px;
}
#leftCol ul.menu li.expanded {
  padding: 0;
}
#leftCol ul.menu ul.menu {
  padding-top: 8px;
}
#leftCol ul.menu li a {
  color: #797367;

}
#leftCol ul.menu li a.active {
  color: #b73801;
}
#leftCol ul.menu li.active-trail, #leftCol ul.menu li.active {

}
#leftCol ul.menu li.active-trail a, #leftCol ul.menu li.active a {

}

.block-search input {
  margin-top: 1em;
}

table tbody { border: none; }

#content .block {
  padding: 0 0 10px;
}

#footer {
  background: #a39179;
  color: #fff;
  font-size: 10px;
  text-align: center;
  padding: 5px 30px;
  line-height: 16px;
}
#footer a {
  color: #e1cfb7;
}
.hdr2 {
  padding-right: 7px;
  background: url('img/hdr2.gif') no-repeat right top;
  position: relative;
}
.hdr2 h1, .hdr2 h3 {
  margin: 0;
  padding: 8px 3px 10px 10px;
  font-size: 16px;
  font-weight: normal;
  color: #fff;
  background: url('img/hdr.gif') no-repeat left top;
  position: relative;
}

.cont2, .block .content {
  background: #eee8da;
  padding: 10px 10px 1px;
  position: relative;
}
.btt2, .btt2 div {
  height: 11px;
  line-height: 11px;
  font-size: 1px;
  vertical-align: top;
}
.btt2 {
  padding-right: 11px;
  background: url('img/btt2.gif') no-repeat right bottom;
}
.btt2 div {
  background: url('img/btt.gif') no-repeat left bottom;
}

.node-poster {
  overflow: hidden;
}
.node-poster .field-field-datetime {
  padding: 0 0 15px;
}
.node-poster .field-field-img-poster {
  padding: 0 20px 15px 0;
  float: left;
}
.view-events .views-field-field-img-poster-fid {
  float: left;
}
.view-events .views-field-nothing {
  padding-left: 75px;
}
.view-events .views-row {
  overflow: hidden;
  padding: 10px 0;
}
* html .view-events .views-row {
  zoom: 1;
}
.view-events .views-row h2, .view-events .view-footer #more-posters {
  font-weight: normal;
  font-size: 18px;
  margin: 0 0 5px;
}
.view-events .view-footer {
  padding: 10px 0 10px 75px;
}
.view-events .ev-more a {
  color: #797367;
  font-style: italic;
}
.view-partners .views-field-field-img-partner-fid {
  padding-bottom: 10px;
}
.view-partners .views-field-field-img-partner-fid img {
  vertical-align: bottom;
}

a.attachment {
  display: block;
  margin: 5px 0;
}

#topbn {
  border-top: 1px solid #BEB39F;
  border-bottom: 1px solid #BEB39F;
}
#topbn .block {
  height: 120px;
}
#topbn .block .content {
  padding: 0;
}
#topbn .block .btt2 {
  display: none;
  visibility: hidden;
}
#topbn img, #topbn object {
  padding: 0;
  vertical-align: bottom;
}

