@charset "UTF-8";

body{
    font-family: "Roboto",Helvetica,sans-serif;
    color: #444;
    text-align: left;
    background-color: #222426;
    margin: 0 0 27px 0;
    line-height: 25px;
    font-weight: 400;
    font-size: 15px;
    vertical-align: baseline;
}
h1 a{
    font-size: 90%;
    font-weight: 700;
}
h2{
    font-size: 150%;
    margin-bottom: 0;
    font-weight: 400;
}
p{
    padding: 5px 0 5px 0;
}
a{
    text-decoration: none;
    color: #444;
}
ol,ul{
    padding: 0 0 0 20px;
    display: block;
    margin: 16px 0 16px 20px;
}
ul{
    list-style: disc;
}
ol{
    list-style: decimal;
}
li{
    margin-bottom: 15px;
    padding-left: 0;
}
em{
    font-style: italic;
}
header{
    font-size: 100%;
}
article a, nav a{
    transition: color .25s ease-out;
    border-bottom: 1px dotted #21759B;
}
article a:hover, nav a:hover{
    color: #21759B;
}
nav{
    height: 50px;
    font-size: 88%;
    margin: 12px 0 12px 0;
    padding: 1px 0 1px 0;
    background-color: #EDEDED;
}
nav ul{
    height: 48px;
    line-height: 24px;
    list-style-type: none;
    margin: 13px 0 0 0;
    padding: 0 0 0 10px;
}
nav li{
    display: inline-block;
    margin: 0 5% 0 0;
    position: relative;
    height: 50px;
}
nav a{
    color: #444;
    border: 0;
}
nav ul li ul{
    display: none;
}
nav ul li:hover > ul{
    z-index: 99999;
    display: list-item;
    position: absolute;
    margin: 13px 0 0 -20px;
}
nav ul li:hover > ul li{
    padding: 10px;
    background-color: white;
    float: none;
    min-width: 100%;
    background-color: #EDEDED;
    height: 24px;
}
.current-page{
    font-weight: 700;
}
#wrapper{
    background-color: #FFF;
    margin: 20px auto 20px auto;
    padding: 10px 3% 10px 3%;
    max-width: 1050px;
    width: 85%;
}
