body { 
    font-family: "Open Sans";
    position: relative;
    font-size: 16px;
}
h1 { 
    font-family: Lato;
    font-weight: 550;
    position: relative;
    text-align: center;
    top: -12px;
}
h1 small {
    font-size: 20px;
    float: right;
    /*padding-top: 11px;*/
    line-height: 1.8em; 
}
h2 {
   /*font-size: 66px;*/
   padding-top: 50px;
   padding-bottom: 25px;
   text-align: center;
   font-weight: bold;
}

h3 {
    font-weight: bold;
}
h3 small {
    font-weight: 400; 
}
h4 {
    margin-top: 0;
    padding-top: 10px;
    font-family: Lato;
    font-weight: 400;
    font-size: 22px;
    font-weight: bold;
}
h4 small {
    padding-top: 10px;
    font-family: Lato;
    font-weight: 300; 
    padding-left: -10px;

}
h5 {
    font-size: 26px;
    padding-left: 120px;
    font-family: Lato;
    font-weight: 500;
    /*font-weight: bold;*/
}


span.sep {
    color: #ddd;
    padding: 0 3px; 
}
.container {
    max-width: 9170px; 
}

img {
    display: block;
    margin: auto;
}

ul { 
    padding-left: 25px; 
}
b { 
    font-weight: 600; 
}
.footer { 
    text-align: center; 
    margin: 5px 0 100px 0; 
}
.footer a { 
    color: #999; 
    font-family: Lato; 
    font-weight: 300; 
    font-size: 15px; 
}


img.headshot {
    width:120px;
    max-width:100%;
    float:left;
    /*margin-left:20px;*/
    /*padding-left: 100px;*/
}

a.pub_img {
    margin-top: auto;
    margin-bottom: auto;
    min-width: 90px; !important;
    max-width: 90px; !important;
    min-height: 90px; !important;
    max-height: 90px; !important;
    margin-right: 40px; !important;
}

img.pub_img {
    margin-top: auto;
    margin-bottom: auto;
}



img.seal {
    /*width:90px;max-width:100%;float:left*/
    width:90px;
    max-width:100%;
    float:left;
    margin-left:20px;

}


img.blogimg {
    width: 100%;
}

