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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

body {
  font-family: "Droid Sans", sans-serif;
  line-height: 1.7em;
}

#header h1, #content h3, #content .footer-comment a, .pagination, #side #profile h4 {
  font-family: "Amatic SC", cursive;
  line-height: 1.3em;
}

#wrapper:after, #menu:after, #menu ul:after, #content:after, .pagination:after, #side:after {
  clear: both;
  content: " ";
  display: block;
  height: 0;
  visibility: hidden;
}

#menu .rss-ico {
  text-indent: -9999px;
}

#wrapper, #header, #menu, #side #profile .profile, #side #myimg div {
  margin: 0 auto;
}

#header, #content header {
  text-align: center;
}

#comment-author, #comment-email, #comment-url, textarea, #side #search input[type="search"] {
  padding: 5px;
  border: 1px solid #b4b4b4;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 4px -3px #999999;
  -moz-box-shadow: 0 2px 4px -3px #999999;
  box-shadow: 0 2px 4px -3px #999999;
  outline: none;
  background: white;
  -webkit-appearance: none;
}

#wrapper, #header, #menu {
  width: 990px;
}

@media only screen and (max-width: 479px) {
  #wrapper, #header, #menu {
    width: 300px !important;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  #wrapper, #header, #menu {
    width: 460px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 989px) {
  #wrapper, #header, #menu {
    width: 728px !important;
  }
}

@media only screen and (max-width: 479px) {
  #content {
    width: 260px !important;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  #content {
    width: 420px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 989px) {
  #content {
    width: 528px !important;
  }
}

@media only screen and (max-width: 479px) {
  #content img {
    max-width: 220px !important;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  #content img {
    max-width: 380px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 989px) {
  #content img {
    max-width: 488px !important;
  }
}

body {
  -webkit-text-size-adjust: 100%;
  font-size: 14px;
  color: #666666;
}

em, i {
  font-style: italic !important;
}

strong, b {
  font-weight: bold !important;
}

a {
  text-decoration: none;
  color: #666666;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

h4 {
  font-size: 16px;
  line-height: 1.7em;
  text-transform: uppercase;
}

.formbutton {
  font: 12px Helvetica, Arial, sans-serif !important;
  color: #404040;
  font-weight: bold !important;
  padding: 4px;
  background: url("../img/btn.png") no-repeat;
  border: 0 none;
  width: 64px;
  height: 30px;
  border: none 0 !important;
  cursor: pointer;
}

::selection {
  background: #cccccc;
  color: #FFF;
}

::-moz-selection {
  background: #cccccc;
  color: #FFF;
}

img::selection {
  background: transparent;
}

img::-moz-selection {
  background: transparent;
}

#header {
  padding: 20px 0;
  margin-top: 20px;
}
@media only screen and (max-width: 479px) {
  #header {
    background-size: 300px auto;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  #header {
    background-size: 460px auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 989px) {
  #header {
    background-size: 748px auto;
  }
}
#header h1 {
  overflow: hidden;
  font-size: 80px;
}
@media only screen and (max-width: 479px) {
  #header h1 {
    font-size: 60px;
  }
}
#header .header1, #header .header2, #header .header3, #header .header4, #header .header5 {
  width: 174px;
  height: 174px;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid white;
}
@media only screen and (max-width: 479px) {
  #header .header1, #header .header2, #header .header3, #header .header4, #header .header5 {
    width: 130px;
    height: 130px;
  }
}
#header .header1, #header .header2, #header .header3, #header .header4 {
  margin-right: 20px;
}
@media only screen and (max-width: 479px) {
  #header .header1, #header .header2, #header .header3, #header .header4 {
    margin-right: 5px;
  }
}
@media only screen and (max-width: 767px) {
  #header .header3, #header .header4, #header .header5, #header h2 {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 989px) {
  #header .header4, #header .header5 {
    display: none;
  }
}

#menu {
  position: relative;
  text-align: center;
  margin-top: 20px;
  height: 35px;
}
#menu .about, #menu .categories, #menu .archives, #menu .links {
  border: none 0 !important;
}
#menu .about li {
  padding: 10px;
}
#menu .about span {
  display: block;
  font-weight: bold;
}
#menu .about p {
  line-height: 1.5em;
}
#menu .big {
  text-transform: uppercase;
}
#menu .rss-ico {
  background: url("../img/rss.jpg") no-repeat left top;
  display: block;
  width: 20px;
  height: 20px;
  margin-left: 20px;
  padding-top: 5px;
}
#menu ul {
  list-style: none;
  position: relative;
  display: inline-table;
  text-align: left;
}
#menu ul li {
  float: left;
  margin-bottom: -8px;
  padding-bottom: 5px;
}
#menu ul li:hover > ul {
  display: block;
}
#menu ul li a {
  display: block;
  padding: 5px 20px 0;
}
@media only screen and (max-width: 479px) {
  #menu ul li a {
    padding: 5px;
  }
}
#menu ul ul {
  z-index: 9999;
  background: white;
  padding: 0;
  position: absolute;
  top: 100%;
  display: none;
}
#menu ul ul li {
  float: none;
  position: relative;
}
#menu ul ul li a {
  padding: 5px 20px;
}
#menu ul ul ul {
  position: absolute;
  left: 100%;
  top: 0;
  background: white;
}

#content {
  width: 700px;
  float: right;
  padding: 20px 20px 0;
  margin-top: 20px;
}
#content ul, #content ol {
  margin-left: 50px;
  margin-top: 10px;
}
#content img {
  max-width: 660px;
}
#content time {
  font-size: 13px;
  display: block;
  margin-bottom: 20px;
}
#content h3 {
  font-size: 52px;
  line-height: 1.2em;
  text-transform: uppercase;
  overflow: hidden;
}
#content footer {
  margin-top: 20px;
}
#content .footer-tags {
  font-size: 12px;
  line-height: 1.5em;
}
#content .footer-categories {
  font-size: 12px;
  line-height: 1.5em;
}
#content .footer-comment {
  margin: 30px 0 10px;
  display: block;
  text-transform: uppercase;
  text-align: center;
}
#content .footer-comment a {
  font-size: 32px;
  padding: 0 10px;
}
#content .entry {
  background-color: white;
  padding: 20px;
}
#content .entry p {
  margin: 10px 0;
}
#content .entry:last-of-type footer {
  margin-bottom: 20px;
}
#content .entry ol {
  list-style: decimal;
}
#content .entry ul {
  list-style: disc;
}

.pagination {
  font-size: 28px;
  margin: 0 20px 20px;
  padding-top: 20px;
}
.pagination a {
  text-decoration: none !important;
  color: #333333;
}
.pagination .pagination-newer {
  float: right;
}
@media only screen and (max-width: 479px) {
  .pagination {
    font-size: 20px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .pagination {
    font-size: 26px;
  }
}

.comment {
  margin-bottom: 10px;
  padding: 20px 0;
  border-bottom: 1px solid white;
}
.comment:first-of-type {
  margin-top: 40px;
}
.comment:last-of-type {
  margin-bottom: 40px;
}

.comment-meta {
  color: #999999;
  font-size: 13px;
}
.comment-meta time {
  display: inline-block !important;
}

.comment-nr {
  margin-right: 6px;
  padding: 0px 10px;
  background-color: white;
  font-size: 13px;
  margin-top: -8px;
  vertical-align: middle;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
}

a.comment-header, .comment-body a {
  text-decoration: underline;
  color: #333333;
}

.comment-avatar {
  float: left;
  padding: 0;
  margin-right: 24px;
  margin-top: -5px;
  border: 1px solid white;
}

.response {
  border-top: 1px dotted #666666;
  padding: 5px 10px 0;
  margin-top: 10px;
}

.response-by {
  display: block;
  padding: 0 10px;
  font-size: 12px;
}

.commentform {
  margin-bottom: 20px;
}
.commentform textarea {
  display: block;
}

label[for="comment-author"], label[for="comment-email"], label[for="comment-url"], label[for="comment-content"], .commentform .formbutton {
  display: block;
  margin-top: 10px;
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  #comment-author, #comment-email, #comment-url, textarea {
    width: 234px;
  }
}

@media only screen and (max-width: 479px) {
  #comment-author, #comment-email, #comment-url, textarea {
    width: 174px;
  }
}

#side {
  width: 190px;
  float: left;
  padding: 20px 20px 0;
  margin-top: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 989px) {
  #side {
    width: 100px;
  }
}
#side section {
  margin-bottom: 20px;
}
#side #search {
  text-align: center;
}
#side #search .formbutton {
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) and (max-width: 989px) {
  #side #search {
    display: none;
  }
}
#side #profile {
  text-align: center;
}
#side #profile h4 {
  text-transform: capitalize;
  font-size: 36px;
  margin: 15px 0;
}
#side #profile p {
  margin-top: 10px;
  text-align: justify;
}
@media only screen and (min-width: 768px) and (max-width: 989px) {
  #side #profile p {
    display: none;
  }
}
#side #profile .profile {
  border: 1px solid white;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
@media only screen and (max-width: 767px) {
  #side {
    display: none;
  }
}
#side #myimg div {
  border-right: 1px solid white;
  border-left: 1px solid white;
  border-top: 1px solid white;
  width: 190px;
  height: 190px;
  background-position: center center;
}
#side #myimg div:last-of-type {
  border-bottom: 1px solid white;
}
@media only screen and (min-width: 768px) and (max-width: 989px) {
  #side #myimg div {
    width: 100px;
    height: 100px;
    background-size: 100px 100px;
  }
}
.profile { display: block; }
.bloglovin a { display: inline-block !important; padding: 0 !important; margin: 0 !important; }
.bloglovin { margin-top: 8px; }
.bloglovin svg { border-radius: 50%; }

#content > .entry , #content > .ad {
  margin-bottom: 20px;
  border-bottom: 0px;
}
