/*Developer: Brittany Killgore
 * Copyright: 2016, Brittany Killgore, Francis Tuttle Web Design & Development
 * 2/22/2016*/

/*Table of Contents
===============
    #HEADER - Markup Excercise
    #CONTENT -  _______
    #SUBCONTENT - _______
    #FOOTER -  â€“ Copyright*/

/*Color Palette
============
    #333 - ____
    #eee - ____
    #241C55 - ____
    #0196DA - ____
    #fff - white
    #913329 - ____
    #D0792C - ____
    #2C1913 - ____*/
   
   

body {
    font: Helvetica, Arial sans-serif;
    font-size: 12px;
    color: #333;
    background-color: #eee;
    border-left-style: dotted;
    border-right-style: dotted;
    border-color: #fff;
    border-left-width: thick, 3px;
    border-right-width: thick, 3px;
    line-height: 18px;
    padding: 10px;
    width: 942px;
    margin: 0 auto;
}

h1 {
    font-size: 1.75em;
    font-weight: 900;
    color: #241C55;
    line-height: 1.2em;
}

h2 {
    font-size: 1.4em;
    font-weight: 900;
    color: #0196DA;
    line-height: 1.75em;
}

img {
    background-color: #fff;
    padding: 10px;
    float: right;
}

ul {
    list-style: square;
}

a {
    color: #fff;
    text-decoration: none;
}

a:visited {
   color: #D0792C;
}

a:hover {
    color: #fff;
    background-color: #913329;
}

a:active {
    color: #fff;
    background-color: #D0792C;
}

cite {
    font-style: italic;
}

blockquote {
    width: 50%;
    color: #2C1913;
}

dt {
    font-weight: 900;
    letter-spacing: .2em;
}

dd {
    font-style: italic;
    padding: 0 0 12px 0
}