/* RESET */
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, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline; 
}
*:focus {
    outline: 0; 
}
body {
    line-height: 1; 
}
ul {
    list-style: none; 
}
table {
    border-collapse: separate;
    border-spacing: 0; 
}
caption, th, td {
    text-align: left;
    font-weight: normal; 
}
blockquote:before, blockquote:after, q:before, q:after {
    content: ""; 
}
blockquote, q {
    quotes: "" ""; 
}
body {
    background: #fff url(http://media.wilsonminer.com/laura/images/sidebarbg.png) repeat-y;
    color: #5c6166;
    font-family: "Helvetica Neue", Arial, sans-serif;
    line-height: 1.4;
}
/* LINKS */
a:link, a:visited {
    color: #333940;
    text-decoration: none;
    font-weight: bold;
}
a:hover {
    color: #34b6dc;
}
/* LAYOUT */
#container {
    width: 752px;
    position: relative;
}
/* MISC */
em {
    font-style: italic;
}
hr {
    height: 1px;
    background-color: #e1e1e3;
    color: #e1e1e3;
    border: none;
    padding: 0;
    margin: 1.5em 0;
}
.legal {
    font-size: 0.6875em;
    color: #999c9f;
}
/* ACCENT */
#accent {
    background: url(http://media.wilsonminer.com/laura/images/overlaybg.png);
    width: 10px;
    position: fixed;
    z-index: 9999;
    left: 252px;
    top: 0;
    bottom: 0;
    height: 100%;
}
/* HEADER */
#header {
    height: 100px;
    margin-bottom: 44px;
    position: relative;
}
#header .title a {
    display: block;
    position: absolute;
    top: 70px;
    left: 110px;
    overflow: hidden;
    text-indent: -9999px;
    width: 287px;
    height: 27px;
    background: url(http://media.wilsonminer.com/laura/images/logo.png) no-repeat;
}
#header .description {
    font-size: 12px;
    position: absolute;
    right: 16px;
    bottom: 0;
    color: #999c9f;
    text-align: right;
}
/* NAV */
#navigation {
    position: absolute;
    top: 140px;
    left: 0;
    width: 252px;
    text-align: right;
}
#navigation .primarynav {
    margin: 0 20px;
    font-size: 0.875em;
    line-height: 1.8em;
}
#navigation .primarynav a {
    text-transform: uppercase;
    color: #668b99;
    font-weight: normal;
}
#navigation .primarynav a:hover {
    color: #435863;
}
/* POSTS */
#posts {
    width: 500px;
    margin: 0 0 44px 252px;
}
/* POSTS */
.post {
    padding: 0;
    margin-bottom: 30px;
    overflow: hidden;
}
.post .date {
    float: right;
    font-size: 0.6875em;
    font-weight: bold;
    text-transform: uppercase;
}
.post .permalink {
    font-size: 1.5em;
    margin: 0 0 0 4px;
    line-height: 0.5em;
}
/* TEXT */
.post.text .title {
    overflow: hidden;
    padding: 14px 16px 14px 30px;
    background: #f86464;
    color: #fcb2b2;
}
.post.text .title a {
    color: #fff;
}
.post.text .title a:hover {
    color: #fcb2b2;
}
.post.text .title h3 {
    font-size: 1.125em;
    line-height: 1.2em;
    margin: -0.25em 3.25em -0.25em 0;
}
.post.text .body {
    overflow: hidden;
}
.post.text .body p,
.post.text .body ul,
.post.text .body ol,
.post.text .body h4,
.post.text .body h5,
.post.text .body blockquote {
    font-size: 0.875em;
    margin: 1em 30px 1em 30px;
}
.post.text .body h4 {
    color: #f86464;
    font-size: 1em;
    font-weight: normal;
    margin: 1.2em 30px 1.2em 30px;
}
.post.text .body ul li {
    padding-left: 2em;
    background: url(http://media.wilsonminer.com/laura/images/bullet.gif) 1em 0.5em no-repeat;
}
.post.text .body ul li p {
    font-size: 1em;
    margin: 0 0 0.75em 0;
}
.post.text .body strong {
    font-weight: bold;
    font-size: 0.9em;
    text-transform: uppercase;
    color: #f86464;
}
.post.text .body p.deck {
    color: #f86464;
    font-size: 1.125em;
    margin: 1.2em 30px 1.2em 30px;
}
.post.text .caption {
    overflow: hidden;
    margin: 12px 30px 12px 30px;
    font-size: 0.75em;
}
.post.text .caption p {
    margin: 0 0 0.75em 0;
    font-size: 1em;
}
.post.text .caption p:last-child {
    margin-bottom: 0;
}
.post.text .inline.flush {
    display: block;
    width: 500px;
    clear: both;
}
.post.text .inline.flush img {
    width: 500px;
}
.post.text .inline.textwidth {
    display: block;
    width: 440px;
    clear: both;
    margin: 1em 30px 1em 30px;
}
.post.text .inline.textwidth img {
    width: 440px;
}
.post.text ul li .inline.textwidth {
	margin-left: -2em;
}
.post.text hr {
    margin: 1.5em 30px;
}
.post.text .body .letter {
    font-style: italic;
}
.post.text .body blockquote {
    font-size: 1em;
    margin: 1.5em 30px;
    border-left: 1px solid #e1e1e3;
    padding-left: 0;
}
.post.text .body blockquote p,
.post.text .body blockquote ul,
.post.text .body blockquote ol,
.post.text .body blockquote h4,
.post.text .body blockquote h5 {
    margin-left: 16px;
}
/* SPECIAL */
.post.text.special .title {
    background: #333;
    color: #fff;
}
/* PHOTO */
.post.photo .caption {
    overflow: hidden;
    padding: 14px 16px 14px 30px;
    background: #333940;
    color: #d6d7d9;
    font-size: 0.75em;
}
.post.photo .caption p {
    margin: 0 0 0.75em 0;
}
.post.photo .caption p:last-child {
    margin-bottom: 0;
}
.post.photo .caption a {
    color: #fff;
}
.post.photo .caption a:hover {
    color: #999ca0;
}
.post.photo .image img {
    display: block;
}
.post.photo .date {
    font-size: 0.916666em;
    color: #999ca0;
}
/* VIDEO */
.post.video .caption {
    overflow: hidden;
    padding: 14px 16px 14px 30px;
    background: #333940;
    color: #d6d7d9;
}
.post.video .caption {
    font-size: 0.75em;
}
.post.video .caption p {
    margin: 0 0 1em 0;
}
.post.video .caption a {
    color: #fff;
}
.post.video .caption a:hover {
    color: #999ca0;
}
.post.video .image img {
    display: block;
}
.post.video .date {
    font-size: 0.916666em;
    color: #999ca0;
}
/* LINK */
.post.link {
    overflow: hidden;
    padding: 14px 16px 14px 30px;
    background: #34b6dc;
    color: #d6f0f8;
}
.post.link a {
    color: #fff;
}
.post.link a:hover {
    color: #99dbee;
}
.post.link .title {
    display: block;
    font-size: 0.875em;
    line-height: 1.2em;
}
.post.link .description {
    display: block;
    margin-top: 0.5em;
    font-size: 0.75em;
}
.post.link .date {
    color: #99dbee;
}
/* QUOTE */
.post.quote {
    overflow: hidden;
    padding: 14px 16px 14px 30px;
    background: #adc259 url(http://media.wilsonminer.com/laura/images/quote.png) 25px 13px no-repeat;
    color: #eff3de;
}
.post.quote a {
    color: #fff;
}
.post.quote a:hover {
    color: #d6e1ac;
}
.post.quote blockquote {
    font-size: 1.125em;
    margin-bottom: 0.75em;
    margin-left: 40px;
}
.post.quote .source {
    font-size: 0.75em;
    margin-left: 40px;
}
.post.quote .date {
    color: #d6e1ac;
}
/* PAGINATOR */
.paginator {
    margin: 14px 30px 24px 30px;
    overflow: hidden;
}
.paginator li {
    display: inline;
}
.paginator a {
    float: left;
    margin-right: 1em;
    font-size: 0.875em;
}
.paginator .next a,
.paginator .newer a {
    float: right;
}
/* FOOTER */
#footer {
    width: 500px;
    margin: 0 0 44px 252px;
}
#footer p {
    margin: 1em 30px;
}