body {
    margin: 0px;
    padding: 0px;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 12pt;
}
header {
    width: auto;
    height: 50px;
    padding: 10px 60px 13px;
    margin-bottom: 3px;
    background-color: black;
    z-index: 50;
    box-shadow: 0px 4px 8px rgba(0,0,0,0.3);
    font-family: 'Roboto Slab', serif;
    font-weight: 700;
    font-size: 30pt;
    color: white;
    text-shadow:  -1px -1px 1px rgba(0,0,0,0.4), 1px 1px 2px rgba(0,0,0,0.9), 0px 0px 12px rgba(255,200,0,0.5);
    overflow: hidden;
}
wrapper {
    display: block;
    width: 1100px;
    margin: auto;
    padding: 40px 120px;
    float: left;
}
sidebar {
    display: block;
    clear: both;
    float: left;
    width: 200px;
    min-height: 800px;
    height: 100%;
    padding-top: 10px;
}
main {
    display: block;
    float: left;
    min-height: 800px;
    height: 100%;
    padding-top: 15px;
    padding-left: 50px;
    padding-bottom: 60px;
}
btn {
    display: block;
    clear: both;
    background-image: url(../images/p5.jpg);
    width: 150px;
    padding: 6px 10px;
    margin: 8px 10px;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 12pt;
    box-shadow: 1px 1px 7px rgba(0,0,0,0.2), 1px 1px 1px rgba(0,0,0,0.3);
    transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    -ie-transition: all 1s;
    -o-transition: all 1s;
}
btn:hover {
    box-shadow: 3px 3px 8px rgba(0,0,0,0.5), 1px 1px 1px rgba(0,0,0,0.5);
    text-shadow:  -1px -1px 0px rgb(255,255,255), 1px 1px 1px rgba(0,0,0,0.4);
    color: #773322;
    transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    -ie-transition: all 1s;
    -o-transition: all 1s;
}
a {
    text-decoration: none;
    color: #224477;
}
a:hover {
    
}

h3 {
    font-family: 'Roboto Slab', serif;
    font-size: 16pt;
    margin-top: 0px;
}
p {
    font-family: 'Roboto', serif;
    font-weight: 300;
    margin-bottom: 2px;
}
li {
    font-family: 'Roboto', serif;
    font-weight: 400;
}
.label {
    clear: both;
    float: left;
    height: 24px;
    width: 60px;
    margin: 1px 0px;
}
#colors {
    margin: 20px 0px;
    clear: both;
    float: left;
}
.labelbad {
    clear: both;
    float: left;
    height: 24px;
    width: 60px;
    margin: 1px 0px;
    background-color: #ff8888;
}
.value {
    float: left;
    height: 24px;
    width: 180px;
    margin: 1px 0px;
}
#hexbox {
    float: left;
    height: 22px;
    width: 78px;
    margin-left: 3px;
    border: 1px solid black;
    position: relative;
}
#redhex {
    float: left;
    height: 22px;
    width: 26px;
    background-color: #ff6666;
    text-align: center;
}
#greenhex {
    float: left;
    height: 22px;
    width: 26px;
    background-color: #44cc44;
    text-align: center;
}
#bluehex {
    float: left;
    height: 22px;
    width: 26px;
    background-color: #7777ff;
    text-align: center;
}
#linkbox {
    width: 180px;
    height: 170px;
    padding: 20px;
    line-height: 1.6em;
    position: absolute;
    top: 120px;
    right: 30px;
    border: 5px dotted rgb(200,200,200);
}

