/* 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 {
    background-color: #122645;
    background-image: url('img/napivideo-main-background.jpg');
    background-position: center 34px;
    background-repeat: no-repeat;
    background-size: 1920px 630px;
    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: none; }

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

body {
    font-family: Georgia, Times, 'Times New Roman', serif;
    font-size: 18px;
}

a {
    color: #cb3e3e;
    text-decoration: none;
}

a:hover {
    color: #cc6868;
    text-decoration: underline;
}

/* main /**/

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

/* header /**/

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

#header img { display: block; }

#header a {
    background-image: url('img/napivideo-title.png');
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 628px 224px;
    display: block;
    height: 250px;
}

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

#header a::first-letter { letter-spacing: -20px; }

#header .marker {
    bottom: 0;
    font-family: 'Pacifico', cursive;
    font-size: 100px;
    font-weight: normal;
    left: 0;
    position: absolute;
}

/* content /**/

#content { padding: 0 0 40px; }

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

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

.post-date-badge {
    background-color: #cb3e3e;
    float: left;
    color: #fff;
    height: 54px;
    width: 65px;
    margin-top: 20px;
    position: relative;
}

.post-date-badge:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    clear: both;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 27px 15px 27px 0;
    border-color: transparent #ffffff transparent transparent;
}

.p-d-b-month {
    display: block;
    font-size: 10px;
    text-align: center;
    text-transform: uppercase;
    padding-top: 10px;
}

.p-d-b-day {
    display: block;
    font-size: 28px;
    line-height: 22px;
    text-align: center;
}

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

.post-info {
    background-color: #fafafa;
    color: #cb3e3e;
    font-size: 16px;
    margin: 0;
    padding-top: 10px;
    padding-left: 80px;
}

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

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

    .post-author a { color: #cb3e3e; }

    .post-author a:hover {
        color: #cc6868;
        text-decoration: none;
    }


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

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

/* post title /**/

.post-title {
    background-color: #fafafa;
    font-size: 28px;
    font-weight: 400;
    line-height: 1.2em;
    padding-top: 20px;
}

.post-title a {
    color: #000;
	display: block;
    padding: 0 10px 0 80px;
}

.post-title a:hover {
    color: #cc6868;
    text-decoration: none;
}

/* post-content /**/

.post-content {
    background-color: #fafafa;
    color: #292928;
    font-size: 18px!important;
    line-height: 1.4em!important;
    padding: 15px 10px 10px;
}

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

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

    .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 {
  		box-sizing: border-box;
        display: block;
        margin: 20px auto 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, .post-content figcaption {
        background: #cb3e3e;
        border-top: 8px solid #cc6868;
        color: #fff;
        font-size: 16px;
        line-height: 16px;
		margin: 0 auto;
        padding: 10px 0 15px 0;
        position: relative;
        text-align: center;
        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 {
        background-color: #f2f1f1;
        border-left: 8px solid #cb3e3e;
        color: #666;
        font-style: italic;
        margin: 0 10px 20px 0;
        padding: 0 0 0 20px;
    }

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

    .def-readmore { display: none; }

/* post-actions /**/

.post-actions {
    display: inline-block;
    float: right;
    line-height: 34px;
}

/* post-comment-number /**/

.post-comment-number { color: #cb3e3e; }

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

/* post-read-more /**/

.post-read-more {
    background-color: #cb3e3e;
    color: #fff;
    display: inline-block;
    float: right;
    font-size: 17px;
    height: 39px;
    line-height: 39px;
    padding: 0 10px;
    text-transform: uppercase;
}

.post-read-more:hover {
    background-color: #cc6868;
    color: #fff;
    text-decoration: none;
}

/* post-tags /**/

.post-tags {
    background-color: #cb3e3e;
    color: #fff;
    font-size: 17px;
    font-style: italic;
    line-height: 70px;
    margin-bottom: 10px;
    position: relative;
}

.post-tags span {
    background-color: #cc6868;
    bottom: 0;
    display: inline-block;
    float: left;
    margin-right: 10px;
    padding: 0 10px;
    position: absolute;
    top: 0;
}

.post-tag-elements {
    margin: 0 10px 0 93px;
}

.post-tags a {
    color: #fff;
}

.post-tags a:hover {
    color: #000;
    text-decoration: none;
}

/* post-share /**/

.post-share { display: inline-block; }

.share-item {
    float: left;
    margin-right: 5px;
    padding-top: 10px;
}

/* post-comments /**/

#commentList {
    background-color: #fff;
    padding: 10px;
}

.comments-header {
	color: #3c4145!important;
	font-weight: 400!important;
}

.comment-info-left a { color: #cb3e3e!important; }

.comment-info-left a:hover {
    color: #cc6868!important;
    text-decoration: none;
}

.comment-info-right a { color: #cb3e3e!important; }

.comment-info-right a:hover { color: #cc6868!important; }

.comment-content { color: #73787c!important; }

.comment-actions-left { margin-bottom: 10px; }

.comment-actions .btn {
    border: 1px solid #cb3e3e!important;
    border-radius: 0!important;
    text-transform: none!important;
    color: #cb3e3e!important;
}

.comment-actions .btn:hover {
    background-color: #cc6868!important;
    border-color:  #cc6868!important;
    color: #fff;
}

.comment-actions .reply:hover {
    color: #fff!important;
}

.comment-actions .add-comment {
    background-color: #cb3e3e!important;
    border-radius: 0!important;
    color: #fff!important;
}

.comment-rss.foaw {
    color: #cb3e3e;
}

/* 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 {
    background-color: #fafafa;
    border-bottom: 1px solid #ddd;
    overflow: hidden;
    margin: 0 0 25px;
    padding: 0 0 25px;
}

.widget-title {
    background-color: #cb3e3e;
    color: #fff;
    font-size: 19px;
    height: 56px;
    line-height: 56px;
    padding: 0 10px;
}

.widget-title h3 {
    font-weight: normal;
}

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

.widget-content a {
    color: #cb3e3e;
    font-size: 18px;
    font-weight: normal;
}

.widget-content a:hover {
    color: #cc6868;
    text-decoration: none;
}

/* blog-description /**/

.blog-description img {
    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: #cb3e3e; }

.tagcloud-content a:hover {
    color: #cc6868;
    text-decoration: none;
}

.equal-list a:hover { color: #fff; }

.tagcloud-content .tag-item {
    background-color: #cb3e3e;
    color: #fff;
    display: inline-block;
    height: 28px;
    line-height: 28px;
    margin: 0 10px 10px 0;
    padding: 0 5px;
}

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

/* tag-cloud-list **/

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

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

.tag-cloud-item {
    display: inline-block;
    margin: 0 5px 5px;
    vertical-align: baseline;
}

.tag-separator {
    /*
    display: inline-block;
    */
    display: none;
    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: 14px;
    line-height: 40px;
    padding: 0 0 5px;
    text-align: right;
}

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

.last-comment-item-user-wa {
    margin-right: 10px;
    padding-right: 5px;
    position: relative;
}

.last-comment-item-user-wa:after {
    content: "-";
    padding: 0 5px;
    position: absolute;
}

.last-comment-item-user-wa span {
    font-size: 14px;
}

.last-comment-item-date-wa {
    color: #cb3e3e;
    float: right;
    font-size: 14px;
}

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

.last-comment-item-comment-wa {
    color: #000;
    font-size: 18px;
    font-style: italic;
}

/* 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  {
    margin-left: 5px;
    padding: 0 0 0 16px;
}

.list-level-1 li {
    list-style: none;
}

.list-level-2 li {
    list-style: none;
}

.list-level-2 li:before {
    content: "■";
    color: #cb3e3e;
    position: relative;
    top:-2px;
}

.list-level-2 span {
    padding-left: 10px;
}

.list-level-2 span a {
    color: #000;
}

/* Links /**/

/* RSS Feed /**/

/* Origo RSS /**/

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

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

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

/* ads /**/

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

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

/* pager /**/

.blog-pagination {
    border-top: 6px solid #cb3e3e;
    padding-top: 20px;
}

.nav-item {
    color: #fff!important;
}

.p-item {
    background-color: #cb3e3e;
    border: none!important;
    font-weight: 400!important;
}

.p-item:hover {
    background-color: #cc6868;
    color: #fff!important;
}

.num-item {
    border-radius: 50% !important;
    border: none!important;
    color: #fff!important;
}

.num-item:hover {
    background-color: #cc6868!important;
}

.vom {
    font-style: italic;
}

.active-item {
    background-color: transparent!important;
    border: 1px solid #cc6868!important;
    color: #cc6868!important;
}

.active-item:hover {
    background-color: transparent!important;
    border: 1px solid #cc6868!important;
    color: #cc6868!important;
}

.inactive {
    background-color: #caa2a2!important;
    border: 1px solid #caa2a2!important;
}

.inactive:hover {
    border: 1px solid #caa2a2!important;
    color: #fff!important;
}

@media only screen and (max-width: 990px)  {
    body {
        background-image: url('img/napivideo-main-background-900.jpg');
        background-size: contain;
    }

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

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

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

    #header a {
        background-position: center center;
        background-size: contain;
        height: 200px;
    }

    #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 {
        line-height: 35px;
    }
}

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

    #header a { height: 130px; }

    #header .marker { font-size: 80px; }

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