/*	Om du vill ändra saker i designen så kan du använda dig av CSS prettifier 
  	som t.ex. http://procssor.com/ som kan hjälpa dig att göra denna 
  	stilmallen tydlig. 
*/
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
}

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: "Open Sans", sans-serif;
    line-height: 1.7em
}

#header h1, .pagination, #side #profile h4 {
    font-family: "Meddon", sans-serif;
    line-height: 1.3em
}

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

#wrapper, #header, #side #profile .profile {
    margin: 0 auto
}

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

#side #archives a:after, #side #archives span:after, #side #posts a:after, #side #categories a:after, #side #links a:after {
    margin-left: 3px;
    content: "";
    width: 3px;
    height: 3px;
    display: inline-table;
    vertical-align: middle;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    background: #999
}

#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 #999;
    -moz-box-shadow: 0 2px 4px -3px #999;
    box-shadow: 0 2px 4px -3px #999;
    outline: none;
    background: transparent;
    -webkit-appearance: none
}

#wrapper {
    display: flex;
}

#wrapper, #header {
    width: 990px
}

@media only screen and (max-width: 479px) {
    #wrapper, #header {
        width: 300px
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    #wrapper, #header {
        width: 460px
    }
}

@media only screen and (min-width: 768px) and (max-width: 989px) {
    #wrapper, #header {
        width: 728px
    }
}

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

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

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

a {
    text-decoration: none;
    color: #333;
    -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: #333;
    color: #FFF
}

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

img::selection {
    background: transparent
}

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

@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 {
    width: 100%;
    overflow: hidden
}

#content {
    flex: 1 1 700px;
}

#content ul, #content ol {
    margin-left: 50px;
    margin-top: 10px
}

#content .post a {
    text-decoration: underline
}

#content .post a:hover {
    color: #999
}

#content img {
    max-width: 100%
}

#content time {
    font-size: 13px
}

#content h3 {
    font-size: 32px;
    line-height: 1.2em;
    text-transform: uppercase;
    margin: 2px 0 12px;
    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-top: 10px;
    display: block;
    text-transform: uppercase;
    background: url("../img/border.jpg") repeat-x left 12px;
    text-align: center
}

#content .footer-comment a {
    font-size: 20px;
    background-color: #fff;
    padding: 0 10px
}

#content .entry p {
    margin: 10px 0
}

#content .entry:last-of-type footer {
    margin-bottom: 20px
}

.pagination {
    font-size: 22px;
    margin: 0 20px 20px;
    padding-top: 20px
}

.pagination a {
    text-decoration: none !important;
    color: #999
}

.pagination .pagination-newer {
    float: right
}

@media only screen and (max-width: 479px) {
    .pagination {
        font-size: 12px
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .pagination {
        font-size: 16px
    }
}

.comment {
    margin-bottom: 10px;
    padding: 20px 0;
    border-bottom: 1px dotted #333
}

.comment:first-of-type {
    margin-top: 40px
}

.comment:last-of-type {
    margin-bottom: 40px
}

.comment-meta {
    color: #999;
    font-size: 13px
}

.comment-nr {
    margin-right: 6px;
    padding: 0px 10px;
    border: 1px dotted #333;
    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
}

.comment-body {
    margin-top: 10px
}

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

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

.response {
    border-top: 1px dotted #666;
    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 {
    flex: 1 1 220px;
    margin-left: 70px;
}

@media only screen and (min-width: 768px) and (max-width: 989px) {
    #side {
        width: 150px;
        margin-left: 30px;

    }
}

#side li {
    list-style: none
}

#side section {
    margin-bottom: 20px
}

#side #archives span {
    font-weight: 600
}

#side #archives li {
    display: inline
}

#side #search {
    text-align: center
}

#side #search .formbutton {
    text-transform: uppercase
}

@media only screen and (min-width: 768px) and (max-width: 989px) {
    #side #search input[type="search"] {
        width: 60px
    }
}

#side #profile {
    text-align: center
}

#side #profile h4 {
    text-transform: capitalize;
    font-size: 22px;
    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 {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%
}

#side #posts li, #side #categories li, #side #links li {
    display: inline
}

#side #posts a, #side #categories a, #side #archives a, #side #links a {
    padding-left: 1px
}

#side #posts a:hover, #side #categories a:hover, #side #archives a:hover, #side #links a:hover {
    background: #999;
    color: #fff
}

@media only screen and (max-width: 767px) {
    #side {
        display: none
    }
}

a[title="RSS"] {
    width: 16px;
    height: 16px;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    vertical-align: top;
    background: transparent url("../img/rss.jpg") no-repeat left top
}

a[title="RSS"]:after {
    visibility: hidden
}

a[title="RSS"]:hover {
    background: transparent url("../img/rss.jpg") no-repeat left top !important
}

#content > div, #content > article {
    margin-bottom: 50px;
}
