/*
 Theme Name:   Twenty Fourteen Nomacs
 Theme URI:    http://nomacs.org/twentyfourteen-nomacs/
 Description:  Twenty Fourteen Nomacs Theme
 Author:       Markus Diem and Stefan Fiel
 Author URI:   http://nomacs.org
 Template:     twentyfourteen
 Version:      1.0.0
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  twentyfourteen-nomacs
 
 updates to parent style:
 #24890D -> #0b93c0 (normal) 	[18x]
 #41A62A -> #0db2e8 (light)	[32x]
 #55D737 -> #09769a (dark)	[ 4x]
*/


/* =Theme customization starts here
-------------------------------------------------------------- */
@import url("../twentyfourteen/style.css");

.entry-content a, .entry-summary a, .page-content a, .comment-content a {
    text-decoration: none;
}

p {
text-align: justify;
}

/* 
 * our changes
 */
.site-header {
	background-color: #cdcdcd;
	max-width: 1920px;
	position: relative;
	width: 100%;
	z-index: 4;
	background: #FFFFFF; /* Old browsers */
	background: linear-gradient(to bottom, #ffffff 0%,#ffffff 95%,#cdcdcd 100%);
}

.site {
	background-color: #fff;
	max-width: 1920px;
	position: relative;
}

.menu-toggle {
	background-color: #cdcdcd;
	border-radius: 0;
	cursor: pointer;
	height: 48px;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: absolute;
	top: 0;
	right: 0;
	text-align: center;
	width: 48px;
}

.content-sidebar .widget .widget-title {
	border-top: 5px solid #cdcdcd;
	color: #2b2b2b;
	font-size: 14px;
	font-weight: 900;
	margin: 0 0 18px;
	padding-top: 7px;
	text-transform: uppercase;
}

.site-footer {
	background-color: #cdcdcd;
	font-size: 12px;
	position: relative;
	z-index: 3;
}

#secondary {
	background-color: #fff;
	color: rgba(0,0,0, 0.7);
}

.site:before {
	background-color: #fff;
}

.site-navigation a {
	color: #333;
}

/* hide content of streams*/
.list-view .site-content .cat-links, 
.list-view .site-content .type-post .entry-content, 
.list-view .site-content .type-page .entry-content, 
.list-view .site-content .type-post .entry-summary, 
.list-view .site-content .type-page .entry-summary, 
.list-view .site-content footer.entry-meta {
    display: none;
}

.list-view .site-content .hentry {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin: 0px;
    min-height: 60px;
    padding: 12px 0px 9px;
}

.list-view .site-content .post-thumbnail img {
    float: left;
    margin: 0px 10px 3px 0px;
    width: 84px;
}

.list-view .site-content .entry-header {
    background-color: transparent;
    padding: 0px;
    clear: none;
    min-height: 150px;
}

.site-content .has-post-thumbnail .entry-header {
    margin-top: 0px;
}

.list-view .site-content .entry-meta,
.list-view .site-content .entry-header .entry-title {
    clear: none;
}

.hentry {
	margin: 0 auto 48px;
	max-width: 1400px;
}

.site-content .entry-header,
.site-content .entry-content,
.site-content .entry-summary,
.site-content .entry-meta,
.page-content {
	max-width: 800px;
}

.comments-area {
	max-width: 800px;
}

.download-button-div {
	background-color: #0B93C0;
	border: 2px solid #0B93C0;
	border-radius: 10px;
	width: 80%;
	padding: 15px;
	font-size: 20px;
	text-align: center;
	background: linear-gradient(to bottom, #0B93C0 0%, #0B93C0 50%, #09769a 100%);
	max-width: 400px;
	display: block;
	margin-top: 25px;
	margin-left: auto;
	margin-right: auto;

}

.download-button-div:hover {
	background: linear-gradient(to bottom, #09769a 0%, #0B93C0 50%, #0B93C0 100%);
	color: #fff;
}

div.download-systems {
	text-align: center;
	width: 100%;
}

a.widget-link-small {
	color: #0B93C0;
}

.release-date {
	font-size: 10px;
	margin-bottom: 5px;
}

.site-title a,
.site-title a:hover {
	color: #0B93C0;
}

.archive-header {
	max-width: 100%;
}

.social-link {
	width: 30%;
	margin: 0.5%;
	opacity: 0.7;
}

.social-link:active {
	opacity: 1.0;
}

.social-link:hover {
	opacity: 0.9;
}

.social-link-div {
	max-width: 400px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.widget {
	margin-bottom: 24px;
}

@media screen and (min-width: 401px) {
	/* 
	 * menu
	 */
	.primary-navigation li:hover > a, .primary-navigation li.focus > a {
		color: #0b93c0;
	}
.list-view .site-content .post-thumbnail img {
    width: 200px;
}
}

@media screen and (min-width: 783px) {

	/* default color of drop down menu entries */
	.primary-navigation ul ul a {
		color: #fff;
	}

	/* hover color of drop down menu entries */
	.primary-navigation ul ul a:hover, .primary-navigation ul ul a:focus {
		color: #09769a;
	}

	/* hover color of top menu entries */
	.primary-navigation li:hover > a, .primary-navigation li.focus > a {
		color: #fff;
	}
}

@media screen and (min-width: 1008px) {

	.content-sidebar {
		margin-left: -23.04761904%;
		width: 23.04761904%;
	}
}

.attachment-post-thumbnail, .wp-post-image img, .post-thumbnail img {
	max-height: 200px;
	max-width: 100%;
	width: auto;
}

.archive-header {
	margin: 0px 0px 20px 0px;
	padding: 10px;
	background-color: #0b93c0;
}

.archive-title {
	color: #fff;
	text-transform: uppercase;
	font-size: 25px;
	font-weight: 300;

}

/* --------- donate ----------*/
#donate-input {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.post-navigation {
	max-width: 100%;
}
