﻿/*
Theme Name:     p2k-ks2016
Theme URI:
Description:    Child of Twenty Sixteen theme
Author:         ks
Author URI:
Template:       twentysixteen
Version:        1.0
*/

html * {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

body {
    font-size:13px;
}

a {
    color:#000;
}


/* Smaller titles */
.entry-title, .nav-links .post-title {
	font-size: 22px;
	font-size: 1.4rem;
	line-height: 1.2727272727;
	margin-bottom: 0.8484848485em;
}

.entry a {
	text-decoration:none;
	color: #000000;
}
.entry a:hover {
    text-decoration:underline;
}

body:not(.search-results) article:not(.type-page) .entry-content {
    float:left;
}

.entry-footer {
    display:none;
}

/* Hide sidebar */
#secondary {
    display:none;
}
.content-area {
    width:100%;
}

.site-footer .site-info {
    display:none;
}

