/*
Theme Name: Beckism.com Site Theme
Theme URI: http://beckism.com/
Description: New! Improved! Very few images!
Version: 4.0
Author: One Crayon
Author URI: http://onecrayon.com/

Coded with Espresso
http://www.macrabbit.com/espresso
*/
/* @group Reset */
/*
Modified Eric Meyer reset for HTML 5
Source: http://html5doctor.com/html-5-reset-stylesheet/
*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
article, aside, dialog, figure, footer, header, hgroup, nav, section {
  display: block;
}
nav 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;
}
/* @end */
/* @group Elements */
html {
  background: #f5f5f5;
}
/* 62.5% resets default pixel size from 16 to 10; easier to work in base 10 */
body {
  font: 62.5%/1 "Gill Sans", Verdana, sans-serif;
  text-align: center;
  color: #1e1e1e;
}
h1, h2, h3, h4, h5, h6 {
  margin: 0 0 18px;
  font-weight: normal;
}
h1 {
  font-size: 3.6em;
  line-height: 1.1111;
}
h2, h3, h4, h5, h6 {
  font-size: 2.4em;
  line-height: 1.1667;
  margin: 0 0 6px;
}
h3, h4, h5, h6 {
  font-size: 1.8em;
  line-height: 1.4444;
  font-weight: bold;
}
h4 {
  font-style: italic;
}
h5 {
  font-weight: normal;
  font-style: italic;
}
h6 {
  font-weight: normal;
}
p, ul, ol, dl, td, pre {
  font-size: 1.8em;
  line-height: 1.4444;
  margin: 0 0 24px;
}
p p, ul p, ol p, dl p, td p, pre p, p ul, ul ul, ol ul, dl ul, td ul, pre ul, p ol, ul ol, ol ol, dl ol, td ol, pre ol, p dl, ul dl, ol dl, dl dl, td dl, pre dl, p td, ul td, ol td, dl td, td td, pre td, p pre, ul pre, ol pre, dl pre, td pre, pre pre {
  font-size: 1em;
}
p code, ul code, ol code, dl code, td code, pre code {
  font-size: .8333em;
}
code {
  font-family: Consolas, Monaco, monospace;
}
ul ul, ol ul, ul ol, ol ol {
  padding-left: 20px;
}
ul {
  list-style-type: disc;
}
ul ul {
  list-style-type: circle;
}
ol {
  list-style-type: decimal;
}
a:link, a:visited {
  color: #0a82c2;
  text-decoration: none;
}
a:hover, a:active {
  text-decoration: underline;
}
em, i {
  font-style: italic;
}
strong, b {
  font-weight: bold;
}
blockquote {
  border-left: 5px solid #d2d2d2;
  padding: 0 0 0 12px;
  margin: 0 -17px;
}
blockquote blockquote {
  margin: 0;
}
/* @end */
/* @group Classes */
.left {
  float: left;
}
.right {
  float: right;
}
img.left {
  margin: 0 18px 18px 0;
}
img.right {
  margin: 0 0 18px 18px;
}
.center {
  text-align: center;
}
.clear {
  clear: both;
}
.error h1, .error h2, .error h3, .error h4, .error h5, .error h6 {
  color: #773322;
}
p.error, ul.error {
  color: #773322;
  font-weight: bold;
}
.caption {
  font-size: 1.4em;
  line-height: 1.857;
  color: #afafaf;
  text-align: center;
}
.musicbox {
  font: 1.4em/1.857 "Gill Sans", Helvetica, sans-serif;
  margin: 0 0 18px 18px;
  padding: 12px;
  width: 14em;
  text-align: center;
  float: right;
  background: #ededed;
  border: 1px solid #d2d2d2;
}
.dirt_location {
  font-style: italic;
  color: #afafaf;
  margin: 0 0 6px;
}
.standout {
  font-weight: bold;
  font-size: 1.2222em;
}
.jamendo_albumcomment {
  font-size: 1.4em;
  line-height: 1.4444;
}
/* @end */
/* @group Layout */
.cleared, #header nav, #header .title, #content, .nav, .post, div.error, .section, #footer {
  zoom: 1;
}
.cleared:after, #header nav:after, #header .title:after, #content:after, .nav:after, .post:after, div.error:after, .section:after, #footer:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#page {
  width: 950px;
  margin: 0 auto;
  text-align: left;
}
#header {
  color: #afafaf;
  padding: 27px 0 0;
}
#header a:link, #header a:visited {
  color: #626262;
}
#header .title {
  position: relative;
  z-index: 10;
  background: #f5f5f5 url('images/arrow-segment.png') repeat-x 0 55%;
  margin: 0 6px 0 0;
}
#header .title h1 {
  font-size: 4.8em;
  line-height: 1;
  float: left;
  margin: 0;
  padding: 0 6px 0 0;
  background: #f5f5f5;
}
#header .title h1 a:link, #header .title h1 a:visited {
  color: #1e1e1e;
}
#header .title .description {
  line-height: 1;
  margin: 0;
  position: absolute;
  right: 0px;
  bottom: .25em;
  background: #f5f5f5 url('images/arrow-description-jog.png') no-repeat left 0.25em;
  padding: 0 3px 0 42px;
}
#header .title .description a:link, #header .title .description a:visited {
  color: #afafaf;
  font-size: 1.2222222222222223em;
  line-height: 1;
}
#header nav {
  float: left;
  width: 949px;
  border-top: 1px solid #d2d2d2;
  border-right: 1px solid #d2d2d2;
  position: relative;
  top: -2.6em;
  margin: 14px 0 -2.6em;
  z-index: 9;
  padding: 21px 0 18px;
}
#header nav ul {
  float: right;
  padding: 0 18px 0 0;
  margin: 0;
  background: url('images/arrow-nav-right.png') no-repeat right 60%;
}
#header nav li {
  float: left;
  margin: 0 0 0 24px;
}
#content {
  clear: both;
  border-right: 1px solid #d2d2d2;
}
#content .post, #content div.error, #content .section {
  border-top: 1px solid #d2d2d2;
  background: url('images/arrow-article-left.png') no-repeat left top;
  padding: 0 0 12px 25px;
  position: relative;
}
#content .post h1, #content div.error h1, #content .section h1 {
  margin: 18px 0 12px;
  padding: 0 19px 0 0;
}
#content .post h1 a:link, #content div.error h1 a:link, #content .section h1 a:link, #content .post h1 a:visited, #content div.error h1 a:visited, #content .section h1 a:visited {
  color: #1e1e1e;
}
#content .post .entry, #content div.error .entry, #content .section .entry, #content .post .excerpt, #content div.error .excerpt, #content .section .excerpt {
  width: 58em;
}
#content .post .entry pre code, #content div.error .entry pre code, #content .section .entry pre code, #content .post .excerpt pre code, #content div.error .excerpt pre code, #content .section .excerpt pre code, #content .post .entry code pre, #content div.error .entry code pre, #content .section .entry code pre, #content .post .excerpt code pre, #content div.error .excerpt code pre, #content .section .excerpt code pre {
  display: block;
  width: 896px;
  padding: 3px 24px 3px 3px;
  background: #ededed;
  border: 1px solid #d2d2d2;
  border-right: none;
  overflow: auto;
}
#content .post .entry ul pre code, #content div.error .entry ul pre code, #content .section .entry ul pre code, #content .post .excerpt ul pre code, #content div.error .excerpt ul pre code, #content .section .excerpt ul pre code, #content .post .entry ul code pre, #content div.error .entry ul code pre, #content .section .entry ul code pre, #content .post .excerpt ul code pre, #content div.error .excerpt ul code pre, #content .section .excerpt ul code pre, #content .post .entry ol pre code, #content div.error .entry ol pre code, #content .section .entry ol pre code, #content .post .excerpt ol pre code, #content div.error .excerpt ol pre code, #content .section .excerpt ol pre code, #content .post .entry ol code pre, #content div.error .entry ol code pre, #content .section .entry ol code pre, #content .post .excerpt ol code pre, #content div.error .excerpt ol code pre, #content .section .excerpt ol code pre {
  width: 875px;
}
#content .post .metadata, #content div.error .metadata, #content .section .metadata {
  color: #afafaf;
  padding-bottom: 6px;
}
#content .post .metadata a:link, #content div.error .metadata a:link, #content .section .metadata a:link, #content .post .metadata a:visited, #content div.error .metadata a:visited, #content .section .metadata a:visited {
  color: #626262;
}
#content .fiction h1:after {
  content: "fiction";
  display: inline-block;
  vertical-align: super;
  background: #ededed;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  border: 1px solid #d2d2d2;
  font-size: .3333em;
  line-height: 1;
  color: #afafaf;
  margin: 0 0 0 6px;
  padding: 3px 6px;
}
#content .section.column {
  width: 450px;
  float: left;
}
#content .section.column.last {
  width: 449px;
}
#content .nav {
  font-size: 1.8em;
  line-height: 1;
  padding: 24px 0 36px;
  margin: 0 0 -24px 21px;
  position: relative;
  top: -24px;
  width: 32.22em;
  background: url('images/arrow-vertical-segment.png') no-repeat 50% -144px;
}
#content .nav a {
  background-color: #f5f5f5;
}
#content .nav a:link, #content .nav a:visited {
  color: #626262;
}
#content .nav .prev {
  width: 50%;
  float: left;
  text-align: left;
  background: url('images/arrow-segment.png') repeat-x left 11px;
}
#content .nav .prev a {
  background-image: url('images/arrow-left.png');
  background-position: right 10px;
  background-repeat: no-repeat;
  padding-right: 9px;
}
#content .nav .next {
  width: 50%;
  float: right;
  text-align: right;
  background: url('images/arrow-segment.png') repeat-x left 11px;
}
#content .nav .next a {
  background-image: url('images/arrow-right.png');
  background-position: left 10px;
  background-repeat: no-repeat;
  padding-left: 9px;
}
#content div.error {
  padding-bottom: 36px;
}
#content .series_toc {
  float: right;
  width: 175px;
  font-size: 77.78%;
  background: #ededed;
  border: 1px solid #d2d2d2;
  border-right: none;
  padding: 12px;
  margin: 0 -344px 0 0;
  color: #afafaf;
}
#content .series_toc a:link, #content .series_toc a:visited {
  color: #626262;
}
#content .series_toc ol {
  margin: 0;
  padding: 0 0 0 25px;
}
#footer {
  border-top: 1px solid #d2d2d2;
  padding: 50px 0 21px 21px;
  background: url('images/arrow-footer-top.png') no-repeat left top;
  color: #afafaf;
}
#footer a:link, #footer a:visited {
  color: #626262;
}
#footer p {
  font-size: 2.4em;
  line-height: 1.5;
  margin-bottom: 36px;
}
#footer .follow {
  padding-right: 194px;
}
#footer .copyright {
  font-size: 1.8em;
  line-height: 1.3333;
  background: url('images/arrow-segment.png') repeat-x left 12px;
}
#footer .copyright .self-portrait {
  float: right;
  position: relative;
  top: -83px;
  padding: 0 0 0 8px;
  margin: 0 0 -83px 0;
  background: #f5f5f5 url('images/arrow-right.png') no-repeat left 93px;
}
#footer .copyright .self-portrait img {
  border: 1px solid #626262;
}
#footer .copyright .info {
  background: #f5f5f5;
  padding: 0 3px 0 0;
}
/* @end */
/* @group Page Specific */
ol.archives {
  list-style-type: none;
  padding: 0;
}
ol.archives h2 {
  font-size: .7778em;
  line-height: 1;
  text-transform: uppercase;
  color: #afafaf;
}
ol.archives ol {
  list-style-type: none;
  padding: 0;
  margin: 0 0 18px;
}
ol.archives a:link, ol.archives a:visited {
  color: #1e1e1e;
}
ol.archives .tags {
  font-size: .7778em;
  color: #afafaf;
}
ol.archives .tags a {
  font-weight: normal;
}
ol.archives .tags a:link, ol.archives .tags a:visited {
  color: #626262;
}
.comments, .trackbacks {
  width: 555px;
  float: left;
}
.comments article, .trackbacks article {
  padding: 0 21px 24px 0;
  font-size: 88.89%;
  margin: 0 0 12px;
}
.comments article .citation, .trackbacks article .citation {
  color: #afafaf;
  margin: 0;
}
.comments article .citation a:link, .trackbacks article .citation a:link, .comments article .citation a:visited, .trackbacks article .citation a:visited {
  color: #626262;
}
.comments article p, .trackbacks article p {
  margin: 0 0 12px;
}
.comments article footer, .trackbacks article footer {
  position: relative;
  top: -12px;
  margin: 0 0 -12px;
  text-align: right;
  font-size: 87.5%;
}
.comments article footer p, .trackbacks article footer p {
  margin: 0;
  color: #afafaf;
}
.comments article footer p a:link, .trackbacks article footer p a:link, .comments article footer p a:visited, .trackbacks article footer p a:visited {
  color: #626262;
}
.comments article.self, .trackbacks article.self {
  background: #ededed;
  padding-top: 18px;
  padding-left: 21px;
  width: 534px;
  position: relative;
  left: -21px;
}
.comments p.empty, .trackbacks p.empty {
  color: #afafaf;
  font-size: 1.6em;
  margin: 23px 0 0;
}
.trackbacks {
  width: 358px;
  margin: 0 0 0 15px;
}
#commentform label {
  color: #afafaf;
  display: block;
  font-size: 1.4em;
  line-height: 1.4444;
}
#commentform p label {
  font-size: .7778em;
  display: inline;
}
#commentform input {
  font-size: 1.8em;
  margin: 0 0 6px;
  width: 225px;
}
#commentform textarea {
  font-size: 1.8em;
  margin: 0 0 6px;
  width: 32em;
  height: 10em;
}
#commentform .controls input {
  width: auto;
}
/* @end */