@import url("960.css");

/* Navigation
----------------------------------------------------------------------------------------------------*/
#navilist li {
  display: inline;
  list-style-type: none;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
}

#navilist a{
  color: white;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
}

/* Footer
----------------------------------------------------------------------------------------------------*/
#footer {
  font-size: 0.8em;
  color: #999999;
}

/* Container 12
----------------------------------------------------------------------------------------------------*/
.container_12 {
  /* background-color: #0d0f10; */
}

/* Body
----------------------------------------------------------------------------------------------------*/
body {
  background: url(/static/css/header.png) repeat-x scroll 0px 0px #0d0f10;
  color: #bcbcb5;
  font-family: sans-serif;
  font-size: 13px;
}

.blog {
  padding-bottom: 2em;
}

h2 {
  padding-top: 1.5em;
  font-size: 14px;
}

.h2right {
  text-align: right;
  font-weight: bold;
}

h3 {
  font-size: 12px;
  font-weight: bold;
}

a:link, a:visited, a:active {
  color: #f50462;
}

a img {
  border: 0 none;
}

.activenavigation {
  background: #f50462;
  -moz-border-radius:5px; /* Firefox */
  -webkit-border-radius:5px; /* Safari, Chrome */
  -khtml-border-radius:5px; /* Konqueror */
  border-radius:5px; /* CSS3 */
}

a[href^="http://"] {
    background: url("https://upload.wikimedia.org/wikipedia/commons/thumb/2/25/External.svg/11px-External.svg.png") no-repeat scroll right center transparent;
    padding-right: 13px;
}

/* Logo
----------------------------------------------------------------------------------------------------*/
#logo-floater {
  position: absolute;
  top: 30px;
  width:99%;
  z-index: -1;
  overflow: hidden;
}

#logo-container {
  height:149px;
  background: url(/static/css/logo.png) no-repeat;
}

#logo {
  font-size: 70px;
  font-weight: bold;
  color: white;
}

#logo-vector {
  position: absolute;
  background: url(/static/css/vector.jpg) no-repeat;
  top: 0px;
  left: 0px;
  height: 440px;
  width: 440px;
  z-index: -2;
  overflow: hidden;
}
