/* nhb-style
http://meyerweb.com/eric/tools/css/reset/v2.0 | 20110126 | License: none (public domain)*/ 
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var,
b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block}
body {line-height: 1}
ol, ul {list-style: none}
blockquote, q {quotes: none}
blockquote: before, blockquote: after, q: before, q: after {
	content: '';
	content: none;
	}
table {
	border-collapse: collapse;
	border-spacing: 0;
	}
/*..........................*/
a:link, a:visited {
    color: Brown;   
    text-decoration: none;
    }
a:hover {color: red}
#asterisk {
    background-color: BlanchedAlmond;
    border: .2em LightGray dashed;
    color: Sienna;
    float: left;
    margin: 1.5em;
    padding: .5em;
    text-align: center;
    width: 150px;
    }
#blurbage {
    background-color: hsla(31, 53%, 26%, .4);
    width: 50%;
    }
.bold {font-style: bold}
#breadcrumbs {float: right}
.centered {
    margin: 0 auto;
    padding-bottom: 1em;
    text-align: center;
    width: 60%;
    }
#disqus {
    width: 50%;
    margin: 0 auto;
    text-align: center;
    padding: 3em;
    }
.dropcap {
    font-family: artista;
    font-size: 10em;
    letter-spacing: -.1em;
    color: Burlywood;
    float: left;
    line-height: 1em;
    padding-top: 4px; 
    padding-right: 8px; 
    padding-left: 3px;
    }
#entry {
    border-bottom: .3em LightGray dashed;
    margin: 0 auto;
    padding-bottom: 1em;
    text-align: center;
    width: 60%;
    }
.formulaic {
    color: blue;
    font-family: Helvetica;
    font-style: bold;
    text-align: center;
    }
.go {
    color: red;
    font-family: "Nanum Brush Script";
    font-size: 1.5em;
    padding: 1em;
    text-align: right;
    }
h1 {
    color: OliveDrab;
    font-size: 3em;
    font-family: Artista;
    margin-top: .8em;
    text-align: center;
    }
h2 {
    color: OliveDrab;
    font-size: 1.6em;
    font-family: "Nanum Brush Script";
    margin-bottom: 1em;
    text-align: center;
    }
h3 {
    color: #b22222;
    font-family: "Times New Roman";
    font-size: 2.7em;
    padding: 1em;
    text-align: center;
    }
h4 {
    color: Tan;
    font-family: Copperplate;
    font-size: 1em;
    padding: .5em;
    text-align: right;
    }
h5 {
    color: Black;
    font-family: Helvetica;
    font-size: .7em;
    padding: .5em;
    text-align: left;
    }
h6 {
    background-color: hsla(54,100%,90%,1);
    font-family: "Arial Black";
    font-size: 1.5em;
    color: red;
    text-align: center;
    padding: .5em;
    }
.hairline {
    border: .1em solid #000000;
    }
.highlight {
    background-color: yellow;
    }
i, em {font-style: italic}
img {
    height: auto;
    margin: 1em;
    max-width: 100%;
    }
li {
    color: Black;
    font-family: "Arial Black";
    font-size: 1.1em;
    padding: .7em;
    text-align: left;
    }
#main-header {
    border-top-style: dashed;
    border-bottom-style: dashed;
    border-width: .2em;
    border-color: LightGray;
    margin-top: 1em}
.mood {
    float: right;
    margin: 1em;
    }
p {
    color: #778899;
    font-family: Verdana;
    font-size: 1em;
    line-height: 1.7;
    margin-top: 1em;
    text-align: left;
    }
#poetry {
    font-family: Palatino;
    font-style: italic;
    font-size: .8em;
    line-height: 1.5;
    color: ForestGreen;
    }
.pretty-box {
    background-color: hsla(54,100%,90%,1);
    border: .2em LightGray dashed;
    color: Sienna;
    float: right;
    margin: 1.5em;
    padding: .5em;
    text-align: center;
    width: 150px;
    }
.release p {
    color: ForestGreen;
    font-family: Courier;
    font-size: 1.2em;
    font-style: bold;
    line-height: 1.5;
    margin-left: 2em;
    }
#timestamp {margin-bottom: 2em}
#todo {
    font-family: "Nanum Brush Script";
    font-size: 1.6em;
    padding: .2em;
    color: Sienna;
    text-align: right}
#twitter {
    float: center;
    padding: 1em;
}
.wide-foot {
    background-color: hsla(54,100%,90%,1);
    border: .3em LightGray dashed;
    color: black;
    font-family: Helvetica;
    font-size: .8em;
    letter-spacing: .1em;
    padding: 2em;
    text-align: center;
    }