ul.index-instances { }

.index-instance-file {
    font-weight: bolder;
}

.index-instance-text-parts { }

.index-instance-line { }

#site-heading {
  background: black;
  height: 5.5em;
  padding-top: 1em;
}

#site-title {
  color: white;
  font-size: 24px;
  text-align: center;
  padding: 0.5em;
  font-variant: small-caps;
  font-weight: 300;
}

#site-name {
      text-align: center;
      padding-top: 30px;
      padding-bottom: 10px;
      color: black;
      font-size: 30px;
      font-variant: small-caps;
      font-weight: 300;
}

#site-name a {
      color: black;
}

#home {
    font-size: 13px;
}

html {
    height: 100%;
}

body {
    min-height: 100%;
}

footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: none repeat scroll 0 0 #fafafa;
    border-top: 1px solid #eeeeee;
    color: #777777;
    font-size: 80%;
    padding: 1em;
}

footer p { 
    margin-top: 2px;
    margin-bottom: 2px;
    text-align: center;
}

.credits {
    font-size:80%;
    margin-top:3em;
}

h1 {
    font-size: 26px;
}

h2 {
    font-size: 22px;
}

h3 {
    font-size: 20px;
}

h4 {
    font-size: 18px;
}

p, li {
    text-align: justify;
}

td * {
    line-height: 24px;
}

li {
    list-style: none;
}

nav.top-bar, nav.top-bar ul.right li, nav.top-bar ul.left * {
    background-color: black;
}

p, h1, h2, h3, h4, h5, li, ul, tr, td {
    font-family: "Open Sans", Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

a:link, a:visited, a:active { color: #637893; }
a:hover { color: #45658B; }

body{
    background-color: #F8F7F6;
}

/*Keyboard*/
#keyboard_box {
    display:none;
    margin-top: 1em;
    margin-right: 1em;
    margin-bottom: 4em;
    float: none;
    width: 300px;
    height: 300px;
}
#keyboard li {
    font-size: 18px;
    list-style: none;
    float: left;
    margin: 0 5px 5px 0;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    background: #F0F0F0;
    border-radius: 5px;
}
#keyboard li:hover {
    border: none;
    background-color: #e5e5e5;
    cursor: pointer;
}

/*Fonts*/
@font-face {
    font-family: "Open Sans";
    src: url('fonts/opensans.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Open Sans";
    src: url('fonts/opensans700.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: "Open Sans";
    src: url('fonts/opensans300.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "Open Sans";
    src: url('fonts/opensansItalic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: "Open Sans";
    src: url('fonts/opensans700Italic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: "Open Sans";
    src: url('fonts/opensans300Italic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: "New Athena Unicode";
    src: url('fonts/nau.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "New Athena Unicode";
    src: url('fonts/nauBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: "New Athena Unicode";
    src: url('fonts/nauItalic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: "New Athena Unicode";
    src: url('fonts/nauBoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
}