/* 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; }

.container {
  font: 100% "Vollkorn", serif;
  color: #333; }
  @media (max-device-width: 500px) {
    .container {
      font-size: 42px;
      margin-left: 60px;
      margin-right: 60px;
      overflow: scroll; } }
  @media (min-device-width: 501px) {
    .container {
      font-size: 16px;
      width: 500px;
      margin: 45px; } }

h1 {
  font-size: 2em; }

h2 {
  font-size: 1.5em; }

h3 {
  font-size: 1.25em; }

h4 {
  font-size: 1.1em; }

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

p {
  line-height: 1.618em;
  margin-bottom: 1em;
  margin-top: 1em; }

em {
  font-style: italic; }

b {
  font-weight: bold; }

a {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid #CCC; }

a:hover {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid #888; }

.list, ul, ol {
  margin-left: 2em;
  margin-top: 1em;
  margin-bottom: 1.5em; }
  .list li, ul li, ol li {
    line-height: 1.618em;
    margin-bottom: 0.5em; }
    .list li p, ul li p, ol li p {
      margin: 0px;
      margin-top: 4px;
      margin-bottom: 4px;
      font-size: 0.85em; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

blockquote {
  font-size: 1.1em;
  padding-top: 1em;
  padding-bottom: 1em;
  padding-left: 2em;
  margin: 1em;
  border-left: 5px solid #eeeeee; }

/* CODE STYLES */
code, samp, kbd {
  font-family: "Courier New", Courier, monospace, sans-serif;
  text-align: left;
  color: #555; }

pre code {
  line-height: 1.6em;
  font-size: 0.9em; }

pre {
  padding: 0.1em 0.5em 0.3em 0.7em;
  border-left: 2px solid #ccc;
  margin: 1.7em 0 1.7em 0.3em;
  overflow: auto;
  width: 93%; }

/* target IE7 and IE6 */
*:first-child + html pre {
  padding-bottom: 2em;
  overflow-y: hidden;
  overflow: visible;
  overflow-x: auto; }

* html pre {
  padding-bottom: 2em;
  overflow: visible;
  overflow-x: auto; }


.image-figure {
  margin-top: 2em;
  margin-bottom: 2em; }
  .image-figure div {
    font-style: italic; }

.footer {
  text-align: center;
  border-top: 2px solid #CCC;
  margin-top: 30px;
  padding-top: 30px;
  padding-bottom: 30px; }

.popular {
  color: red;
  position:absolute;
  margin-left:-15px;
}

/*# sourceMappingURL=styles.css.map */
