
body {
    font-family: Helvetica, Arial, sans-serif;
    background-color: #1C1C1C;
    color: #99B8BD;
    
    margin: 0;
    padding: 0;
}

.body {
    max-width: 768px;
    margin-left: auto;
    margin-right: auto;
}

a {
    text-decoration: none !important;
    color: #6666DD;
}

a:hover {
    color: #8888FF;
}

p {
    font-size: 14px;
    line-height: 1.3em;
}

.header {
    padding-top: 60px;
    padding-bottom: 20px;
    text-align: center;
}

.header h1 {
    margin: 0;
    padding: 0;
    font-size: 60px;
    font-weight: bold;
    margin-left: -30%;
}

.header h2 {
    margin: 0;
    padding: 0;
    font-size: 24px;
    font-weight: normal;
    margin-left: 20%;
}


.entry {
    overflow: auto;
    margin-top: 40px;
    margin-bottom: 40px;
}

.entry h3 {
    font-size: 24px;
    font-weight: bold;
    margin: 0;
    margin-bottom: 15px;
}

.entry ol, .entry ul {
    margin-top: 0;
    padding-top: 0;
}

.entry p {

}

.entry p:first-of-type {
    margin-top: 0;
}

.entry p:last-of-type {
    margin-bottom: 0;
}

.screenshot {
    background-image: url(pic.png);
    width: 198px;
    height: 372px;
    background-size: 100%;
}

.entry-content-right {
    width: 540px;
    margin-top: 20px;
    margin-left: 20px;
    float: left;
}

.entry-content-left {
    width: 540px;
    margin-top: 20px;
    margin-right: 20px;
    float: left;
}

.screenshot-left {
    float: left;
}

.screenshot-right {
    float: right;
}

.entry-light {
    background-color: #152437;
}

.entry-red {
    background-color: #642424;
}

.entry-green {
    background-color: #246424;
}

.split {
    overflow: auto;

    padding: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;

    text-align: justify;
}

.split-left {
    width: 48%;
    float: left;
}

.split-right {
    width: 48%;
    float: right;
}

.entry-centered {
    width: 70%;
    margin-left: 15%;
    margin-right: 15%;
    text-align: justify;
}


.button {
    display: block;
    width: 250px;
    height: 60px;
    margin-left: auto;
    margin-right: auto;
    line-height: 60px;
    text-align: center;
    text-shadow: -1px -1px 2px #618926;
    background-color: #98ba3f;
    font-size: 30px;
    text-decoration: none;
    color: #ffffff;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background: -moz-linear-gradient(#88aa30, #96b240 35%, #517916);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #88aa30), color-stop(.35, #96b240), color-stop(1, #517916));  
}

.button:hover {
    color: white;
    background: -moz-linear-gradient(#98ba40, #a6c250 35%, #618926);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #98ba40), color-stop(.35, #a6c250), color-stop(1, #618926)); 
}

.button:active {
    color: white;
    background: -moz-linear-gradient(#315900, #769220 65%, #688a10);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #315900), color-stop(.65, #769220), color-stop(1, #688a10));  
}
