/*-------------------------------------------------------------------
Basic Style Sheet

version: 20080729
author: gerald senarclens de grancy
email: gerald.senarclens@gmail.com
color scheme: http://www.colorschemedesigner.com/#2X11Tw0w0w0w0
-------------------------------------------------------------------*/

/* =Typography
-------------------------------------------------------------------*/
html {
  background-color: #238b49;
  padding: 2em;
}

body {
  margin: 0em auto;
  padding: 0.5em 0 1em 1em;
  background-color: #00782d;
  color: #63dc90;
  font-size: medium;
  max-width: 80em;
  min-width: 720px;
  border-radius: 8px;
}

h1, h2, h3 {
  color: #37dc74;
}

h1 {
  padding: 1%;
  font-size: 160%;
  font-weight: bold;
}

h3 {
  font-size: 100%;
  font-weight: bold;
  padding-top: 1em;
}

quote {
  
}

a:link, a:visited {
  color: inherit;
  text-decoration: underline;
}

a:hover, a:active {
  color: inherit;
  text-decoration: none;
  background-color: #238b49;
}

/* Necessary to prevent unwanted borders around images in Firefox */
a img {
  border: none;
}

#content {
  float: left;
  width: 72%;
  margin-right: 1%;
  padding: 0 1%;
/*   border-right: groove; */
/*   border-color: #990000; */
}

#sidebar {
  float: right;
  width: 25%;
  text-align: center;
  max-width: 18em;
}

.image_link:link, .image_link:visited {
  background-color: transparent;
  border: none;
  text-decoration: none;
}

.image_link:hover, .image_link:active {
  background-color: transparent;
}

.nav_box {
  font-size: 80%;
  padding-bottom: 0.4em;
  background-color: #238b49;
  border-top-left-radius: 10px;
  margin-top: 2em;
}

.nav_box ul {
  list-style-type: none;
  margin:0;
  padding:0;
}

.nav_box li {
  margin: 0.2em 0em;
}

.nav_box a{
  display: block;
  text-decoration: none;
  padding: 0.2em;
  margin: 0em 0.8em;
  border: 1px solid #00782d;
}

.nav_box a:hover {
  background-color: #00782d;
}

#footer {
  clear: both;
  font-size: 60%;
  padding: 1em;
  padding-top: 3em;
}

.legal {
  text-align: center;
}

/* List of presentations as generated by a php script */
.presentation-list {
  list-style-type: none;
}

/* Basic Buttons */
.button {
  display: inline-block;
  padding: 0.2em 0.4em;
  border: medium double #6c8f25;
  border-radius: 0.5em;
  box-shadow: 0 0 0.6em #6c8f25;
}

.button:hover {
  background-color: #00681d;
}

.button:active {
  box-shadow: inset 0 0 0.6em #6c8f25;
}

.button>a {
  text-decoration: none;
}

.button>a:hover {
  background-color: inherit;
}