
/**
 * MapTheme, for Drupal 6.x
 * Bryan Tighe, brainplug [dot] org
 *
 */

/**
 * Generic elements
 */
body {
  margin: 0;
  padding: 0;
  background: #ffffef url(images/header_background.jpg) repeat-x center top;
  font: 12px/150% Verdana, sans-serif;
  color: #444444;
}

input,textarea, select, button
{
  font-size: 11px;
  font-family: Tahoma, Helvetica, Verdana, sans-serif;
  font-weight: bold;
  color: #005000;
  background-color: #e6e1d1;
  border: 1px solid #d3cbba;
  padding: 2px;
}

iframe
{
  padding: 0;
  margin: 0;
  border: 0;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-family: Helvetica, Arial, sans-serif;
}

h1 {
  font-size: 170%;
}

h2 {
  font-size: 160%;
  line-height: 130%;
  margin: 0px 0px 8px 0px;
  color: #005000;
}

h3 {
  font-size: 140%;
  font-weight: bold;
}

h4 {
  font-size: 130%;
}

h5 {
  font-size: 120%;
}

h6 {
  font-size: 110%;
}

ul, quote, code, fieldset {
  margin: .5em 0;
}

p {
  margin: 0px 0px 8px;
  padding: 0px;
}

a, a:visited {
  color: #005000;
  text-decoration: underline;
}

a:hover {
  color: #df8833;
  text-decoration: none;
}


hr {
  margin: 0;
  padding: 0;
  border: none;
  height: 1px;
  background: #d3cbba;
}

ul {
  margin: 0.5em 0 1em;
  padding: 0;
}

ol {
  margin: 0.75em 0 1.25em;
  padding: 0;
}

ol li, ul li {
  margin: 0.4em 0 0.4em .5em; /* LTR */
}

ul.menu, .item-list ul {
  margin: 0.35em 0 0 -0.5em; /* LTR */
  padding: 0;
}

ul.menu ul, .item-list ul ul {
  margin-left: 0em; /* LTR */
}

ol li, ul li, ul.menu li, .item-list ul li, li.leaf {
  margin: 0.15em 0 0.6em .5em; /* LTR */
}

ul li, ul.menu li, .item-list ul li, li.leaf {
  padding: 0px 0px 0px 15px;
  list-style-image: none;
  list-style-type: none;
  background: transparent url(images/leaf.gif) no-repeat 1px .35em;
}

ol li {
  padding: 0 0 .3em;
  margin-left: 2em; /* LTR */
}

ul li.expanded {
  background: transparent url(images/leaf.gif) no-repeat 1px .35em;
}

ul li.collapsed {
  background: transparent url(images/leaf.gif) no-repeat 0px .35em;
}

ul li.leaf a, ul li.expanded a, ul li.collapsed a {
  display: block;
}

ul.inline li {
  background: none;
  margin: 0;
  padding: 0 1em 0 0; /* LTR */
}

ol.task-list {
  margin-left: 0; /* LTR */
  list-style-type: none;
  list-style-image: none;
}
ol.task-list li {
  padding: 0.5em 1em 0.5em 2em; /* LTR */
}
ol.task-list li.active {
  background: transparent url(images/task-list.png) no-repeat 3px 50%; /* LTR */
}
ol.task-list li.done {
  color: #393;
  background: transparent url(../../misc/watchdog-ok.png) no-repeat 0px 50%; /* LTR */
}
ol.task-list li.active {
  margin-right: 1em; /* LTR */
}

fieldset ul.clear-block li {
  margin: 0;
  padding: 0;
  background-image: none;
}

dl {
  margin: 0.5em 0 1em 1.5em; /* LTR */
}

dl dt {
}

dl dd {
  margin: 0 0 .5em 1.5em; /* LTR */
}

img, a img {
  border: none;
}

table {
  margin: 1em 0;
  width: 100%;
}

thead th {
  border-bottom: 2px solid #d3cbba;
  color: #444444;
  font-weight: bold;
}

th a:link, th a:visited {
  color: #005000;
}

td, th {
  padding: .3em .5em;
}

tr.even, tr.odd, tbody th {
  border: solid #d3cbba;
  border-width: 1px 0;
}

tr.odd, tr.info {
  background-color: #e9d8ad;
}

tr.even {
  background-color: #ede0ac;
}

tr.drag {
  background-color: #fffff0;
}

tr.drag-previous {
  background-color: #ffd;
}

tr.odd td.active {
  background-color: #e9d8ad;
}

tr.even td.active {
  background-color: #ede0ac;
}

td.region, td.module, td.container, td.category {
  border-top: 1.5em solid #c19864;
  border-bottom: 1px solid #c19864;
  background-color: #cccccc;
  color: #455067;
  font-weight: bold;
}

tr:first-child td.region, tr:first-child td.module, tr:first-child td.container, tr:first-child td.category {
  border-top-width: 0;
}

span.form-required {
  color: #cc6600;
  font-size: small;
  font-weight: bold;
  font-family: Verdana, sans-serif;
}

.submitted, .description {
  font-size: 0.92em;
  color: #7A8370;
}

.nodeauthor
{
  font-size: 10px;
  color: #7A8370;
}
.nodeauthor a
{
  font-size: small;
  font-weight: bold;
  color: #7A8370;
  text-decoration: none;
}
.nodeauthor a:hover
{
  color: #df8833;
  text-decoration: none;
}
.nodedate
{
  color: #7a8370;
  font-size: 10px;
  line-height: 12px;
  margin-top: 5px;
}

#center .submitted, #center .comment .submitted
{
  float: left;
  width: 110px;
  margin: 30px 10px 0px 0px;
  padding: 0px;
  text-align: right;
}
#center .comment .submitted
{
  width: 150px;
}
.submitted .terms
{
  text-align: right;
  float: none;
  margin: 8px 0px 0px 0px;
  line-height: 14px;
  font-size: 10px;
}
.submitted .terms ul.links.inline
{
  list-style-type: none;
  float: none;
  text-align: right;
  margin: 0px;
  padding: 0px;
  display: block;
}
.submitted .terms ul.links.inline li
{
  padding: 1px 18px 1px 0px;
  margin: 0px 0px 1px 0px;
  text-align: right;
  background: transparent url(images/icons/tag_small.png) no-repeat right top;
  display: block;
  white-space: nowrap;
}

.submitted .terms ul.links.inline li.blog_usernames_blog
{
  background: transparent url(images/icons/document_small.png) no-repeat right top;
}
.submitted .terms ul.links.inline li.comment_comments,.submitted .terms ul.links.inline li.comment_add
{
  background: transparent url(images/icons/balloon_small_left.png) no-repeat right top;
}
.submitted .terms ul.links.inline li.feedapi_feed
{
  background: transparent url(images/icons/feed_small.png) no-repeat right top;
}
.submitted .terms ul.links.inline li.feedapi_original
{
  background: transparent url(images/icons/chain_small.png) no-repeat right top;
}
.submitted .terms ul.links.inline li.kml_link_node
{
  background: transparent url(images/icons/world_small.png) no-repeat 97% center;
}
.submitted .terms ul.links.inline li.image_size_thumbnail,.submitted .terms ul.links.inline li.image_size__original
{
  background: transparent url(images/icons/image_small.png) no-repeat right top;
}
.submitted .terms ul.links.inline li img
{
  border: 0px;
  padding: 0px;
  margin: 0px 4px 0 0;
}
.submitted .terms ul.links.inline li br
{
  display: none;
}

.node-body
{
  float: left;
  width: 835px;
  margin: 0px 0px 35px 0px;
  padding: 0px;
}
.node-comment-body
{
  float: left;
  width: 365px;
  padding: 0px;
  margin: 0px 0px 20px 0px;
}
.node-body img
{
  float: left;
  margin: 0px 8px 8px 0px;
  max-height: 800px;
  max-width: 800px;
}

.description {
  line-height: 150%;
  margin-bottom: 0.75em;
  color: #7a8370;
}

.messages, .preview {
  margin: .75em 0 .75em;
  padding: .5em 1em;
}

.messages ul {
  margin: 0;
}

.form-checkboxes, .form-radios, .form-checkboxes .form-item, .form-radios .form-item {
  margin: 0.25em 0;
}

#center form {
  margin-bottom: 2em;
}

.form-button, .form-submit {
  margin: 2em 0.5em 1em 0; /* LTR */
}

#dblog-form-overview .form-submit,
.confirmation .form-submit,
.search-form .form-submit,
.poll .form-submit,
fieldset .form-button, fieldset .form-submit,
.sidebar .form-button, .sidebar .form-submit,
table .form-button, table .form-submit {
  margin: 0;
}

.box {
  margin-bottom: 2.5em;
}

.box h2
{
  font-size: small;
  font-weight: bold;
  margin-top: 10px;
}

/**
 * Layout
 */
#header-region {
  min-height: 0em;
  background: #250222;
}

#header-region .block {
  display: block;
  margin: 0 1em;
}

#header-region .block-region {
  display: block;
  margin: 0 0.5em 1em;
  padding: 0.5em;
  position: relative;
  top: 0.5em;
}

#header-region * {
  display: inline;
  line-height: 1.5em;
  margin-top: 0;
  margin-bottom: 0;
}

/* Prevent the previous directive from showing the content of script elements in Mozilla browsers. */
#header-region script {
  display: none;
}

#header-region p, #header-region img {
  margin-top: 0.5em;
}

#header-region h2 {
  margin: 0 1em 0 0; /* LTR */
}

#header-region h3, #header-region label, #header-region li {
  margin: 0 1em;
  padding: 0;
  background: none;
}

#wrapper {
  background: transparent url(images/header.jpg) no-repeat 50% 0;
  width: 100%;
  padding: 0px;
  margin: 0px;
  position: relative;
}

#wrapper #container {
  margin: 0 auto;
  padding: 0 20px 0 20px;
  width: 980px;
}

#wrapper #container #header {
  height: 100px;
  /* background: url(images/header.jpg) no-repeat 50% 0; */
}

#wrapper #container #header #logo-floater {
  position: absolute;
  display: none;
}

#wrapper #container #header h1, #wrapper #container #header h1 a:link, #wrapper #container #header h1 a:visited {
  position: relative;
  z-index: 2;
  white-space: nowrap;
  text-decoration: none;
}

#wrapper #container #header h1 span {
  font-weight: bold;
  display: block;
  margin: 0px 0px 8px 0px;
  padding: 0px;
  font-size: xx-large;
}

#wrapper #container #header h1 img {
  padding-top: 16px;
  padding-right: 20px; /* LTR */
  float: left; /* LTR */
}



/* We must define 100% width to avoid the body being too narrow for near-empty pages */
#wrapper #container #center {
  float: left;
  width: 980px;
  margin: 0px;
  padding: 0px;
}

/* We ensure the sidebars are still clickable using z-index */
#wrapper #container .sidebar {
  margin: 10px 0 5em;
  padding: 0px;
  width: 125px;
  float: right;
  z-index: 2;
  position: relative;
}

#wrapper #container .sidebar .block {
  margin: 0 0 1.5em 0;
  padding: 0px;
}

#wrapper #container .topbar
{
  margin: 0 0 10px 120px;
  padding: 0 0 0 24px;
  background: transparent url(images/icons/light_bulb.png) no-repeat 0 0;
  font-size: small;
}

.topbar #block-views-nodequeue_1-block .view-header
{
  float: left;
  margin: 0 6px 0 0;
  font-size: small;
}
.topbar #block-views-nodequeue_1-block .view-content
{
  float: left;
  font-size: small;
}
.topbar #block-views-nodequeue_1-block .view-content a
{
  color: #7A8370;
  text-decoration: none;
  font-weight: bold;
}
.topbar #block-views-nodequeue_1-block .view-content a:hover
{
  text-decoration: none;
  color: #005000;
}

.block h2
{
  font-size: small;
  font-weight: bold;
  color: #7a8370;
}
.block .content {
  margin: 6px 0;
  font-size: x-small;
  color: #7a8370;
  line-height: 1.2em;
}
.block .content p a
{
  font-weight: bold;
  color: #005000;
  text-decoration: none;
}
.block .content p a:hover
{
  color: #df8833;
  text-decoration: none;
}
.block .content a
{
  color: #005000;
}
.block .content a:hover
{
  color: #df8833;
}

.topbar .block .content
{
  font-size: small;
}
.topbar .block .content a
{
  color: #7A8370;
  text-decoration: none;
  font-weight: bold;
}
.topbar .block .content a:hover
{
  text-decoration: none;
  color: #005000;
}

#block-block-3
{
  width: 660px;
}

#sidebar-right .block-region {
  margin: 0 0px 0 15px; /* LTR */
}

.block-region {
  padding: 1em;
  background: transparent;
  border: 2px dashed #b4d7f0;
  text-align: center;
  font-size: 1.3em;
}

#wrapper #container #footer {
  float: none;
  clear: both;
  text-align: center;
  margin: 4em 0 0;
  color: #7a8370;
}

#footer
{
  margin: 0px;
  padding: 0px;
  background: #e6e1d1 url(images/footer_background.jpg) repeat-x center top;
  min-height: 120px;
  width: 100%;
}
#footer #footer-inner
{
  background: transparent url(images/footer.jpg) no-repeat center top;
  margin: 0 auto;
  padding: 50px 0px 10px;
  width: 1240px;
  min-height: 120px;
  overflow: hidden;
}
#footer #footer-inner #footer-content
{
  width: 1000px;
  margin: 0px 0px 0px 125px;
  padding: 0px;
}

#footer .block
{
  float: left;
  margin: 0px 15px;
}
#footer .block h2, .footer-message h2
{
  font-size: medium;
  font-weight: bold;
  color: #7A8370;
}

.footer-message
{
  float: right;
  width: 550px;
  color: #7a8370;
  margin: 0px 20px;
  font-size: small;
  line-height: 1.1em;
}
.footer-message a
{
  font-weight: bold;
  text-decoration: none;
  color: #7a8370;
}
.footer-message a:hover
{
  text-decoration: none;
  color: #df8833;
}
.footer-message .footer-cutout
{
  width: 250px;
  height: 40px;
  float: right;
}



/**
 * Header
 */
#wrapper #container #header h1, #wrapper #container #header h1 a:link, #wrapper #container #header h1 a:visited {
  color: #7a8370;
  font-weight: normal;
  font-size: small;
  margin: 30px 0px 0px 30px;
  padding: 0px;
}

#wrapper #container #header h1 a:hover {
  text-decoration: none;
}

#wrapper #container .breadcrumb {
  position: absolute;
  top: 80px;
  margin: 0px;
  padding: 0px;
  color: #7a8370;
  font-size: 0.92em;
}

#wrapper #container .breadcrumb a {
  color: #7a8370;
  text-decoration: none;
}
#wrapper #container .breadcrumb a:hover {
  color: #df8833;
  text-decoration: none;
}

#mission {
  padding: 0 0 0 24px;
  background: transparent url(images/icons/pin.png) no-repeat 0 0;
  margin: 0 0 30px 120px;
  color: #7a8370;
}

#mission a
{
	font-weight: bold;
	text-decoration: none;
	color: #7a8370;
}
#mission a:hover
{
	text-decoration: none;
        color: #005000;
}

/**
 * Primary navigation
 */
ul.primary-links {
  margin: 0;
  padding: 0;
  float: right; /* LTR */
  position: relative;
  z-index: 4;
  top: 35px;
  right: 0px;
  text-align: right;
}

ul.primary-links li {
  margin: 0;
  padding: 0;
  float: left; /* LTR */
  background-image: none;
  font-size: medium;
  font-family: Helvetica, sans-serif;
  font-weight: bold;
}

ul.primary-links li a, ul.primary-links li a:link, ul.primary-links li a:visited {
  display: block;
  margin: 0 2px;
  padding: 0;
  color: #005000;
  text-decoration: none;
}

ul.primary-links li a:hover, ul.primary-links li a.active {
  color: #df8833;
  text-decoration: none;
}
ul.primary-links li a.active
{
	color: #444444;
}

/**
 * Secondary navigation
 */
ul.secondary-links {
  margin: 0;
  padding: 0;
  float: right; /* LTR */
  clear: right; /* LTR */
  position: relative;
  z-index: 4;
  top: 40px;
  right: 0px;
}

ul.secondary-links li {
  margin: 0;
  padding: 0;
  float: left; /* LTR */
  background-image: none;
  font-size: small;
  font-family: Helvetica, sans-serif;
  font-weight: bold;
}

ul.secondary-links li a, ul.secondary-links li a:link, ul.secondary-links li a:visited {
  display: block;
  margin: 0;
  padding: 0;
  color: #7a8370;
  background: transparent;
  text-decoration: none;
}

ul.secondary-links li a:hover, ul.secondary-links li a.active {
  color: #df8833;
  background: transparent;
  text-decoration: none;
}
ul.secondary-links li a.active
{
	color: #444444;
}

/**
 * Local tasks
 */
ul.primary, ul.primary li, ul.secondary, ul.secondary li {
  border: 0;
  background: none;
  margin: 0;
  padding: 0;
}

#tabs-wrapper {
  margin: 0 0 1em;
  padding: 0 26px;
  border-bottom: 1px solid #d3cbba;
  position: relative;
}
ul.primary {
  padding: 0.5em 0 10px;
  float: left; /* LTR */
}
ul.secondary {
  clear: both;
  text-align: left; /* LTR */
  border-bottom: 1px solid #d3cbba;
  margin: -0.2em -26px 1em;
  padding: 0 26px 0.6em;
}
h2.with-tabs {
  float: left; /* LTR */
  margin: 0 2em 0 0; /* LTR */
  padding: 0;
}

ul.primary li a, ul.primary li.active a, ul.primary li a:hover, ul.primary li a:visited,
ul.secondary li a, ul.secondary li.active a, ul.secondary li a:hover, ul.secondary li a:visited {
  border: 0;
  background: transparent;
  padding: 4px 1em;
  margin: 0 2px 0 2px; /* LTR */
  height: auto;
  text-decoration: none;
  position: relative;
  top: -1px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
}
ul.primary li.active a, ul.primary li.active a:link, ul.primary li.active a:visited, ul.primary li a:hover,
ul.secondary li.active a, ul.secondary li.active a:link, ul.secondary li.active a:visited, ul.secondary li a:hover {
  background: #e6e1d1;
  border: 1px solid #d3cbba;
  color: #005000;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
ul.primary li.active a,
ul.secondary li.active a {
  font-weight: bold;
}

/**
 * Nodes & comments
 */
.node {
  margin: 0 0 0px 0;
  padding: 0px 0px 1.5em 0px;
}

.node-unpublished
{
  background-color: #e6e1d1;
}

ul.links li, ul.inline li {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0; /* LTR */
  padding-right: 12px; /* LTR */
  background-image: none;
}

.node .links, .comment .links {
  text-align: left; /* LTR */
  font-size: 10px;
}

.node h2, #center h2.page-title
{
  margin: 0px 0px 10px 0px;
  padding: 0px 10px 0px 24px;
  background: transparent url(images/icons/notebook_pencil.png) no-repeat left center;
}
#center h2.page-title
{
  padding: 0px 20px 0px 24px;
  margin: 10px 0px 20px 0px;
  background: none;
}

.node h2.blog, #center h2.blog
{
  background: transparent url(images/icons/notebook_pencil.png) no-repeat left center;
}
.node h2.page, #center h2.page
{
  background: transparent url(images/icons/40.png) no-repeat left center;
}
.node h2.poll, #center h2.poll
{
  background: transparent url(images/icons/question.png) no-repeat left center;
}
.node h2.image, #center h2.image
{
  background: transparent url(images/icons/camera.png) no-repeat left center;
}
#center h2.page-title.blog, #center h2.page-title.image, #center h2.page-title.poll, #center h2.page-title.page
{
  margin: 10px 0px 10px 120px;
  padding: 0px 20px 0px 24px;
}

#center h2.page-title.with-tabs
{
  margin: 0px;
  padding: 0px 20px 0px 24px;
}

#center h2.page-title
{
  margin: 10px 0px 20px 0px;
  padding: 0px 20px 0px 0px;
}


.node h2.httpwwwflickrcomphot, #center h2.httpwwwflickrcomphot
{
  background: transparent url(images/icons/flickr.png) no-repeat left center;
}

.node h2.httpwwwcollectivelen, #center h2.httpwwwcollectivelen, .node h2.httpfeedsfeedburnerc, #center h2.httpfeedsfeedburnerc
{
  background: transparent url(images/icons/collectivelens.gif) no-repeat left center;
}

.node h2 a
{
  text-decoration: none;
  color: #005000;
}
.node h2 a:hover
{
  text-decoration: none;
  color: #df8833;
}

.node .links ul.links li, .comment .links ul.links li {}
.terms ul.links li {
  margin-left: 0;
  margin-right: 0;
  padding-right: 0;
  padding-left: 1em;
  line-height: 12px;
}

.picture, .comment .submitted {
  float: right; /* LTR */
  clear: right; /* LTR */
  padding-left: 1em; /* LTR */
}

.new {
  color: #df8833;
  font-size: 0.92em;
  font-weight: bold;
  float: right; /* LTR */
}

.terms {
  float: right; /* LTR */
}
.terms a
{
  text-decoration: none;
}
.terms a:hover
{
  text-decoration: underline;
}

.preview .node, .preview .comment, .sticky {
  margin: 0;
  padding: 0.5em 0;
  border: 0;
  background: 0;
}

.sticky {
  margin-bottom: 20px;
  padding: 0 0 10px 0;
  background: transparent url(images/icons/21.png) no-repeat 0px 4px;
  border-bottom: 1px solid #d3cbba;
}

#comments {
  margin: 15px 0 0 120px;
  padding: 0px;
}

#comments h2.comments {
  margin: 0;
  padding: 0px 0px 0px 24px;
  background: transparent url(images/icons/balloon.png) no-repeat left center;
}

#comments .box
{
  margin: 0 0 15px 24px;
}

.comment {
  margin: 0;
  padding: 1.5em 0;
}

.indented {
  margin-left: 25px; /* LTR */
}

.comment h3 a {
  color: #005000;
  font-weight: bold;
  text-decoration: none;
}
.comment h3 a:hover {
  color: #df8833;
  font-weight: bold;
  text-decoration: underline;
}

.node .content, .comment .content {
  margin: 0.6em 0;
}

.node .node-body .content, .node .node-body .content-meta
{
  margin: 0px 0px 0px 24px;
  padding: 0px;
}

.meta .terms ul.links li a, .links li a
{
  color: #7a8370;
  text-decoration: none;
}
.meta .terms ul.links li a:hover, .links li a:hover
{
  color: #df8833;
  text-decoration: none;
}

/**
 * Aggregator.module
 */
#aggregator {
  margin-top: 1em;
}
#aggregator .feed-item-title {
  font-size: 160%;
  line-height: 130%;
}
#aggregator .feed-item {
  border-bottom: 1px solid #241c0b;
  margin: -1.5em -31px 1.75em;
  padding: 1.5em 31px;
}
#aggregator .feed-item-categories {
  font-size: 0.92em;
}
#aggregator .feed-item-meta {
  font-size: 0.92em;
  color: #898989;
}

/**
 * Color.module
 */
#palette .form-item {
  border: 1px solid #fff;
}
#palette .item-selected {
  background: #fff url(images/gradient-inner.png) repeat-x 0 0;
  border: 1px solid #d9eaf5;
}

/**
 * Menu.module
 */
tr.menu-disabled {
  opacity: 0.5;
}
tr.odd td.menu-disabled {
  background-color: #e6e1d1;
}
tr.even td.menu-disabled {
  background-color: #fff;
}

/**
 * Poll.module
 */
.poll .bar {
  background: #e6e1d1;
  border: solid #d3cbba;
  border-width: 0 1px 1px;
}

.poll .bar .foreground {
  background: #7a8370;
}

.poll .percent {
  font-size: .9em;
}

.poll .total, .poll .bar, .poll .percent
{
  width: 300px;
}

/**
 * Autocomplete.
 */
#autocomplete li {
  cursor: default;
  padding: 2px;
  margin: 0;
}

/**
 * Collapsible fieldsets
 */
fieldset {
  margin: 1em 0;
  padding: 1em;
  border: 1px solid #d3cbba;
  background: #f9f8e7;
}

/* Targets IE 7. Fixes background image in field sets. */
*:first-child+html fieldset {
  padding: 0 1em 1em;
  background-position: 0 .75em;
  background-color: transparent;
}

*:first-child+html fieldset > .description, *:first-child+html fieldset .fieldset-wrapper .description {
  padding-top: 1em;
}

fieldset legend {
  /* Fix disappearing legend in FFox */
  display: block;
  font-weight: bold;
}

*:first-child+html fieldset legend, *:first-child+html fieldset.collapsed legend {
  display: inline;
}

html.js fieldset.collapsed {
  background: transparent;
  padding-top: 0;
  padding-bottom: .6em;
}

html.js fieldset.collapsible legend a {
  padding-left: 2em; /* LTR */
  background: url(images/menu-expanded.gif) no-repeat 0% 50%; /* LTR */
}

html.js fieldset.collapsed legend a {
  background: url(images/menu-collapsed.gif) no-repeat 0% 50%; /* LTR */
}

.sitemap-box
{
  float: left;
  width: 155px;
  margin: 0px 10px 0px 0px;
  padding: 0px;
}
.site-map p
{
  margin: 10px 0px;
  color: #7a8370;
}
.sitemap-box h2
{
  font-size: medium;
  font-weight: bold;
}

/**
 * Syndication icons and block
 */
#block-node-0 h2 {
  float: left; /* LTR */
  padding-right: 20px; /* LTR */
}

#block-node-0 img, .feed-icon {
  float: right; /* LTR */
  padding-top: 4px;
}

#block-node-0 .content {
  clear: right; /* LTR */
}

#block-block-2 h2 {
  float: left; /* LTR */
  padding: 0px; /* LTR */
}

#block-block-2 img, .feed-icon {
  float: right; /* LTR */
  padding: 0px 0px 0px 2px;
}

#block-block-2 .content {
  clear: right; /* LTR */
}

/**
 * Login Block
 */
#user-login-form {
  text-align: left;
}
#user-login-form ul {
  text-align: left; /* LTR */
}

/**
 * User profiles.
 */
.profile {
  margin-top: 1.5em;
}
.profile h3 {
  border-bottom: 0;
  margin-bottom: 1em;
}
.profile dl {
  margin: 0;
}
.profile dt {
  font-weight: normal;
  color: #444444;
  font-size: 0.92em;
  line-height: 1.3em;
  margin-top: 1.4em;
  margin-bottom: 0.45em;
}
.profile dd {
  margin-bottom: 1.6em;
}

/**
 * Admin Styles
 */
div.admin-panel,
div.admin-panel .description,
div.admin-panel .body,
div.admin,
div.admin .left,
div.admin .right,
div.admin .expert-link,
div.item-list,
.menu {
  margin: 0;
  padding: 0;
}

div.admin .left {
  float: left; /* LTR */
  width: 48%;
}
div.admin .right {
  float: right; /* LTR */
  width: 48%;
}

div.admin-panel {
  padding: 1em 1em 1.5em;
}
div.admin-panel .description {
  margin-bottom: 1.5em;
}
div.admin-panel dl {
  margin: 0;
}
div.admin-panel dd {
  color: #444444;
  font-size: 0.92em;
  line-height: 1.3em;
  margin-top: -.2em;
  margin-bottom: .65em;
}

table.system-status-report th {
  border-color: #d3e7f4;
}

#autocomplete li.selected, tr.selected td, tr.selected td.active {
  background: #027ac6;
  color: #fff;
}

tr.selected td a:link, tr.selected td a:visited, tr.selected td a:active {
  color: #d3e7f4;
}

tr.taxonomy-term-preview {
  opacity: 0.5;
}

tr.taxonomy-term-divider-top {
  border-bottom: none;
}

tr.taxonomy-term-divider-bottom {
  border-top: 1px dotted #CCC;
}

/**
 * CSS support
 */

/*******************************************************************
 * Color Module: Don't touch                                       *
 *******************************************************************/

/**
 * Generic elements.
 */
.messages {
  background-color: #e6e1d1;
  border: 2px solid #d3cbba;
  font-weight: bold;
}

.preview {
  background-color: #e6e1d1;
  border: 1px solid #d3cbba;
}

div.status {
  color: #33a333;
  border-color: #d3cbba;
}

div.error, tr.error {
  color: #a30000;
  background-color: #FFCCCC;
}

.form-item input.error, .form-item textarea.error {
  border: 1px solid #c52020;
  color: #363636;
}

/**
 * dblog.module
 */
tr.dblog-user {
  background-color: #fcf9e5;
}

tr.dblog-user td.active {
  background-color: #fbf5cf;
}

tr.dblog-content {
  background-color: #fefefe;
}

tr.dblog-content td.active {
  background-color: #f5f5f5;
}

tr.dblog-warning {
  background-color: #fdf5e6;
}

tr.dblog-warning td.active {
  background-color: #fdf2de;
}

tr.dblog-error {
  background-color: #fbe4e4;
}

tr.dblog-error td.active {
  background-color: #fbdbdb;
}
tr.dblog-page-not-found, tr.dblog-access-denied {
  background: #d7ffd7;
}
tr.dblog-page-not-found td.active, tr.dblog-access-denied td.active {
  background: #c7eec7;
}

/**
 * Status report colors.
 */
table.system-status-report tr.error, table.system-status-report tr.error th {
  background-color: #fcc;
  border-color: #ebb;
  color: #200;
}
table.system-status-report tr.warning, table.system-status-report tr.warning th {
  background-color: #ffd;
  border-color: #eeb;
}
table.system-status-report tr.ok, table.system-status-report tr.ok th {
  background-color: #dfd;
  border-color: #beb;
}

/**
 plugins
*/
.image-attach-body,.image-attach-teaser
{
  float: none;
  margin: 10px 0px;
}
.node img,.image-attach-body img, .block-image-attach img, .block-image img, img.image, img.image-preview
{
  padding: 1px;
  border: 1px solid #d3cbba;
}

#themap, #map, .gmap
{
  border: 1px solid #d3cbba;
  margin: 3px 0px;
  clear: both;
}
#themap
{
  width: 100%;
  height: 400px;
}
#map
{
  width: 100%;
  height: 150px;
}
.node-body #map
{
  width: 800px;
  height: 300px;
  margin: 30px 0 20px 0;
  padding: 0;
}

.mapmenu
{
  margin: 0px;
  padding: 0px 0px 10px 0px;
}
.mapmenu ul
{
  list-style-image: none;
}
.mapmenu ul li
{
  float: left;
  list-style-image: none;
  margin: 0px 10px 0px 0px;
  padding: 0px 10px 0px 0px;
  background: none;
}
.mapmenu ul li a
{
  text-decoration: none;
  color: #7a8370;
}
.mapmenu ul li a:hover
{
  text-decoration: underline;
  color: #df8833;
}


ul.images
{}
ul.images li
{
  float: left;
  padding: 5px;
  margin: 0px 10px 15px 0px;
  width: 400px;
  list-style-type: none;
}
ul.images li h3
{
  font-size: medium;
  font-weight: bold;
  margin: 5px 0px;
}


ul.galleries
{}

ul.galleries li
{
  border: 1px solid #d3cbba;
  background-color: #e6e1d1;
  float: left;
  padding: 5px;
  margin: 0px 10px 15px 0px;
  width: 450px;
  list-style-type: none;
}

ul.galleries li img,ul.images li img
{
  border: 1px solid #d3cbba;
  padding: 1px;
  float: left;
  margin: 0px 10px 5px 0px;
}

ul.galleries li h3
{
  font-size: medium;
  font-weight: bold;
  margin: 5px 0px;
}
ul.galleries li h3 a,ul.images li h3 a
{
  text-decoration: none;
  padding: 0 0 0 24px;
  background: transparent url(images/icons/folder_open_image.png) no-repeat 0 0;
}
ul.images li h3 a
{
  background: transparent url(images/icons/camera.png) no-repeat 0 0;
}
ul.galleries li h3 a:hover,ul.images li h3 a:hover
{
  text-decoration: none;
}

ul.galleries li .description
{
  color: #7a8370;
  line-height: normal;
  margin: 0px;
}
ul.galleries li .description p
{
  margin: 0px;
}
ul.galleries li .count,ul.galleries li .last,ul.images li .author,ul.images li .date
{
  font-size: x-small;
  color: #bbbbbb;
  line-height: normal;
  clear: none;
  margin: 3px 0px 0px 0px;
}
ul.images li .author a
{
  color: #7a8370;
}

#trackback-url
{
  display: none;
  clear: both;
  color: #d3cbba;
  font-size: small;
}

.item-list
{
	margin: 5px 0px 15px 0px;
	padding: 5px;
}
.item-list .pager li
{
  margin: 5px 0px;
  padding: 0px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
}
.item-list .pager li.pager-current
{
  padding: 3px 6px;
  border: 1px solid #d3cbba;
  margin: 0px 1px;
  text-decoration: none;
  color: #7a8370;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
}
.item-list .pager li a
{
  padding: 3px 6px;
  border: 1px solid #d3cbba;
  margin: 0px 1px;
  text-decoration: none;
  background-color: #e6e1d1;
  font-weight: bold;
  color: #7a8370;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
}
.item-list .pager li a:hover
{
  text-decoration: none;
  background-color: #f9f8e7;
  color: #005000;
}

ul.tips li
{
  color: #7a8370;
}

.wrapper.tagadelic
{
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 24px;
}
.wrapper.tagadelic a
{
  text-decoration: none;
  padding-right: 2px;
}
.wrapper.tagadelic a:hover
{
  text-decoration: underline;
}

.tree ul
{
  margin: 0 0 10px 15px;
}
.tree li
{
  line-height: normal;
}

.form-item label
{
  color: #7a8370;
}

.gmapnodelabel
{
  height: 100%;
  width: 700px;
}
.gmapnodelabel .node-body
{
  width: 500px;
  height: 100%;
}
.gmapnodelabel .node-body img
{
  max-width: 480px;
}

a.glossary-term
{
  border-bottom: 1px solid #d3cbba;
  text-decoration: none;
}
cite
{
  font-style: italic;
}

.glossary-links
{
  border: 1px solid #d3cbba;
  background: #e6e1d1;
}
.glossary-links a
{
  font-size: large;
  font-weight: normal;
  font-family: Arial, Helvetica, sans-serif;
}
.glossary-alphabar-instructions
{
  color: #7a8370;
}
.glossary-list dl dt.depth
{
  font-size: medium;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
}
.glossary-list dl dt.depth a
{
  font-size: 10px;
  color: #7a8370;
}

.glossary-list dt
{
  font-weight: bold;
}

.glossary-related
{
  color: #7a8370;
  font-style: italic;
  margin: 0 0 0 15px;
}
.glossary-related a,.glossary-related a:link
{
  color: #006600;
  text-decoration: underline;
}
.glossary-related a:hover
{
  text-decoration: none;
  color: #df8833;
}

.hovertip_wrap0, .hovertip_wrap1, .hovertip_wrap2, .hovertip_wrap3,
html body .hovertip_wrap0, html body .hovertip_wrap1, html body .hovertip_wrap2, html body .hovertip_wrap3
{
  background: transparent none;
  margin: 0;
  padding: 0;
  border: 0;
}
.hovertip, .hoverinfo
{
  width: 400px;
  padding: 0;
  margin: 0;
  border: 0;
  background: transparent none;
}
.hovertip_wrap0 .hovertip
{
  color: #7a8370;
  border: 1px solid #d3cbba;
  padding: 6px;
  background: #f9f8e7 none;
  font-size: x-small;
  line-height: 14px;
}

.resizable-textarea .grippie
{
  background-color: #c7bcab;
  border-color: #7a8370;
}

blockquote
{
  font-family: Cambria, serif;
  font-size: 16px;
  font-style: italic;
  font-weight: normal;
  text-transform: normal;
  letter-spacing: normal;
  line-height: 1.25em;
  margin: 10px 50px;
}

blockquote i
{
  float: right;
  padding: 0 15px 0 0;
  font-size: 14px;
  color: #7a8370;
}


#block-block-1
{
  width: 150px;
}
#block-block-1 h2
{
  float: left;
}
#block-block-1 .content
{
  float: right;
  margin: 0;
  padding: 2px 0 0;
}
#block-block-1 .content img
{
  margin: 0;
  padding: 0 2px 0 0;
}

.feedflare
{
  display: none;
}
.youtube-center,.photo-425-center,.photo-500-center,.photo-333-center,.photo-434-center,
.photo-435-center,.photo-center,.photo-640-center,.photo-334-center,.photo-400-center,
.photo-343-center, .vimeo-center, .photo-380-center
{
  margin: 15px 10px 6px 0px;
  font-size: x-small;
  color: #7a8370;
  line-height: 12px;
}

.youtube-center a,.photo-425-center a,.photo-500-center a,.photo-333-center a,.photo-434-center a,
.photo-435-center a,.photo-center a,.photo-640-center a,.photo-334-center a,.photo-400-center a,
.photo-343-center a, .vimeo-center a, .photo-left a, .photo-right a, .photo-380-center a
{
  color: #7a8370;
}
.photo-425-center img,.photo-500-center img,.photo-333-center img,.photo-434-center img,
.photo-435-center img,.photo-center img,.photo-640-center img,.photo-334-center img,.photo-400-center img,
.photo-343-center img, .photo-380-center img
{
  margin: 0px 0px 6px 0px;
  text-align: center;
}


.youtube-center
{
  width: 429px;
}
.vimeo-center
{
  width: 402px;
}

.photo-425-center
{
  width: 429px;
}
.photo-center
{
  width: 489px;
}
.photo-right
{
  float: right;
  margin: 6px 0px 12px 10px;
  padding: 2px;
  font-size: x-small;
  color: #7a8370;
  line-height: 12px;
}
.photo-left
{
  float: left;
  margin: 6px 10px 12px 0px;
  padding: 2px;
  font-size: x-small;
  color: #7a8370;
  line-height: 12px;
}
.photo-500-center
{
  width: 504px;
}
.photo-333-center
{
  width: 337px;
}
.photo-434-center
{
  width: 438px;
}
.photo-435-center
{
  width: 439px;
}
.photo-640-center
{
  width: 644px;
}
.photo-334-center
{
  width: 338px;
}
.photo-400-center
{
  width: 404px;
}
.photo-343-center
{
  width: 347px;
}
.photo-380-center
{
  width: 384px;
}


.linkbox
{
  float: right;
  margin: 0px 0px 12px 10px;
  padding: 10px;
  border: 1px solid #d3cbba;
  font-size: x-small;
  color: #7a8370;
  line-height: 12px;
  width: 190px;
}
.linkbox ul
{
  margin: 5px 0 0 0;
  padding: 0;
}
.linkbox ul li
{
  margin: 0;
  padding: 3px 0 4px 24px;
  font-weight: bold;
}
.linkbox a, .linkbox ul li a
{
  color: #7a8370;
}
.linkbox ul li.blank
{
  background: transparent;
  padding: 2px 0px;
}
.linkbox ul li.flickr
{
  background: transparent url(images/icons/flickr.png) no-repeat 0 50%;
}
.linkbox ul li.collectivelens
{
  background: transparent url(images/icons/collectivelens.gif) no-repeat 0 50%;
}
.linkbox ul li.skype
{
  background: transparent url(images/icons/skype.png) no-repeat 0 50%;
}
.linkbox ul li.youtube
{
  background: transparent url(images/icons/youtube.png) no-repeat 0 50%;
}

ul.itinerary
{
  margin: 0;
  padding: 0;
}
ul.itinerary li
{
  padding: 0;
  font-size: medium;
  background: transparent;
}
ul.itinerary li ul li
{
  font-size: small;
  padding: 0;
  background: transparent;
}

.wp-caption
{
    margin: 10px;
    font-size: x-small;
    padding: 5px;
    color: #7a8370;
}
.wp-caption img
{
    text-align: center;
    margin: 0 0 4px 0;
    padding: 1px;
    border: 1px solid #d3cbba;
}
.wp-caption p.wp-caption-text
{
    margin: 0;
    padding: 0;
    color: #7a8370;
    font-size: x-small;
}

.alignnone
{
    margin: 10px 10px 10px 0;
}
.alignleft
{
    float: left;
    margin: 10px 10px 10px 0;
}
.alignright
{
    float: right;
    margin: 10px 0 10px 10px;
}
.aligncenter
{
    margin: 10px auto;
}

.view .image-gallery-nodes ul li 
{
	height:230px;
	width:220px;
	text-align: left;
}
.view .image-gallery-nodes ul li .views-field-title
{
	clear: both;
	text-align: left;
}

.view .image-gallery-terms li
{

	border: 1px solid #c7bcab;
	margin: 0 10px 10px 0;
	padding: 10px;
}

.view .image-gallery-terms li .views-field-image-gallery-count,
.view .image-gallery-terms li .views-field-image-gallery-latest-time
{
	font-size: x-small;
	color: #d3cbba;
	font-weight: normal;
	font-style: normal;
}

/*
 background:  ffffef
 text: 444444
 lighter text: 7a8370
 link green: 006600
 hover orange: df8833
 light gray: e6e1d1
 light gray even lighter: f9f8e7
 medium beige: d3cbba
 medium beige slightly off: c7bcab
*/
