@import "http://yui.yahooapis.com/3.0.0/build/cssreset/reset-min.css";
@import "http://yui.yahooapis.com/3.0.0/build/cssfonts/fonts-min.css";
@import "template.css";
@import "grids.css";
@import "typography.css";
@import "base.css";
@import "pygments.css";

* > .headerlink {
  text-decoration: none;
  visibility: hidden;
  font-size: smaller;
}
*:hover > .headerlink {
  visibility: visible;
}

/*
.section > h1 {
  text-align: center;
  display: block;
  margin-top: 2em;
  margin-bottom: 1.5em;
  }
*/

/* Why oh why don't reset-skripts reset the typography?!! */
.fpBody p {
  padding-bottom: 0.8em;
  }

/* Links should look like links dammit! :-) */
p a { 
  text-decoration: underline;
  }
/* Interactivity? */
p a:hover { 
  color: black;
  }

/* Lists on the frontpage must be indented*/
.fpBody ul {
  font-size: 123.1%;  /* 16px */
  left: 9em;
  padding-right: 11em;
  position: relative;
  top: -1.85em;
  }
  .fpBody ul li {
    list-style-type: circle;
    list-style-position: outside;
    }

.sphinxsidebarwrapper > ul > li {
  list-style-type: circle;
  list-style-position: inside;
  }
.sphinxsidebarwrapper > ul > li > ul > li {
  list-style-type: circle;
  list-style-position: inside;
  }

/* Make the toplinks appear with */
.head .topBar .bd .mainNav li a {
  text-decoration: none;
  }
  .head .topBar .bd .mainNav li:hover a {
    text-decoration: underline;
    }
