@charset "UTF-8";
/* CSS Document */


*{
    font-family: "Helvetica", "Arial", Sans-Serif;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
}

body, html {
    min-height: 100%;
    background-color: #eee;
}

header, footer, aside, article, section, nav, main, .wrapper {
    display: block;
}

p {
    color: #555;
}

a {
    color: #000000;
}

.wrapper {
    overflow: hidden;
    display: block;
    margin-top: 114px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    min-width: 600px;
    min-height: 85%;
    padding: 1em 0em 4em;
    background-color: #fff;
}

figure {
    padding: 10px;
    display: table;
    float: left;
    background-color: #ccc;
    margin: 0px 1em 1em 0px;
}

figure img {
    display: table;
    width: 100%;
}

figcaption {
    display: table-caption;
    caption-side: bottom;
    font-style: italic;
    padding: 0px 10px 10px;
    background-color: #ccc;
    line-height: 1.2em;
}

.signature figure {
    display: block;
    background-color: white;
    float: right;
    clear: both;
}

.signature figure>img {
    float: left;
    display: inline-block;
    width: 100px;
    height: 150px;
}

.signature figcaption{
    display: inline-block;
    font-style: italic;
    margin: 0px 10px;
    padding: 0px;
    background-color: white;
    line-height: .5em;
    float: right;
}

.signature figcaption img {
    display: inline-block;
    margin-left: -10px;
    float: left;
}

/*End figure*/

.quote {
    font-style: italic;
    padding: 0px 10px;
    line-height: 2em;
}

a:hover {
    color: #660099;
    text-decoration: underline;
}

/*Main Content area*/

article {
    margin: 0px 0px 1em 0px;
    padding: 0 1em;
}

article aside {
    display: block;
    float: right;
    width: 30%;
    min-width: 200px;
    border-left: 1px solid #4D4E53;
    margin: 0em 0em 2em 1em;
    padding: 0em 0em 0em 1em;
}

article aside li {
    font-size: .85em;
}

article img {
    float: left;
}

article ul a{
    line-height: 1.5em;
}

article ul ul a{
    font-weight: 400;
    text-decoration: underline;
}

article li {
    margin-bottom: 5px;
}

article ol li {
    font-weight: 400;
}

section ul {
    margin-bottom: 5px;
}

section>header {
    padding: 0em 0em 0em 1em;
    color: #660099;
    margin-top: -.5em;
}

section header h4 {
    font-weight: bold;
    padding: 0em;
}

article header {
    margin: -.5em 0 1em;
}

ul, ol, li{
    list-style-position: inside;
}

article ul, ol{
    padding-left: 1em;
}

article li{
    line-height: 1.5em;
    font-weight: 600;
}

article ul ul li {
    font-weight: 400;
}

.byline {
    font-weight: bold;
    color: #000;
    font-size: .85em;
}

#index ul ul li {
    display: inline-block;
    margin-right: .5em;
    list-style-type: circle;
    list-style-position: inside;
}

article a {
    text-decoration: underline;
}

hr {
    clear: both;
    display: block;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: auto;
    margin-right: auto;
    border-width: 1px;
    width: 38.2%;
}

section {
    float: left;
    width: 82%;
    min-height: 90%;
}

.headergraphic {
    max-width: 100%;
    padding-top: .5em;
}

.center {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.float {
    float: left;
}

.float article {
    float: left;
    width: 350px;
    display: block;
}

/*Sidebar*/

main>aside {
    float: left;
    width: 17%;
    border-right: 1px dashed black;

}


nav {
    float: right;
    width: 100%;
    padding: 0px;
    display: block;
    margin: 0px 0px 0px 1em;
}

nav ul {
    margin: 0;
    padding: 0px 1em 0px 0em;
}

nav li:first-child {
    list-style-type: none;
    font-weight: bold;
}

nav li {
    display: block;
    float: right;
    clear: both;
    margin: 0em 0em .7em;
    text-align: right;
}

nav ul a {
    text-decoration: none;
    font-weight: 200;
}


/*Start footer*/

.footer {
    clear: both;
    width: 100%;
    background: #660099;
    border-top: 2px solid #4D4E53;
    text-align: center;
    display: block;
    position: fixed;
    bottom: 0;
    min-height: 50px;
    background-image: url(../graphics/HeaderBackground.jpg);
    background-repeat: repeat-x;
}

.footer .wrapper {
    max-width: 700px;
    padding: .5em;
    background-color: rgba(0,0,0,0);
    margin-top: 0px;

}

.footer li{
    display: inline-block;
    margin: .3em;
    color: #ccc;
    font-size: 90%;
}

.footer ul {
    display: block;
    margin-bottom: 0em;
}

.footer img{
    display: block;
    float:left;
    margin: 0px 10px
}

.footer a {
    text-decoration: none;
    font-weight: 400;
    color: #ccc;
}

.footer a:hover {
    color: #fff;
}


/*Photo Gallery*/

.gallery>div {
    width: 200px;
    margin: 1em 1em 0em 0em;
    display: inline-block;
    border: 1px solid #ccc;
}

.gallery>div:hover{
    border: 1px solid #660099;
}

.gallery img {
    margin-bottom: .4em;
    width: 100%;
}

.gallery a {
    text-decoration: none;
    text-align: center;
    font-size: 90%;
}

/*Right aligns images in story*/
.story-right {
    width: 40%;
    float: right;
    margin-left: 1em;
}

.story-right img {
    width: 100%;
}
/*Breaks story lists into thirds*/
.story-columns {
    text-align: center;
}

.story-columns h4 {
    clear: both;
    padding: .5em 0em 0em 0em;
}

.story-columns p {
    padding: 0em;
}

.story-columns a {
    text-decoration: none;
}

.story-columns li {
    text-align: center;
}

.story-columns a:hover {
    text-decoration: underline;
}

.story-columns ul {
    list-style-type: none;
    padding: 0em;
}

.story-columns>h4 {
    color: #660099;
    text-align: left;
}

td, th {
    padding: .25em .5em;
}
