body{
background: #060606 url('img/background.jpg') repeat-x center top fixed;
color: white;
font-family: 'Source Sans Pro', Verdana;
color: #c3c3c3;
}


h1, h2, h3{
font-weight: 400;
margin: 0px 0px 15px 0px;
color: white;
}

h1{
font-size: 36px;
}

#topBar{
width: 100%;
position: fixed;
height: 40px;
background: #171717;
z-index: 10000;
left: 0px;
top: 0px;
}

#mainContent{
float: left;
width: 100%;
min-height: 800px;
margin-top: 40px;
}

#contentHolder, .aligned{
max-width: 1200px;
min-width: 320px;
margin: 0px auto;
box-sizing: border-box;
padding: 0px 10px;
position: relative;
}

header{
 float: left;
 width: 100%;
 padding: 25px 0px;
 position: relative;
 text-align: center;
}

#promo{
float: left;
width: 100%;
margin-bottom: 25px;
}

#promo .desc{
font-size: 20px;
line-height: 30px;
float: left;
width: 50%;
box-sizing: border-box;
padding-right: 50px;
text-align: justify;
}

#promo .yt{
width: 50%;
float: left;
min-width: 320px;
}

#promo .yt img{
min-width: 100%;
height: auto;
}

#buy{
float: left;
width: 100%;
padding: 25px 0px;
min-height: 40px;
background: url('img/stripe.png') no-repeat center top;
}

#buy .left{
 float: left;
 width: 50%;
}

#buy .right{
float: left;
width: 50%;
}

#buy .right a{
display: block;
float: left;
padding: 6px 15px;
background: #3a3a3a;
color: white;
font-weight: 300;
font-size: 22px;
text-decoration: none;
border-radius: 8px;
margin-right: 15px;
}


#buy .right a:hover{
opacity: 0.9;
}

#buy .right a.special{
background: #24489a;
}

.menuWiki{
position: absolute;
right: 0px;
top: 0px;
height: 40px;
width: 170px;
background: #2f2f2f;
}

.menuWiki a{
text-decoration: none;
color: white;
}

.menuWiki .hid{
position: absolute;
right: 0px;
top: 39px;
background: #2f2f2f;
padding: 0px;
margin: 0px;
display: none;
width: 170px;
z-index: 2000;
}


.menuWiki ul{
list-style: none;
padding: 0px;
margin: 0px;
width: 100%;
z-index: 2000;
float: left;
}

.menuWiki ul li{
width: 100%;
float: left;
margin: 0px;
padding: 0px;
}

.menuWiki p{
padding: 10px 25px;
width: 100%;
margin: 0px;
box-sizing: border-box;
text-align: right;
font-size: 18px;
}

.menuWiki ul li a{
display: block;
padding: 8px 25px;
font-size: 18px;
color: #dfdfdf;
text-decoration: none;
text-align: right;
box-sizing: border-box;
width: 100%;
font-weight: 300;
text-transform: uppercase;
}
.menuWiki ul li a:hover{
background: #282828;
}


.menuWiki:hover  .hid{
display: block;
}

.menuWiki a.special{
background: yellow url('img/paypal.png') no-repeat 20px center;
color: black;
 
}

.menuWiki a.special:hover{
background: #b5e71d url('img/paypal.png') no-repeat 20px center;
}

footer{
float: left;
width: 100%;
min-height: 50px;
background: #2f2f2f;
padding: 25px 0px;
margin-top: 25px;
}


footer a{
color: white;
}

#sidebar{
float: left;
width: 300px;
margin-right: 50px;
box-sizing: border-box;
background: url('img/black.png');
padding: 25px;
}

#sidebar h3{
color: #848484;
font-size: 13px;
text-transform: uppercase;
padding: 3px 0px 5px 0px;
margin: 0px 0px 15px 0px;
border-bottom: 1px solid #343434;
}

#textHolder{
width: 600px;
line-height: 30px;
font-size: 16px;
margin: 25px auto;
text-align: justify;
}

#textHolder img{
margin: 25px 0px;
max-width: 100%;
height: auto;
}

#textHolder ul li{
margin: 12px 0px;
}

#textHolder strong{
color: #6994cd;
}

#columns{
float: left;
width: 100%;
margin-top: 40px;
margin-bottom: 50px;
}

#columns .col{
float: left;
width: 50%;
box-sizing: border-box;
padding: 0px 20px;
text-align: justify;
font-size: 18px;
line-height: 28px;
}

.col h2{
color: #5b94fd;
text-transform: uppercase;
font-weight: 400;
font-size: 26px;
text-align: center;
padding: 15px 0px;
margin-bottom: 25px;
background: url('img/col-bg.png') no-repeat center bottom;
}

#screenshots{
float: left;
width: 100%;
padding: 25px 0px;
}

#screenshots .line{
float: left;
width: 100%;
margin-bottom: 15px;
font-size: 13px;
}

#screenshots .line img{
float: left;
margin: 15px;
}

aside ul{
list-style: none;
margin: 0px;
padding: 0px;
}

aside ul li{
width: 100%;
padding: 5px 20px;
box-sizing: border-box;
}

aside ul li a{
color: white;
text-decoration: none;
}

aside ul li a:hover{
text-decoration: underline;
}

#donate{
position: absolute;
left: 90px;
top: 15px;
text-align: left !important;
font-size: 16px;
}

