/*
Theme Name: Awesome Twenty Fourteen - Ruffle Army
Template: twentyfourteen
*/
@import url("../twentyfourteen/style.css");
/* Theme customization starts here */

/* Center the site - T-K*/
.site {
	margin: 0 auto;
}

/* span featured images full-width of content - T-K */
 
.post-thumbnail img {
	height: auto;
    width: auto;
}
}

/* adjust padding between top of content and header  72px default - T-K */
 
.content-area, .content-sidebar {
  padding-top: 72px;
}

/*  Content max-width adjust 630px as needed (default 474px) - T-K */
 
.site-content .entry-header,
.site-content .entry-content,
.site-content .entry-summary,
.site-content .entry-meta,
.page-content {
    margin: 0 auto;
    max-width: 550px;
}

/* Hide sidebar - T-K */
.site:before {
    display: none;
}

#secondary {
  display: none;
}

.full-width .site-content
{
  margin-right: 0px;
  margin-left: 0;
}

.primary-navigation {
    font-size: 72%;
}

.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: #a853a1 !important; /*#d96bd0*/
  font-weight: 900;
}

.primary-navigation li:hover > a, .primary-navigation li.focus > a
{
  background-color: #24890d;
  color: #ffffff !important;
}

/*No auto text hyphenation - T-K */
 
.entry-content,
.entry-summary,
.page-content {
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	word-wrap: normal;
}
 
.nav-links {
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	hyphens:         none;
	word-wrap: normal;
}
 
.comment-content {
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	word-wrap: normal;
}
 
.widget {
	font-size: 14px;
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	line-height: 1.2857142857;
	margin-bottom: 48px;
	width: 100%;
	word-wrap: normal;
}

/* Own additional styles. */
.copyright_footer {
	color: #2b2b2b;
}

/* Allow break word on posts titles. T-K */
/* Add soft hyphen to titles to tell where the word can be hyphened. Used on jattisaippuakuplavalineet pages title.
An invisible, soft hyphen. This character is not rendered visibly, instead, it marks a place where the browser should break the word if hyphenation is necessary. In HTML, use &shy; to insert a soft hyphen. */
.entry-title {
	overflow-wrap: break-word;
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens:    auto;
	-ms-hyphens:     auto;
	hyphens:         auto;
}
