
body {
    margin: 0;
    padding: 0;
    color: #39c;
    font-family: 'QuicksandBookRegular', Verdana, sans-serif;
    font-size: 24px;
    line-height: 36px;
    background: #fff;
    overflow-y: scroll;
}

h1 {
    clear: both;
    margin: 5px 0 15px 0;
    padding: 0;
    color: #9c9;
    font-size: 64px;
    line-height: 96px;
    font-style: normal;
    text-align: left;
    text-shadow: 0 0 2px #333;
}

h2 {
    padding: 0 0 0 37px;
    clear: both;
    font-size: 40px;
    line-height: 60px;
    text-shadow: 0 0 2px #333;
}

a, a:link, a:visited {
    color: #78c;
    text-shadow: 0 0 1px #333;
    text-decoration: none;
    outline: none;
}

a:hover {
    text-decoration: none;
    color: #39c;
    text-shadow: 0 0 1px #333;
}

iframe {
    border: 0;
    width: 1000px;
    height: 700px;
}

::selection {
    background: #333 !important;
    color: #fff !important;
}
    
::-moz-selection {
    background: #333 !important;
    color: #fff !important;
}

.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

.note {
    font-size: 18px;
    line-height: 26px;
}

#wrapper {
    position: relative;
    width: 1000px;
    margin: 0 auto 20px;
}

.purple { color: #78c; }
.blue { color: #39c; }
.green { color: #9c9; }

.term {
    font-family: Courier, monospace;
    font-size: 80%;
    line-height: 80%;
    text-shadow: 0 0 0 #333 !important;
    border-bottom: 1px dotted #dedede;
}

.disclaimer {
    font-size: 12px;
    line-height: 18px;
}

.chip {
    -moz-box-shadow: 1px 1px 1px rgba(51, 51, 51, 0.4);
    -webkit-box-shadow: 1px 1px 1px rgba(51, 51, 51, 0.4);
    box-shadow: 1px 1px 1px rgba(51, 51, 51, 0.4);
    
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px; 
    border-radius: 3px;
}

.chip:hover {
    -moz-box-shadow: 1px 1px 1px rgba(51, 51, 51, 0.6);
    -webkit-box-shadow: 1px 1px 1px rgba(51, 51, 51, 0.6);
    box-shadow: 1px 1px 1px rgba(51, 51, 51, 0.6);
}


#home {
}

    #home .skill-section {
        float: left;
        margin: 20px 0;
        padding: 0 10px 0 0;
        width: 240px;
    }
    
        #home .skill-section p {
            color: #9c9;
            text-decoration: underline;
        }


#sitemap .sitemap ul {
    margin: 0 0 0 20px;
    color: #78c;
}

    #sitemap .sitemap ul li {
        list-style: disc outside none;
    }
    
        #sitemap .sitemap ul li ul {
            margin: 0;
            padding: 0 0 0 20px;
        }
