* {
	margin: 0;
	padding: 0;
}
html, body {
  margin: 0;
  padding: 0;
  height: 100%;
  color: #444444;
  background-color: #EDECEB; /* #C3FFC3;  #B9F2B9;  #92BF92; */
}
#container {
  min-height:100%;
  position:relative;

	width: 62em;
	margin: 0 auto;
	font: 0.9em 'trebuchet ms',arial,sans-serif;
  background-color: white;
  border-left: 1px #85AD85 solid;
  border-right: 1px #85AD85 solid;
/*
  -moz-box-shadow: 0 0 8px #000;
  -webkit-box-shadow: 0 0 8px #000;
  box-shadow: 0 0 8px #000;
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=90, Color='#000000')";
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=90, Color='#000000');
*/
}

body#content { /* for the editor */
  width: 94%;
	font: 0.9em 'trebuchet ms',arial,sans-serif;
  background-color: white !important;
  margin-bottom: 2px;
  height: auto;
}

.clear {
  clear: both;
}
a, body#content a {
  text-decoration: none;
  color: #719471;
  border-bottom: 1px dotted;
}
a:hover {
  border-bottom: none;
}
a img {
  border: 0 none;
}

#header {
  background-color: #719471;
  padding: 0.5em 1em 0.5em 15em;
}
#header .language {
  float: right;
  font-size: 80%;
  margin-top: 0.5em;
}
#header .language a {
  color: white;
}
#header .sitetitle {
  font-family: arial,sans-serif; 
	font-weight: 400;
  font-size: 300%;
  line-height: 0.9em;
	color: #666;
	letter-spacing: -0.05em;
}
#header .sitetitle a {
	color: white;
	text-decoration: none;
  border-bottom: none;
}
#header .sitetag {
  font-weight: 400;
  font-size: 180%;
  color: #B9F2B9;
	letter-spacing: -0.1em;
}

.sitemenu {
  position: relative;
  height: 1.4em;
  margin-top: 0.5em;
}
.sitemenu ul {
  position: absolute;
  list-style: none;
}
.sitemenu li {
  float: left;
  padding: 2px 10px 2px 0;
  color: white;
  position: relative;
}
.sitemenu li + li {
  padding-left: 10px;
  border-left: 1px solid #B9F2B9;
}
.sitemenu li.current > a, .sitemenu li.currentpath > a {
  font-weight: 800;
  color: #B9F2B9;
}
.sitemenu li > a {
  color: white;
  text-decoration: none;
  border-bottom: none;
}
.sitemenu li:hover > a {
  color: #B9F2B9;
}
.sitemenu li ul {
  display: none;
}
.sitemenu li:hover ul {
  display: block;
  background-color: #B9F2B9;
  border: 1px solid #719471;
  left: -1px;
}
.sitemenu li ul li {
  float: none;
  padding-left: 10px;
  padding-right: 10px;
}
.sitemenu li:hover ul li {
  border: none 0;
  white-space: nowrap;
}
.sitemenu li:hover ul li + li {
  border-top: 1px solid #719471;
}
.sitemenu li:hover ul li a {
  color: #444444;
}
.sitemenu li:hover ul li:hover {
  background-color: #719471;
}
.sitemenu li:hover ul li:hover a {
  color: #B9F2B9;
}

#main {
  background-color: white;
}

#navigation {
  float: left;
  width: 12em;
  color: #777777;
  padding: 1em 1em 3em 1em;
}
#navigation ul {
  list-style: none;
  font-weight: 400;
  line-height: 1.7em;
}
#navigation ul > li {
  padding-left: 20px;
}
#navigation ul > li:hover {
  background: url("images/bullet.gif") no-repeat scroll left 0.7em transparent;
}
#navigation ul > li > a {
  color: #777777;
  text-decoration: none;
  border-bottom: none;
}
#navigation li.current > a {
  font-weight: 800;
  color: #444444;
}
#navigation form.search {
  margin-top:1em;
  margin-bottom:1em;
}
#navigation form.search input {
  width:6em;
}

#content {
  float: left;
  width: 46em;
  line-height: 1.7em;
  padding: 1em 1em 3em 1em;
}
#content div.breadcrumbs {
  margin-top: 0;
}
#content.index div.breadcrumbs {
  display: none;
}
#content h1 {
	font-family: arial,sans-serif;
  font-weight: 400;
  font-size: 200%;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-bottom: 0.5em;
}
#content h2, #content h3, #content h4 {
	font-family: arial,sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
#content h2 {
  font-size: 160%;
}
#content h3 {
  font-size: 140%;
}
#content h4 {
  font-size: 115%;
}
#content p, #content > div, #content ul, #content ol, #content pre {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
#content li {
  margin-top: 0.35em;
  margin-bottom: 0.35em;
}
#content img {
  max-width: 100%;
}
#content ul ul, #content ul ol, #content ol ol, #content ol ul {
  margin-top: 0;
  margin-bottom: 0;
}
#content ul {
  list-style-type: none;
}
#content ul > li {
  margin-left: 1.5em;
  padding-left: 17px;
  background: url("images/bullet2.gif") no-repeat scroll left 0.5em transparent;
}
#content ol {
  list-style-position: inside;
  list-style-type: decimal;
  margin-left: 1.5em;
}
#content ol ol {
  list-style-type: lower-latin;
}
#content pre {
  line-height: 1.4em;
}
#content table, #content th, #content td {
  border-collapse: collapse;
  border: solid 1px #85AD85;
}
#content table th {
  padding: 3px 20px 3px 5px;
  background-color: #85AD85;
  text-align: left;
}
#content table th.header {
  background-image: url("images/sort.gif");
  background-position: right center;
  background-repeat: no-repeat;
  cursor: pointer;
}
#content table th.headerSortUp {
  background-image: url("images/asc.gif");
}
#content table th.headerSortDown {
  background-image: url("images/desc.gif");
}
#content table td {
  padding: 3px 5px;
}

#content .tags .tag {
  cursor: pointer;
}
#content .tags .tag.selected, #content .tags .tag.selected.unavailable {
  color: #719471;
}
#content .tags .tag.unavailable {
  color: #D3D3D3;	
}
#content .search-entry h3 {
  margin-bottom: 0.1em;
}
#content .search-entry span.search-entry-language {
  font-size: 50%;
}
#content .search-entry div.search-entry-date {
  font-size: 80%;
  margin-top: 0;
  margin-bottom: 0.5em;
}
body .ac_odd {
  background-color: #e6fae6;
}
body .ac_over {
  background-color: #719471;
  color: white;
}

.rfloat {
  display:inline;
  float:right;
  margin-left: 0.5em;
}
pre, p.code {
  font-family: 'Courier New',monospace;
  font-weight: 400;
  font-size: 90%;
  margin-left: 3em;
  border: 1px solid #dddddd;
  padding: 5px;
}
span.code {
  font-family: 'Courier New',monospace;
  font-size: 90%;
}
span.mark {
  background-color: yellow;
}

body#content span.bracket { /* only in editor */
  color: #9c1111;
}
div.gallery-single {
  float: right;
}

#footer {
  position:absolute;
  width:100%;
  bottom:0;
  height:3em;   /* Height of the footer */
  background-color: #719471;
  color: white;
  font-size: 70%;
}
#footer .left-footer {
  padding: 0.3em 1em 0.3em 1em;
  float: left;
  width: 20em;
}
#footer .right-footer {
  float: right;
  width: 20em;
  text-align: right;
  padding: 0.3em 1em 0.3em 1em;
}
#footer a {
  color: white;
}

@media print {
  body {
    font-size: 12pt !important;
  }
  #navigation, #header .language {
    display: none;
  }
  #container {
    border: 0 none;
    width: 100% !important;
  }
  #header .sitetitle, #header .sitetag {
    margin: 0 !important;
    padding: 0 !important;
  }
  body, #header, #main, #content, #footer {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }
}
