/* Main page */

html {
  height: 100%;
}

body {
  background: #fff;
  font-family: 'Linux Libertine O', 'Liberation Serif', serif;
  font-size: 12pt;
  color: #000;
  text-align: center;
}

canvas { border: 1px solid black; }

.page {
  text-align: left;
  border: 0;
  width: 75%;
  max-width: 800px;
  height: auto;
  margin: 0 auto 0 auto;
  /* padding: 0; */
}

#header h1 {
  font-size: 20pt;
  margin-top: 0;
  padding-top: 10px;
  font-style: normal;
  font-weight: normal;
}

/* Content */

/* margin: top right bottom left */
#content h1 {
  font-size: 16pt;  
  font-style: normal;
  font-weight: normal;
}

h1.section {
  background: #eeeeee;
  margin: 30px 0 0 0;
  padding-left: 5px;
}

/* .default h1 { */
/*   background: #eeeeee; */
/*   margin: 30px 0 0 0; */
/*   padding-left: 5px; */
/* } */

#content h2 {
  font-size: 12pt;  
  margin: 20px 0 0 0;
  font-style: normal;
  font-weight: bold;  
}

#content h3 {
  font-size: 12pt;  
  margin: 10px 0 0 0;
  font-style: italic;
  font-weight: bold;  
}

/* #content .newsbox h2 { */
/*   margin: 0 0 0 0; */
/* } */

#content p, li {
  font-size: 12pt;
  line-height: 150%;
  margin: 10px 0 0 0;
}

#content p em {
  font-style: italic;
}

#content img {
  background: #ffffff;
  /* margin: 30px 0 0 0; */
  padding: 25px;
}

a, a:visited {
  color: #b00006;
  /* color: #060690; */
  /* color: #333; */
  text-decoration: none;
}

a img {
  border: none;
}

a:hover {
  /* color: #b00006; */
  text-decoration: underline;
}

blockquote {
  border-left: 5px solid #ccc;
  margin-left: 1.5em;
  padding-left: 5px;
}

code {
  font-family: 'Inconsolata', 'Liberation Mono', 'Courier New', monospace;
}

hr {
  border: 0;
  background-color: #999;
  height: 1px;
}

/* Specials */

/* .newsbox { */
/*     background: #eeeeee; */
/*     padding: 10px; */
/*     margin-top: 20px; */
/* } */

/* .inlinepage { */
/*   border: 0; */
/*   padding: 0px; */
/* } */

/* Footer */

/* margin: top right bottom left */
#footer, #footer p {
  /* margin: 30px 20px 20px 20px; */
  /* text-align: center; */
  color: #999;
  font-size: 10pt;
  /* line-height: 50%; */
}

#footer a {
  color: #999;
}

/* For image alignment. Taken from 
   http://www.devlounge.net/design/aligning-images-the-right-way-using-css
*/

/* margin: top right bottom left */
.logo-title { margin: 10px 0 0 0; }
.align-right { float:right; margin: 0 0 15px 15px; }
.align-left  { float:left; margin: 0 15px 15px 0; }
.align-center { float:center; margin: 15px 0 15px 0; }
