/* BODY: Whole Page */
body {
    /* background-color: black; */
    /* background-color: white; */
    background-color: #171413; 
    /* color: black; */
    color: white;
    text-align: left;
    font-size: small;
}

/* Navigation Bar */
div.widget_container {
    float: right;
    width: 18%; 
    /* width: 29%; */
    /* background-color: #2F892D; */
    /* background-color: #bfe4ff; */
    /* background-color: #009d91; */
    background-color: #6b5e5a;
    border: 1px solid black;
    padding: 2px 2px 2px 2px; 
    /* margin: 0px 2px 0px 0px; */
}

img#headshot {
    width: 90%;
    margin: 2px 2px 2px 2px;
    position: relative;
    left: 5%;
    right: 5%;
    /* background-color: #ffb073; */
    background-color: #c2aba3;
    border: 1px solid black;
    margin: 2px 2px 2px 2px; 
    margin-bottom: 1%;
}

a:link {
    color: black;
    text-decoration: underline;
}

a:visited {
    color: black;
    text-decoration: none;
}

a:hover {
    color: green;
    text-decoration: underline;
}

div.navbar_widget {
    width: 90%;
    position: relative;
    left: 5%;
    right: 5%;
    border: 1px solid black;
    /* background-color: #87B386; */
    /* background-color: #FFC080; */
    /* background-color: #ffffff; */
    /* background-color: #ffb073; */
    background-color: #c2aba3;
    color: black;
    margin: 2px 2px 2px 2px; 
    margin-bottom: 1%;
}

ul.navbar {
    list-style-type: square;
    position: relative;
    left: -10%;
}


p.badges {
    text-align: center;
}

/* Main Content */
div.content_container {
    float: left;
    width: 80%;
    border: 1px solid black;
    /* background-color: #2F892D; */
    /* background-color: #bfe4ff; */
    /* background-color: #009d91; */
    background-color: #6b5e5a; 
    color: white;
    padding: 2px 2px 2px 2px;
}

div.title_content {
    text-indent: 5%;
}

div.content {
    width: 95%;
    position: relative;
    left: 2%;
    right: 2%;
    border: 1px solid black;
    /* background-color: #87B386; */
    /* background-color: #FFC080; */
    /* background-color: #ffffff; */
    /* background-color: #ffb073; */
    background-color: #c2aba3;
    color: black;
    font-size: medium;
    text-indent: 4%;
    padding-left: 2px;
    padding-right: 4px;
    margin-bottom: 2%;
}

blockquote {
    text-indent: 0%;
    font-size: small;
}

h2.doc_title {
    text-align: center;
    text-indent: 0%;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

p.orig_pub_ref {
    text-align: right;
    font-size: x-small;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    text-indent: 0%;
}

ol.doc_end_refs {
    text-indent: 0%;
    font-size: small;
}

p.copyright {
    text-align: right;
    font-size: x-small;
}

ul.activity {
    text-align: left;
    font-size: small;
    list-style-position:inside;
    text-indent: 0;
}

