@font-face {
    font-family: 'share-techregular';
    src: url('https://www.public-software-group.org/static/Share-Tech-webfont.eot');
    src: url('https://www.public-software-group.org/static/Share-Tech-webfont.eot?#iefix') format('embedded-opentype'),
         url('https://www.public-software-group.org/static/Share-Tech-webfont.woff') format('woff'),
         url('https://www.public-software-group.org/static/Share-Tech-webfont.ttf') format('truetype'),
         url('https://www.public-software-group.org/static/Share-Tech-webfont.svg#share-techregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

body, h1, h2, h3, div, p, ul, li {
  margin: 0;
  padding: 0;
  font-weight: 400;
}

body {
  font-family: "share-techregular", sans-serif;
  font-weight: 400;
  color: #161D09;
  color: #000;
  line-height: 150%;
}

a {
  color: #385208;
  color: #222;
}

.inner {
  width: 1000px;
  margin: 0 auto;
}

.top {
  background: #A2CC59;
  height: 30px;
}

.bottom {
  height: 20px;
  background: #fff;
}

.head {
  color: #fff;
  background: #4F6B20;
  width: 100%;
  position: fixed;
  top: 0px;
}

body.head_fixed {
  margin-top: 100px;
}

.head_fixed .head {
  position: fixed;
  top: 0px;
  padding-top: 10px;
}

#logo_claim {
  margin-top: 70px;
  margin-bottom: 30px;
  padding-left: 20px;
}

.logo {
  display: inline-block;
  font-size: 200%;
}

.claim {
  display: inline-block;
  margin: 5px;
}

.head_fixed .claim {
  margin-bottom: 5px;
}

.image {
  background: #77B011;
}

.nav {
  background: #E3EFCE;
  color: #4F6B20;
  padding-left: 22px;
  padding-top: 4px;
  padding-bottom: 4px;
}

.nav a {
  display: inline-block;
  color: #385208;
  color: #222;
  padding: 0 10px;
  text-decoration: none;
}

.head_fixed .nav a {
  padding: 4px 10px 4px 10px;
}

.nav a:first-child {
  padding-left: 0;
}

.page {
  width: 1000px;
  margin: 50px auto;
  padding-top: 200px;
  padding-left: 20px;
}

.sidebarRight {
  display: inline-block;
  width: 300px;
  vertical-align: top;
}

ul {
  padding-left: 25px;
  list-style-type: square;
  margin-bottom: 2ex; 
}

.sidebarRight ul li {
  margin-bottom: 3ex;
  line-height: 110%;
}

ul ul {
  margin-bottom: 0.5ex;
  font-size: 90%;
}

.sidebarRight ul ul li {
  margin-bottom: 1ex;
}

.content {
  display: inline-block;
  width: 630px;
  margin-right: 50px;
  vertical-align: top;
}

h2 {
  font-weight: 400;
  font-size: 200%;
  margin-bottom: 1ex;
  color: #385208;
}

h3 {
  font-weight: 400;
  font-size: 150%;
  margin-top: 2ex;
  margin-bottom: 1ex;
  color: #385208;
}

p {
  text-align: justify;
  margin-bottom: 2ex;
}

#content .wiki_license_box {
  border: 1px solid #444;
  background-color: #eee;
  padding-left: 1em;
  padding-right: 1em;
  margin-bottom: 2ex;
}
#flattr {
  float: right;
}

