* {
    margin: 0;
    padding: 0;
    font-weight: normal;
    font-style: normal;
}

html, body {
    height: 100%;
}

html {
    overflow-y: scroll;
    font-family: "Open Sans", sans-serif;
    background: #fafafa;
}

body {
    font-size: 90%;
    color: #444;
}

a {
    text-decoration:none;
    color:#77f;
}

a img {
    border:0;
}

#container {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 0 -84px;
    padding-left:180px;
}

a.screenshot {
    padding-right: 10px;
}

a.screenshot img {
    padding:10px;
    border:1px solid #bbb;
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

/*****************************************************************************/
/* Content Section
/*****************************************************************************/

section {
    overflow: auto;

    margin-left:-20px;
    padding-left:20px;
    min-width:880px;
    margin-top:30px;
    padding-bottom:30px;
}

section h1 {
    padding:30px 0 0 0;
    color: #888;

    font-size: 3em;
    font-weight: normal;
    font-family: "Josefin Sans", arial, sans-serif;

    line-height: 1em;
}

section h2 {
    padding:1em 0 0 0;
    color: #888;

    font-size: 2em;
    font-weight: normal;
    font-family: "Josefin Sans", arial, sans-serif;
    clear:both;
}

section h3 {
    padding:1em 0 0 0;
    color: #888;

    font-size: 1.3em;
    font-weight: normal;
    font-family: "Josefin Sans", arial, sans-serif;
    clear:both;
}

section p, section p.full {
    padding-top:1em;
    text-align:justify;
}

section p {
    width: 400px;
}

section p.full {
    width: 800px;
}

section a:hover {
    text-decoration:underline;
    color:#33d;
}

section ul {
    margin-left: 3em;
    list-style-type:square;
}

section .column {
    float:left;
    width: 400px;
    text-align:justify;
    display:block;
    margin: 0 4em 0 0;
}


/*****************************************************************************/
/* Download Box
/*****************************************************************************/

.downloadbox {
    text-align:left;
    padding:0;
    margin:0;
    line-height: 1em;
}

.downloadbox a {
    margin-top:.2em;
    color:#fff;
    display:block;
    overflow:auto;

    -moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);

    padding:20px 20px 20px 20px;
}

.downloadbox a:hover {
    text-decoration:none;
    color:#fff;
}

.appicon {
    float:right;
    width:80px;
}

.downloadboxtext {
    float:left;
    width:300px;
}

.dlarrow {
    float:left;
    margin-right:20px;
}

.appname {
    display:block;
    font-size:2em;
    font-family: "Josefin Sans", arial, sans-serif;
}
.freedl {
    display:block;
    font-style:italic;
}
.appinfo {
    padding-top:1em;
    font-family: "Josefin Sans", arial, sans-serif;
    display:block;
}


/*****************************************************************************/
/* Header, Navigation, and Footer
/*****************************************************************************/

header {

}

header h1 {
    padding-top:100px;
    font-size: 3em;
    font-weight: normal;
    font-family: "Josefin Sans", arial, sans-serif;
    color: #000;
}

footer, .push {
    height: 84px;
}

.push {
    padding-top:100px;
}


footer {
    display:block;
    background: #222;
    background-image: url("pixelme.svg");
    background-repeat: no-repeat;
    background-clip: border-box;
    background-origin: padding-box;
    color:#333;
}

footer img {
    float:left;
}

footer a {
    display:block;
    padding: 25px 0 0 200px;
    color:#888;

    font-family: "Josefin Sans", arial, sans-serif;
    font-size:16px;
}

footer a:hover {
    color:#aaa;
}

nav {
    overflow:hidden;
    margin:10px 0 50px 0;
}

nav ul {
    list-style-type: none;
    font-family: "Josefin Sans", arial, sans-serif;
}

nav ul li {
    margin: 0 1.4em 0 0;
    float: left;
    height: 30px;
    font-size: 24px;
    line-height: 24px;
    text-align: center;
    list-style-type:none;
}

nav ul li.current {
    color:#f00;
}

nav ul li a {
    height: 24px;
    color: #888;
    text-decoration: none;
}

nav ul li a:hover {
    color:#000;
}

