/* Start of CMSMS style sheet 'main' */
/*---------------------------------  Styles.css  ---*/ 

body {
  background-color: white;
  font-family: Georgia, Bookman, serif;
  font-size: 10pt;
  text-align: center; 
}

#page {
    width: 70em;
    margin: 30px auto 20px auto;
}

* html #page {
  width: 70.5em;
}

#main {
    text-align: left;
    border: 1px solid #9EA3AC;
    background: #465E00 url(/uploads/images/grad-green.jpg) repeat-x;
}

#header {
  background-color: #465E00;
  width: 100%;
  height: 2em;
  overflow: hidden;
  color: #669801;
  font-size: 20pt; 
}

h1 {
  padding-top: 6pt;
  padding-left: 1em;
  color: #FFFFFF;
  font-family: Georgia,"Times New Roman", serif;
  font-size: 14pt;
  font-weight: bold;
  letter-spacing: 0.02em;
  line-height: 1.1em;
  text-transform: uppercase; 
}

h2 {
  color: whitesmoke;
  font-family: Georgia,"Times New Roman", serif;
  font-size: 200%;
  font-weight: normal;
  margin: 0px; 
}

h3 {
  font-family: Georgia,"Times New Roman", serif;
  font-size: 140%;
  margin: 0px;
  font-weight: bold; 
}

/*
h3 a {
  color: #451811;
  text-decoration: none;
  border-bottom: none;
  margin: 0px; 
}

h3 a:hover {
  color: #902f1c;
  border-bottom: none; 
}
*/

em {
  font-style: italic;
}

a {
  color: #501208;
  text-decoration: none;
  /* border-bottom: 1px solid #DBD6D1; */ 
}  

a:hover {
  color: #451811;
  text-decoration: none;
  border-bottom: 1px solid #DBD6D1; 
}

p {
  color: black;
  font-family: Georgia, Times, "Times New Roman";
  font-size: 12pt;
  line-height: 1.3em;
  margin: 0px 0px 10px; 
}
  
p span {
  color: #aaa;
  font-style: italic;
}

ul {
  padding: 0; 
}

li {
  padding: 0; 
}

/*---MAIN COLUMN---*/  

#content-wrapper {
    float: right;
    width: 55em;
    background: right top url(/uploads/images/sidebar.jpg) repeat-y;
}

.album#content-wrapper {
    background-image: none !important;
}

#content {
    margin: 2.5em 225px 0 1em;
    min-height: 480px;
    height: 480px;
}

html>body #content {
    height: auto;
}

.album #content {
    margin: 2.5em 1em 0 1em;
}

#content h2 {
    padding-left: 0.5em; 
}

#content p, #content h3, #content ul, #content ol, #content div, #content table {
    padding-left: 1em; 
}

#content ol li div, #content ul li div {
  padding-left: 0;
  margin-left: 0;
}

#content li {
   margin-left: 1.5em;
   list-style-type: circle;
}

.albumcomment {
  color: black;
  font-size: 10pt;
}

/*---SIDEBAR---*/  

#sidebar-wrapper {
  background-color: #333;
  float: right;
  width: 200px;
  overflow: hidden;
  line-height: 0;
}

#sidebar {
  font-size: 90%;
}

#sidebar h3 {
  color: #222222;
  font-family: Helvetica, Arial, Verdana, sans-serif;
  font-size: 17px;
  font-weight: bold;
  margin: 0px; 
}

#sidebar p {
  line-height: 1.4em; 
}

/*---REFERENZEN---*/ 

.entry {
  margin-bottom: 20px; 
}

.entry .info {
  margin-top: 1em;
  font-size: 1em; 
}

.entry p {
  font-size: 1.1em; 
}


/*---STYLES---*/ 

#extra {
  margin-bottom: 10px; 
}

#extra .box {
  background-color: #e8f0f6;
  border-color: #D5E9F6; 
}

#extra p {
  line-height: 1.2em;
  margin: 0px 0px 5px 0px; 
}

#extra em {
  font-style: italic; 
}

#extra span {
  color: #d26511;
  font-size: 120%; 
}

#player, #gallery {
  background: #FFFFFF;
  float: left;
  clear: both;
  margin: 0px 15px 15px 0px;
  padding: 3px;
  border: 1px solid #a9cde5; 
}

#gallery a, 
#gallery a:hover, 
#player a, 
#player a:hover,
#extra img a,
#extra img a:hover {
  border-bottom: none !important;
  text-decoration: none !important; }

#extra a img {
  margin-bottom: -3px; }

.spot {
  margin-bottom: 20px;
  clear: both; }

.spot p {
  font-family: Verdana, sans-serif;
  font-size: 11px; 
  color: #333333;
  margin-top: 0px; }

.spot img {
  float: left;
  padding: 0px 12px 10px 0px; }

.box {
  padding: 15px;
  border: 1px solid #dbd6d1;
  background-color: #efedeb;
  margin-bottom: 20px; }

.box h3 {
  font-size: 18px;
  margin-bottom: 2px; }

.box input {
  margin-top: 5px; }

.box input.email {
  font-size: 10px;
  padding: 3px; 
  color: #a29e96; 
  width: 140px; }

.box input.subscribe {
  width: 70px;
  margin-left: 5px;
  color: #232323; }

.box ul {
  margin-left: 20px; }

.hidden {
  display: none; }

.clear {
  clear: both; }

/*---SITEMAP---*/ 

#sitemap ul {
  list-style-type: disc;
  margin: 5px 0px 10px 35px;
  line-height: 2em; }

#sitemap li a {
  font-family: Helvetica, Arial, Verdana, sans-serif;
  font-size: 180%;
  font-weight: bold;
  margin: 0px; 
  color: #501208; /* #823428; */
  text-decoration: none;
  border-bottom: none; }

#sitemap li a:hover {
  color: #902f1c;
  border-bottom: none; }

#sitemap ul.second {
  font-size: 80%; }

/*---FOOTER---*/ 

#footer-pano {
  text-align: center;
  background-color: #333;
  overflow: hidden;
  padding: 6px 0 0 0;
  margin: 0;
  line-height: 0;
}

#footer {
  text-align: left;
  color: #595452;
  font-size: 90%;
}

* html #footer-pano {
  padding: 2px 0 0 0;
}


/*---------------------------------  Navigation.css  ---*/ 

#nav {
  float: left;
  width: 14em; 
}

#nav ul {
  display: block;
  margin: 0;
  padding: 0;
  list-style-type: none;
  width: auto; }

#nav ul li {
  margin: 0;
  padding: 0;
  font-size: 11pt;
  font-weight: bold;
  color: #333;
}
#nav ul li h3 {
  font-size: 11pt;
}

#nav ul li.sectionheader {
  padding: 12pt 12pt 0 12pt;
}

#nav ul li a {
  display: block;
  text-decoration: none;
  padding: 6pt 12pt 3pt 12pt;
  border-bottom: 2px solid transparent;  }
  
#nav ul li ul li a {
  font-size: 11pt;
  font-weight: normal; }

#nav ul li ul li a {
  padding: 3pt 12pt 3pt 24pt; }
#nav ul li.currentpage ul li a {
  color: #aaa;
  padding: 3pt 12pt 3pt 12pt; }


#nav ul li a:hover {
  color: white;
  background-color: #465E00;
  border-bottom: 2px solid white; }

#nav ul li.currentpage,
#nav ul li.activeparent {
  color: white;
  background-color: #240;
  border-bottom: 2px solid #230; 
}

#nav ul li.activeparent {
  padding: 0; }

#nav ul li.activeparent a {
  color: #aaa; }

#nav ul li.currentpage {
  padding: 3pt 12pt 3pt 12pt; }

#nav ul li.activeparent ul li.currentpage {
  padding: 0 3pt 3pt 24pt;
  border-bottom: none; }


/*---------------------------------  Lightbox.css  ---*/ 

#lightbox{width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; border-bottom: none; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none; border-bottom: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;} 
#prevLink:hover, #prevLink:visited:hover { background: url(/upload/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/upload/images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

/* End of 'main' */

