/* RESET */

/* 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;
}
/* HTML5 display-role reset for older browsers */
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;
}

/* GENERAL */
html, body {
    /* font-family: 'Open Sans', sans-serif; */
    font-family: sans-serif;
    font-weight: 200;
    font-size: 18px;
    margin: 0;
    padding: 0;
    height:100%;
    overflow:auto;
    background-color: #111;
    color: #ddd;
}

ul, li {
    list-style: none;
    padding: 0;
    margin: 0;
}

a {
    color: #98878f;
    text-decoration: none;
}

/* header */
header {
    background-color: #192231;
    height: 56px;
    position: fixed;
    width: 100%;
    white-space: nowrap;
}
header div {
    padding: 15px 20px;
    text-align: right;
}
header a {
    color: #cda34f;
    font-size: 14px;
    padding: 5px 10px;
}
header a.social {
    background-color: #111;
}
header a.resrc {
    background-color: #3f3250;
}
header a.tag {
    background-color: #414141;
}

/* footer */
footer a {
    color: #00FF00;
}
footer {
    background-color: #000;
    padding: 20px;
    font-size: 14px;
    color: #eee;
    position: relative;
    bottom: 0px;
}

/* pagination */
/* pagination */
.pagination {
    margin-top: 20px;
    padding-top: 20px;
}
.pagination li {
    display: inline;
    margin-right: 20px;
}
.pagination a.btn {
    background-color: #333;
    padding: 10px;
}

/* items */
main {
    margin-left: auto;
    margin-right: auto;
    line-height: 2em;
    padding-top: 60px; /* header */
    padding-bottom: 75px; /* footer */
    max-width: 700px;
    margin: auto;
}
main h2 {
    font-size: 26px;
}
main h2.label {
    color: #cda34f;
}

/* article */
article {
    padding-bottom: 15px;
    margin-bottom: 15px;
}
article img {
    width: 100%;
    margin-bottom: 15px;
}
article p {
    margin-bottom: 15px;
    font-size: 20px;
}
article .info {
    margin: 20px 0;
    border-bottom: 1px dotted #666;
}
article .info a {
    font-size: 14px;
}
article .benbrood-tumblr-com.text p {
    font-size: 40px;
    font-weight: 900;
    line-height: 1.5em;
}
article .inline-tweet {
    font-size: 30px;
    line-height: 2em;
    padding-left: 80px;
    background: url('/assets/images/twitter_newbird_blue.png') no-repeat;
}
article blockquote {
    clear: both;
    border: none;
    background: transparent url('/assets/images/icons.png') no-repeat scroll -309px -162px;
    min-height: 43px;
    padding-left: 55px;
    margin-bottom: 10px;
    color: #888;
}
article i,
article em {
    font-style: italic;
}
article b,
article strong {
    font-weight: 900;
}
article li {
  margin-left: 20px;
  list-style: disc outside none;
}
article h4,
article h4 a,
article h3,
article h3 a {
    color: #cda34f;
    font-size: 30px;
    margin-bottom: 15px;
}

/* specific media */
.youtube-player,
.vimeo-player {
    max-width: 700px;
    max-height: 540px;
}
.soundcloud_audio_player {
    max-width: 700px;
    max-height: 225px;
}
.container {} .content {
    font-size: 16px;
}

/* by size */
/* up to 768 */
@media (min-width: 0px) and (max-width: 768px) {
    header {
	height: 45px;
    }
    header a {
	font-size: 10px;
    }
    header div {
	padding: 10px;
    }
    main {
	max-width: 700px;
    }
    footer {
	position: relative;
    }
    article {
	padding: 10px;
    }
    object,
    embed,
    video,
    iframe {
        width: 100%;
        border: none;
    }
    .items object,
    .items embed,
    .items video,
    .items iframe {
        width: 100%;
        border: none;
    }
}


/* CUSTOM */
.books img {
    max-width: 300px;
    float: left;
    margin-right: 15px;
}
.books div {
    display: block;
    clear: both;
    min-height: 550px;
}
