/* Reset /**/

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    background: transparent;
    border: 0;
    font-size: 100%;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}

html, body { height: 100%; }

body {
    line-height: 1;
    min-width: 320px;
}

em, i { font-style: italic; }

strong, b { font-weight: bold; }

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

ol { list-style: inside decimal; }

ul { list-style: inside; }

.clr:after {
    clear: both;
    content: "";
    display: table;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
}

a {
    color: #0093ee;
    text-decoration: none;
}

a:hover { text-decoration: underline; }

/* main /**/

#main {
    margin: 0 auto;
    min-width: 320px;
    width: 1000px;
}

/* header /**/

#header {
    background: #009874;
    min-height: 100px;
    position: relative;
}

#header img { display: block; }

#header a { color: #fff; }

#header a:hover { text-decoration: none; }

#header .marker {
    bottom: 20px;
    font-family: 'Open Sans', sans-serif;
    font-size: 40px;
    font-weight: bold;
    left: 20px;
    position: absolute;
}

/* content /**/

#content { padding: 40px 0; }

/* left-column /**/

#left-column {
    float: left;
    padding: 0 40px 0 0;
    width: 640px;
}

/* right-column /**/

#right-column {
    color: #2e2e2e;
    float: left;
    width: 320px;
}

/* post /**/

.post-container { padding: 0 0 50px; }

/* post info (create date, author) /**/

.avatar {
    border-radius: 50%;
    vertical-align: top;
}

.post-info {
    color: #9d9d9d;
    font-size: 17px;
    height: 40px;
    line-height: 40px;
    margin: 0 0 20px;
}

.post-info img {
    margin: 0 10px 0 0;
    max-width: 40px;
}

.post-author { font-style: italic; }

    .post-author a { color: #9d9d9d; }

    .post-author a:hover { color: #0093ee; }

.post-author:after {
    content: "|";
    margin: 0 5px;
}

.post-date { font-style: italic; }

/* post title /**/

.post-title {
    color: #000;
    font-family: 'Istok Web', sans-serif;
    font-weight: bold;
    font-size: 40px;
    letter-spacing: -1px;
    line-height: 1.2em;
}

.post-title a { color: #000; }

.post-title a:hover { color: #0093ee; }

/* post-content /**/

.post-content {
    color: #3f3f3f;
    font-size: 21px;
    font-family: 'PT Serif', serif;
    line-height: 1.4em;
    padding: 15px 0 10px;
}

    .post-content a {
        color: #3f3f3f;
        text-decoration: underline;
    }

    .post-content a:hover { color: #0093ee; }

    .post-content h1, .post-content h2, .post-content h3, .post-content h4, .post-content h5  {
        color: #000;
        font-family: 'Istok Web', sans-serif;
        font-size: 26px;
        font-weight: 700;
        padding: 0 0 5px;
    }

    .post-content p { padding: 0 0 20px; }

    .post-content img {
        display: block;
        margin: 0 0 20px;
    }

    .post-content p > img { margin: 0; }

    .post-content img[style*="float:left"], .post-content img[style*="float: left"] { margin: 0 20px 20px 0; }

    .post-content img[style*="float:right"], .post-content img[style*="float: right"] { margin: 0 0 20px 20px; }

    .post-content p.image-caption {
        background: #eee;
        border-left: 8px solid #ccc;
        font-family: 'Open Sans', sans-serif;
        font-size: 14px;
        padding: 8px 0 8px 10px;
        position: relative;
        top: -20px;
    }

    .post-content p.image-caption span {
        color: #8D8D8D;
        display: block;
    }

    .post-content p.border-box {
        background: #eee;
        margin: 0 0 20px;
        padding: 20px;
    }

    .post-content ol { padding: 0 0 15px 15px; }

    .post-content ul { padding: 0 0 15px 15px; }

    .post-content ol li, .post-content ul li { padding: 0 0 5px; }

    .post-content blockquote {
        border-left: 8px solid #bbb;
        color: #666;
        font-style: italic;
        margin: 0 0 20px;
        padding: 0 0 0 20px;
    }

    .post-content blockquote p:last-child { padding: 0; }

    .def-readmore { display: none; }

/* post-actions /**/

.post-actions { line-height: 34px; }

/* post-comment-number /**/

.post-comment-number { color: #9d9d9d; }

.post-comment-number:hover {
    color: #009874;
    text-decoration: none;
}

/* post-read-more /**/

.post-read-more {
    border: 1px solid #9d9d9d;
    border-radius: 16px;
    color: #9d9d9d;
    display: inline-block;
    float: right;
    font-size: 13px;
    font-family: 'Istok Web', sans-serif;
    height: 32px;
    height: 22px;
    line-height: 1;
    padding: 10px 20px 0 17px;
    text-transform: uppercase;
}

.post-read-more:hover {
    border-color: #009874;
    color: #009874;
    text-decoration: none;
}

/* post-tags /**/

.post-tags {
    color: #9d9d9d;
    font-size: 17px;
    line-height: 1.2em;
    padding: 25px 0 30px;
}

.post-tags a { color: #0093ee; }

/* widgets - Oldaldobozok /**/
/*
    - Blog leírása
    - Blog ajánló
    - Címkefelhő
    - Legfrissebb bejegyzések
    - Utolsó kommentek
    - Utoljára kommentelt bejegyzések
    - Archívum
    - RSS Feed
    - Origo RSS

/**/

/* widgets default /**/

.widget {
    border-bottom: 1px solid #ddd;
    overflow: hidden;
    margin: 0 0 25px;
    padding: 0 0 25px;
}

.widget-title {
    color: #9d9d9d;
    font-size: 22px;
    line-height: 1;
    padding: 12px 0 20px;
    text-transform: uppercase;
}

.widget-content {
    line-height: 1.5em;
    overflow: hidden;
}

.widget-content a { color: #009874; }

/* blog-description /**/

.blog-description img {
    border-radius: 50%;
    float: left;
    margin: 0 10px 10px 0;
}

/* recommend /**/

.recommend img {
    border-radius: 50%;
    float: left;
    margin: 0 10px 10px 0;
}

/* tagcloud (címkefelhő)
    - equal-list (egységes megjelenés)
    - tag-cloud-list (címkefelhő megjelenés)

/* equal-list /**/

.tagcloud-content a { color: #0093ee; }

.tagcloud-content .tag-item {
    border: 1px solid #0093ee;
    border-radius: 14px;
    display: inline-block;
    height: 28px;
    line-height: 28px;
    margin: 0 10px 10px 0;
    padding: 0 18px;
}

.tag-item:hover {
    background: #0093ee;
    color: #fff;
    text-decoration: none;
}

/* tag-cloud-list **/

.tag-cloud-list { line-height: 1.7em; }

.tag-size-1 { font-size: 112.5%; }
.tag-size-2 { font-size: 160%; }
.tag-size-3 { font-size: 200%; }

.tag-cloud-item {
    display: inline-block;
    vertical-align: baseline;
}

.tag-separator {
    display: inline-block;
    padding: 0 5px 0 0;
    vertical-align: baseline;
}

/* latest /**/

.latest-item { padding: 0 0 15px; }

.latest-item:last-child { padding: 0; }

.latest-date {
    font-size: 14px;
    text-align: right;
}

/* last-comments & last-commented-posts /**/
/*
    - with avatar
    - without avatar
/**/

/* with avatar */

.last-comment-item-wa { margin: 0 0 25px; }

.last-comment-item-wa:last-child { margin: 0 }

.last-comment-item-info-wa {
    font-size: 16px;
    line-height: 40px;
    padding: 0 0 5px;
}

.last-comment-item-info-wa img {
    border-radius: 50%;
    vertical-align: middle;
}

.last-comment-item-user-wa { padding: 0 10px; }

.last-comment-item-date-wa {
    float: right;
    font-size: 12px;
}

.last-comment-item-title-wa {
    font-size: 16px;
    font-weight: 700;
}

.last-comment-item-comment-wa { font-size: 16px; }

/* without avatar */

.last-comment-item:last-child:after { }

.last-comment-item-title { }

.last-comment-item-info { }

.last-comment-item-user { }

.last-comment-item-date { }

/* /**/

/* archive - Archívum /**/

.archive ul ul  {
    list-style: inside circle;
    padding: 0 0 0 15px;
}

/* Links /**/

/* RSS Feed /**/

/* Origo RSS /**/

.orss-item { padding: 0 0 15px; }

.orss-item:last-child { padding: 0; }

.orss-date {
    font-size: 14px;
    text-align: right;
}

/* ads /**/

.ad-between-post-container { margin: 0 0 30px; }

.ad-between-widget-container { margin: 0 0 30px; }

@media only screen and (max-width: 990px)  {
    #main {
        margin: 0 auto;
        max-width: 640px;
    }

    #header { min-height: auto; }

    #header img {
        height: auto;
        width: 100%;
    }

    #left-column {
        float: none;
        padding: 0;
        width: auto;
    }

    #right-column { display: none; }

    .post-content { padding: 10px 0; }

    .post-content img { height: auto; }
}

@media only screen and (max-width: 640px)  {
    #main { width: 100%; }

    #content { padding: 40px 10px; }

    .post-title { font-size: 28px; }

    .post-content { font-size: 17px; }

    .post-content img[style*="float:left"], .post-content img[style*="float: left"] { margin: 0 10px 10px 0; }

    .post-content img[style*="float:right"], .post-content img[style*="float: right"] { margin: 0 0 10px 10px; }

    .post-content h1, .post-content h2, .post-content h3, .post-content h4, .post-content h5  { font-size: 20px; }

    .post-content p.border-box { padding: 10px; }

    .post-content  blockquote { padding: 0 0 0 10px; }

    .post-tags { padding: 10px 0 15px; }
}

@media only screen and (max-width: 480px)  {

    .post-info { font-size: 14px; }

    .post-info img.avatar { float: left; }

    .post-author {
        display: block;
        line-height: 20px;
    }

    .post-author:after { display: none; }

    .post-date {
        display: block;
        line-height: 20px;
    }
}