html {
    height: 100%;
    border: 0;
    /* full pixel antiailiasing looks cooler than default subpixel */
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    overflow-y:scroll;
    padding: 0;
    margin: 0;
}

body {
    height: auto;
    font-family: "Helvetica Neue", Helvetica, Geneva, sans-serif;
    font-size: 15px;
    text-align: left;
    width: auto;
    color: #d3d3d3;
    border: 0;
    margin: 0;
    padding: 0;

    font-effect: engrave;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.9);
    background-color: #444444;
    background-image: -moz-linear-gradient(left, rgba(0,0,0,0.5),
        rgba(0,0,0,0) 30%,
        rgba(0,0,0,0) 85%,
        rgba(0,0,0,0.5)
        );
    background-image: -webkit-gradient(linear, left center, right center,
        from(rgba(0,0,0,0.5)),
        color-stop(30%, rgba(0,0,0,0)),
        color-stop(85%, rgba(0,0,0,0)),
        to(rgba(0,0,0,0.5))
        );
}

/* fix firefox 4's too weighty fonts */
@-moz-document url-prefix() {
    body {
        font-weight: 200 !important;
    }
    a {
        font-weight: 400 !important;
    }
}


#body-col {
    margin-left: 100px;
    padding: 0;
    margin-top: 0;
    margin-right: 0;
}

img { border: none; }

a {
color: #6b8e23;

-o-transition:all 0.3s ease-out;
-moz-transition:all 0.3s ease-out;
-webkit-transition:all 0.3s ease-out;
transition:all 0.3s ease-out;

text-decoration: none;
}

a:hover,
a:focus,
a:active {
color: white;
text-shadow: 0px 0px 2px rgba(255,255,255,0.8);
}

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

#wrapper {
    margin: auto;
    display: table;
    width: 1px;
}

#boxes {
    display: table-cell;
}

#menu {
    width: 100px;
    top: 0; left: 0;
    position: absolute;
    position: fixed;
    border-right: 1px solid rgba(255,255,255,0.1);
    height: 100%;

    /* so it picks up some of the body gradient */
    opacity: 0.8;
}

#menu > nav {
    border-right: 1px solid rgba(0,0,0,0.8);
    padding-top: 1px;
    height: 100%;
}

#menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    font-size: small;
}

#menu ul li.menuTitle {
    font-weight: bold;
    font-size: 13px;
}

#menu ul li a, .menuContent {
    border-top: 1px solid rgba(255,255,255,0.1);
    border-bottom: 1px solid rgba(0,0,0,0.8);
    padding-top: 8px;
    padding-bottom: 8px;
    padding-right: 5px;
    padding-left: 15px;
    display: block;
}

#menu ul li:first-child a {
    border-top: none;
    padding-top: 20px;
}

#menu ul li a:active, #menu ul li.menuHighlight a {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0.5)), to(rgba(0,0,0,0.0)));
  background: -moz-linear-gradient(top,  rgba(0,0,0,0.5),  rgba(0,0,0,0.0));
  border-top-color: rgba(0,0,0,0.5);
  border-bottom-color: rgba(255,255,255,0.1);
}

#menu ul li.menuHighlight a {
    color: #d3d3d3;
}

#portrait, #portrait-bg {
    -moz-border-radius: 11px;
    -khtml-border-radius: 11px;
    -webkit-border-radius: 11px;
    border-radius: 11px;
    float: left;
    margin-bottom: 10px;
    background-size: 70px 70px;
    height: 70px;
    width: 70px;
}

#portrait {
    background-image: url('/baby-hedgehog-yawning-100x100.jpg');
}

#portrait:hover {
    opacity: 0;
    -o-transition:all 0.3s ease-out;
    -moz-transition:all 0.3s ease-out;
    -webkit-transition:all 0.3s ease-out;
    transition:all 0.3s ease-out;
}

#portrait-bg {
    background-image: url('http://graph.facebook.com/aj.slater/picture?type=normal');
}

#name a {
   color: #d3d3d3; 
}

.roundbox {
    color: inherit;
    background-color: rgba(0,0,0, 0.2);

    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;

    -webkit-box-shadow: 5px 5px 5px #202020;
    -moz-box-shadow: 5px 5px 5px #202020;
    box-shadow: 5px 5px 5px #202020;

    padding: 10px;
    text-shadow: none;
}

.roundbox a:hover, a:hover .roundbox {
    color : white;
    text-shadow: 0px 0px 2px rgba(255,255,255,0.8);
}

.button a:activate {
    box-shadow: 4px 4px 4px #202020;
    margin-top: 1px;
    maring-left: 1px;
}
/*
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 {
    position: relative;
    clear: both;
    float: left;
    width: 100%;
    overflow: hidden;
}

#body-col {
    float: left;
    width: 100%;
    position: relative;
    margin-top: 4em;
    margin-left: 40px;
    margin-left: 150px; margin-right: auto;
}
*/

/* dirty hack don't know why */
#body-col {
    margin-left: 100px;
    margin-top: 20px;
}

#archives-2 {
    white-space:nowrap;
    width: 100%;
}
#archives-2 ul, #archives-2 ul li {
    list-style-type: none;
    padding: 0px; margin: 0px;
}

/*
#post-col, aside {
    float: left;
    position: relative;
    overflow: hidden;
}
    */

#post-col {
    margin-left: 5%;
    width: 600px;
    /* left: 0%; */
    padding-left: 10px;
    padding-right: 10px;
}

/*
body > section > article { }
*/

/* == POSTS == */

article > header {
    text-align: left;
    font-size: larger;
}

article > header > h1 {
    margin-top: 0px;
}

article[id*=post-] {
  padding-bottom: 1em;
}

article>footer  {
    font-style: italic;
    font-size: smaller;
    color: #aaa;
}
article+nav {
    font-weight: bold;
}

article.roundbox { margin-bottom: 2em; padding: 1em; }

section>h1 {
    padding-top: 10px;
}


/* == SIDEBAR == */

aside {
    margin-top: 0px;
    /*
    padding-left: 5em;
    */
    margin-right: 10px;
    overflow: hidden;
    width: 150px;
    clear: none;
    position: absolute;
    position: fixed;
    top: 3em;
    right: 10px;
    font-size: smaller;
}
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 == */

