body
{
    margin: 0;
    font-family: "helvetica", sans-serif;
    font-size: 14px;
    color: #888888;
    background-color: #fafafa;
}

h1
{
    font-size: 16px;
    letter-spacing: 2px;
    margin: 20px 0px 5px -10px;
}

div
{
    cursor: default;
}

p
{
    margin-top: 6px;
    margin-bottom: 0px;
    text-indent: 6px;
}

a
{
    color: #639ec8;
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

a:visited
{
    color: #497492;
}

.neue
{
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", sans-serif;
    font-weight: 300;
}

div.main
{
    position: relative;
    margin: auto;
    margin-top: 50px;
    width: 800px;
    height: 600px;
    background-color: #ffffff;

    -webkit-box-shadow: #eeeeee 0px 0px 50px;
    -moz-box-shadow: #eeeeee 0px 0px 50px;
    box-shadow: #eeeeee 0px 0px 50px;
}

div.panel
{
    position: absolute;
    display: none;
    left: 10px;
    top: 10px;
    width: 780px;
    height: 425px;
    background-color: White; /* IE */
}

div.panel_title
{
    position: absolute;
    left: 150px;
    top: 50px;
    color: #639ec8;
    font-size: 18px;
    letter-spacing: 2px;
}

div.panel_hint
{
    position: absolute;
    left: 200px;
    top: 80px;
    font-size: 11px;
    color: #cccccc;
}


/* Button Panel */

div.button_panel
{
    position: absolute;
    left: 50px;
    top: 445px;
    width: 700px;
    height: 155px;
    text-align: center;
    display: none;
}

div.button_panel hr.button_ruler
{
    background-color: #eee;
    border-style: none;
    height: 1px;
    margin: 0px;
}

div.button_panel div.button_container
{
    margin: 5px 0px 5px 0px;
}

div.button_container img.button
{
    margin: 0px 20px 0px 20px;
    cursor: pointer;
    background-color: White; /* IE */
}

div.button_panel div.description_box
{
    width: 300px;
    height: 26px;
    margin-top: 18px;
    display: inline-block;
    color: #639ec8;
    font-size: 16px;
    cursor: default;
    letter-spacing: 1px;
    text-align: center;
}

/* Loading Text */
div.loading_text
{
    position: absolute;
    top: 330px;
    width: 100%;
    text-align: center;
    letter-spacing: 2px;
}


/* Intro Panel */

div.intro_text
{
    position: absolute;
    left: 100px;
    top: 180px;
    color: #639ec8;
    font-size: 30px;
    letter-spacing: 3px;
}

div.intro_tags
{
    position: absolute;
    left: 110px;
    top: 220px;
    font-size: 16px;
    letter-spacing: 1px;
}

div.intro_tags ul
{
    list-style-type: square;
}

img.intro_image
{
    position: absolute;
    left: 444px;
    top: 90px;
}


/* CV panel */

div.cv_text
{
    position: absolute;
    left: 100px;
    top: 80px;
    width: 600px;
    line-height: 18px;
}

div.cv_text p {
    font-size: 11px;
    line-height: 1.3em;
    text-indent: 0px;
    margin-bottom: 6px;
    margin-left: 20px;
    margin-top: 0px;
}

div.cv_text p.linkedin
{
    line-height: 1.0;
    margin-left: 0px;
    font-size: 10px;
}

p.linkedin a
{
    color: black;
}

p.linkedin a:hover
{
    color: #639ec8;
    text-decoration: none;
}

p.linkedin img
{
    float: left;
    margin-left: -10px;
    padding-right: 6px;
    vertical-align: middle;
    border-style: none;
}

span.super
{
    vertical-align: super;
    font-size: 6px;
}


/* Games/Work Portfolio */

div.game_covers
{
    position: absolute;
    left: 75px;
    top: 126px;
    width: 630px;
    height: 276px;
}

div.game_covers ul
{
    position: relative;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

div.game_covers li
{
    display: inline-block;
    margin-right: 7px;
}

div.game_cover_container
{
    width: 100%;
    height: 100%;
    overflow: hidden;
    white-space: nowrap;
    background-color: White; /* IE */
}

img.game_cover
{
    cursor: pointer;
}

div.arrow_left, div.arrow_right
{
    position: absolute;
    top: 78px;
    width: 13px;
    height: 60px;
    cursor: pointer;
}

div.arrow_left
{
    left: -26px;
    background-image: url("images/arrow_left.png");
}

div.arrow_left:hover
{
    background-image: url("images/arrow_left_hover.png");
}

div.arrow_right
{
    right: -26px;
    background-image: url("images/arrow_right.png");
}

div.arrow_right:hover
{
    background-image: url("images/arrow_right_hover.png");
}

div.game_description
{
    display: none;
    background-color: #fcfcfc;
    border: 1px solid #f6f6f6;
    position: absolute;
    left: 75px;
    top: 16px;
    width: 628px;
    height: 398px;
    z-index: 1;
    overflow: visible;
}

div.game_title
{
    position: absolute;
    left: 60px;
    top: 30px;
    color: #639ec8;
    font-size: 18px;
    letter-spacing: 2px;
}

div.game_text
{
    position: absolute;
    left: 35px;
    top: 70px;
    width: 560px;
    font-size: 12px;
    line-height: 16px;
}

div.game_text b
{
    display: inline-block;
    width: 70px;
}

img.game_image_1, img.game_image_2, img.game_image_3
{
    position: absolute;
    bottom: 15px;
}

img.game_image_1
{
    left: 15px;
}

img.game_image_2
{
    left: 220px;
}

img.game_image_3
{
    right: 15px;
}


/* Other */

div.close_tab
{
    position: absolute;
    top: -23px;
    right: -22px;
    width: 45px;
    height: 47px;
    cursor: pointer;
    background-image: url("images/close.png");
}

div.close_tab:hover
{
    background-image: url("images/close_hover.png");
}


/* Loading Splash */

div.load_splash
{
    padding-top: 377px;
    width: 100%;
    text-align: center;
}

div.load_splash .margin
{
    margin-left: 12px;
}

div.load_splash div.load_splash_dot
{
    background-color: #ccc;
    display: inline-block;
    width: 10px;
    height: 10px;
}


/* Developer Information */

div.devel_button
{
    position: absolute;
    top: 5px;
    left: 5px;
    width: 175px; /* 231px; */
    height: 41px;
    line-height: 41px;
    padding-left: 56px;
    color: #bfbfbf;
    background-image: url("images/devel_button.png");
    letter-spacing: 1px;
    cursor: pointer;
    z-index: 10;
}

div.devel_button:hover
{
    color: #777;
}

div.devel_text
{
    position: absolute;
    top: 43px;
    left: 5px;
    width: 207px; /* 231px; */
    height: 233px; /* 257px; */
    color: #777;
    padding: 12px;
    line-height: 1.2em;
    font-size: 11px;
    background-image: url("images/devel_background.png");
    background-color: #fafafa; /* IE */
    z-index: 10;
    overflow: hidden;
}

