body {
  margin: 0;
  padding: 0;
  font-family: 'Verdana', 'Helvetica', 'Arial', sans-serif;
}

div.wrapper {
  width: 1007px;
  margin: 0 auto;
  overflow: hidden;
}

#header {
  height: 190px;
  background: #272b1e url(../images/header_bg.png) top center repeat-y;
}

#header .wrapper {
  background: #272b1e url(../images/header.jpg) bottom center no-repeat;
  height: 190px;
}

#header #menu {
  margin: 150px 0 0 0;
  background-color: #272b1e;
  height: 40px;
  -moz-opacity:.65;
  -webkit-opacity:.65;
  opacity:.65;
  filter: alpha(opacity=65);
}

#header #menu ul {
  height: 26px;
  margin: 0;
  padding: 7px 50px;
  list-style-type: none;
}

#header #menu ul li {
  margin: 0 5px 0 0;
  float: left;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
}

#header #menu ul li:hover, #header #menu ul li.current {
  background-color: #7c7c53;
}

#header #menu ul li.search {
  background: transparent;
  margin: 0;
  float: right;
}

#header #menu ul li a {
  display: block;
  height: 26px;
  line-height: 26px;
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  padding: 0 20px;
  font-weight: bolder;
}

#header #menu ul li:hover a, #header #menu ul li.current a {
  color: #fff;
}

#header #menu ul li form {
  margin: 0;
  padding: 0;
}

#header #menu ul li form input.query {
  width: 180px;
  height: 16px;
  font-size: 12px;
  color: #fff;
  background-color: #6e6e50;
  padding: 4px 2px 6px 15px;
  border: 0;
  -moz-border-radius-topleft: 8px;
  -moz-border-radius-bottomleft: 8px;
  -webkit-border-radius-topleft: 8px;
  -webkit-border-radius-bottomleft: 8px;
}

#header #menu ul li form input.submit {
  position: relative;
  width: 28px;
  height: 26px;
  font-size: 0;
  color: #fff;
  background: #6e6e50 url(../images/magnifier.png) no-repeat center center;
  border: 0;
  top: -4px;
  cursor: pointer;
  -moz-border-radius-topright: 8px;
  -moz-border-radius-bottomright: 8px;
  -webkit-border-radius-topright: 8px;
  -webkit-border-radius-bottomright: 8px;
}


#header_sub {
  height: 180px;
  background-color: #52522f;
  border-top: 1px solid #696959;
}

#content {
  background: #fff url(../images/header_sub.png) top left repeat-x;
  padding: 0;
}

#content .wrapper {
  padding: 31px 50px 20px 50px;
  width: 907px;
}

#footer_sub {
  height: 277px;
  background: #272b1e url(../images/footer_sub_bg.png) top left repeat-x;
  padding: 11px 0 0 0;
}

#footer_sub .wrapper {
  background-color: #7c7c53;
}

#footer {
  height: 35px;
  line-height: 35px;
  padding: 0 50px;
  background-color: #7c7c53;
  font-size: 11px;
  color: #272b1e;
  display: none;
}

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

#header_sub ul.rss {
  padding-left: 50px;
}

#header_sub ul.rss li {
  float: left;
  height: 24px;
  margin: 0 8px 0 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

#header_sub ul.rss li:hover {
  background-color: #272b1e;
}

#header_sub ul.rss li a, #header_sub ul.rss li a:hover {
  display: block;
  font-size: 12px;
  color: #fff;
  background: url(../images/icon_rss.png) no-repeat 7px center;
  text-decoration: none;
  padding: 5px 8px 5px 25px;
}

#header_sub ul.rss li a.twitter {
  background-image: url(../images/icon_twitter.png);
  padding-left: 27px;
}

#header_sub ul.rss li a.flickr {
  background-image: url(../images/icon_flickr.png);
  padding-left: 27px;
}

#header_sub ul.rss li a.facebook {
  background-image: url(../images/icon_facebook.png);
  padding-left: 27px;
}

#header_sub ul.rss li.sitemap a, #header_sub ul.rss li.sitemap a:hover {
  background: url(../images/sitemap.png) no-repeat 7px 4px;
  padding-left: 30px;
}

#header_sub div.images {
  float: right;
  margin: 0;
  padding: 21px 50px 0 0;
}

#header_sub div.images h3, #header_sub div.posts h3, #twitter h3, .tagcloud h3 {
  color: #7c7c53;
  margin: 0 0 3px 9px;
  padding: 0;
  font-size: 18px;
  font-weight: bolder;
}

#header_sub ul.images li {
  float: right;
  margin: 0 0 0 10px;
}

#header_sub ul.images li a {
  display: block;
  width: 79px;
  height: 79px;
  border: 7px solid #7c7c53;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  color: #52522f;
}

#header_sub ul.images li a:hover {
  border-color: #3b3b15;
}

#header_sub ul.images li a img {
  width: 75px;
  height: 75px;
  border: 2px solid #8e8e66;
}

#header_sub div.posts, #twitter {
  margin: 0;
  padding: 21px 0 0 50px;  
  height: 125px;
  width: 556px;
  background: url(../images/loading_posts.gif) center 70px no-repeat; 
}

#twitter {
  padding: 0;
  background-image: none;
  width: 626px;
}

#header_sub div.posts h3, #twitter h3 {
  margin: 0 0 3px 0;
  width: 540px;
}

#header_sub div.posts a.refresh {
  display: block;
  width: 16px;
  height: 16px;
  background: url(../images/arrow_refresh_small.png) center center no-repeat;
  border: 0;
  color: #52522f;
  float: right;
  margin: 0;
  padding: 3px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

#header_sub div.posts a.refresh:hover {
  background-color: #272b1e;
}

#header_sub div.posts ul, #twitter ul {
  margin: 0;
  padding: 0;
  display: block;
  width: 542px;
  height: 79px;
  border: 7px solid #7c7c53;
  background-color: #7c7c53;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

#twitter ul {
  height: auto;
  width: auto;
}

#header_sub div.posts ul li a, #twitter ul li {
  display: block;
  margin: 0;
  padding: 0 7px;
  height: 25px;
  line-height: 25px;
  width: 528px;
  background-color: #52522f;
  margin: 0 0 2px 0;
  font-size: 13px;
  text-decoration: none;
  color: #fff;
  overflow: hidden;
}

#twitter ul li {
  overflow: visible;
  height: auto;
  line-height: 20px;
  padding: 3px 7px;
  width: auto;
}

#twitter ul li span {
  line-height: 15px;
  font-size: 10px;
}

#twitter a, a.flickr {
  font-size: 11px;
  float: right;
  padding: 1px 10px;
}

a.flickr {
  padding: 2px 22px;
}

#header_sub div.posts ul li a:hover {
  background-color: #272b1e;
}

#header_sub div.posts ul li a span, #twitter ul li span {
  color: #272b1e;
}

#header_sub div.posts ul li a:hover span {
  color: #7c7c53;
}

#header_sub div.links {
  padding: 2px 0 0 0;
}

#header_sub a#arrow_close, #content a#arrow_open {
  margin: 6px 10px 0 0;
  font-size: 0;
  display: block;
  width: 17px;
  height: 17px;
  background: url(../images/arrow_close.png) 0 0 no-repeat;
  float: right;
  color: #fff;
}

#content a#arrow_open {
  position: relative;
  top: -22px;
  right: -48px;
  background-image: url(../images/arrow_open.png);
  display: none;
}

#header_sub a#arrow_close:hover, #content a#arrow_open:hover {
  background-position: 0 -17px;
}

#content a#arrow {
  display: block;
  height: 12px;
  width: 99.9%;
}

#content div.column_left {
  float: left;
  width: 626px;
}

#content div.column_right {
  float: right;
  width: 231px;
}

#content a {
  text-decoration: none;
  color: #7c7c53;
}

#content a:hover {
  text-decoration: underline;
  color: #3b3b15;
}

#content ul, #content p, #content address {
  text-align: justify;
  font-size: 13px;
  line-height: 23px;
  color: rgb(40,40,40);
  font-style: normal;
}

#content p a {
  text-decoration: underline;
}

/*#content div.post-content ul {
  padding: 0;
  margin: 0;
  list-style-image: url(../images/list-style-image.png);
}

#content div.post-content ul li {
  margin: 0 0 6px 23px;
  width: 580px;
}*/

#content img.thumb {
  margin: 6px 13px 4px 0;
  padding: 4px;
  float: left;
  border: 1px solid rgb(207,207,207);
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

#content img.right {
  margin: 6px 0 4px 15px;
  float: right;
}

#content div.post-content {
  width: 626px;
}

#content div.post-nav {
  font-size: 11px;
  margin: 0 0 18px 0;
}

#content div.post-nav .prev {
  display: block;
  float: right;
  background: url(../images/arrow_prev.png) center right no-repeat;
  padding: 0 15px 0 0;
  text-decoration: none;
}

#content div.post-nav .next {
  display: block;
  float: left;
  background: url(../images/arrow_next.png) center left no-repeat;
  padding: 0 0 0 15px;
  text-decoration: none;
}

#content div.post-content .post-date {
  float: left;
  width: 45px;
  height: 49px;
  background: url(../images/date.png) no-repeat;
  margin: 2px 10px 0 0;
}

#content div.post-content .post-date .month {
  display: block;
  padding: 2px 0 0 0;
  margin: 0 0 0 -3px;
  font-size: 10px;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  line-height: 11px;
}

#content div.post-content .post-date .day {
  display: block;
  padding: 7px 0 0 0;
  margin: 0 0 0 -3px;
  font-size: 18px;
  text-transform: uppercase;
  color: #999;
  text-align: center;
  line-height: 18px;
}

#content h1 {
  display: none;
}

#content h2 {
  margin: 0;
  padding: 0 0 2px 0;
  width: 550px;
  color: #52522f;
}

#content h4 {
  margin: 15px 0 0;
  padding: 0;
  width: 550px;
  color: #7c7c53;
  font-size: 14px;
}

#content div.sitemap h2 {
  margin: 20px 0 0 0;
  padding: 0;
}

#content div.sitemap ul.level-1 {
  list-style-type: none;
  padding: 5px 0;
  font-size: 18px;
  font-weight: bolder;
}

#content div.sitemap ul.level-2 {
  list-style-type: none;
  padding: 5px 20px;
  font-size: 15px;
  font-weight: bolder;
  color: #000;
}

#content div.sitemap ul.level-2 a {
  color: #000;
}

#content div.sitemap ul.level-3 {
  list-style-type: none;
  padding: 5px 20px;
  font-size: 12px;
  font-weight: normal;
}

#sitemap_categories, #sitemap_tags, #sitemap_locations {
  display: none;
}

#content div.sitemap a.expand {
  font-size: 10px;
  color: grey !important;
  font-weight: normal;
}

#content div.sitemap li span {
  color: grey !important;
}

#content div.post-information {
  padding: 0 0 20px 0;
}

#content div.post-information .time {
  display: block;
  font-size: 10px;
  line-height: 16px;
  padding: 0 10px 0 20px;
  background: url(../images/time.png) left center no-repeat;
  height: 16px;
  float: left;
}

#content div.post-information .comments {
  display: block;
  font-size: 10px;
  line-height: 16px;
  padding: 0 50px 0 20px;
  background: url(../images/comment.png) left center no-repeat;
  height: 16px;
  float: left;
}

#content .tab-page p {
  margin: 4px 0 5px 0;
  line-height: 12px;
  padding: 0;
  font-size: 12px;
  width: 510px;
}

#content h5 a:hover {
  text-decoration: none;
}

#content .post-details table {
  font-size: 11px;
  color: #3B3B15;
  border: 0;
  padding: 0;
  margin: 0;
  border-collapse: separate;
  border-spacing: 4px;
}

#content .post-details td {
  vertical-align: middle;
  padding: 3px 0 3px 12px;
}

#content .post-details td.left {
  font-weight: bolder;
  border-right: 1px solid #7C7C53;
  padding: 3px 15px 3px 0;
}

#content .post-details a {
  text-decoration: none;
}

#content a.link_feed {
  background: url(../images/link_feed.png) left center no-repeat;
  margin: 10px 5px 0 0;
  padding: 0 0 0 22px;
  font-size: 12px;
  line-height: 20px;
  float: right;
  display: block;
}

#content .post-bookmarks a {
  display: block;
  float: left;
  width: 48px;
  height: 48px;
  margin: 5px 5px 0 0;
  background: transparent url(./media/images/icon_1.png) center center no-repeat;
  color: rgb(234,241,221);
}

#content .post-bookmarks a.bookmarks {
  display: inline;
  padding: 9px 0 0 5px;
  height: 11px;
  background: transparent;
  text-decoration: none;
  font-size: 10px;
  color: #000;
}

#content .post-bookmarks .invisible {
  display: none;
}

#content .post-similarentries ul, #content .post-trackbacks ul {
  margin: 0;
  padding: 0 0 0 20px;
  list-style-image: url(../images/list-style-image.png);
}

#content .post-similarentries ul li a, #content .post-trackbacks ul li a {
  text-decoration: none;
}

/*#content div#post-comments {
  background: url(../images/loading.gif) center center no-repeat;
}*/

#content div#post-comments h3 {
  margin: 0;
  padding: 5px 0 10px 0;
  width: 626px;
  color: #52522f;
  border-bottom: 1px solid rgb(214,227,188);
}

#content div#post-comments ol {
  background-color: rgb(234,241,221);
  border-bottom: 1px solid #d6e3bc;
  margin: 0;
  padding: 30px 30px 0 30px;
  width: 566px;
}

#content div#post-comments ol li {
  list-style-type: none;
  padding: 0;
  margin: 0;
  clear: both;
}

#content div#post-comments ol li img.arrow {
  position: relative;
  top: 20px;
  left: 3px;
  width: 32px;
  height: 32px;
  z-index: 2;
}


#content div#post-comments ol li p.comment_author {
  float: left;
  width: 100px;
  margin: 0 0 25px 0;
  padding: 0;
}

#content div#post-comments ol li p.comment_author img {
  border: 3px solid #d6e3bc;
  width: 80px;
  height: 80px;
}

#content div#post-comments ol li p.comment_author span {
  display: block;
  padding: 5px 0 0 3px;
}

#content div#post-comments ol li p.comment_author span.comment_author_name {
  color: #232323;
  font-size: 1em;
  line-height: 1em;
}

#content div#post-comments ol li p.comment_author span.comment_author_name a {
  text-decoration: none !important;
}

#content div#post-comments ol li p.comment_author span.comment_author_date {
  color: #a6a6a6;
  font-size: 0.7em;
  line-height: 0.7em;
}

#content div#post-comments ol li p.comment_text {
  float: right;
  width: 384px;
  background-color: #fff;
  margin: 0 0 30px 0;
  padding: 20px 23px;
  border: 1px solid #d6e3bc;
  font-size: 0.7em;
  line-height: 1.8em;
  color: #232323;
  min-height: 30px;
}

#content div.post-comments-content .comment {
  margin: 0;
  padding: 12px 15px 15px 5px;
  border-bottom: 1px solid #d6e3bc;
  background-color: #fff;
  width: 606px;
  min-height: 105px;
}

#content div.post-comments-content .dark {
  background-color: rgb(234,241,221);
}

#content div.post-comments-content .comment img {
  width: 50px;
  height: 50px;
  margin: 18px 0 0 0;
  padding: 4px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border: 1px solid #a9a9a9;
  float: left;
  background-color: #fff;
}

#content div.post-comments-content .comment p {
  margin: 0;
  padding: 15px 0 0 75px;
  width: 440px;
  font-size: 12px;
  line-height: 18px;
}

#content div.post-comments-content .comment p.number {
  width: 52px;
  height: 28px;
  line-height: 28px;
  padding: 4px;
  float: left;
  font-size: 20px;
  color: #bebebe;
  text-align: center;
  font-weight: bolder;
}

#content div.post-comments-content .comment p.number a {
  color: #bebebe;
  text-decoration: none;
}

#content div.post-comments-content .comment p.number a:hover {
  color: #a9a9a9;
  text-decoration: none;
}

#content div.post-comments-content .comment p.date, #content div.post-comments-content .comment p.title {
  margin: 0;
  padding: 0 0 0 75px;
}

#content div.post-comments-content .comment p.date {
  font-size: 9px;
  color: #808080;
}

#content div.post-comments-content .comment p.title {
  font-weight: bolder;
}

#content div.post-comments-pagination {
  text-align: right;
  padding: 10px;
}

#content div.post-comments-pagination ul {
  margin: 0;
  padding: 0;
  list-style-image: none;
  list-style-type: none;
}

#content div.post-comments-pagination ul li {
  float: right;
  width: auto;
  margin: 0 0 0 5px;
  padding: 0;
  font-size: 11px;
}

#content div.post-comments-pagination ul li a {
  display: block;
  height: 15px;
  min-width: 11px;
  line-height: 15px;
  padding: 3px 5px;
  font-size: 11px;
  color: #fff;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background-color: #7c7c53;
  text-align: center;
}

#content div.post-comments-pagination a.current {
  background-color: #52522f;
}

#content div.post-comments-pagination a:hover {
  background-color: #272b1e;
  text-decoration: none;
}

#content hr {
  background-color: #52522f;
  height: 1px;
  margin: 0;
  padding: 0;
  border: 0;
}

#content div.page_link {
  padding: 15px;
}

#content div.page_link img {
  width: 150px;
  height: 100px;
  float: left;
  margin: 0 20px 0 0;
}

#content div.page_link a.title {
  font-size: 12px;
  font-weight: bolder;
  line-height: 18px;
  color: #282828;
}

#content div.page_link p {
  font-size: 10px;
  line-height: 16px;
  margin: 3px 0 0 0;
}

#content div.column_right .box {
  width: 231px;
  margin: 15px 0 15px 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  background-color: #eaf1dd;
}

#content div.column_right .box h3 {
  color: #7c7c53;
  padding: 8px 0 3px 15px;
  margin: 0;
  font-size: 18px;
  font-weight: bolder;
}

#content div.column_right .box p {
  margin: 5px 13px 0 13px;
  font-size: 12px;
  color: rgb(100,100,100);
  background-color: #fff;
  padding: 10px 15px 10px 15px;
  border: 0;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
}

#content div.column_right .box ul {
  margin: 0;
  padding: 3px 15px 10px;
  list-style-type: none;
}

#content div.column_right .box ul li {
  margin: 0;
  padding: 0;
  line-height: 25px;
  overflow: hidden;
}

#content div.column_right .box ul li.a {
  color: #3b3b15;
}

#content div.column_right .box ul li.a:hover {
  color: #7c7c53;
}

#content div.column_right hr {
  background-color: #52522f;
  height: 5px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  margin: 0;
  padding: 0;
  border: 0;
}

#content div.column_right .links {
  padding: 5px 5px 5px 0;
  width: 223px;
}

#content div.column_right .links a {
  display: block;
  margin: 0 0 0 5px;
  padding: 5px;
  height: 40px;
  float: left;
}

#content div.column_right .links a:hover {
  background-color: #7c7c53;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

#content div.column_right .links img {
  border: 0;
  margin: 0;
}

#footer_sub #author {
  border-left: 4px solid #52522f;
  float: right;
  width: 300px;
  height: 277px;
  background-color: #272b1e;
}

#footer_sub #author h3 {
  color: #7c7c53;
  padding: 15px 0 3px 15px;
  margin: 0;
  font-size: 18px;
  font-weight: bolder;
}

#footer_sub #author img {
  width: 100px;
  height: 150px;
  border: 4px solid #7c7c53;
  margin: 17px 15px 0 15px;
  float: right;
}

#footer_sub #author p {
  font-size: 11px;
  padding: 0 15px;
  color: #ccc;
  line-height: 19px;
  text-align: justify;
}

/* BarackSlideshow */

#slideshow * {
  margin: 0;
  padding: 0;
}

#slideshow {
  background: #fff;
  position: relative;
  padding: 0;
  width: 637px;
  height: 277px;
  padding: 0;
  float: left;
}

#slideshow #slideshow_menu, #slideshow #slideshow_pictures, #slideshow #slideshow_loading {
  position: absolute;
}

#slideshow #slideshow_loading {
  background: #fff url('../images/loading.gif');
  display: block;
  top: 113px;
  left: 195px;
  text-indent: -5000px;
  width: 46px;
  height: 46px;
  visibility: hidden;
  z-index: 5;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

#slideshow #slideshow_pictures {
  background-color: #272b1e;
  width: 437px;
  height: 277px;
  left: 0;
  overflow: hidden;
}

#slideshow #slideshow_pictures li {
  display: block;
  position: absolute;
  top: 0;
  width: 437px;
}

#slideshow h3 {
  color: #52522f;
  padding: 15px 0 0 27px;
  margin: 0 0 0 437px;
  font-size: 18px;
  font-weight: bolder;
  background: #7c7c53 url(../images/menu_bg.png) top left repeat-y;
  width: 173px;
}

#slideshow #slideshow_menu {
  background: #7c7c53 url(../images/menu_bg.png) top left repeat-y;
  list-style-type: none;
  width: 200px;
  height: 264px;
  right: 0;
  padding-top: 9px;
}

#slideshow #slideshow_menu li {
  display: block;
  z-index: 6;
  position: relative;
}

#slideshow #slideshow_menu li a {
  display: block;
  font-size: 11px;
  text-decoration: none;
  padding: 7px 0 7px 28px;
  z-index: 6;
  color: #ccc;
  line-height: 14px;
  vertical-align: middle;
}

#slideshow #slideshow_menu li a:hover {
  color: #fff;
}

#slideshow #slideshow_menu li.current a {
  font-weight: bolder;
}

#slideshow #slideshow_menu li.background {
  background: url(../images/arrow.png) no-repeat left center;
  position: absolute;
  font-size: 1px;
  height: 7px;
  width: 4px;
  z-index: 5;
}

.donate h3 {
  background: url(../images/money.png) no-repeat 200px 12px;
  padding: 0 0 0 20px;
}

.calendar {
  text-align: center;
  padding: 10px 0 5px 0;
}

.calendar table {
  border: 0;
  margin: 0 auto;
  padding: 0;
  border-spacing: 4px;
  table-layout: fixed;
  width: 213px;
}

.calendar table caption {
  font-size: 15px;
  font-weight: bolder;
  color: #7c7c53;
  padding: 0 0 5px 0;
}

.calendar table caption a:hover {
  text-decoration: none !important;
}

.calendar table td, .calendar table th {
  padding: 0;
  margin: 0;
  text-align: center;
  color: #fff;
  background-color: #7c7c53;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  width: 27px;
  height: 27px;
  font-size: 11px;
}

.calendar table th {
  height: 20px;
  line-height: 20px;
  font-weight: bolder;
  color: #fff;
  background-color: #52522f;
  font-size: 10px;
}

.calendar table td.inactive, .calendar table td.inactive:hover {
  background: transparent;
}

.calendar table td a {
  display: block;
  width: 27px;
  height: 27px;
  line-height: 27px;
  color: #fff !important;
  text-decoration: none !important;
  background-color: #52522f;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.calendar table td a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #272b1e;
}

.calendar table td.today {
  background-color: #272b1e;
}

.calendar table td a.add {
  display: none;
}

.newsletter form {
  text-align: center;
  padding: 5px 0 13px 0;
}

.newsletter form input {
  width: 165px;
  height: 16px;
  font-size: 12px;
  color: rgb(100,100,100);
  background: #fff url(../images/email.png) no-repeat 8px center;
  padding: 5px 10px 5px 30px;
  border: 0;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
}

.newsletter form .submit {
  display: none;
}

.categories {
  display: none;
}

.blogroll li {
  line-height: 16px !important;
  font-size: 12px;
  margin-top: 10px !important;
}

.blogroll li.invisible {
  display: none;
}

.blogroll li a.title {
  font-weight: bolder;
}

.blogroll li span {
  font-size: 11px;
  color: grey;
  font-style: italic;
}

.blogroll #blogroll_toggle {
  font-size: 11px;
  padding: 0 0 10px 15px;
}

.audio-player {
  width: 290px;
  height: 24px;
  color: #fff;
}

.audio-player span {
  display: block;
  color: #272b1e;
  font-size: 10px;
  background-color: #7c7c53;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  width: 290px;
  height: 24px;
  line-height: 24px;
  text-align: center;
}

div.layerbox-shadow {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: url(../images/layerbox-shadow.png) top left repeat;
  z-index: 90;
  display: none;
}

div.layerbox {
  width: 800px;
  height: 482px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin: -251px 0 0 -400px;
  z-index: 91;
  display: none;
}

div.layerbox .layerhead, div.layerbox .layerfoot {
  width: 800px;
  height: 14px;
  background: url(../images/layerbox-bg.png) top left no-repeat;
}

div.layerbox .layerfoot {
  background-position: bottom left;
}

div.layerbox .layerbody {
  width: 734px;
  height: 442px;
  background: url(../images/layerbox-body-bg.png) top left repeat-y;
  padding: 20px 33px;
}

div.layerbox .layerbody h3 {
  margin: 0;
  padding: 0 0 20px 0;
  color: #52522f;
}

div.layerbox .layerbody .loader {
  background: url(../images/loading_send.gif) center center no-repeat;
  width: 734px;
  height: 442px;
}

div.layerbox .layerbody form {
  margin: 0;
  padding: 0;
  background-color: #fff;
  /*visibility: hidden;*/
}

div.layerbox .layerbody form label {
  display: block;
  float: left;
  width: 140px;
  font-size: 12px;
  line-height: 32px;
  height: 32px;
  margin: 4px 0;
  color: rgb(100,100,100);
}

div.layerbox .layerbody input, #post-comments .button {
  width: 300px;
  height: 18px;
  font-size: 14px;
  color: rgb(100,100,100);
  background-color: #eaf1dd;
  margin: 4px 0;
  padding: 7px 15px;
  border: 0;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
}

div.layerbox .layerbody form input.error, div.layerbox .layerbody form input.error:focus {
  background: rgb(255,115,115) url(../images/error.png) 300px center no-repeat;
  background-color: rgb(255,115,115);
  padding-right: 35px;
  width: 280px;
}

div.layerbox .layerbody form textarea.error, div.layerbox .layerbody form textarea.error:focus {
  background: rgb(255,115,115) url(../images/error.png) 420px 5px no-repeat;
}

div.layerbox .layerbody form textarea {
  width: 420px;
  height: 200px;
  font-size: 14px;
  line-height: 20px;
  color: rgb(100,100,100);
  background-color: #eaf1dd;
  margin: 4px 0;
  padding: 7px 15px;
  border: 0;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  font-family: 'Arial', 'Helvetica', 'Verdana', sans-serif;
}

div.layerbox .layerbody form div#comment_avatar {
  float: right;
  width: 87px;
  height: 87px;
  background-color: #eaf1dd;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  margin: 4px 144px 0 0;
  padding: 13px;
}

div.layerbox .layerbody form div#comment_avatar img {
  border: 3px solid #D6E3BC;
  width: 80px;
  height: 80px;
  background: #ffffff url(../images/avatar_loading.gif) center center no-repeat;
}

div.layerbox .layerbody .button, div.layerbox .layerbody form .submit, #post-comments .button {
  height: auto;
  line-height: 24px;
  width: auto;
  padding: 7px 33px;
  font-size: 12px;
  margin: 4px;
}

div.layerbox .layerbody .button:hover, div.layerbox .layerbody form .submit:hover, div.layerbox .layerbody form input:focus, div.layerbox .layerbody form textarea:focus, #post-comments .button:hover {
  background-color: #d6e3bc;
}

div.layerbox .layerbody form .submit {
  font-weight: bolder;
  margin-left: 140px;
}

div.layerbox .layerbody div.success {
  margin: 0 auto;
  width: 350px;
  padding: 150px 0 0 60px;
  background: #fff url(../images/icon_success.png) left 159px no-repeat;
  font-size: 14px;
  line-height: 20px;
  color: rgb(100,100,100);
  text-align: justify;
}

div.layerbox .layerbody div.failure {
  background-image: url(../images/icon_failure.png);
  padding-left: 65px;
}

div.layerbox .layerbody div.success input.button {
  margin: 15px 0 0 0;
}

/*div.layerbox .layerbody form label {
  display: block;
  width: 430px;
  height: auto;
  background-color: #eaf1dd;
  margin: 4px 0;
  padding: 8px;
  border: 0;
  -moz-border-radius: 12px;
  float: none;
}

div.layerbox .layerbody form label span {
  font-size: 12px;
  font-weight: bolder;
  line-height: 12px;
  color: rgb(100,100,100);
  padding: 0 5px;
}

div.layerbox .layerbody form input {
  width: 400px;
  height: 18px;
  font-size: 14px;
  color: rgb(100,100,100);
  background-color: #fff;
  margin: 8px 0 0 0;
  padding: 7px 15px;
  border: 0;
  -moz-border-radius: 10px;
  float: none;
}

div.layerbox .layerbody form textarea {
  width: 400px;
  height: 200px;
  font-size: 14px;
  line-height: 20px;
  color: rgb(100,100,100);
  background-color: #fff;
  margin: 8px 0 0 0;
  padding: 7px 15px;
  border: 0;
  -moz-border-radius: 10px;
  font-family: 'Arial', 'Helvetica', 'Verdana', sans-serif;
}*/

#post-comments .button {
  float: left;
}

/* Photoset Previews */
a.photoset_preview {
  display: block;
  width: 612px;
  height: 85px;
  border: 7px solid #7c7c53;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  background-color: #7c7c53;
  color: #52522f;
  text-decoration: none;
}

a.photoset_preview:hover {
  border-color: #3b3b15;
  background-color: #3b3b15;
}

a.photoset_preview ul {
  list-style-type: none;
  margin: 0;
  padding: 3px 1px;
}

a.photoset_preview li {
  float: left;
  margin: 0 4px;
}

a.photoset_preview li.description {
  display: none;
}

a.photoset_preview:hover li.description {
  display: block;
  width: 253px;
  text-align: center;
}

a.photoset_preview:hover li.description span.title {
  display: block;
  padding: 18px 0 0 0;
  text-decoration: none;
  font-weight: bolder;
  color: #fff;
  font-size: 11pt;
}

a.photoset_preview:hover li.description span.information {
  display: block;
  padding: 0 0 3px 0;
  text-decoration: none;
  font-size: 9pt;
  font-style: italic;
  color: #52522f;
}

a.photoset_preview:hover li.middle {
  display: none;
}

a.photoset_preview li img {
  width: 75px;
  height: 75px;
  border: 2px solid #8e8e66;
}

ul.sets {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 626px;
}

ul.sets li {
  margin: 0 0 10px 0;
}

ul.sets li.left {
  float: left;
}

ul.sets li.right {
  float: right;
}

ul.sets li a {
  display: block;
  width: 294px;
  height: 79px;
  border: 7px solid #7c7c53;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  background-color: #7c7c53;
  color: #52522f;
  text-decoration: none;
}

ul.sets li a:hover {
  border-color: #3b3b15;
  background-color: #3b3b15;
}

ul.sets li a img {
  width: 75px;
  height: 75px;
  border: 2px solid #8e8e66;
  float: left;
}

ul.sets li.right a img {
  float: right;
}

ul.sets li a span.title {
  display: block;
  padding: 18px 0 0 93px;
  text-decoration: none;
  font-weight: bolder;
  color: #3b3b15;
  font-size: 11pt;
}

ul.sets li.right a span.title {
  padding: 18px 93px 3px 0;
  text-align: right;
}

ul.sets li a:hover span.title {
  color: #fff;
}

ul.sets li a span.information {
  display: block;
  padding: 0 0 3px 93px;
  text-decoration: none;
  font-size: 9pt;
  font-style: italic;
  color: #52522f;
}

ul.sets li.right a span.information {
  padding: 0 93px 3px 0;
  text-align: right;
}

.tagcloud {
  text-align: justify;
  margin: 0 -10px 0 0;
  line-height: 150%;
}

.tagcloud a {
  text-decoration: none !important;
  padding: 0 10px 0 0;
}

.map {
  border: 7px solid #7c7c53;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  margin: 20px 0 0 0;
}

p.print {
  display: none;
}
