/* Style for my research, by Jeff Comer */
* {
    margin:0;
    padding:0;
}

body {
    font-size:85%;
    background-color: #ffffff;
    font-family:Myriad Pro, Geneva, sans-serif;
    word-spacing: 0.02em;
}

a {
    text-decoration:none;
    color:blue;
}
a:focus, a:hover, a:active {
    text-decoration:none;
    color:#000000;
}


#menu {
    background-color:#512888;
    font-size:100%;
    font-weight:bold;
    padding-top: 10px;
    padding-bottom: 0px;
}
#nav {
    list-style:none;
    text-align:center;
    background-color:inherit;
    height:2em;
}
#menu li {
    width:14%;
    float:left;
    display:block;
    text-align:center;
    background-color:inherit;
    white-space:nowrap;
}
#menu ul li a { color: #ffffff; background: inherit; letter-spacing: 2px;}
#menu ul li a:hover { color: #000000; background: inherit; }
#active { color: #8298ad; background: inherit; }


.content {
    /*width:100%;*/
    /*position:absolute;*/
    /*top:0;*/
    /*left:0;*/
    background-color:white;
    color:#2f3c48;
    text-align:justify;
    /*letter-spacing: 0.5px;*/
    padding-left:3%;
    padding-right:3%;
    padding-top:1%;
    padding-bottom:3%;
    font-size:1em;
    line-height:130%;
/*height:600px;*/
}

.content h2 {
    /*color:#512888;*/    
    background-color:inherit;
    text-align:left;
    font-size:1.2em;
    font-weight:bold;
    letter-spacing:0.02em;
    line-height: 130%;
}

.content img {
    width:100%;
}

.content p {
     text-indent: 0em;
     margin: 1em 0;
}

.content li {
    margin-left:20px;
}

.question {
    margin: 25px 0 0 0; 
    font-weight:bold;
}

.answer {
    margin: 10px 0 0 0; 
    font-weight:400;
}

.date {
    color:#b0b0b0;
    font-size:90%;
}


/*********************************************
 * FLOW
 *********************************************/
.container {width:100%;}
.el {
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align:top;
}

#header {
    background-color:#ffffff;
    text-align:center;
    width:100%;
}

#header h1 {
    font-size:2.5em;
    font-weight:bold;
}

#header h2 {
    font-size:1.5em;
    font-weight:200;
    font-style: italic;
}

.title {
}

.block {
    margin-left: 20px;
    background-color: #ffffcc;
    text-indent: -20px;
    padding-left: 40px;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
}

pre {
    margin-left: 20px;
    background-color: #ffccff;
    text-indent: -20px;
    padding-left: 20px;
}

.caption {
    font-size: 80%;
    line-height: 1.05;
    clear: both;
}

.gallery {
    width: 100%;
    display: block;
    clear: both;
}

.gallery-el {
    display: block;
    float: left;
}
