body {
  margin: 0;
  background:#eee url(../img/back-noise.png);
  font-family: Tahoma, Verdana, sans-serif;
}
h2 {
  font-family: Georgia;
  font-weight: normal;
  font-size: 118.75%;
  margin: 0 0 1em 0;
  clear: both;
}
a {
  color: #91b512;
}
form {
  margin: 0;
  display: inline;
}
img {
  border: 0;
}
.center {
  width: 900px;
  margin: 0 auto;
  padding: 0 30px;
  background: #fff url(../img/back-wh.png) repeat-y;
}
/* --- Text Pages --- */
.textpage {
  margin: 0 0 15px 0;
}
.textpage h2 {
  margin: 0 0 0.5em 0;
}
.textpage p {
  width: 90%;
  line-height: 1.5em;
  font-size: 81.25%;
  color: #666;
  margin: 0 0 0.5em 10px;
}
/* --- Header --- */
.header_menu {
  text-align: right;
  margin-top: 25px;
  font-size: 81.25%;
}
.header_menu img {
  vertical-align:middle;
}
.header_menu ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.header_menu li {
  display: inline;
  padding-left: 1em;
}
#search {
  display: inline;
}
#search form {
  display: inline;
}

/* --- Featured --- */
.featured {
  clear: both;
}
.featured img {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.featured div.caption {
  position: absolute;
  top: 360px;
  width: 450px;
  height: 40px;
  color: #fff;
  line-height: 40px;
  padding-left: 10px;
  background-color: #9ac113;

  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

/* --- Menu --- */
.menu {
  margin: 10px 0 10px 0;
  border-radius: 5px;
}
.menu h2 {
  margin: 7px 0 0 10px;
}
.menu ul {
  margin-top: 0.5em;
  margin-bottom: 1em;
  font-size: 87.5%;
}
.menu li {
  margin: 0 0 0.25em 0;
}

/* --- Updates ---- */
h2.updates_header {
  margin:0 0 5px 10px;
}
.updates, .thumb_list {
  height: 150px;
}
.updates ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.updates li {
  float: left;
  width: 280px;
  padding: 7px;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  margin: 2px 2px 18px 2px;
  background-color: #eee;
}
.updates h3 {
  font-weight: normal;
  font-size: 81.25%;
  width: 280px;
  margin: 5px 0 0 10px;
}
#latest-date ul p {
  color: #999;
  margin: 0 0 0 10px;
  font-size: smaller;
}

/* --- Double page --- */
.doublepage h2 {
  margin: 0 0 5px 0;
}
.doublepage p {
}

/* --- Albums & images --- */
h2.image, h2.album {
  margin: 0.25em 0 0 0;
}
h2.album_breadcrumb {
  font-size: 100% !important;
  margin: 0 !important;
}
h2.album p {
  margin: 5px 0 0 0;
}
.thumb_list li {
  float: left;
  width: 290px;
  height: 140px;
  overflow: hidden;
  padding-left: 10px;
  padding-bottom: 10px;
}
.thumb_list ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.images, .albums {
  clear: both;
  margin-top: 15px;
}
.albums h3, .images h3 {
  font-size: 87.5%;
  width: 280px;
  margin: 5px 0 0 0px;
}
.albums p, .images p {
  margin: 3px 0 0 0;
  font-size: 75%;
  color: #999;
}
.albums h3 {
  font-weight: bold;
}
.images h3 {
  font-weight: normal;
}
.album_desc {
  font-size: 81.25%;
  margin: 10px 10px 15px 10px;
  color: #666;
}
.social {
  margin-top: 15px;
}

/* --- Panorama --- */
.pano {
  clear: both;
  margin: 0;
}
#krpanoDIV {
  width: 100%;
  height: 580px;  /* Height of the panorama window */
  margin: 0;
}
.image_desc {
  font-size: 81.25%;
  color: #666;
  padding: 0 10px;
  margin: 0 0 10px 0;
}
.topshadow {
  background: url(../img/shadow_top_bg.png) bottom repeat-x !important;
}
.t1 {
  width: 960px;
  height: 10px;
  background: #fff url(../img/shadow_top_center.png);
  margin: 0 auto;
}
.bottomshadow {
  background: url(../img/shadow_bottom_bg.png) repeat-x !important;
}
.t2 {
  width: 960px;
  height: 15px;
  background: #fff url(../img/shadow_bottom_center.png);
  margin: 0 auto;
}

/* --- Description box --- */
.description h2 {
}
.description p {
  font-size: 81.25%;
  margin: 5px 0 0 10px;
}

/* --- Admin Toolbox --- */
#admin, #admin_data{
  font-size: 75%;
  position: fixed;
  right: 0px;
  top: 0px;
  width: 130px;
  background-color: #fff;
  border-bottom: 1px solid #E6E6DF;
  border-left: 1px solid #E6E6DF;
  z-index: 2;
  text-align: left;
}
#admin_data{
  top: 0px;
  padding-top: 20px;
  z-index: 1;
  line-height: 1.6em;
}
#admin_data ul {
  margin-left: 10px;
  padding: 0;
}
#admin h3 {
  font-weight: normal;
  color: #999;
  margin:0;
  padding:0;
  text-align: center;
}
#admin h3:hover { color: #036; }
#search_input {
  width: 10em;
}
#searchfields_icon {
  display: none;
}
#searchextrashow {
  width: 300px;
  z-index: 50;
  position: absolute;
  top: 10px;
}
.disabled_nav {
  display: none;
}
.pagelist {
  clear: both;
  margin: 0 0 10px 0;
}
.pagelist ul {
  list-style-type: none;
  margin: 0;
  padding: 0 0 0 10px;
}
.pagelist li {
  display: inline;
  font-size: 81.25%;
}

/* --- Comments --- */
#comments {
  border-top: 1px solid #ccc;
  margin:15px 15px 0 0;
  padding-left: 10px;
}
.comment {
  margin: 5px 0 10px 0;
}
.commentmeta {
  font-size: 87.5%;
}
.commentauthor {
  color: #333;
}
.commentbody {
  padding: 3px 0 7px 10px;
  font-size: 81.25%;
  color: #666;
}
.addcomment {
  margin-top: 15px;
}
.addcomment table {
  width:100%;
}
.req {
  color: #91b512;
}
.addcomment h4 {
  margin: 0 0 5px 0;
  font-size: 100%;
  font-weight: normal;
  color: #333;
}
#commentform table td {
  font-size: 81.25%;
  color: #666;
}
.i {
  width: 16em;
}
.i, .c {
  border: 1px solid #ccc;
  font-size: 100%;
}
#commentform textarea {
  font-size: 100%;
  padding: 3px;
  margin: 5px 0 5px 0;
  width: 100%;
  height: 5em;
  border:1px solid #ccc;
}
.errorbox {
  margin: 0 0 5px 0;
  padding: 3px;
  border: 1px solid red;
  color: darkred;
}
.errorbox h2 {
  font-family: Tahoma Verdana, sans-serif !important;
  margin: 0 0 5px 0;
}
.errorlist {
  margin: 5px 0; 
}

/* --- Footer --- */
.footer {
  clear: both;
  border-top: 1px solid #ccc;
  padding: 10px 10px 5px 10px;
  font-size: 75%;
  color: #999;
}
.page_end {
  width: 960px;
  margin: 0 auto;
  height: 20px;
  background: url(../img/shadow_page_bottom.png) no-repeat;
}