/*
Theme Name:     MaxShop Help 2014 Theme
Theme URI:      http://help.max-shop.pl/
Description:    Theme for MaxShop Help website
Author:         CoOokie
Author URI:     http://max-shop.pl/
Template:       twentyfourteen
Version:        1.0.0
*/

@import url("../twentyfourteen/style.css");


body {
	font-family: 'PT Sans', sans-serif !important;
    color: #464646;
}

cite {
    font-weight: bold;
}

.num {
    display: inline-block;
    *display: block;
    zoom: 1;
    width: 22px;
    height: 22px;
    line-height: 21px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    font-family: "Arial Black", Arial, non-serif;
    color: #fff;
    margin-right: 6px;
    border: 1px solid #ce312b;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    background: #ce312b;
}
.num.blue {
    width: 18px;
    height: 18px;
    line-height: 17px;
    font-size: 14px;
    border: 1px solid #2b92ce;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin-right: 4px;
    background: #2b92ce;
}

.notice {
    min-height: 20px;
    padding: 4px 4px 4px 30px;
    font-size: 12px;
    line-height: 18px;
    background: #fbf9e9 url('gfx/exclamation-mark.png') 11px 50% no-repeat;
}

.f-right {
    text-align: center;
}
.f-right .alignright {
    float: none;
}

.alignnone {
    margin: 0
}


.site {
    margin: 0 auto;
    box-shadow: 0 5px 5px 0 #999;
}

.main-content {
    float: left;
}
.content-sidebar {
    width: 20%;
    margin-left: -20%;
}
#secondary {
    background-color: transparent;
    border: 0;
    clear: none;
    float: left;
    margin: 0 0 0 -100%;
    min-height: 100vh;
    width: 190px;
}
.site-content {
    margin-right: 20%;
    margin-left: 250px;
}
@media screen and (max-width: 400px) {
    .content-sidebar,
    #secondary {
        display: none;
    }
    .site-content {
        margin: 0;
    }
}

#site-header img {
    margin: 15px 30px;
}
#site-header span {
    float: right;
    margin: 35px 10px 0 0;
    font-size: 12px;
}

.entry-title {
    font-size: 24px;
    margin: 0;
}

#secondary,
.widget-title,
.widget a,
#site-header,
.site-header,
.site:before,
.site-footer,
.site-footer a,
.site-info {
    color: #464646;
    background: #fff;
}
.site-navigation a {
    color: #464646;
}

.primary-navigation ul ul a {
    color: #fff;
}
.site-navigation .current_page_item > a,
.site-navigation .current_page_ancestor > a,
.site-navigation .current-menu-item > a,
.site-navigation .current-menu-ancestor > a {
    color: #24890d;
}

.masthead-fixed .header-main {
    box-shadow: 0 0 5px 0 #999;
}

#header-main-logo {
    display: none;
    float: left;
    margin-top: 2px;
}
.masthead-fixed #header-main-logo {
    display: block;
}

.primary-sidebar .widget .widget-title {
    border-top: 5px solid #000;
    color: #2B2B2B;
    font-size: 14px;
    font-weight: 900;
    margin: 0 0 18px;
    padding-top: 7px;
    text-transform: uppercase;
}
.primary-sidebar > aside > ul > li > a {
    font-size: 16px;
}
.primary-sidebar .current-cat > a,
.primary-sidebar .current-cat-parent > a {
    font-weight: bold;
    color: #41a62a;
}

.hentry,
.list-view .site-content .hentry {
    padding-top: 16px;
    margin: 0 auto 16px;
    max-width: 755px;
}
.site-content .entry-header {
    padding-bottom: 0;
}

.site-content .entry-header,
.site-content .entry-content,
.site-content .entry-meta,
.site-content .entry-summary,
.page-content,
.archive-header,
.page-header {
    max-width: 655px;
    padding: 0;
    margin: 0;
}
.site-content .entry-meta {
    margin-top: 5px;
}
.site-content .entry-header,
.site-content .entry-content,
.archive-header,
.page-header {
    margin: 0 50px
}
.archive-header {
    margin-bottom: 25px;
}
.site-content .entry-content {
    margin-top: 20px;
    font-size: 13px;
}
.site-content .entry-content p {
    margin-bottom: 8px;
}
.site-content .entry-content p img {
    margin-right: 2px;
}
.type-post footer.entry-meta {
    margin: 20px 50px;
    padding: 0;
}
.type-post .entry-meta .tag-links a:hover:before {
    border-right-color: #24890d;
}
.type-post .entry-meta .tag-links a:hover {
    background-color: #24890d;
}

.widget li > ol,
.widget li > ul {
    margin-left: 16px;
}

.site-info {
    text-align: right;
}

.paging-navigation .page-numbers.current {
    color: #fff;
    background: #24890d;
}

@media screen and (max-width: 400px) {
    .site-content .entry-header,
    .site-content .entry-content,
    .archive-header,
    .page-header {
        margin: 0 5px
    }
    .list-view .site-content .hentry {
        min-height: 42px;
    }
    .menu-toggle:before,
    .primary-navigation a {
        color: #464646 !important;
    }
    .menu-toggle:hover,
    .primary-navigation a:hover {
        color: #41a62a !important;
    }
}