﻿/*Developer: Brittany Killgore
 * Copyright: 2016, Brittany Killgore, Francis Tuttle Web Design & Development
 * 1/21/2016*/

/*Table of Contents
===============
    #HEADER - Technology Reasearch - Logo
    #CONTENT -  Title, search results, definitions, sources
    #SUBCONTENT - Contact me
    #FOOTER - Copyright*/

/*Color Palette
============
    #E9CEBC - Watusi
    #718a94 - Gothic
    #1E2422 - _____
    #88beb1 - _____*/



body {
    background-image: url("woodpattern.png");
    font: 22px;
    color : #718a94;
}
header {
    text-align: center;
}
.header img {
    margin: auto;
    max-width: 100%;    
}
.topborder {
    background-image: url("books2.png");
    min-width: 100%; 
    min-height: 110px;
    margin: auto;
}
h1 {
    text-align: auto;
    font: 32px 'Petit Formal Script', cursive;
    font-weight: 900;
}
h2 {
    display: block;
    font: 26px 'Poiret One', cursive;
    font-weight: bold;
    margin: 0;
    text-align: auto;
}
p {
    font: 22px 'Poiret One', cursive;
    font-weight: bold;
 }
a:link {
    color: #88BEB1;
    font: 22px 'Poiret One', cursive;
    text-decoration: underline 1px solid;
    font-weight: bold;
}
a:visited {
    color: #1E2422;
    font: 22px 'Poiret One', cursive;
}
a:hover {
    color: #FF621E;
    font: 23px 'Poiret One', cursive;
    text-decoration: underlined;
}
a:active {
    outline: 0;
    font: 23px 'Poiret One', cursive;
}
a:focus {
    outline: 1px dotted #FFFFFF;
    font: 23px 'Poiret One', cursive;
}
ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
} 
#imageLeft1 {
    float: left;
    margin: 2em 1em 2em 5em;
    width: 100%;
}
#imageLeft2 {
    float: left;
    margin: 2em 1em 2em 5em;
    width: 100%;
}
form {
    color: #718a94;
}
legend {
    font: 26px 'Petit Formal Script', cursive;
    font-weight: bold;
}
label {
    font: 20px 'Poiret One', cursive;
    font-weight: bold;
}
.wrap {
    max-width: 75%;
    margin: auto;
    background-color: #E9CEBC;
    padding: 18px 30px 20px 30px; 
    margin-top: -10px;
    box-shadow: 0px 6px 15px silver;
    min-height: 100%;
}
.wrap2 {
    max-width: 75%;
    margin: auto;
    background-image: url("books2.png");
    padding: 30px;
    margin-top: -10px;
    box-shadow: 0px 6px 15px silver;
    min-height: 60px;
}
footer p {
    text-decoration: none;
}
.footer {
    border-top: 1px solid silver;
    text-align: center;
    font-size: small;
    clear: left;
}