body {
	background-color: #f8f8f8;
	background-image: url(../../../assets/img/skeletal_weave.png);
	background-repeat: repeat;
	background-position: top left;
	background-attachment: scroll;
}

footer[role="contentinfo"] {
    color: #999;
    text-shadow: 0 1px 1px rgba(0,0,0,0.5);
    background-color: #222;
    padding: 36px;
}
footer[role="contentinfo"] a {
    color: #ddd;
}
footer[role="contentinfo"] a:hover {
    color: #fff;
}

.affix {
    position: fixed;
    top: 40px;
}

.brand {
  background: url(../../../assets/img/logo-s.png) no-repeat 0px 5px;
  width: 120px;
  text-indent: -999em; }

.content {
  background: #fff;
  padding:36px;
  /* +1 px border*/
  margin: 0 -37px;
  border-left:1px solid #ccc;
  border-right: 1px solid #ccc;
}

/* Correct margins for other device sizes */

@media (max-width: 979px) {
  .navbar-fixed-top {margin-bottom:0;}
  footer[role="contentinfo"] {margin:0;}
  
}

@media(max-width:767px) {
  .content {margin:0;}
}

#toc ul {
  margin: 0;
  list-style: none;

  font-size: 11px;
}

#toc ul > ul{
  margin-left: 10px;
}

#toTop {
  display:none;
  text-decoration:none;
  position:fixed;
  bottom:10px;
  right:10px;
  overflow:hidden;
  width:51px;
  height:51px;
  border:none;
  text-indent:100%;
  background:url(../img/ui.totop.png) no-repeat left top;
}

#toTopHover {
  background:url(../img/ui.totop.png) no-repeat left -51px;
  width:51px;
  height:51px;
  display:block;
  overflow:hidden;
  float:left;
  opacity: 0;
  -moz-opacity: 0;
  filter:alpha(opacity=0);
}

#toTop:active, #toTop:focus {
  outline:none;
}