@import url(//fonts.googleapis.com/css?family=Open+Sans:400,300,600,700);

* html .clearfix,* html .group{height:1%;overflow:visible;}
*+html .clearfix,*+html .group{min-height:1%;}
.clearfix:after {clear:both;content:".";display:block;height:0;visibility:hidden;font-size:0;}

html
{
    height: 100%;
    min-height: 100%;
}

h3
{
   color: #30D0F0;
   font-size: 30px;
   margin: 0;
   padding: 0;
   font-weight: 400;
   margin-bottom: 20px;
   margin-top: 10px;
}

body
{
   font-family: 'Open Sans', sans-serif;
   font-size: 14px;
   padding: 0px;
   margin: 0px;
   height: 100%;
   min-height: 100%;
   background: url(../img/background_texture.png) #ccc ;
}

#content
{
   width: 100%;
   margin: 0px auto;
   text-align: center;
   height: auto !important;
   height: 100%;
   min-height: 100%;
}

#header
{
   width: 990px;
   height: 120px;
   margin: 0px auto;
   background: url(../img/logo_big.png) center 50px no-repeat;
   display: block;
   position: relative;
}

#header #appname a
{
   clear: both;
   color: #888;
   float: left;
   font-size: 1.6em;
   margin-top: 35px;
   margin-left: 118px;
   text-decoration: none;
}

#main
{
   text-align: left;
   width: 990px;
   margin: 0 auto;
   padding-bottom: 40px;
   min-height: 400px;
   background-size: 100% 100%;
 
}

.home
{
  width: 100%;
  margin-top: 30px;
  background-color: transparent;
  background: url(../img/background_image.jpg) center top no-repeat;
  background-attachment: scroll;
  background-position: center 10px;
  background-size: 100% auto;
  height: 500px;
}

#main #text
{
   text-align: left;
}

h4
{
   font-family: 'Open Sans', sans-serif;
   font-size: 14px;
   font-weight: normal;
   letter-spacing: 0px;
   text-align: center;
   color: #888;
}

h4 .larger
{
   font-size: 16px;
   font-weight: 600;
}

.cyan
{
   color: #30D0F0;
   font-weight: bold;
}

.cyan_large
{
   color: #30D0F0;
   font-size: 1.6em;
   font-weight: bold;
}

div.peer, div.docs, div.git
{
   padding: 18px;
}

.peer, .docs, .git
{
   box-shadow: 0px 3px 5px #ddd;
   background-color: #fff;
   text-align: center;
   border: 1px solid #ddd;
   margin-top: 200px;
}

.docs-wrapper
{
   background: url(../img/ico_book.png) center 55% no-repeat;
   width: 300px;
   height: 335px;
   float: left;
   margin-left: 20px;
   margin-top: 80px;
   cursor: pointer;
}

.docs-wrapper:hover
{
   background: url(../img/ico_book_over.png) center 55% no-repeat;
}

.peer-wrapper
{
   background: url(../img/ico_home.png) center 25% no-repeat;
   width: 300px;
   height: 335px;
   float: left;
   margin-left: 30px;
   margin-right: 15px;
   margin-top: 80px;
   cursor: pointer;
}

.peer-wrapper:hover
{
   background: url(../img/ico_home_over.png) center 25% no-repeat;
}

.git-wrapper
{
   background: url(../img/ico_git.png) center 50% no-repeat;
   width: 300px;
   height: 335px;
   float: left;
   margin-left: 15px;
   margin-top: 80px;
   cursor: pointer;
}

.git-wrapper:hover
{
   background:  url(../img/ico_git_over.png) center 50% no-repeat;
}

#footer
{
   position: relative;
   width: 990px;
   height: 900px;
   left:  50%;
   margin-left: -490px;
   bottom: -50px;
}

