body
{
    color: White;
    text-shadow: 0 0 2px black;
    font-family: 'Arial';
    background-color: #0094FF;
    background-image: url("images/background_blend.png"), url("images/grid.png");
    background-position: 50% 0, 0 0;
    background-repeat: repeat-y, repeat;
}

a
{
    color: white;
}
a:hover
{
    text-decoration: none;
}

h2
{
    margin: 0;
}

#logoBlock
{
    top: 70px;
    left: 50%;
    position: fixed;
}

#logo
{
    left: 50%;
    position: absolute;
    font-size: 96px;
    margin-left: -115px;
}
#logo a
{
    color: white;
    text-decoration: none;
}
#subnote
{
    display: block;
    float: left;
    font-size: 16px;
    margin: -18px 0 0 25px;
    position: fixed;
}

#logoArm
{
    top: 23px;
    left: -104px;
    position: absolute;
}

#details
{
    left: 50%;
    margin-left: -400px;
    padding-bottom: 10px;
    position: relative;
    top: 200px;
    width: 800px;
    z-index: 200;
    display: inline-block;
}

#navLinks
{
    float: left;
    width: 780px;
    margin: 10px 0;
    padding: 10px;
    box-shadow: 0 0 10px #0077CC;
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.5);
}

#about
{
    float: left;
    width: 470px;
    padding: 10px;
    box-shadow: 0 0 10px #0077CC;
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.5);
}
#about img
{
    padding: 0 10px;
}

#example, #documentation, #footer
{
    float: left;
    width: 780px;
    margin: 10px 0 0;
    padding: 10px;
    box-shadow: 0 0 10px #0077CC;
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.5);
}

#footer
{
    text-align: center;
}

#download
{
    clear: left;
    float: right;
    width: 280px;
    padding: 10px;
    box-shadow: 0 0 10px #0077CC;
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.5);
}

#download ul
{
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#demoDetails
{
    left: 50%;
    margin-left: -400px;
    padding-bottom: 10px;
    position: relative;
    top: 10px;
    width: 800px;
    z-index: 200;
    display: inline-block;
}

#instructions
{
    width: 780px;
    margin: 10px 0;
    padding: 10px;
    box-shadow: 0 0 10px #0077CC;
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.5);
}
#instructions pre
{
    overflow: auto;
}

#preview
{
    width: 780px;
    margin: 10px 0;
    min-height: 200px;
    padding: 10px;
    box-shadow: 0 0 10px #0077CC;
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.5);
}

#demo
{
    width: 760px;
    height: 220px;
    padding: 10px;
    border-radius: 10px;
    background-color: #0094FF;
    background-image: url("images/background_blend.png"), url("images/grid.png");
    background-position: 50% 0, 0 0;
    background-repeat: repeat-y, repeat;
}

#boxDemo
{
    top: 100px;
    left: 170px;
}

span.tooltip
{
    cursor: pointer;
    text-decoration: underline;
}

#partB
{
    font-size: 14px;
}

.textSlide
{
    font-size: 20px;
    display: inline-block;
    position: absolute;
    top: 110px;
    left: -200px;
}


/* Documentation section */
#instantDoc
{
    overflow: auto;
}

.doc a
{
    float: right;
}

#documentation > h3
{
    border-bottom: 2px solid white;
}

/* jBone */
.jbone-bone
{
    background-color: #0094FF;
    border: 2px solid white;
    border-radius: 8px;
    display: inline-block;
    position: absolute;
    z-index: 100;
    box-shadow: 0 0 2px black;
}

.jbone-bone-trace
{
    height: 1px;
    z-index: 200;
    display: inline-block;
    display: none;
    position: absolute;
    background-color: black;
}

.jbone-endpoint
{
    border: 2px solid White;
    display: inline-block;
    position: absolute;
    z-index: 101;
    border-radius: 10px;
    background-color: #0094FF;
    box-shadow: 0 0 2px black;
}

.jbone-content
{
    position: absolute;
}

.jbone-content-target
{
}
