body {
    background-image: url(../images/background_main.png);
    background-position: 0px 20px;
    background-repeat: repeat-x;
    background-color: black;
    font-size: 20px;
}
img {
    border: 0px;
}
code {
    background-color: #feec96;
    padding: 3px;
    white-space: nowrap;
}
pre code {
    display: block;
    padding: 10px;
    margin: 5px 0;
    white-space: pre;
}

.jQSlickWrap{
    color: white;
    font-weight: normal;
}
.jQuery {
    color: black;
    font-family: Times, serif;
    font-weight: bold;
}

.aboveTheFold{
    margin: 30px 0 0;
}
.belowTheFold {
    margin: 15px 0 0;
    padding: 10px 30px;
    background-color: black;
    color: white;
    
    -moz-border-radius-topleft: 30px;
    -moz-border-radius-topright: 30px;
    -webkit-border-top-left-radius: 30px;
    -webkit-border-top-right-radius: 30px;
}
.footer{
    text-align: center;
    background-color: black;
    color: white;
    font-size: 70%;
    padding: 10px;
}
.footer .jQuery {
    color: #999;
}

.belowTheFold h1 {
    margin-bottom: 2px;
    margin-left: 15px;
    text-transform: lowercase;
}
.belowTheFold h2 {
    margin-bottom: 5px;
    
}
.belowTheFold .section {
    color: black;
    background-color: white;
    padding: 15px 30px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    font-size: 16px;
}
.belowTheFold .section p{
    line-height: 150%;
    margin-top: 0px;
}
.belowTheFold ul.menu {
    text-align: center;
    list-style-image: none;
    list-style-type: none;
    padding: 10px 0px 0px;
    margin: 0px;
}
.belowTheFold ul.menu li{
    display: inline;
    margin: 0px 100px;
    text-transform: lowercase;
    font-weight: bold;
    letter-spacing: 5px;
}
.belowTheFold li {
    line-height: 150%:
    margin-top: 10px;
    margin-bottom: 10px;
}
.belowTheFold p {
    text-align: justify;
}
.belowTheFold .wrap {
    padding: 40px;
}
.belowTheFold .wrap.left {
    float: left;
}
.belowTheFold .wrap.right {
    float: right;
}
.belowTheFold .arrow {
    float: right;
    padding: 15px 0 0 15px;
}



.footer a, 
.belowTheFold .menu a{
    color: #ffd81d;
    text-decoration: none;
}
.footer a:link, a:visited, a:active,
.belowTheFold .menu a:link, .belowTheFold .menu a:visited, .belowTheFold .menu a:active{
}
.footer a:hover,
.belowTheFold .menu a:hover{
    color: #CCC;
}



.aboveTheFold .logo {
    float: left;
    padding: 0 70px 0 0;
}

.aboveTheFold h1 {
    clear: none;
    font-size: 72px;
    text-indent: 50px;
    padding: 0px;
    margin: 0px;
    z-index: 10;
}

.aboveTheFold h2 {
    font-size:20px;
    margin: -15px 0 0 25px;
    padding: 0;
    text-indent: 100px;
    font-style: italic;
    font-weight: lighter;
    color: white;
    z-index: 10;
}

.aboveTheFold .version {
    font-size:150px;
    margin: -45px 0 0 0px;
    padding: 0;
    text-indent: 0;
    font-style: normal;
    font-weight: bold;
    color: #feec96;
    text-align: right;
    z-index: 0;
}

.aboveTheFold .emphasis {
    font-size: 150%;
    line-height: 66%;
}

.aboveTheFold p {
    padding: 30px 0 0px;
    margin: 0px;
}
.aboveTheFold p code {
    padding: 7px;
}

a.downloadButton,
a.contributeButton {
    display: inline-block;
    padding: 0;
    width: 325px;
    height: 107px;
    line-height: 100px;
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    font-style: italic;
    background-image: url(../images/button_sprite.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    color: white;
    text-decoration: none;
}
a.downloadButton:link{
}
a.downloadButton:visited {
    background-position: 0 0;
}
a.downloadButton:hover {
    background-position: 0 -107px;
}
a.downloadButton:active {
    background-position: 0 0;
}