body {
  color: #27221F;           /* text color */
  background-color: #27221F;
  background-image:none);
/*  background-color: #27221F;*/
}
div.messages {
  background-color: #d9a62e;
  border-color: #c99a2b;
}
div.status {
  border: #none;
}
a:link, a:hover {
  color: #663428;            /* link color */
}
a:visited {
  color: #664d28;
}
span.submitted, .description {
  color: #27221f;
}

body.sidebar-right #footer {
  margin-right: 0;
}
body #wrapper #container {
  width: 980px;
  font-size: 110%;
  line-height: 150%;
}
#main-region {
  clear: both;
}


/* Spacing center */
body.sidebar-left #center {
  margin-left: -240px;
}
body.sidebar-right #center {
  margin-right: -240px;
}
body.sidebars #center {
  margin: 0 -240px;
}
body.sidebar-left #squeeze {
  margin-left: 240px;
}
body.sidebar-right #squeeze {
  margin-right: 240px;
}
body.sidebars #squeeze {
  margin: 0 240px;
}
/* End spacing center */
#wrapper #container #header #logo-floater {
  position: relative;
  height: 100%;
}
#wrapper #container #header h1 {
  height: 95%;
}
#header #logo-floater h1 a {
  display: block;
  width: 980px;
  height: 100%;
}
#header #logo-floater h1 a span {
  visibility: hidden;
}


/**
 * Header region
 */
#header-region {
/*  background-color: #27221F;*/
  background: transparent;
  background-image: none;
  padding: 10px 0;
  width: 980px;
  margin: auto;
}
#header-region > div {
  display: inline;
  float: right;
}
#header-region, #header-region a {
  color: #fff6bd;
}
#header-region > div + div {
  border-right: 2px #fff6bd solid;
}
#header-region p, #header-region img {
  margin-top: 0;
}
#header-region .form-submit {
  padding: 0;
}
#header-region input {
  line-height: 100%;
  padding: 0;
}
#header-region label {
  margin-left: 0;
  margin-right: .5em;
}
#header-region #block-user-0 {
  position: relative;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  margin: 0pt;
  z-index: 1000;
  padding: 0px 1em 4px 1em;
}
#wrapper {
  margin-top: -4px;
}
#header-region #block-user-0.expanded {
  background-color: #d9a62e;
  opacity: .95;
}
#header-region #toboggan-login {
  display: none;
  position: absolute;
  width: 330px;
  left: -115px;
  top: 32px;
  padding: 10px;
/*  background-color: #362f2b;*/
  background-color: #d9a62e;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
#header-region #toboggan-login div, #toboggan-login li {
/*  white-space: nowrap;*/
}
#header-region #toboggan-login * {
  margin-top: 1em;
}
#header-region #toboggan-container, #header-region .block-logintoboggan {
  display: block;
  padding-top: 2px;
}
#header-region #toboggan-login-link, #header-region .block-logintoboggan {
  font-weight: bold;
}
#header-region #toboggan-login-link:hover, #header-region .block-logintoboggan a:hover {
  text-decoration: underline;
}
#header-region #toboggan-login .item-list {
  display: block;
  clear: both;
}


#wrapper #container #header {
  height: 238px;
  width: 100%;
  margin: 0;
  background-image: url(images/header.jpg);
}
#wrapper {
/*  background-color: #A59C66;
  background-image: url(images/background.jpg);*/
  background: transparent;
}
#wrapper #top {
  clear: both;
  background-color: #27221F;
  height: 27px;
}
#block-block-10 {   /*Custom page title block*/
/*  background-color: #27221F;*/
  float: left;
  padding: 10px;
  font-size: 150%;
}
#wrapper #container {
  background-color: #d9a62e;
/*  background-color: #d9a62e; */
/* filter:alpha(opacity=50);-moz-opacity:.50;opacity:.50;*/
  padding: 0;
}
#wrapper #container #center {
/*  background-color: #d9a62e;*/
/*  clear: both;*/
}
#wrapper #container .sidebar {
/*  background-color: #d9a62e;*/
  width: 220px;
  height: 100%;
  margin: 0;
  padding: 65px 10px 5px;
}
#wrapper #container .sidebar h2 {
/*  color: #F8F8F8; */
/*  background-color: #d9a62e;*/
  padding: 0px;
  font-size: 140%;
}
#wrapper #container .sidebar h3 {
  font-size: 130%;
}
#wrapper #container .sidebar .block, #comments-block {
  margin: 0pt .5em 1.5em;
  padding: .5em;
  background-color: #d4a22d;
  border: #c99a2b 1px solid;
  border-radius: .5em;
  -moz-border-radius: .5em;
  -webkit-border-radius: .5em;
}
body.sidebars #footer {
  margin: 0;
}  

#comments h2.comments {
  background: none;
}
#comments {
  border-bottom: none;
}
.comment {
  border-top: 1px solid #c99a2b;
  margin: 0;
}
#edit-comment-wrapper .resizable-textarea {
  width: 100%;
}

.panel-2col-stacked .center-wrapper .panel-panel {
  width: 45%;
  margin: .9%;
  padding-left: .9em;
  background-color: #d4a22d;
  border: #c99a2b 1px solid;
  border-radius: .5em;
  -moz-border-radius: .5em;
  -webkit-border-radius: .5em;
}
.panel-2col-stacked .panel-col-last .inside {
  margin-left: 0;
}

/**
 * Misc Sitewide
 */
hr {
  background-color: #c99a2b;
}
div.description {
  color: inherit;
}
#wrapper #container .breadcrumb, #wrapper #container .breadcrumb a {
  color: inherit;
}
th a:link, th a:visited {
  color: inherit;
}
span.form-required {
  color: inherit;
}
#tabs-wrapper {
  border-color: #c99a2b;
}
.form-text, .form-textarea {
  background-color: #fff6bd;
  border: #c99a2b 2px solid;
  border-radius: .4em;
  -moz-border-radius: .4em;
  -webkit-border-radius: .4em;
  max-width: 95%;
}
.form-submit {
  background-color: #d9a62e;
  padding: 2px 5px;
  cursor: pointer;
  border: #c99a2b 2px solid;
  border-radius: .4em;
  -moz-border-radius: .4em;
  -webkit-border-radius: .4em;
}
.form-submit:hover {
  background-color: #e3ad30;
}
.node {
  border-bottom: none;
  margin: -1.5em -25px 1.5em -25px;
  padding: 1.5em 25px;
}
.node + .node {
  border-top: solid #d4a22d 3px;
}
/*.node div.links, .node div.terms {*/
.node .node-footer {
  padding: 8px;
  background-color: #d4a22d;
  border: #c99a2b solid 1px;
  border-radius: .5em;
  -moz-border-radius: .5em;
  -webkit-border-radius: .5em;
}
.node div.terms, .node div.links {
  padding-top: .5em;
  padding-bottom: .5em;
}
.node div.terms {
  border-bottom: 1px solid #c99a2b;
}
.node div.links {
  clear: both;
}
fieldset {
  background: transparent;
  border: #c99a2b 1px solid;
}
tr.odd, tr.info {
  background-color: #e8b231;
}
tr.even {
  background-color: #d4a22d;
}
tr.even, tr.odd, tbody, tbody th, thead th {
  border-color: #c99a2b;
}
.left-corner h2 {
  margin: 1em 0 1.5em;
}

/**
 * Image Gallery
 *
 */
#center .images li {
/*  display: block;
  width: 100%;*/
  height: 180px;
  display: inline;
  float: left;
  width: 43%;
  padding: 0;
}
.gallery-image {
/*  float: left;
  padding-right: 20px;
  width: 30%;*/
  margin: auto;
  text-align: center;
}
.gallery-image-description {
/*  clear: none;
  float: right;
  width: 60%;
  padding-right: 2em;*/
}
/**
 * Image galleries list
 */
ul.galleries li, .view .image-gallery-terms li {
  background-color: #d4a22d;
  border-color: #c99a2b;
  border-radius: .5em;
  -moz-border-radius: .5em;
  -webkit-border-radius: .5em;
}


#wrapper #container #center .right-corner {
  background: none;
}
#wrapper #container #center .right-corner .left-corner {
  background: none
}
#wrapper #container #center #squeeze {
  background: none;
/*  background-color: #d2b48c; */
}


/**
* Related Album Block
*/
.view-related-album-block * {
  margin: 0;
  padding: 0;
  border: none;
  line-height: 100%;
}
.view-related-album-block table {
  width: 0;
  margin-left: -27px;
}
.view-related-album-block img {
  margin: 1px; 
  border: #a9290a 2px solid;
}

div.views-row-even div.node, div.views-row-odd div.node {
  margin-top: 30px;
  border-top: #c99a2b 1px solid;
}
div.views-row-first div.node {
  margin-top: 0;
  border-top: none;
}


/**
 * Event Block sidebar
 */
div.view-event-list li {
  background-image: none;
  margin-left: 0;
  padding-left: 0;
}
div.view-event-list li div.views-field-field-event-date-value {
  width: 48%;
  float: left;
  clear: both;
  line-height: 110%;
  padding-left: 5px;
/*  margin-top: .7em;*/
}
div.views-field-field-event-date-value .field-content {
  display: block;
  text-indent: -.7em;
  padding-left: .7em;
}
div.view-event-list li div.views-field-title {
  width: 48%;
  display: block;
  float: left;
  line-height:110%;
  margin-bottom: 5px;
}
div.view-event-list li div.views-field-title {
  width: 48%;
  display: block;
  float: left;
  line-height:110%;
  margin-bottom: 5px;
}


/**
 * Planet
**/
.view-feeds div.views-row-odd, .view-feeds div.views-row-even {
  padding: 20px 1em;
}
.view-feeds .views-row-odd + .views-row-even, .view-feeds .views-row-even + .views-row-odd {
  border-top: 3px #d4a22d solid;
}
.view-feeds.view-display-id-page .views-field-url {
  font-size: 160%;
  margin: 1.5em 0 .5em 0;
}
.view-feeds .views-field-feed-link {
  float: left;
}
.view-feeds .views-field-timestamp {
  float: right;
  margin-bottom: 1.5em;
}
.view-feeds .views-field-teaser {
  clear: both;
  margin-bottom: 1.5em;
}
.view-feeds .views-field-delete-node {
  float: right;
  margin-bottom: 1.5em;
}
.view-feeds li {
  clear: both;
}
.view-feeds li .views-field-feed-link {
  width: 100%;
  text-align: right;
}
.view-feeds li .views-field-feed-link a {
  color: #82631c;
}

/**
 * Wiki
**/
#tabs-wrapper h2.with-tabs {
  margin-top: 3em;
}
#tabs-wrapper ul.tabs {
  position: absolute;
  left: 0px;
  width: 100%;
  border-bottom: 1px solid brown;
}
#tabs-wrapper ul.tabs li a {
  color: #a17b22;
}
#tabs-wrapper ul.tabs li.active a, #tabs-wrapper ul.tabs li a:hover {
  background: none;
  color: #8c6029;
}

/**
 * Footermap
**/
.footermap {
  width: 980px;
  margin: -.5em auto;
  padding: 20px 0;
  font-size: 110%;
  background-color: #2b2622;
  border: #2b2622 solid 1px;
}
div.footermap:after {
  content: ".";
  display: block;
  width: 100%;
  height: 0px;
  visibility: hidden;
  clear: both;
}
.footermap a, .footermap a:visited, .footermap a.active {
  color: #80621b;
}
.footermap-col {
  float: left;
  padding-top: .5em;
}
.footermap ul li {
  display: block;
  padding: 0 .5em;
}
.footermap-col-0 {
  display: none;
}
.footermap-col-3 {
  margin-top: 2em;
  margin-left: -6em;
}
.footermap ul li.first a {
  font-size: 1.1em;
  color: #4f4f4f;
  font-weight: bold;
}

/**
 * Galleriffic
**/
#gallery {
  margin: auto;
}
.view-image-galleriffic .thumbs {
  margin-top: 20px;
  height: 260px;
} 
.view-image-galleriffic .thumbs li.galleriffic-item {
  float: left;
  padding: 0;
  margin: 1px;
  height: 80px;
  list-style: none;
  background: none;
}
.view-image-galleriffic a:active, .view-image-galleriffic a:link {
  outline: none;
  text-decoration: none;
}  
.slideshow-container {
  position: relative;
  display: block;
  width: 620px;
  height: 500px;
  float: right;
  margin: 0 10px;
  text-align: center;
}
div.slideshow span.image-wrapper {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
}
div.slideshow span.image-wrapper a:active, div.slideshow span.image-wrapper a:hover {
  outline: none;
  text-decoration: none;
  border: none;
}
.view-image-galleriffic #loading {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 400px;
  background: url(images/throbber.gif) center 130px no-repeat;
}
.ss-controls a {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  margin-top: 140px;
  margin-right: 5px;
}
.ss-controls a:active, .ss-controls a:link {
  outline: none;
  color: none;
  text-decoration: none;
}
.ss-controls .play {
  background: url(images/playpause.png) no-repeat;
}
.ss-controls .pause {
  background: url(images/playpause.png) no-repeat -31px;
}
.view-image-galleriffic .pagination {
  text-align: center;
  margin-top: 30px;
}
.view-image-galleriffic .pagination a, .view-image-galleriffic .pagination .current {
  padding: 0.2em .5em;
}
.view-image-galleriffic .pagination .current {
  background-color: #27221F;
  color: #d9a62e;
}

