html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video
{
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section
{
    display: block;
}
body
{
    line-height: 1;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 16px;
}
ol, ul
{
    list-style: none;
}
blockquote, q
{
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after
{
    content: '';
    content: none;
}
table
{
    border-collapse: collapse;
    border-spacing: 0;
}

body
{
    background-color: #000000;
    color: #ffffff;
    overflow-x: hidden;
}

#main
{
    position: absolute;
    width: 100%;
}

#content
{
    width: 880px;
    margin: 0 auto;
    overflow: hidden;
    padding-top: 25px;
}

#tiles-container
{
    position: fixed;
    width: 100%;
}

#tiles
{
    position: relative;
    margin: 0 auto;
    width: 1500px;
}

#background
{
    position: relative;
}

#logo
{
    width: 315px;
    height: 98px;
    background-image: url("../img/crossword_dungeon.png");
    margin: 30px auto 20px;
    color: #000000;
    text-indent: -9999px;
}

#screenshots
{
    float: left;
    height: 500px;
    width: 322px;
    margin: 0 auto;
    position: relative;
    background-color: rgba(64, 64, 64, 0.7);
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    padding: 15px;
}

#screenshots img
{
    display: none;
    width: 320px;
    position: absolute;
    top: 15px;
    border: 1px solid;
    border-color: #111111 #444444 #555555 #111111;
}

#screenshots img.active
{
    display: block;
}

#blurb, #coming-soon
{
    font-family: "Georgia", serif;
    text-align: center;
    font-size: 30px;
    font-style: italic;
    letter-spacing: 2px;
    padding: 40px 0 30px;
    color: #ffffff;
}

#blurb h2
{
    font-size: 14px;
    color: #eadabb;
    letter-spacing: 1px;
    line-height: 18px;
}

#pips
{
    position: absolute;
    top: 498px;
    overflow: hidden;
    left: 120px;
    cursor: default;
    font-size: 18px;
}

#pips div
{
    width: 10px;
    float: left;
    cursor: pointer;
    padding: 5px;
    color: #766e5e;
}

#pips div.active
{
    color: #eadabb;
}

#nolithius
{
    display: block;
    background-image: url("../img/nolithius.png");
    margin: 30px auto 0;
    width: 249px;
    height: 128px;
    color: #000000;
    text-indent: -9999px;
}

#left-content
{
    float: left;
    width: 528px;
}

#tiles .tile
{
    position: absolute;
    width: 50px;
    height: 50px;
}

#tiles .tile1
{
    background-image: url("../img/dark_tile1.png");
}

#tiles .tile2
{
    background-image: url("../img/dark_tile2.png");
}

#tiles .tile3
{
    background-image: url("../img/dark_tile3.png");
}

a
{
    text-decoration: none;
}

a h1:hover
{
    text-decoration: underline;
}

a h2:hover
{
    text-decoration: underline;
}

#nav
{
    background-color: rgba(255, 255, 255, 0.2);
    height: 27px;
    width: 100%;
}

#nav ul
{
    width: 755px;
    overflow: hidden;
    display: block;
    margin: 0 auto;
}

#nav ul li
{
    display: block;
    float: left;
    margin-right: 45px;
}

#nav ul li a
{
    color: #FFFFFF;
    padding: 4px 0 4px 28px;
}

#nav ul li.nolithius
{
    width: 135px;
}

#nav ul li.nolithius a
{
    display: block;
    background: url(/img/nav_icon_nolithius.png) no-repeat 0 4px;
}

#nav ul li.crossword-dungeon
{
    width: 180px;
}

#nav a:hover
{
    text-decoration: underline;
}

#nav ul li.crossword-dungeon a
{
    display: block;
    background: url(/img/nav_icon_crossword_dungeon.png) no-repeat 0 4px;
}

#nav ul li.twitter
{
    width: 112px;
}

#nav ul li.twitter a
{
    display: block;
    background: url(/img/nav_icon_twitter.png) no-repeat 2px 4px;
}

#nav ul li.email
{
    width: 188px;
    margin-right: 0;
}

#nav ul li.email a
{
    display: block;
    background: url(/img/nav_icon_email.png) no-repeat 0 4px;
}

#app_store_badge
{
    display: block;
    margin: 10px auto 0px;
}

#google_play_badge
{
    display: block;
    margin: 0 auto 10px;
}

h1#coming-soon
{
    padding: 20px 0 10px;
}

#news
{
    width: 880px;
    margin: 70px auto 30px;
}

#news a, #news a:visited
{
    color: #ff8800;
}

#news h3 a, #news h3 a:visited
{
    color: white;
}

#news .post_header
{
    overflow: hidden;
    padding-bottom: 15px;
}

#news h3
{
    font-size: 24px;
    width: 680px;
    float: left;
}

#news div.post_date
{
    width: 200px;
    float: left;
    font-style: italic;
    text-align: right;
    margin-top: 5px;
    color: #cacaca;
}

#news .post_left
{
    float: left;
    width: 300px;
}

#news .content
{
    float: left;
    padding-left: 20px;
    width: 560px;
}

#news .content p
{
    margin-bottom: 7px;
    line-height: 1.1;
}

#news .content p em
{
    font-style: italic;
}

#news .post_main
{
    overflow: hidden;
    padding-bottom: 60px;
}

#news .read_more
{
    text-align: right;
    font-style: italic;
}