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

body { color: #d3d3d3; background-color: #303030;
       text-align: left;
       font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Garuda, Tahoma, Geneva, Arial, sans-serif;
       font-size: 12px;
       margin-left: 30px; width: auto;
       text-rendering: optimizeLegibility;
}

.body-col {
 margin-top: 6em;
 margin-left: auto; margin-right: auto; width: 800px; 
}

strong, em, h1, h2, h3, h4, h5, h6, a { font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Garuda, Tahoma, Geneva, Verdana, Arial, Helvetica, sans-serif; }

a { color: #6b8e23; }
a:hover { color: #1e90ff; }

nav a, header a { text-decoration: none; font-weight: bold; } 

img { border: none; }
#title { background-color: inherit;
         width: 100%;
         z-index: 10;
         padding-top: 0.5em; padding-bottom: 1em;
         top: 0px;
         position: absolute; }
#title { position: fixed; width: 100%; }
#titleMenu { color: #0000cd;
 margin-left: auto; margin-right:auto; width: 800px;
}
#titleMenu a { padding-left: 0.5em; padding-right: 0.5em; }
/*
Theme Name: H5 AJ
Theme URI: http://diggingintowordpress.com/
Description: A minimalist WordPress template theme built with HTML 5.
Version: 1.0
Author: Jeff Starr. Modified by AJ Slater
Author URI: http://perishablepress.com/
Tags: minimalist, template, html5

    H5 v1.0
    http://diggingintowordpress.com/

    This theme was lovingly designed and developed by Jeff Starr, 
    who blogs at perishablepress.com and designs at monzilla.biz.

    The CSS, HTML and design is released under GPL:
    http://www.opensource.org/licenses/gpl-3.0.html
*/


/* == BASICS == */

header, footer, section, article, aside, nav {
    display: block;
}

/*
body {
}
*/

#body-col {
 /*    float: left; */
    width: 850px;
    margin-top: 4em;
    margin-left: 150px; margin-right: auto;

}

#post-col {
    width : 500px;
    margin-top: 4em;
}

body > section > article { width: 500px; }

/* == POSTS == */

article > header {
    text-align: left;
}

article[id*=post-] {
  padding-bottom: 1em;
}
article>header p, 
article>footer p {
    font-style: italic;
}
article+nav {
    font-weight: bold;
}
section>h1 {
    padding-top: 10px;
}

/* == SIDEBAR == */

aside {
    margin-top: 0em;
    margin-right: 2em;
    padding-left: 5em;
    overflow: hidden;
    width: 350px;
    clear: none;
    position: absolute;
    position: fixed;
    top: 3em;
    left: 650px;
    /*float: right;*/ 
}
aside li {
    list-style: none;
}
aside li ul li {
    list-style: disc outside;
}

/* == FOOTER == */

body>footer {
    padding-top: 4em;
    text-align: center;
    overflow: hidden;
    width: 100%;
    clear: both;
}

/* == SEARCH == */
/*
label[for=s] {
    display: none;
}
*/

/* == ELEMENTS == */

/* a place for misc. styles */



/* == ALL YOUR CODE ARE BELONG TO POETRY == */
