{
    margin:0px;
    padding:0px;
}

article, aside, footer, header, nav
{
    display:block;
}

a:link
{
    text-decoration:none;
}

a:visited
{
    text-decoration:none;
    /* text-shadow:3px 3px 3px black; */
}

a:hover
{
    text-shadow:3px 3px 3px #777777;
}

address
{
    color:white;
    font-size:10pt;
    text-align:center;
}

body
{
    background-color:black;
    /* background-image:url("/images/fadegray2.gif"); */
    background-position:center top;
    background-repeat:repeat-y;
    font-family:georgia,times new roman;
    margin:auto;
    color:black;
}

footer
{
    display:block;
    margin:auto;
    text-align:center;
    width:650px;
}

header
{
    text-align:center;
}

nav
{
    background-color:#732980;
    background-image:url("/images/purplenavbar.jpg");
    /* background-color:gray; */
    display:block;
    font-size:18pt;
    font-variant:small-caps;
    margin:auto;
    padding-bottom:6px;
    height:34px;
}

ul
{
    display:block;
    list-style:none;
    padding-left:0px;
}

section
{
    display:block;
}

/****** HEADER ******/

.titleHeader
{
    /* in html5 the div associated with this should be <header> */
    background-color:#732980;
    border-radius:25px;
    -webkit-border-radius:25px;
    -moz-border-radius:25px;
    padding-top:10px;
}

.titleOutlineOuter
{
    background-color:black;
    border-radius:30px;
    -webkit-border-radius:30px;
    -moz-border-radius:30px;
    padding:8px;
    margin:auto;
    width:980px;    
}

.titleOutlineInner
{
    border:3px solid #732980;
    border-radius:30px;
    -webkit-border-radius:30px;
    -moz-border-radius:30px;
    margin:auto;
    padding:8px;
    text-align:center;
}

/****** ****** ******/

/****** NAV ******/

.nav
{
    /* in html5 the div associated with this should be <nav> */
    background-color:#732980;
    background-image:url("/images/purplenavbar.jpg");
    font-size:18pt;
    font-variant:small-caps;
    height:34px;
    margin:auto;
    padding-bottom:6px;
}

.navSpacer
{
    background-color:black;
    height:12px;
}

.navTable
{
    display:table;
    margin:auto;
    padding-top:5px;
}

.navCell
{
    display:table-cell;
    text-align:center;
    width:16%;
}

.navLink
{
    color:#e9e9e9;
    text-shadow:3px 3px 3px black;
}

/****** *** ******/

/****** ALL PAGES ******/

.mainSection
{
    /* in html5 the div associated with this should be <section> */
    background-color:white;
    border-radius:25px;
    -webkit-border-radius:25px;
    -moz-border-radius:25px;
    padding:20px;
}

.mainArticle
{
    /* in html the div associated with this should be <article> */
    margin:auto;
    text-align:left;
}


/****** **** ******/



/* id section */

/* class section */

.author
{
    text-shadow:2px 2px 3px #111f8c;
}

.articleText
{
    color:black;
    margin:auto;
    padding-top:10px;
    width:720px;
}

.blog
{
    color:black;
    width:920px;
}

.booksCell
{
    display:table-cell;
    color:black;
    vertical-align:top;
}

.homeCell
{
    color:black;
    display:table-cell;
    padding-right:25px;
    text-align:center;
    vertical-align:top;
    width:700px;
}

.cell
{
    display:table-cell;
    text-align:center;
    width:16%;
}

.centerArticle
{
    background-color:white;
    border-radius:25px;
    -webkit-border-radius:25px;
    -moz-border-radius:25px;
    /* width:650px; */
}

.contacttable
{
    margin:auto;
    text-align:left;
}

.fillGray
{
    background-color:#222222;
    height:20px;
    margin:auto;
}

.links
{
    display:block;
}

.linkLinks
{
    color:blue;
}

.outline
{
    background-color:black;
    border:3px solid #732980;
    border-radius:30px;
    -webkit-border-radius:30px;
    -moz-border-radius:30px;
    margin:auto;
    padding:8px;
    text-align:center;
}

.outeroutline
{
    background-color:black;
    border-radius:30px;
    -webkit-border-radius:30px;
    -moz-border-radius:30px;
    padding:8px;
    margin:auto;
    width:980px;
}

.outlineCenter
{
    background-color:white;
    border:3px solid #732980;
    border-radius:15px;
    -webkit-border-radius:15px;
    -moz-border-radius:15px;
    color:black;
    padding:15px;
    text-align:center;
    margin-right:12px;
}

.outline2
{
    background-color:white;
    border:3px solid #732980;
    border-radius:15px;
    -webkit-border-radius:15px;
    -moz-border-radius:15px;
    color:black;
    padding:15px;
    text-align:left;
    float:left;
    margin-right:12px;
}

.outeroutline2
{
    background-color:white;
    border-radius:30px;
    -webkit-border-radius:30px;
    -moz-border-radius:30px;
    padding:8px;
}

.newsTitle
{
    font-size:14pt;
    text-shadow:3px 3px 3px #999999;
}

.newsSection
{
    padding-top:20px;
}

.pageTitle
{
    font-size:16pt;
    text-shadow:3px 3px 3px #999999;
}

.postDate
{
    color:#732980;
    font-style:italic;
}

.quote
{
    font-style:italic;
}

.quoteauthor
{
    float:right;
}

.table
{
    display:table;
    margin:auto;
    padding-top:5px;
}

.tableHome
{
    display:table;
    margin:auto;
    padding-top:25px;
    width:850px;
}

.twitterwidget
{
    color:black;
    display:cell;
    float:right;
    padding-bottom:5px;
    padding-right:0px;
    text-align:center;
    text-color:black;
}

/* Tumblr Stuff */

.tumblr_post
{
    list-style:none;
    /*border:3px solid #732980;
    border-radius:30px;
    -webkit-border-radius:30px;
    -moz-border-radius:30px;*/
    margin-bottom:10px;
    padding:10px;
}

.tumblr_text_post
{
    list-style:none;
}

.tumblr_photo_post
{
    text-align:center;
}

.tumblr_posts
{
    text-align:left;
}

.tumblr_title
{
    text-align:center;
    list-style:none;
    font-weight:bold;
}

.tumblr_body
{
    list-style:none;
}

.newsContent
{
    text-align:left;
}