/*
Theme Name: Origami_hn
Template: origami
Author: hn, child theme configurator by Lilaea Media
Version: 1.0
Updated: 2014-07-16 15:04:14
*/

/* ~~~~~~~~ Original style file: ~~~~~~~~~ */ 

@charset "UTF-8";
@import url('../origami/style.css');

/* ~~~~~~~~ Adjustments on neth.de: ~~~~~~~ */ 

/* =Page 
-------------------------------------------------------------- */

/* This is the main page frame */

#page-container {
	width: 100%;
	background: #fdfdfd;
	border: 1px solid #cbc9c7;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
	box-shadow: 0 1px 2px rgba(0,0,0,0.1), inset 0 0 2px rgba(0,0,0,0.1125);
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 20px 0 10px 0;
	padding: 2.25% 4.5%;
}

/* =Logo 
-------------------------------------------------------------- */

#logo {
	position: relative;
	margin: 0px 0 20px 0;
}

#logo.logo-centered {
	text-align: center;
}

#logo a.logo-link {
	text-decoration: none;
}

#logo h1 {
	color: #999; /* #555; */
	display: inline-block;
	font-family: "Terminal Dosis", Arial, Helvetica, Geneva, sans-serif;
	font-size: 40px;
	font-weight: 300;
	margin-bottom: 0.2em;
}

#logo h3 {
	color: #555; /* #666; */
	display: inline-block;
	font-size: 14px;
}

#logo img {
	height: auto;
	max-width: 100%;
}

/* =Logo  : Search Form 
-------------------------------------------------------------- */
/* was (in modified style.css):

#logo #searchform {
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -12px;
}

#logo #searchform label {
	display: none;
}

#logo #searchform #searchsubmit {
	display: none;
}

#logo #searchform #s {
	width: 28px;
	background: #F9F9F9 url(images/mag.png) no-repeat 10px center;
	border: 1px solid #EEEEEE;
	border-width: 0 0 1px 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #777;
	font-size: 0.9em;
	font-weight: 200;
	padding: 4px;
	padding-left: 30px;
	-webkit-transition: all 0.275s ease-in-out;
	-moz-transition: all 0.275s ease-in-out;
	-o-transition: all 0.275s ease-in-out;
	-ms-transition: all 0.275s ease-in-out;
	transition: all 0.275s ease-in-out;
}

#logo #searchform #s:focus {
	width: 180px;
}

@media screen and (max-width:480px) {
	
	#logo #searchform {
		position: static;
		
		margin-top: 15px;
	}

	#logo #searchform #s {
		width: 100%;
		
	}

	#logo #searchform #s:focus {
		width: 100%;	
	}
}
*/ 

/* =Main Menu 
-------------------------------------------------------------- */

#menu ul {
	background: #F9F9F9;
	border: 1px solid #EEEEEE;
	border-width: 1px 0;
	display: block;
	margin-bottom: 30px;
	padding: 0px;
	text-align: left;
}

#menu ul li {
	position: relative;
	display: inline-block;
	padding: 10px 10px;
}

#menu ul li a {
	color: #505050;
	font-size: 1em;
	text-decoration: none;
}

/* ~~~ NEW in neth.de START: ~~~ */ 

#menu ul li a:hover {
	/* color: #006699; /* blue */  
	text-decoration: underline;
}

/* ~~~ NEW in neth.de END. ~~~ */ 

#menu ul li ul {
	position: absolute;
	top: 100%;
	left: 50%;
	width: 60px;
	background: #F5F5F5;
	background-color: #F4F4F4;
	border-color: #DDDDDD;
	border-top: 1px solid #E4E4E4;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	margin-left: -30px;
	visibility: hidden;
	z-index: 10;
}

#menu ul li li ul {
	top: 0;
	left: 100px;
	margin-left: 10;
}

#menu ul li ul li a {
	color: #606060;
	display: block;
	font-size: 0.9em;
}

#menu ul ul li {
	width: 60px;
	padding: 10px 0;
	text-align: center;
}

#menu ul li:hover > ul {
	display: block;
	visibility: visible;
}

#menu .mobilenav-main-link {
	font-size: 14px;
	font-weight: 500;
}

#menu .mobilenav-main-link .mobile-nav-icon {
	width: 13px;
	height: 15px;
	background: green;
	background: url(./images/navigate.png) no-repeat;
	display: inline-block;
	margin: 0 7px -3px 0;
}

/* ~~~~~~~~ Font sizes and colors: ~~~~~~~~ */ 

body {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 13px; /* body (menu) text size */
	font-weight: 400;
}

.post .content {
	color: #606060;
	font-size: 13px; /* post content text size */
	margin-bottom: 20px;
}

/* ~~~~~~~~ featured image: ~~~~~~~~~~~ */

/* @group Featured Image */

.post .featured-image{
	position: relative;
	text-align: left; /* was: center */ 
}

.post img.main-image {
	height: auto;	
	max-width: 365px; /* was: 100% */ 
}

/* =Content  : Headings 
---------------------------------------- */

.content h1 {
	font-size: 20.40px; /* was: 24px */
}

.content h2 {
	font-size: 18.48px; /* was: 20.40px */
}

.content h3 {
	font-size: 18.48px; /* was: 18.48px */
}

.content h4 {
	font-size: 16.32px; /* was: 16.32px */
}

.content h5 {
	font-size: 13.92px; /* was: 13.92px */
}

.content h6 {
	font-size: 12.48px; /* was: 12.48px */
}

/* ------- Archive and Entry Titles: ------ */

h1.archive-title {
	color: #666666; /* grey, was: #333 */ 
	font-family: "Dosis", Arial, Helvetica, Geneva, sans-serif;
	font-size: 2.2em;
	font-size: 20px;   /* was: 28px */ 
	font-weight: 200;  /* was: 200 */ 
	line-height: 1.25em;
	margin: 1em 0 0.4em 0;
	text-align: left;
}

h1.entry-title {
	/* color: #006699; /* blue (of links) */
	color: #003366; /* darker blue (of visited links), was: #333 */ 
    	font-family: "Dosis", Arial, Helvetica, Geneva, sans-serif;
	font-size: 2.2em;
	font-size: 28px;   /* was: 28px */ 
	font-weight: 200;  /* was: 200 */ 
	line-height: 1.25em;
	margin: 1em 0 0.4em 0;
	text-align: left;
}

h1.entry-title a:hover {
    	text-decoration: underline;
	/* color: #006600; green */ 
}

/* ~~~~~ =post-navigation : link decorations ~~~~~ */

.post-navigation a {
	text-decoration: none; /* was: none */ 
	color: #006699; /* blue, was: #333 */ 
}

.post-navigation a:hover {
	text-decoration: underline; /* was: none */ 
	color: #006699; /* blue, was: #333 */
}

.post-navigation a:active {
    	text-decoration: underline;
	color: #006600; /* green */ 
	/* color: #990000; red */ 
}

/* =Content  : Table 
---------------------------------------- */

.content table {
	width: 100%;
	margin: 1em 0;
}

.content th {
	border-bottom: 3px solid #C0C0C0;
	font-size: 1.1em;
	font-weight: bold;
	padding: 8px;
}

.content thead th {
	border-bottom: 3px solid #C0C0C0;
}

.content td {
	padding: 6px; /* was: 8px */
}

/* =Content 
-------------------------------------------------------------- */

.post .content {
	color: #606060;
	font-size: 13px;
	margin-bottom: 20px;
}

.content-columns-2 .content {
	-moz-column-count: 2;
	-webkit-column-count: 2;
	column-count: 2;
	-moz-column-gap: 30px;
	-webkit-column-gap: 30px;
	column-gap: 30px;
}

.content-columns-3 .content {
	-moz-column-count: 3;
	-webkit-column-count: 3;
	column-count: 3;
	-moz-column-gap: 30px;
	-webkit-column-gap: 30px;
	column-gap: 30px;
}

.content-columns-4 .content {
	-moz-column-count: 4;
	-webkit-column-count: 4;
	column-count: 4;
	-moz-column-gap: 30px;
	-webkit-column-gap: 30px;
	column-gap: 30px;
}

/* =Content  : WP Core ------------------------------ */
/* Note: order in margin: top right bottom left ----- */

.alignnone {
	margin: 5px 20px 20px 0; 
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 20px auto 20px auto;
}

.alignright {
	float: right;
	margin: 5px 0 10px 20px; /* was: margin: 5px 0 20px 20px; */ 
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 5px 20px 20px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	background: #EFEFEF;
	border: 1px solid #C0C0C0;
	-webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 3px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 3px rgba(0,0,0,0.25);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	max-width: 100%; /* Image does not overflow the content area */ 
	padding: 5px 3px 10px 3px;
	text-align: center;
}

.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}

.wp-caption img {
	width: auto;
	height: auto;
	border: 0 none;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
}

.wp-caption p.wp-caption-text {
	color: #666;
	font-size: 11px;
	font-style: italic;
	line-height: 1;
	margin: 0;
	padding: 4px 5px 0 5px;
}

.sticky {
}

.gallery-caption {
}

.content {
	line-height: 1.6em;
}

.content *:first-child {
	margin-top: 0px;
}

.content *:last-child {
	margin-bottom: 0px;
}

.content ul {
	margin-bottom: 1.5em;
	padding-left: 1em;
}

/* ~~~~~ =content : link decorations ~~~~~ */

.content a:link {
	text-decoration: none;
	color: #006699 /* blue */  
}

.content a:visited {
	text-decoration: none;
	color: #003366 /* dark blue */ 
	/* color: #993399; purple */ 
	/* color: #80B2CC; lighter blue */ 
	/* color: #000000; black */ 
}

.content a:hover {
    	text-decoration: underline;
	/* color: #006600; green */ 
}

.content a:active {
    	text-decoration: underline;
	color: #006600; /* green */ 
	/* color: #990000; red */ 
}

/* ~~~~~~~~~~~ additional styles: ~~~~~~~~~~~~~~~~~~~ */
/* Note: order in margin: top right bottom left ----- */

.quote {
	float: right;
	margin: 2px 2px 10px 20px;
	padding: 8px;
	color: #333333; 
	background-color: #F5F5F0; 
	text-align: left;
	font-style: normal; 
	font-size: 100%; 
}

.quotesource {
	float: right;
	margin: 0px 2px;
	padding: 1px;
	/* color: #000000; */ 
	/* background-color: #ffffff; */  
	text-align: right;
	font-style: italic; 
	font-size: 95%; 
}

/* ~~~~~~~~ Align post info left (instead of center): ~~~~~~~~~~~ */

.post .post-info{
	margin-bottom: 30px;
	text-align: left;
	color: #A6A6A6;
	font-size: 11.5px;
}

/* +++ here now +++: Start APA-style ref list */ 
/* from: https://github.com/bertobox/CSS-for-APA-Style-references */

.hangingindent {
    padding-left: 22px ;
    text-indent: -22px ;
}

/*
CSS for APA-Style Reference lists,
COPY THE FOLLOWING STYLES INTO YOUR CSS:
*/

/*
Sets any enclosing element (div/ul/ol/dl) with or within the following classes flush left
*/
.apa, .apa ul, .apa ol, .apa dl,
.ref-apa, .ref-apa ul, .ref-apa ol, .ref-apa dl,
.apa-ref, .apa-ref ul, .apa-ref ol, .apa-ref dl,
.refapa, .refapa ul, .refapa ol, .refapa dl,
.aparef, .aparef ul, .aparef ol, .aparef dl{
	padding-left: 0;margin-left: 0;
}

/*
Disables bullets or numbers from appearing on references that use list item (li) elements
*/
.apa li,
.ref-apa li,
.refapa li,
.apa-ref li,
.aparef li{
	list-style-type: none;
}

/*
Creates the hanging indent and the ‘double spacing’ between references.
*/
.apa p, .apa li, .apa dd,
.ref-apa p, .ref-apa li, .ref-apa dd,
.refapa p, .refapa li, .refapa dd,
.apa-ref p, .apa-ref li, .apa-ref dd,
.aparef p, .aparef li, .aparef dd{
	margin-left: .5in; /*this controls how much to indent the lines in your reference. */
	text-indent: -.5in; /*to start the first line flush to the left, express in negative here whatever distance you placed in the margin-left setting above. */
	margin-left: 2em; /*this controls how much to indent the lines in your reference. */
	text-indent: -2em; /*to start the first line flush to the left, express in negative here whatever distance you placed in the margin-left setting above. */
	margin-top: 1em;
	margin-bottom: 1em;
}


/* The following items are OPTIONAL - Please READ:

DEFINITION TERM styling:
This is usually not needed for blogs
or if you’re already styling your <dt> tags elsewhere.

Tip: Style this element by applying what you are using for your <h2> tags
(or whatever style you feel best represents this hierarchy)
elsewhere in your document,
some generic initial settings are provided below:
*/
.ref-apa dt{
	font-size: 1.5em;
	font-weight: bold;
	margin: .83em 0;
}
/* .ref-apa dd{margin-left: 0;} */

/* +++ here now +++: End APA-style ref list */ 

.notext { visibility:hidden; }
.hidetext { visibility:hidden; }
.vspace { margin-bottom:33mm; } 

/* ~~~~~~~~ In comments.php ~~~~~~~~~~~ */

<?php if(!comments_open() && !is_page() && post_type_supports(get_post_type(), 'comments')) : ?>
	<div id="comments" class="comments-disabled content">
		<p><?php _e('No comments.', 'origami') ?></p>
	</div>
<?php endif; ?>



/* ~~~~~~~~ end of adjustments. ~~~~~~~~~~~ */
/* eof. */