/* This document is organized such that style settings for particular physical parts of the website happen first, from top to bottom of the page-- followed by universal settings. */

/* style settings for header and footer divs */
.header { 
          margin: 0;
}

.spr { color: #4d1f12; }
.out { color: #0d371f; }

/* style settings for the banner that includes the logo in the header of the website */

.logo {
        margin: 0.625em 0em 0.75em 0.65em;
        line-height: 0em;
        letter-spacing:-6pt;
        text-align: left;
        font-size: 4em;
        font-weight: bold;
        font-family: Helvetica, Verdana, Arial, sans-serif;
        border: none;
	float:left;
	padding-right:.2em;
}

#content{
margin-left:2em;
font-size:1em;
width:80%;
}



/* style settings for the child templates that define each individual page */
.content, .post, .wp-comments {
           text-align: left;
           display: block;
           margin-left: 7.1em;
           margin-right: 7em;
           margin-top: 3em;
           margin-bottom: 2em;
           width: 30em;
           min-height: 70%;
           letter-spacing: 0.025em;
           font-size:16pt;
}

/* style settings for links (a) and links when the mouse is "hovering" over them (a:hover) */
a {
    color: #0d371f;
    text-decoration: none;
    font-weight: bold;
    font-size: 1em;
}

a:hover {
          color: #84370A;
}

#navbar {
	position: relative;
	top:.5em;
	right:16.5em;
}

img.bio {
    float:left;
    padding-right:1em;
    padding-top:.5em;
    padding-bottom:.5em;
}

img.floatLeft {
                float: left;
                margin: .5em;
}

img.floatRight {
                 float: right;
                 margin: .5em;
}

html { 
/* this is to keep the footer at the bottom of the page */
       margin: 0;
       padding: 0;
       height: 100%;
       width: 100%;
}

/* style changes to be applied to the whole page */
container {
            width: 100%;
            margin: 0;
            /* this is to keep the footer at the bottom of the page */
            min-height: 100%;
            position: relative;
            height: 100%;
}


body {
    border-color: #371564;
    font-family: Helvetica, Verdana, Arial, sans-serif;
    text-align: left;
/* this is to keep the footer at the bottom of the page */
    margin:0;
    padding:0;
}

ul {
    text-decoration:none;
}

.wp-search {
    position:absolute;
    top:2.5em;
    right:3em;
}

/*.navbar, */.footer {
          margin:0;
          display: block;
 	margin-left:58.5em;

}

.navbar {
    padding-top:1.8em;
    padding-left:1em;
    padding-bottom:0;

}

.navbar ul {
    padding:1em 0em 1em 4.5em;
    white-space: nowrap;
    text-align: left;
}

.navbar ul li {
                /* puts all list items in one line */
                display: inline;
                }
                
.navbar ul li a {
                  color: black;
                  padding: .5em;
                  }
                  
.navbar ul li a:hover {
    padding-bottom:0;
    border-width:1px;
    border-style:none none dotted none;
}

.footer {
          padding: 1em;
          }

hr {
     border-style:solid;
     border-color:black;
     }

hr.section {
             margin:3em 1.5em 3em 1.5em;
             border-width:0.1em;
             }

hr.element {
             margin:1.5em 3em 1.5em 3em;
             border-width:0.05em;
             }

img.portrait {
               width:8em;
               margin:0.5em;
               float:left;
               }

.question { 
            font-style:italic;
            }

span.q-marker, span.a-marker{
                     font-style:normal;
                     font-weight:bold;
 }

hr.qa-divider { 
                width:3em;
 }

hr.qa-pair-divider{ 
                    width:20em;
 }


.righty_tighty {
    text-align: right;
}

img.directions {
    float:right;
    align:bottom;
    padding-left:1em;
    border:none;
}

img
{  border-style: none;
}