@import url("layout.css");

html, body {
  background: grey;
  font-family: sans-serif, arial; 
}

a.simple-anchor {
  color: black;
  text-decoration:none;
}

#column {
  background: white;
  border: 5px solid black;
}

#header {
  background: white;
  padding: 20px 0px;
  text-align: center;
}

#sidebar {
  background: white;
  border-top: 5px solid black;
}

.sidebar-hr {
  margin: 10px 20px;
}

#sidebar-person-list {
	margin: 0px auto;
  padding: 0px;
  padding-top: 10px;
  width: 60px;
}

#lang-list {
  list-style: none;
  padding: 0px;
  text-align: center;
}

.lang-list-item {
  display: inline;
  padding: 0px 1px;
}

.lang-flag {
  border: 1px solid black;
  height: 20px;
}

#sidebar-login {
  text-align: center;
}

#content {
  border-left: 5px solid black;
  border-top: 5px solid black;
  background: white;
  padding: 50px 0px;
  width: 845px; /* -5px for border */
}

#toolbar {
	padding: 0px 20px;
	text-align: right;
}

#toolbar-list {
	list-style: none;
	padding: 0px;
}

.toolbar-item {
	display: inline;
}

.content-title {
  text-align: center;
  padding-bottom: 30px;
}

.content-block {
  margin: auto;
  width: 800px;	
}

.edit-block {
	border: 1px solid black;
	margin: 10px 0px;
	padding: 5px;
}

.edit-block-title {
  padding: 2px;
  text-decoration: underline;
}

.edit-block-text {
	margin: 10px 0px 10px 50px;
}

.block-text{
}

.gallery {
  text-align: center;	
}

.gallery-title {
}

.gallery-image {
  height: 300px;	
}

#tree {
	height: 400px;
	margin: auto;
	width: 500px;
}

.tree-level {
	list-style: none;
  padding: 0;
  text-align: center;	
}

.tree-node {
  border: 1px solid black;
  display: inline-block;
  margin: 10px;
  padding: 5px;
  width: 120px;
}

.tree-img {
	border: 1px solid black;
  height: 100px;
}

#login-form {
  text-align: center;
}

#login-input-username {
	width: 100px;
}

#login-input-password {
  width: 100px;
}

#footer {
  background: lightgreen;
}