@font-face {
  font-family: 'BebasNeueRegular';
  src: url("http://static.blogg.se/themes/simply-black/css/fonts/bebasneue-webfont.eot");
  src: url("http://static.blogg.se/themes/simply-black/css/fonts/bebasneue-webfont.eot?#iefix") format("embedded-opentype"), url("http://static.blogg.se/themes/simply-black/css/fonts/bebasneue-webfont.woff") format("woff"), url("http://static.blogg.se/themes/simply-black/css/fonts/bebasneue-webfont.ttf") format("truetype"), url("http://static.blogg.se/themes/simply-black/css/fonts/bebasneue-webfont.svg#BebasNeueRegular") format("svg");
  font-weight: normal;
  font-style: normal; }

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

strong {
  font-weight: bold; }

em {
  font-style: italic; }

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

body {
  margin: 0;
  padding: 0;
}

  a:hover {
    text-decoration: underline; }

hr {
  background: #dadada;
  color: #dadada;
  clear: both;
  float: none;
  width: 100%;
  height: 1px;
  margin: .75em 0;
  border: none; }
.response, .response+div {
  margin: 0 10px;
  padding: 0 10px;
}
body {-webkit-text-size-adjust: 100%;}
.post img { max-width: 100%; }


.comment-avatar { float: left; margin-right: 10px; margin-bottom: 10px; }
.commentmeta { margin-bottom: 10px; }
h1, h2, h3, h4, h5, h6 {
  font-weight: normal; }

h1, h2, h3, h4, h5, h6, p, ul, ol {
  margin: .5em 0; }

.social a { display: inline-block; vertical-align: bottom; }

h4 {
  font-size: 25px; }

fieldset legend {
  font-weight: normal;
}

#primary footer:after, .comments li:after { 
    clear: both;
    content: " ";
    display: block;
    height: 0;
    visibility: hidden;
    line-height: 0;
}


#wrapper > header {
  text-align: center;
  padding: 70px 0 45px 0;
  margin: 0 0 50px 0; }
  #wrapper > header h1, #wrapper > header h2 {
    margin: 0;
    padding: 0;
    line-height: 1em; }

    #wrapper > header h1 a {
      text-decoration: none; }
  #wrapper > header h2 {
    font-weight: normal;
    font-style: italic;
}

#main {
  overflow: hidden;
  width: 1120px;
  margin: 0px auto;
  position: relative; }
  #main #primary {
    margin-left: 260px;
    width: 600px; }
  #main #secondary {
    position: absolute;
    left: 0;
    top: 0; }
  #main #tertiary {
    position: absolute;
    right: 0;
    top: 0; }

#primary>div {
  margin-bottom: .75em;
}

  .post header {
    text-align: center; }

      .post header h2 a {
        text-decoration: none;
        }
    .post header p {
      font-style: italic;
      }
  .post p {
    margin: .75em 0; }

    .post footer ul li {
      display: inline-block;
      float: left;
      vertical-align: top;
     width: 33%; }
      .post footer ul li:nth-child(2) {
        text-align: center;
        font-weight: normal;
        }
       .post footer ul li.social { text-align: right; }
      .post footer ul li a {
        text-decoration: none;
        }
        .post footer ul li a:hover {
          text-decoration: underline; }

.sidebar {
  width: 180px; }
  .sidebar section {
    margin: 0 0 15px 0; }
    .sidebar section h4 {
      padding: 6px 12px;
      margin: 0 0 15px 0; }
    .sidebar section ul li {
      font-weight: normal;
     }
      .sidebar section ul li a {
        text-decoration: none;
        }
        .sidebar section ul li a:hover {
          text-decoration: underline; }

#profile img {
  max-width: 180px;
  height: auto; }

#comment h4 {
  font-weight: normal;
  }
  #comment h4:first-child {
    margin-top: 0; }
#comment form p > label {
  display: block;
  font-weight: bold; }
  #comment form p > label[for="remember"] {
    display: inline;
    font-weight: normal; }
#comment form input[type=text], #comment form input[type=email], #comment form textarea {
  padding: 5px;
  width: 400px; }


/*              Tablet layout: 1024px (1024px - 1120px)*/
@media only screen and (min-width: 1024px) and (max-width: 1120px) {
    #main { width: 1000px; }
    #main #primary { margin-left: 200px; }
}

/*              Tablet layout: 768px (768px -1023px)*/
@media only screen and (min-width: 768px) and (max-width: 1023px) {
    #main { width: 748px; }
    #main #primary { margin-left: 0px; width: 550px; }
    #main #secondary { left: auto; right: 0; }
    #main #tertiary  { display: none; }
}

/*              Mobile layout: over 480px  (633px - 767px)*/
@media only screen and (max-width: 767px) {
    #main { width: 98%; }
    #main #primary { margin-left: 0px; width: 100%; }
    #main #tertiary, #main #secondary { display: none; }
}

/*              Mobile layout: 320px (up to 479px)*/
@media only screen and (max-width: 479px) {
    #comment form input[type="text"], #comment form input[type="email"], #comment form textarea {
      width: 90%;
    }
}
