/* ---------------------------
	LAYOUT
------------------------------*/
#centerCol {
    width: 82%;
    float:left;
    /*border-right: 1px solid #E3E3E3;*/
    padding: 0 0 0 40px;
    margin-bottom: 30px;
}
#leftCol {
    width:18%;
    float:left;
    padding-right:2.5%;
    border-right: 1px solid #E3E3E3;
}
#leftCol aside {
    padding: 0;
    width: auto;
    float: none;
    margin-top: 0;
}
#leftCol aside ul,
#leftCol aside nav {
    margin-top: 0;
}

.content .title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 28px;
}

h3 {
    font-size: 24px;
}

blockquote {
    border-left: 2px solid #008BD9;
    font-style: italic;
    margin: 0;
    padding-left: 1.5em;
}

aside nav ul li {
    margin-right: 0;
}


.main-column {
    border: none;
    margin-bottom: 30px;
    padding-right: 0;
    padding-left: 0;
    width: 100%;
}
aside.post_sidebar {
    margin-top: 45px;
    float: right;
    border-left: 1px solid #E3E3E3;
    padding:0 2.5%;
}
ul.sub_menu {
	border-bottom: 1px solid #D2D2D2;
    margin: 0 0 20px 0;
    padding: 0 0 10px 10px;
    width: 100%;
    position: relative;
    z-index: 100;
}

ul.sub_menu li {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0 15px;
	background: 0px;
	border-right: 1px solid #efefef;
}

ul.sub_menu li a:link, 
ul.sub_menu li a:visited {
	text-decoration: none;
}

ul.sub_menu li:first-child {
	padding-left: 0px;
}

ul.sub_menu li:last-child {
	border-right: 0px;
}


.kb-search {
	margin-bottom: 1em;
}
.kb-search h3 {
    margin:0.3em 0 0.8em;
    font-weight:400;
}

.kb-search form input[type="text"] {
    border-radius:4px;
    border:1px solid #F8005A;
    background:#fff;
    font-size:18px;
    height:55px;
    /*line-height:55px;*/
    font-weight:400;
	width:100%;
	float:left;
	padding:0 20px;
}

.kb-search form input[type="submit"] {
    height:55px;
    background:#F8005A url(../img/ico_searchkb.png) 50% 50% no-repeat;
    border:none;
    float:right;
    width:77px;
    border-radius:0 4px 4px 0;
    border:1px solid #F8005A;
    margin-top:-55px;

    font-size: 1em;
    color: transparent; /* Fix for Firefox */
    border-style: none;
    border-width: 0;
    padding: 0 0 0 16px !important; /* Fix for Internet Explorer */
    text-align: left;
    line-height: 1 !important;
    overflow: hidden;
    cursor: pointer;
}

.kb-search div {
    width:100%;
    max-width:572px;
    margin:0 auto 0.4em;
    overflow:hidden;
}

.wiki_statistics {
    font-weight: bold;
    margin: 20px auto 20px;
    padding: 5px 10px;
    text-align: center;
    font-size:20px;
}
.wiki_statistics .title,
.wiki_statistics .gray {
	color:#999;
	font-size: 14px;
	font-weight: normal;
}

ul.categories > li {
    background-color: #fff !important;
    background-image: none !important;
    border: 1px solid #E3E3E3;
    border-radius: 3px;
    display: block;
    width: 260px;
    float: left;
    margin: 10px;
    padding: 10px;
   
}
ul.categories>li>a {
	font-weight: bold;
    text-decoration: none;
}
ul.categories ul {
	margin: 0;
}

#archive-title {
    border-bottom: 1px solid #DDDDDD;
    font-size: 13px;
    margin-top: 0;
    padding-bottom: 10px;
    padding-left: 5px;
    margin-bottom: 30px;
}

/* ---------------------------
	HOMEPAGE
------------------------------*/
.site-title-header {
    border-bottom:1px solid #DDDDDD;
    padding-bottom: 4px;
    margin-bottom: 10px;
}
.site-title {
    margin: 0;
    font-size: 36px;
    float: left;
}
.site-title span {
    font-weight: 300;
}
.sub-menu {
    float: left;
}

.submenu-container ul.social {
    float: right;
    margin: 7px 0 0;
}

.submenu-container ul.social li {
    display: inline-block;
    padding: 5px 2px 0;
    padding-left: 0;
    text-align: center;
}
.submenu-container ul.social li a {
    border-radius: 4px 4px 4px 4px;
    display: inline-block;
    height: 100px;
    text-align: center;
    width: 100px;
}

.submenu-container ul.social li a.twitter  {
    background:url(../img/ico_twitter_big.png) 50% 50% no-repeat #14AEE6;
}

.submenu-container ul.social li a.facebook{
    background:url(../img/ico_fb_big.png) 50% 50% no-repeat #2E77BB;
}

.submenu-container ul.social li a.google {
    background:url(../img/ico_google_big.png) 50% 50% no-repeat #D74632;
}

.submenu-container ul.social li a {
    background-size: 14px auto !important;
    height: 22px;
    width: 22px;
}


#top-searchform {
    float: right;
    min-width: 245px;
    padding: 0px 0;
    text-align: right;
    margin-top: 6px;
}
#top-searchform #s {
    display: inline-block;
    width: auto;
    text-align: left;
    font-size: 13px;
    width: 166px !important;
}
#top-searchform .submit {
    margin-left: 0;
    text-align: left;
    font-size: 14px;
    background: #000 url("../img/ico_searchkb.png") no-repeat scroll 50% 50%;
    padding: 9px 17px;
    vertical-align: middle;
}



.main_widgets_home .tabber-widget-tabs {
	list-style: none;
}

.main_widgets_home .tabber-widget-tabs li {
	margin: 0px !important;
	float: left;
	text-align: center;
	width: 25%;
}

.main_widgets_home .tabber-widget-tabs li a {
	background: none !important;
	font-size: 16px;
	color: #333 !important;
	padding: 10px 0 !important;
	border-bottom: 0px solid #d2d2d2 !important;
	margin: 0px !important;
	border-radius: 3px 3px 0 0;
}

.main_widgets_home .tabber-widget-tabs li a.selected {
	border-bottom: 1px solid  #FBFBFB !important;
	border-top: 1px solid #d2d2d2 !important;
	border-right: 1px solid #d2d2d2 !important;
	border-left: 1px solid #d2d2d2 !important;
	background: #f4f4f4; 
	background: -moz-linear-gradient(top, #f4f4f4 0%, #FBFBFB 100%) !important; 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4f4f4), color-stop(100%,#FBFBFB)) !important; /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f4f4f4 0%,#FBFBFB 100%) !important; /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f4f4f4 0%,#FBFBFB 100%) !important; /* Opera11.10+ */
	background: -ms-linear-gradient(top, #f4f4f4 0%,#FBFBFB 100%) !important; /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#FBFBFB',GradientType=0 ) !important; /* IE6-9 */
	background: linear-gradient(top, #f4f4f4 0%,#FBFBFB 100%) !important; /* W3C */
	font-weight: bold;
    bottom: -1px;
    position: relative;
}
.tabber-widget-content {
border:1px solid #d2d2d2;
/*border-top: 0;*/
}


.tabber-widget-rounded-light .tabber-widget-content {
    background: none !important;
}

h5.tabber-widget-title {
	display: none;
}
.tabber-widget-content ul {
    margin: 10px 20px;
}
.tabber-widget-content li,
.tabber-widget-content li.cat-post-item {
    border-bottom: 1px solid #eee;
    margin: 0;
    padding: 0;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.tabber-widget-content .cat-post-widget .post-title {
    font-size: 15px;
    font-weight: 300;
}
.cat-post-widget {
    font-size: 15px;
    line-height: 1.5;
}

aside nav a {
    padding: 3px;
}

#leftCol ul,
#leftCol li {
    margin: 0;
    padding: 0;
}
#leftCol .children {
    margin: 0;
    margin-left: 15px;
}
#leftCol  a {
    color:#000;
    text-decoration: none;
    display: block;
}
#leftCol  a:hover {
    text-decoration: underline;
    color:#008BD9;
    background: none;
}
#leftCol .children a {
    font-size: 14px;
    padding: 0;
}
#leftCol nav>ul>li>a {
    font-weight: bold;
}
/*#leftCol .current-cat-parent>a, 
#leftCol .current-cat>a {
    color: #008BD9;
}*/

/* ---------------------------
	ARTICLES
------------------------------*/

article.post {
	border-bottom: 1px solid #DADADA;
	padding-bottom: 0;
	margin-bottom: 10px;
}

/*.postDate {
    float: right;
    font-size: 14px;
    font-weight: 300;
    margin-top: 0px;
    margin-bottom: 10px;
    text-align: right;
    display: block;
    position: absolute;
    right: 0;
    top:10px;
}*/
.category .title {
    font-size: 15px;
    margin-bottom: 0;
}
.category article {
    border-bottom: 0;
}
.category article p {
    margin: 0 0 0.5em;
}
.post-edit-link {
    float: right;
}
/* ---------------------------
	COMMENTS
------------------------------*/

.metaRight {
    border-top: 0px solid #DADADA;
	border-bottom: 1px solid #DADADA;
	padding: 0 0 0;
	margin: 0 0 30px;
    font-size: 13px;
    position: relative;
    padding-right: 180px;
}
.related-posts {
    border-bottom: 1px solid #DDDDDD;
}
.related-posts ul {
	color: #FE0859;
    margin: 0 0 10px 0;
}
.related-posts h4 {

}
article ul {
	margin: 0;
}

ul.categories li,
article ul li,
.related-posts ul li {
    background: url("../img/bullet_red.png") no-repeat scroll 0 7px transparent;
    color: #222222;
}
.postDate, 
.postCategory,
.postTime, 
.postTags,
.postComments {
    font-size: 13px;
    margin: 0 0 10px;
    padding-left: 20px;
    display: inline-block;
    margin-right: 10px;
}
.postCategory {
    background: url("../img/folder_16.png") 0 0 no-repeat;
}
.postTags {
    background: url("../img/ico_tag.png") 0 2px no-repeat;
}
.postTime {
    background: url("../img/ico_clock.png") 0 0 no-repeat;
}
.postComments {
    background: url("../img/ico_comments.png") 0 3px no-repeat;
}

.postDate {
    padding-left: 0;
}
.comment-reply-link {
    font-weight: bold;
}


/* ---------------------------
	COMMENTS
------------------------------*/
#comments {
    margin:1em 0 1em;
}
#comments,
#respond {
	clear: both;
}

#commentform {

}
#commentform p{
	clear: both;
	margin-bottom: 10px;
}

form input[type="text"],
form input[type="password"], 
form select, 
form textarea {
    border:1px solid #D1d1d1;
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
    border-radius:2px;
    padding:8px 10px;
    background:#fff;
    font-size:15px;
    width:70%;
}

#commentform label {
	display: block;
	float: none;
}
#commentform input[type="checkbox"]{
    margin-top: 5px;
    margin-right: 10px;
}

#commentform .submit {
	margin-left: 0;
    margin-bottom: 20px;
}

.commentlist {
    border-top: 1px solid #DDDDDD;
}
.commentlist ul {
    margin:10px 0;
}
.commentlist li.comment {
    padding-left: 50px;
}
.commentlist li .wrapper {
    border-bottom: 1px solid #DDDDDD;
    position: relative;
}
.commentlist .avatar {
    float:none;
    margin-right: 10px;
    border:1px solid #ddd;
    padding:3px;
    background: #fff;
    position: absolute;
    left: -50px;
}



#comments .button {
    display:inline-block;
    border-radius:2px;
    padding:8px 16px;
    color:#fff;
    font-weight:700;
    text-decoration:none;
    line-height:1;
    text-align:center;
    background:#008BDB;
    font-size:16px;
    padding:8px 20px;
    border:none;
    float: right;
}


#commentform .subscribe-to-comments label {
    display: inline-block;
}



 /* Pagination */
.emm-paginate{
    padding: 25px 0 20px;
}

.emm-paginate a, .emm-paginate span {
    border-bottom: 1px solid #999;
    color: #333;
    text-shadow: 1px 1px #fff;
    min-width:32px;
    min-height:32px;
    line-height:30px;
    text-align: center;
    text-decoration: none;
    text-shadow: none;
    margin: 0 4px;
    border-radius: 3px;
    border: 1px solid #ddd;
    display:inline-block;
}

.emm-paginate .emm-title {
    display:none;
}

.emm-paginate .emm-current,.emm-paginate a:hover {
    color:#008BD9;
    border:1px solid #008BD9;
}

.emm-paginate a:hover {
    /*margin:0;*/
}



@media screen and (max-width: 960px) {


}


@media screen and (max-width: 900px) {
    
    .sub-menu {
        float: none;
    }
    #top-searchform {
        bottom: -45px;
        float: none;
        position: absolute;
        text-align: left;
        width: 100%;
    }
    .content {
        padding-top:50px;
    }
    aside .mobile-menu {
        margin-top: 0;
    }
    #top-searchform #s {
        width: 70%;
    }

}

@media screen and (max-width: 768px) {

    .postDate {
        float:none;
        text-align: left;
        display: block;
        position: static;
        margin-right: 10px;
    }

    .metaRight {
       padding-right: 0;
    }
}


@media screen and (max-width: 640px) {

    .postDate {
        float:none;
        text-align: left;
        display: block;
        position: static;
        margin-right: 10px;
    }

    .metaRight {
       padding-right: 0;
    }
    #centerCol,
    #leftCol,
    #rightCol  {
        width:100%;
        margin-bottom: 20px;
        padding:0;
        
    }
    #leftCol {
        border:none;
        margin-bottom: 20px;
    }
    .site-title,
    #top-searchform {
        float: none;
        text-align: left;
    }
    
    .site-title-header {
        margin-bottom: 5px;
    }
    
   

    .main_widgets_home .tabber-widget-tabs li a {
        font-size: 13px;
        min-height: 60px;
        padding:5px !important;
        /*display: inline-table !important;*/
    }
    
}


@media screen and (max-width: 480px) {

    form input[type="text"], form input[type="password"], form select, form textarea {
        width: 100%;
    }


    
    aside.post_sidebar {
        border:none;
    }

    .sub-menu {
        float: none;
    }
    #top-searchform {
        margin-bottom: 0px;
    }
}