/* Coy Jandreau Site CSS */

* {
    margin: 0;
    padding: 0;
    font-weight: normal;
    font-size: 18px;
}

body {
    background-color: #EEEEEE;
    padding: 40-px;
    font-family: Georgia, Times, serif;
    color: #373737;
}

h1,h2,h3,h4,h5,h6 {
    margin: 10px 0;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
}

h1 {
    font-size: 2.6em; /* 3.6 * base font sie, which is 18px */
}

h2 {
    font-size: 1.8em
}

h3 {
    font-size: 1.3e,;
    letter-spacing: -1px;
    text-indent: 80px; /* Indents the first line of a paragraph...can be numerical or percent based. */
    line-height: 1.3;
}

p {
    margin-bottom: 2em;
    text-align: justify;
}

#container {
    background-color: #FFFFFF;
    /*
    border-right: 2px solid #AAAAAA;
    border-left: 2px solid #DDDDDD;
    */
    box-shadow: inset 0px -4px 4px 4px #DDDDDD;    
    width: 38em;
    margin: 0 auto 0 auto;
    padding: 1.5em;
    top; -1em;
}

#header {
    width: 38em;
    margin: 1em auto 2em auto;
}

#main_title {
    display: block;
    text-decoration: underline;
    text-align: center;
}

#avatar {
    float: left;
    padding: 1em 0.5em 0.5em 0;
}

#quick_reviews {
    float: right;
    padding: 1em 0 0.1em 0.5em;
}

#comic_bookstore {
    float: left;
    padding: 0.5em 0.5em 0.5em 0;
}

#armada_partners {
    display: block;
    width: 120px;
    margin: 3em auto 1em auto;
}

#abilitech {
    text-align: center;
    text-decoration: none;
    color: lightgrey;
}

#abilitech a {
    text-decoration: none;
    color: lightgrey;
}

#e_mail {
    position: relative;
    top: 0.4em;
    margin-right: 0.5em;
}

#plain_e_mail {
    text-align: center;
}

#plain_e_mail a {
    text-decoration: none;
    color: #243352;
}

.main_body {
    text-transform:uppercase;
    font-family: Comic Sans MS, Helvetica, sans-serif;
    font-style: italic;
}

.upper_caps {
    font-size: 1.3em;
    font-weight: bold;
    font-style: italic;
}

.emphasize {
    font-weight: bold;
    font-style: italic;
}

.underlined {
    display: inline-block;
    border-bottom: 2px solid #000000;
    font-family: Comic Sans MS, Helvetica, sans-serif;
    font-size: 1em;
}