* {
    margin: 0;
    padding: 0;
}

body {
    background-color: #E9E8E6;
    background-image: url(../img/paper-background.jpg);
}

p {
    font-size: 1.2em;
    line-height: 1.6em;
    margin-bottom: 0.5em;
    margin-top: 1em;
    font-family: Arial, sans-serif;
}

h {
    font-family: Georgia, serif;
}

ul {
    font-family: Arial, sans-serif;
}

a {
    color: black;
}

img {
    border: 0px;
}

/* ---------- Headers ---------- */

h1 {
    font-size: 3em;
}

h2 {
    font-size: 2.3em;
    margin-top: 2em;
}

h3 {
    font-size: 1.5em;
    margin-top: 1em;
}

h4 {
    font-size: 1.3em;
    margin-top: 1em;
}

h4#firsth4 {
    font-size: 1.3em;
    padding-top: 1em;
    margin-top: 0em;
}

ul {
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 2em;
    font-size: 1.1em;
    line-height: 1.6em;
}

/* ---------- . Classes . ---------- */

.nav-top-link {
    margin-left: auto;
    margin-right: auto;
}


.contact-box-text {
    font-size: 1.1em;
    margin-top: 0.6em;
    font-family: Arial, sans-serif;
}


.quote {
    float: right;
    width: 275px;
    border: solid 3px;
    padding-left: 60px;
    padding-right: 0.2em;
    padding-bottom: 0.2em;
    margin-left: 1em;
    margin-top: 1em;
    margin-bottom: 1em;
    background-image: url(../img/quote.png);
    background-repeat: no-repeat;
    background-position: top left;
}

.quote-text {
    font-size: 1.2em;
}

.quote-author {

    font-style: italic;
}


.fact {
    float: left;
    width: 600px;
    border: solid 3px;
    padding-left: 60px;
    margin: 1em;
    background-image: url(../img/quote.png);
    background-repeat: no-repeat;
    background-position: top left;
}


.fact-text {
    font-size: 1.2em;
}


.service-image {
    float: right;
    max-width: 200px;
    border: solid 1px black;
    padding: 1px;
    margin-left: 1em;
    margin-right: 1em;
    margin-bottom: 1em;
    margin-top: 1.8em;
 }


.page-top-image {
    text-align: center;
    margin-left: 171px;
    margin-right: 171px;
    border: solid 1px black;
}

/* ---------- # IDs # ---------- */

#header-image {
    background-image: url(../img/productive-porcupine-header.png);
    background-color: white;
    width: 768px;
    height: 110px;
    background-repeat: no-repeat;
}

#my-content{
    background-color: white;
    padding-top: 1.1em;
    padding-bottom: 0.5em;
    padding-left: 1em;
    padding-right: 1em;
}

#content{
    background-image: url(../img/paper-background.jpg);
    margin-top: 0.5em;
    margin-bottom: 1.0em;
    width:768px;
    margin-left: auto;
    margin-right: auto;
    border-top: dashed 3px white;
    border-left: dashed 3px white;
    border-right: dashed 3px white;
    border-bottom: dashed 3px white;
}

#sidebar-home {
    float: right;
    width: 250px;
    border-left: dashed 1px gray;
    margin-top: 1em;
    margin-left: 1em;
    padding-left: 0.5em;
    padding-right: 0.5em;
    padding-top: 1em;
}

#navigation-top {
    margin-left: auto;
    margin-right: auto;
    background-color: black;
    width: 765px;
}


#navigation-top ul {
    display: inline;
    margin-left: 0;
}

#navigation-top ul li {
    display: inline;
    text-decoration: none;
    list-style: none;
}

#navigation-top ul li a {
    background-color: black;
    float: left;
    width: 189px;  /* 768 divided by the number of elements */
    text-align: center;
    color: white;
    text-decoration: none;
    font-size: 0.9em;
    border: 1px solid white;
}

#navigation-top ul li a:hover {
    color: black;
    background-color: white;
    border: 1px solid black;
}


#footer {
    background-color: black;
    width: 100%;
    height: 1.5em;
    vertical-align:text-top;
    color: white;
    text-align: center;
    font-size: 0.8em;
}

#footer a {
    color: white;
    text-decoration: none;
}

#big-ideas {
    font-size: 3em;
}

#twitter-box {
    float: right;
    max-width: 100px;
/*    border: 1px dashed gray; */
    padding: 0.5em;
    margin: 1em;
    padding-top: 2em;
    font-size: 0.85em;
    line-height: 1.6em;
    font-family: Arial, sans-serif;
}