body{
  font-size: 95%;
  color: #000;
  background-color: #0F1923;
  text-align: center;
  font-family: Calibri, verdana,sans-serif;
}

a{
  color: #0F67A1;
}

a:hover{
  text-decoration: none;
}

h1{
  margin-left: 15px;
}

h1 em{
  font-size: 26pt;
  padding-right: 0.1em;
}

h1 sup{
  font-size: 14pt;
  color: #0F67A1;
}

h1 a{
  color: #fff;
  text-decoration: none;
  padding: 2px;
}

h1 a:hover{
  background-color: #333;
}

h2{
  margin: 0px 0 20px ; padding:0;
  font-size: 160%;
  color: #0F67A1;
}

h3{
  font-size: 120%;
  color: #0F67A1;
}

/* --- layout --- */

#frame{
  width: 700px;
  margin: 0 auto;
  text-align: left;
}

#header{
  color: #FEFEFE;
  position: relative;
}

#menu{
  position: absolute;
  top: 0;
  right: 0;
}

#content, .box{
  -moz-border-radius-bottomleft:0.5em;
  -moz-border-radius-bottomright:0.5em;
  -moz-border-radius-topleft:0.5em;
  -moz-border-radius-topright:0.5em;
  background:#FAFAFA none repeat scroll 0 0;
  border:1px solid #AAAAAA;
  padding: 20px;
  line-height: 150%;
}

#footer{
  text-align: center;
  margin: 0 10px;
  font-size: 80%;
  color: #eee;
}

#footer a{
  color: #eee;
}

/* --- TEXT --- */

p, pre, div.test{
  margin: 1.33em 1em;
}

p.intro{
  font-style: italic;
}

ul.links a{
  font-weight: bold;
  font-size: 110%;
}

ul.links{
  line-height: 200%;
  font-size: 90%;
  list-style-type: circle;
}

ul.dot{
  list-style: none;
  padding-left: 0;
  margin: 1.33em 1em;
}

ul.dot li{
  padding-left: 30px;
  
  background-image: url(list-dot.png);
  background-position: 5px center;
  background-repeat: no-repeat;
}

ul.dot li.dot-start{
  background-image: url(list-dot-start.png);
}

ul.dot li.dot-middle{
  background-image: url(list-dot-middle.png);
}

ul.dot li.dot-end{
  background-image: url(list-dot-end.png);
}

pre, code{
  font-family: Consolas, 'Lucida Console', 'Monaco CE', fixed, monospace;
  font-size: 10pt;
  background-color: #f5f5f5;
  color: #0F67A1;
}

pre{
  padding: 5px 10px;
  line-height: 130%;
  border-top: solid #ddd 1px;
  border-bottom: solid #ddd 1px;
}

pre.js{
  
}

div.code{
  position: relative;
}

div.code a{
  display: block;
  position: absolute;
  bottom: 3px;
  right: 18px;
  font-size: 90%;
  padding: 0px 5px;
  text-decoration: none;
  font-weight: bold;
  
  color: #fff;
  background-color: #0F67A1;
}

div.code a:hover{
  background-color: red;
}