@font-face {
  font-family: 'fontello';
  src: url('font/fontello/fontello.eot');
  src: url('font/fontello/fontello.eot') format('embedded-opentype'),
       url('font/fontello/fontello.woff') format('woff'),
       url('font/fontello/fontello.ttf') format('truetype'),
       url('font/fontello/fontello.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"]:before, [class*=" icon-"]:before {
  display: inline-block;
  font: normal normal normal 14px/1 fontello;
  font-size: inherit;

  text-rendering: auto;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-menu:before { content: "\e802"; }
.icon-link:before { content: "\e804"; }
.icon-calendar:before { margin-right: 5px; content: "\e805"; }
.icon-mail:before { margin-right: 5px; content: "\e800"; }
.icon-lock:before { margin-right: 5px; content: "\e808"; }
.icon-vcard:before { margin-right: 5px; content: "\e806"; }
.icon-copyright:before { content: "\e801"; }

body {
    font-size: 22px;
    line-height: 1.3;
    font-family: serif;
    background: white;
    color: #333;
    padding-top: 40px;
}
h1, h2, h3 {
    font-family: sans;
    font-weight: 700;
}
h2, h3 {
}
ol, ul {
    line-height: 1.5;
}
sub {
    font-size: 0.9rem;
}
header {
  background: #edf3ff;
  border-bottom: 2px solid #4488ff;
  box-shadow: -3px 3px 3px lightgrey, 3px 3px 3px lightgrey;
  color: #5994ff;

  font-family: sans-serif;
  font-size: 1.5em;
  padding-top: 5px;
  padding-bottom: 5px;
  z-index: 1;
  clear: both;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  line-height: 1.0;
}

.header {
  font-family: sans-serif;
  font-size: 1em;
  text-decoration: none;
}

.menu {
  display: block;
  float: right;
}
header a.header {
    margin-left: 5px;
}
header a:visited {
  color: #4488ff;
}

header a {
  font-size: 0.5em;
  vertical-align: center;
}

code {
  color: #123578;
}

pre {
  background: #123578;
  color: white;
  box-shadow: -1px 1px 3px #336, 1px -1px 3px #336;
  padding: 5px;
  border-radius: 1px;
  overflow: auto;
}

pre span {
  outline: #d01 solid 2px;
}

blockquote {
  color: black;
  background: #123578;
  border-radius: 3px;
  box-shadow: -1px 1px 3px #ccd2dd, 1px -1px 3px #ccd2dd;
  margin: 5px;
}

h1 {
  text-align: center;
  clear: both;
}

ul
{
  list-style-type: none;
  padding-left: 0;
}

ul.unordered
{
  list-style-type: disc;
  padding-left: 40px;
}

blockquote h1 {
  color: black;
  background: #ccd2dd;
  border-radius: 1px;
  font-size: 0.8em;
  padding: 5px;
  padding-bottom:0;
  text-align: left;
}

.date {
  display: inline;
  color: darkgray;
}

.center {
  display: block;
  text-align: center;
}

div.contentImage {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

hr {
  border: none;
  border-top: #5994ff solid 1px;
}

.cc {
  height: 2.5em;
  float: left;
  margin-right: 5px;
}

.anchor {
  padding-top: 1.5em;
}

@media screen and (max-width: 500px) {
  h1 { font-size: 30px; }
  h2 { font-size: 25px; }
  h3 { font-size: 22px; }
  body { margin-left: 5px;
        margin-right: 5px; }
  .index-hidden { display: none; }
}
@media screen and (min-width: 500px) {
  h1 { font-size: 40px; }
  h2 { font-size: 25px; }
  h3 { font-size: 22px; }
  body { margin-left: 20px;
        margin-right: 20px; }
}
@media screen and (min-width: 631px) {
  h1 { font-size: 50px; }
  h2 { font-size: 30px; }
  h3 { font-size: 22px; }
  body { margin-left: 20px;
        margin-right: 20px; }
}
@media screen and (min-width: 780px) {
  h1 { font-size: 60px; }
  h2 { font-size: 40px; }
  h3 { font-size: 22px; }
  body { margin: auto; }
}

@media (min-width: 1200px)
{
  body {
    width:1200px;
  }
  blockquote {
    margin-left: 25px;
    margin-right: 25px;
  }
  .content {
    margin-top: 4em;
  }
}

@media (max-width: 560px)
{
  .indexitem.date {
    display: block;
    margin-top: 15px;
  }
}
