@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Advent+Pro:100);
html {
  background:  url(img/cerberus.2.gif) no-repeat center center fixed;
  background-size: cover;
  font-family: 'Advent Pro', sans-serif;
  font-size: 1.9em;
  color: white;
  font-weight:bold;
}

a:link { color: white; text-decoration: none; }
a:hover { color: white; text-decoration: none; }
a:visited { color: white; text-decoration: none; }

#term p
{
  float: left;
}

* {
    margin:0;
    padding:0;
}

.sidebar-root{
    position : relative;
    overflow : hidden;
}

.sidebar-root div.sidebar-container{
    position: absolute;
}

div.sidebar-container {
    width : 200px;
    height : 100px;
    position:fixed;
    background-color:#999;
    filter: alpha(opacity=87);
    -moz-opacity:0.87;
    opacity:0.87;
    -moz-box-shadow:0px 0px 20px #000000;
    -webkit-box-shadow:0px 0px 20px #000000;
    box-shadow:0px 0px 20px #000000;
	font-family: 'Advent Pro', sans-serif;
}


div.sidebar-container.bottom {
    bottom:0px;
    left:50%;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-topleft: 10px;
    -webkit-border-top-right-radius: 10px;
    -webkit-border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

div.sidebar-inject {
    position:absolute;
}


div.sidebar-inject.bottom {
    background:url("inject-bottom.png") center no-repeat;
    top:0px;
    right:0px;
    height : 50px;
}

div.sidebar-body {
    margin:20px;
    position:absolute;
    top:0px;
    left:0px;
    color:#FFFFFF;
}

ul.sidebar-menu {
    font-size:15pt;
    font-weight:bold;
    list-style:none;
    text-decoration:none;
    color:white;
}

ul.sidebar-menu li{
    line-height:1.5em;
}

a,a:visited {
    color:white;
    text-decoration:none;
    font-weight:bold;
}
