/******************************************************************************
* BASE STYLES
******************************************************************************/
body {
    color: #036;
    background-color: #9CF;
}

p a,
p a:visited {
    color: #003;
}

p a:hover {
    background: #003;
    color: #9CF;
}

h3 {
    margin-top: 24px;
}



#logo-outer {
    border-color: #B7DBFF;
    background: #B7DBFF;
}

#logo-inner {
    color: #9CF;
    border-color: #9CF;
}

#logo-outer:hover {
    border-color: #036;
    background: #036;
}

#logo-outer:hover #logo-inner {
    color: #9CF;
    border-color: #8BE;
}


.nav {
    position: absolute;
    border-top: 3px double #036;
    width: 144px;
    margin: 0;
    padding: 0;
    font-size: 12px;
}

.nav li {
    list-style-type: none;
    border-bottom: 1px solid #8BE;
    line-height: 23px;
}

.nav a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
}

.nav a,
.nav a:active,
.nav a:visited {
    color: #7AD;
}

.nav a:hover {
    background: #B7DBFF;
    color: #036;
    text-decoration: underline;
}


.banner h1 {
    display: block;
    color: #258;
    font: 48px Georgia, "Times New Roman", serif;
    line-height: 48px;
    text-transform: uppercase;
    letter-spacing: 48px;
    margin-left: 48px;
    margin-top: 24px;
}


.entry h2 {
    color: #003;
    border-top: 3px double #036;
}

.entry .content {
    border-top: 3px double #036;
}


#footer {
    color: #369;
}

#footer .content a,
#footer .content a:hover,
#footer .content a:visited,
#footer .content a:active {
    color: #369;
}


.gallery a:hover {
    border-color: #036;
}


#blenderscreen {
    float: right;
    height: 192px;
    margin-left: 24px;
    margin-bottom: 23px;
    border-bottom: 1px solid #036;
}

#blenderscreen a {
    display: block;
    text-decoration: none;
    border: 6px solid #FFF;
    line-height: 0;
}

#blenderscreen a:hover {
    background: transparent;
    border-color: #036;
}


p.syntax {
    text-align: center;
}

.synheader {
    color: #003;
    border-bottom: 1px dotted #036;
}
