@font-face {
  font-family: "PT Sans";
  src: local("PT Sans Italic"), url(font/PTSans/Italic.ttf);
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "PT Sans";
  src: local("PT Sans Bold Italic"), url(font/PTSans/BoldItalic.ttf);
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: "Adelle Basic";
  src: local("Adelle Basic Bold Italic"), url(font/AdelleBasic/BoldItalic.ttf);
  font-weight: bold;
  font-style: italic;
}
* {
  margin: 0;
  padding: 0;
}
html {
  height: 100%;
}
body {
  font: 12px/1.7em Verdana, Arial, Helvetica, sans-serif;
  height: 100%;
  background: #ececec;
  overflow-x: hidden;
}
/******************************************************************************/
header {
  position: relative;
  z-index: 2;
  min-width: 800px;
  height: 100%;
  min-height: 650px;
  font: 1.1em/1.4em "PT Sans";
  font-style: italic;
  color: #555555;
  background: url(i/moon.png) right bottom no-repeat, url(i/stars-1.png), url(i/stars-1.png) -500px -50px, url(i/stars-2.png), url(i/stars-2.png) -250px -25px;
  background-color: #151515;
}
header nav li {
  width: 25%;
  height: 150px;
  float: left;
  margin: 8% 0 0 0;
  background: url(pix.gif) center center no-repeat;
  text-align: center;
  list-style: none;
}
header nav a {
  display: block;
  width: 200px;
  height: 150px;
  color: #555555;
  text-decoration: none;
  margin: 0 auto;
}
header nav a:visited {
  color: #555555;
}
header nav a:hover {
  color: #fff;
  background: url(i/target.png) center 0 no-repeat;
}
header nav a.current {
  background: url(i/target.png) center -150px no-repeat;
}
header nav a strong {
  position: relative;
  top: 150px;
}
header nav a strong em {
  display: block;
  font-weight: normal;
}
header .spacegirl {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
  width: 173px;
  height: 130px;
  background: url(i/spacegirl.png);
}
header .wrapper {
  position: absolute;
  bottom: 30px;
  min-width: 900px;
  margin-left: 140px;
}
header .wrapper div {
  margin-left: 60px;
  float: left;
}
header .mail {
  font: 19px "Adelle Basic";
  font-weight: bold;
  margin: 5px 12px 0 0;
}
header .mail a {
  color: #ececec;
  padding: 10px;
}
header .mail a:visited {
  color: #ececec;
}
header .mail a:hover {
  color: #ececec;
  background: #101010;
}
header .copyright {
  width: 140px;
  color: #555555;
}
header .copyright a {
  color: #555555;
  margin-left: -1px;
  padding: 1px 4px;
}
header .copyright a:visited {
  color: #555555;
}
header .copyright a:hover {
  color: #ececec;
  background-color: #101010;
}
header .copyright span {
  margin-left: -12px;
}
header .cornholio {
  width: 300px;
  color: #555555;
}
header .cornholio a {
  display: block;
  color: #555555;
  text-align: center;
  margin-top: -2px;
  padding: 2px 4px;
  float: left;
}
header .cornholio a:visited {
  color: #555555;
}
header .cornholio a:hover {
  color: #ececec;
  background: #101010;
}
article {
  position: relative;
  width: 800px;
  margin: 80px auto;
}
footer {
  position: relative;
  z-index: 2;
  height: 100px;
  font: 1.1em/1.4em "PT Sans";
  font-style: italic;
  color: #555555;
  background: url(i/stars-1.png), url(i/stars-1.png) -500px -250px, url(i/stars-2.png), url(i/stars-2.png) -250px -125px;
  background-color: #151515;
}
footer .wrapper {
  position: absolute;
  bottom: 30px;
  min-width: 900px;
  margin-left: 140px;
}
footer .wrapper div {
  margin-left: 60px;
  float: left;
}
footer .mail {
  font: 19px "Adelle Basic";
  font-weight: bold;
  margin: 5px 12px 0 0;
}
footer .mail a {
  color: #ececec;
  padding: 10px;
}
footer .mail a:visited {
  color: #ececec;
}
footer .mail a:hover {
  color: #ececec;
  background: #101010;
}
footer .copyright {
  width: 140px;
  color: #555555;
}
footer .copyright a {
  color: #555555;
  margin-left: -1px;
  padding: 1px 4px;
}
footer .copyright a:visited {
  color: #555555;
}
footer .copyright a:hover {
  color: #ececec;
  background-color: #101010;
}
footer .copyright span {
  margin-left: -12px;
}
footer .cornholio {
  width: 300px;
  color: #555555;
}
footer .cornholio a {
  display: block;
  color: #555555;
  text-align: center;
  margin-top: -2px;
  padding: 2px 4px;
  float: left;
}
footer .cornholio a:visited {
  color: #555555;
}
footer .cornholio a:hover {
  color: #ececec;
  background: #101010;
}
/******************************************************************************/
img {
  border: none;
}
h1, h2, h3 {
  font-family: "PT Sans";
  font-style: italic;
  color: #151515;
  margin: 20px 0;
}
h1 {
  font-size: 2em;
}
h2 {
  font-size: 1.8em;
  margin-top: 40px;
}
h3 {
  font-size: 1.6em;
  margin-bottom: 15px;
}
p {
  margin: 15px 0;
}
a {
  color: navy;
}
a:visited {
  color: purple;
}
a:hover {
  color: maroon;
}
a:active, a:focus {
  outline: 0;
}
ul, ol {
  margin-left: 15px;
}
li {
  margin: 3px 0 2px 0;
}
code {
  font-family: Consolas, "Courier New", sans-serif;
  font-size: 1.1em;
  overflow: auto;
}
var, dfn {
  font-family: Consolas, "Courier New", sans-serif;
  font-size: 1.1em;
  font-style: normal;
  background: #3f3f3f;
  color: #dcdcdc;
  padding: 2px 2px 3px 2px;
}
table th, table td {
  padding: 7px 5px;
}
/******************************************************************************/
.br {
  clear: both;
  height: 1px;
}
.left {
  float: left;
}
.right {
  float: right;
}
.even {
  background: #f3f3f3;
}
/******************************************************************************/
.fixed {
  position: fixed;
  z-index: 1;
  top: 40px;
  left: 0;
  display: block;
  width: 45px;
  height: 230px;
  font-family: "PT Sans";
  font-size: 1.2em;
  font-weight: bold;
  font-style: italic;
  color: #151515;
  background: url(i/rocket.png) no-repeat;
  padding: 15px 0 0 55px;
}
.fixed:visited {
  color: #151515;
}
.fixed:hover {
  color: #151515;
  text-decoration: none;
}
.social {
  position: absolute;
  top: 0;
  right: 150px;
}
.social div {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.5;
}
.social div:hover {
  opacity: 1;
}
.social #fb_like {
  width: 45px;
  overflow: hidden;
}
.social #vk_like {
  left: 50px;
  width: 40px !important;
  height: 20px !important;
  overflow: hidden;
}
.social #gg_like {
  left: 95px;
}
.social #tw_like {
  left: 132px;
  width: 55px;
  overflow: hidden;
}
.img {
  text-align: center;
  margin: 25px 0;
}
.img i {
  display: block;
}
.img img {
  -moz-box-shadow: 0 0 15px rgba(100, 100, 100, 0.2);
  -webkit-box-shadow: 0 0 15px rgba(100, 100, 100, 0.2);
  box-shadow: 0 0 15px rgba(100, 100, 100, 0.2);
}
.img .no-shadow img, .img img.no-shadow {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.block {
  margin: 10px -10px;
  padding: 10px;
  text-align: justify;
  background: #f3f3f3;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.block.a {
  background: #e9f5ea;
}
.block.l {
  background: #f9e5e5;
}
.block.closed {
  background: #f9e5e5;
}
.block.links span {
  padding-right: 50px;
}
.toc {
  max-height: 200px;
  overflow: auto;
  background: #f3f3f3;
  margin: 0 -10px;
  padding: 5px 10px 10px 10px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.section {
  float: left;
  width: 30%;
  min-width: 250px;
  min-height: 80px;
  padding: 5px;
}

