/* ==========================================================================
   Needs More JPEG
   ========================================================================== */
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html,
button,
input,
select,
textarea {
  color: #222; }

body {
  font-size: 22px;
  line-height: 1.4; }

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */
img {
  vertical-align: middle; }

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical; }

.page-header {
  color: #fff;
  background-color: #000;
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.08) 0 -4px 1px 5px; }
  .page-header::after {
    clear: both;
    content: "";
    display: table; }
  .page-header .submit-overlay {
    clear: both;
    color: #fff;
    background-color: #000;
    padding: 6px 6px 14px; }
    .page-header .submit-overlay form > p {
      margin: 4px 12px 8px; }
    .page-header .submit-overlay .tab-block .tab {
      background-color: #000; }
    .page-header .submit-overlay .tab-block .tab-bar a,
    .page-header .submit-overlay input[type="file"] {
      color: #fff; }
    .page-header .submit-overlay input[type="submit"] {
      color: #000;
      background-color: #eee; }
      .page-header .submit-overlay input[type="submit"]:active {
        background-color: #aaa; }
  .page-header h1 {
    display: inline;
    margin: 0; }
  .page-header .logo {
    display: block;
    color: transparent;
    font-size: 0;
    line-height: 0;
    background: #ff0036 url("../img/needsmorejpeg-small-oneline.jpg") center center no-repeat;
    width: 100%;
    height: 64px; }
  .page-header .menu {
    height: 64px;
    background-color: #fff;
    text-align: center; }
    .page-header .menu .menu-item {
      display: inline-block;
      padding: 16px 25px 0 22px;
      height: 64px;
      text-rendering: optimizeLegibility;
      text-decoration: none;
      color: #222; }
      .page-header .menu .menu-item.active {
        color: #fff;
        background: #000; }
        .page-header .menu .menu-item.active:hover {
          background: #000; }
        .page-header .menu .menu-item.active:active {
          color: #fff;
          background: #000; }
    .page-header .menu a.menu-item:hover {
      background: #f9f9f9; }
    .page-header .menu a.menu-item:active {
      color: #000;
      background: #e9e9e9; }
  .page-header .submit-overlay {
    display: none; }

@media screen and (min-width: 564px) {
  .page-header {
    background: #fff; }
    .page-header .logo {
      float: left;
      width: 293px; }
    .page-header .menu {
      float: left;
      padding-left: 4px; }
      .page-header .menu .menu-item {
        float: left; }
    .page-header .submit-overlay {
      position: absolute;
      top: 64px;
      left: 0;
      width: 394px; } }
@media screen and (max-width: 563px) {
  .page-header .menu {
    height: 52px;
    font-size: 0.9em; }
    .page-header .menu .menu-item {
      padding-top: 12px;
      height: 52px; } }
.frontpage .logo {
  margin: 0;
  color: transparent;
  font-size: 0;
  line-height: 0; }
.frontpage .page-header-frontpage {
  color: #fff;
  background-color: #ff0036; }
.frontpage .main {
  background: #fff;
  padding-left: 6%;
  padding-right: 6%; }
.frontpage .main-block {
  padding-top: 10%;
  padding-bottom: 10%;
  max-width: 20em;
  margin: 0 auto; }

@media screen and (max-width: 799px) {
  .frontpage .logo {
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap;
    background: url("../img/needsmorejpeg-small-oneline.jpg") center center no-repeat;
    min-height: 64px; } }
@media screen and (min-width: 800px) {
  .frontpage {
    overflow: hidden; }
    .frontpage::after {
      clear: both;
      content: "";
      display: table; }
    .frontpage .logo {
      background: url("../img/needsmorejpeg-large.jpg") center center;
      background-size: cover;
      min-height: 540px; }
    .frontpage .page-header-frontpage {
      float: left;
      width: 50%;
      margin-bottom: -999px;
      padding-bottom: 999px; }
    .frontpage .main {
      float: left;
      width: 50%;
      margin-bottom: -999px;
      padding-bottom: 999px; } }
.single-image .image-container {
  background: #ccc; }
  .single-image .image-container .image {
    display: block;
    margin: 0 auto;
    width: 100%;
    min-width: 320px; }
.single-image .image-attrs {
  margin: 0.9em 1em 1em;
  color: #777; }
  .single-image .image-attrs p {
    margin: 0; }
  .single-image .image-attrs .divider {
    color: #555; }
.single-image .image-share {
  float: right;
  position: relative;
  top: 2px;
  line-height: 0;
  font-size: 0; }
  .single-image .image-share .fb-like {
    vertical-align: top; }
  .single-image .image-share .fb-like.fb_iframe_widget[style] {
    display: inline-block !important;
    width: 82px !important; }
  .single-image .image-share iframe.twitter-share-button.twitter-count-horizontal[style] {
    vertical-align: top;
    width: 84px !important;
    margin-left: 18px; }
.single-image .image-meta {
  font-size: 0.75em; }

@media screen and (max-width: 810px) {
  .single-image .image-meta {
    font-size: 0.6em; } }
@media screen and (max-width: 650px) {
  .single-image .image-share {
    float: none; }
  .single-image .image-attrs p {
    margin: 1em 0; } }
.generic-page {
  background: #ccc;
  padding: 0.5% 4%; }

* {
  box-sizing: border-box; }

html {
  background-color: #000; }

body {
  margin: 0;
  padding: 0;
  font-family: 'Helvetica Neue', helvetica, arial, sans-serif; }

img {
  max-width: 100%;
  height: auto; }

.error-message {
  color: #fff;
  background: #ff0036;
  padding: 12px 20px; }

.submit-form p {
  margin: 0.75em 0; }
.submit-form label {
  display: block;
  margin-bottom: 8px; }
.submit-form input[type="url"] {
  width: 100%;
  padding: 4px 6px; }
.submit-form input[type="file"] {
  max-width: 100%;
  font-size: 16px; }
.submit-form input[type="submit"] {
  color: #fff;
  background: #000;
  border: 0;
  text-transform: uppercase;
  padding: 5px 9px;
  font-size: 1em; }
  .submit-form input[type="submit"]:active {
    background: #000;
    position: relative;
    top: 1px; }
.submit-form .disclaimer {
  font-size: 11px;
  color: #999;
  vertical-align: 3px;
  margin-left: 1em; }

.donate {
  color: #ccc;
  border-top: 2px solid #f3f3f3;
  padding: 8px 0 4px;
  margin-top: 2.6em;
  font-size: 13px;
  -webkit-transition: color 150ms linear, border-color 150ms linear;
  -moz-transition: color 150ms linear, border-color 150ms linear;
  transition: color 150ms linear, border-color 150ms linear; }
  .donate p {
    margin: 0; }
    .donate p + p {
      margin-top: 1em; }
  .donate .target {
    white-space: nowrap; }
  .donate .symbol {
    color: transparent;
    overflow: hidden;
    background: url("../img/bitcoin.jpg") 0 -16px no-repeat;
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: -4px;
    position: relative; }
    .donate .symbol:before {
      content: " ";
      background: url("../img/bitcoin.jpg") 0 0 no-repeat;
      position: absolute;
      top: 0;
      left: 0;
      width: 16px;
      height: 16px;
      opacity: 0;
      -webkit-transition: opacity 150ms linear;
      -moz-transition: opacity 150ms linear;
      transition: opacity 150ms linear; }
  .donate .address {
    border: 0;
    padding: 1px 1px 1px 3px;
    cursor: text;
    font-family: monospace;
    width: 14em;
    color: #ccc;
    background-color: #f5f5f5;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-transition: color 150ms linear, background-color linear;
    -moz-transition: color 150ms linear, background-color linear;
    transition: color 150ms linear, background-color linear; }
  .donate:hover {
    color: #000;
    border-top: 2px solid #fff5ce; }
    .donate:hover .symbol:before {
      opacity: 1; }
    .donate:hover .address {
      color: #aa003b;
      background-color: #fffae2; }

.tab-block .tab-bar::after {
  clear: both;
  content: "";
  display: table; }
.tab-block .tab-bar a {
  text-decoration: none;
  display: block;
  float: left;
  color: #222;
  padding: 4px 12px; }
  .tab-block .tab-bar a.active {
    font-weight: bold;
    background: #eee; }
.no-js .tab-block .tab-bar {
  display: none; }
.tab-block .tab {
  display: none;
  min-height: 98px;
  padding: 10px 12px;
  background: #eee; }
  .tab-block .tab p {
    margin: 0; }
.tab-block .tab.active {
  display: block; }

.toplist li {
  margin: 0.6em 0; }
.toplist a {
  color: #222;
  text-decoration: none; }
.toplist .thumb {
  width: 64px;
  height: 64px;
  margin-right: 6px; }
.toplist .label {
  font-size: 0.8em; }

.page-footer {
  color: #777;
  font-size: 0.8em;
  text-align: left;
  margin: 0.9em 1em 1em; }
  .page-footer .social-media {
    float: right;
    font-size: 0;
    line-height: 0;
    position: relative;
    top: 2px; }
    .page-footer .social-media .fb-like {
      vertical-align: top; }
    .page-footer .social-media .fb-like.fb_iframe_widget[style] {
      display: inline-block !important;
      width: 82px !important; }
    .page-footer .social-media iframe.twitter-share-button.twitter-count-horizontal[style] {
      vertical-align: top;
      width: 92px !important;
      margin-left: 18px; }
  .page-footer a {
    color: #777; }
    .page-footer a:active {
      color: #888; }

@media screen and (max-width: 810px) {
  .page-footer {
    font-size: 0.6em; } }
@media screen and (max-width: 640px) {
  body {
    margin: 0; }

  .block {
    padding: 1em; }

  .page-header .intro {
    font-size: 1.3em; } }
