/*
Theme Name: Borowy Dark Orange
Theme URI: http://borowy.nl/
Author: Tim Borowy
Author URI: http://tim.borowy.nl/
Description: Hi. I'm the theme for the borowy.nl website.
Version: 6.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: gray, dark, two-columns, responsive-layout, accessibility-ready, custom-background, custom-menu, editor-style, microformats, post-formats
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
	## Asides
	## Comments
# Media
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

article,
aside,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

b,
strong {
	font-weight: bold;
}

small {
	font-size: 80%;
}

img {
	border: 0;
}

pre {
	overflow: auto;
}

code {
	font-family: monospace;
	font-size: 1em;
}

button,
input,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
	font-size: 16px;
	font-size: 1rem;
	//line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

body {
	background: #4A4A4A; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	//max-width: 100%; /* Adhere to container width. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a:hover,
a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a {
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/* Search widget. */
.widget_search .search-submit {
	display: none;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}
/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
#TIM'S CUSTOM CSS

>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Body layout
# header
	## Navigatie menu
# Teksten
# Footer
	## Image gallery
# Blog
    ##blog overzicht
	## Comments
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Body layout
--------------------------------------------------------------*/
body{
	margin: 0px;
	background-color: #4A4A4A;
	background: url("pic/illusion.png");
}

div[role="main"]{
	max-width: 1000px;
	margin: 50px auto 100px auto;
}

@media screen and (max-width: 400px) {
    div[role="main"] {
        margin: 10px auto 50px auto;
    }
}

.contentDiv{
	margin: 20px;
}

.underLine{
	border-bottom: 4px solid #F27405;
}

.webRow{
	display: inline;
}

.block{
	width: 215px;
	height: 100px;
	margin: 10px 10px 0px 0px;
	display: inline-block;
	text-align: center;
	line-height: 100px;
	border-radius: 4px;
	background-color: #4A4A4A;
	background: url("pic/leer.png");
}

.block a{
	margin: 0px;
	font-size: 25px;
    color: white;
}

#family{
	margin-left: 40px;
}

.famMember{
	overflow: auto;
	margin-bottom: 20px;
}

.pasfotos{
	width: 100px;
	float: left;
	margin: 20px 10px 10px 5px;
}

@media screen and (max-width: 510px) {
    .block {
        width: 100%;
    }
}

@media screen and (max-width: 500px) {
    #family {
        margin-left: 0px;
    }
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
header{
	max-width: 1000px;
	margin: 50px auto;
	padding: 0px 15px;
}

#titleHead{
	height: 200px;
	background-color: slategray;
	background: url("pic/back.png");
	border: 4px solid gray;
}

#inner_titleHead{
  	position: relative;
  	top: 50%;
  	transform: translatey(-50%);
  	-webkit-transform: translateY(-50%);
}

.underLineHead{
	max-width: 500px;
	margin: 0px auto;
	border-bottom: 4px solid #F27405;
}

@media screen and (max-width: 400px) {
    header {
        margin: 10px auto 20px auto;
    }
}
/*--------------------------------------------------------------
## Navigatie menu
--------------------------------------------------------------*/
#menu{
	height: 50px;
	background-color: gray;
	border: 4px solid gray;
	border-top: 0px;
}
#menu.on{
	height: 263px;
}
#menu ul{
	padding: 0px;
	margin: 0px;
	display: block;
	float: left;
	list-style-type: none;
	position: relative;
}
@media screen and (max-width: 800px) {
    #menu ul {
        display: none;
        top: 5px;
    }
}
#menu.on ul{
	display: block;
	width: 100%;
}

#menu ul li{
	float: left;
}
#menu.on ul li{
	float: none;
	display: block;
	border-top: 2px solid #4A4A4A;
}
#menu ul li a{
	display: block;
	height: 50px;
	text-decoration: none;
	color: white;
	line-height: 50px;
	font-family: arial;
	padding: 0px 10px;
	font-size: 23px;
	text-align: center;
}
#menu.on ul li a{
	float: none;
	text-align: center;
}
#menu ul li:hover a{
	background-color: #F27405;
}
#toggle{
	display: none;
	padding: 10px 7.5px;
	margin-left: auto;
	margin-right: auto;
	background-color: transparent;
	border: none;
}
@media screen and (max-width: 800px) {
    #toggle {
        display: block;
    }
}
.responsiveStripes{
	display: block;
	width: 35px;
	height: 4px;
	background-color: white;
	margin-bottom: 9px;
	border-radius: 2px;
}
.responsiveStripes:last-child{
	margin-bottom: 0;
}
/*--------------------------------------------------------------
# Teksten
--------------------------------------------------------------*/
h1,
h2,
h3{
	font-family: arial;
	color: white;
	margin: 10px;
}

h1{
	font-size: 45px;
	text-align: center;
}

h2{
	font-size: 35px;
}

h3{
	font-size: 30px;
}

p{
	font-family: arial;
	color: white;
	font-size: 18px;
}

a{
	text-decoration: none;
	color: #BBBBBB;
	font-weight: bold;
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer{
	text-align: center;
}

#footerText{
	font-size: 11px;
}
/*--------------------------------------------------------------
# Image gallery
--------------------------------------------------------------*/
#photoGalary{
	max-width: 70%;
	margin: 50px auto 100px auto;
}

#galary{
	overflow: hidden;
	margin: 20px 0px;
}

.photoContainer{
	width: 210px;
	padding-bottom: 210px;
	float: left;
	position: relative;
}

.inner-photo{
	position: absolute;
	color: white;
	font-family: arial;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	overflow: hidden;
}

.inner-photo img{
	position: absolute;
}

#detail{
	display: none;
	height: 500px;
    width: 900px;
    background-color: #4A4A4A;
    border-radius: 3px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -250px;
    margin-left: -450px;
}
/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/
.blogPost{
	color: white;
	font-family: arial;
	overflow: auto;
}

.blog-header,
.blog-content,
.blog-footer{
	text-align: left;
	padding: 0;
	margin: 0;
}

.blogPost h2,
.blogPost p{
	margin: 0;
}

.blogPost img{
	width: 200px;
	display: block;
}

.blog-header{
	padding-bottom: 40px;
}

.blog-footer{
	padding-top: 30px;
	clear: both;
}

.blog-footer span{
	margin-right: 10px;
}

.post-date{
	font-style: italic;
}
/*--------------------------------------------------------------
## blog overzicht
--------------------------------------------------------------*/
.blogTile{
	width: calc(100% - 8px);

    //height: 70px;
	margin-top: 10px;
	border: 4px solid #4A4A4A;
	display: inline-block;
	//line-height: 70px;
	border-radius: 2px;
	background-color: #4A4A4A;
    overflow: auto;
}

.blogTile:hover{
	border-bottom: 4px solid #F27405;
	border-right: 4px solid #F27405;
}

#overzicht-titel{
    display: block;
    padding: 10px 60px;
    color: white;
    font-size: 25px;
}

#overzicht-metadata{
    display: block;
    padding: 10px 60px;
    font-style: italic;
}
/*--------------------------------------------------------------
## comments
--------------------------------------------------------------*/
#comments{
	color: white;
	font-family: arial;
	margin-top: 50px;
	overflow: auto;
}

#reaguursels,
#reaguren{
	text-align: left;
	padding: 0;
	margin: 0;
}

.logged-in-as{
	background-color: #404040;
	padding: 15px;
}

#header-reaguren p{
	margin: 0;
}

#respond label{
	text-transform: uppercase;
	display: block;
	margin: 10px 0 5px 0;
}

#comment{
	width: calc(100% - 18px);
	padding: 5px;
	border: 4px solid #404040;
    border-radius: 0px;
	background-color: #F5F5F5;
	font-family: helvetica;
	font-size: 18px;
}

#comment:focus{
	border: 4px solid #F27405;
	outline: none;
}

#reaguren #commentWriter{
	height: 30px;
}

#reaguren textarea{
	height: 150px;
	margin-bottom: 5px;
}

#submit{
	width: 100%;
	padding: 10px;
	border: none;
    border-radius: 0px;
	background-color: #404040;
	color: #FFF;
	font-size: 25px;
	font-family: arial;
}

.reaguursel{
	margin: 20px 0;
	overflow: hidden;
}

.comment-image{
	display: inline-block;
	width: 12%;
	padding: 10px 4% 0 0;
	vertical-align: top;
}

.comment-image img{
	width: 100%;
	display: block;
}

.comment-content{
	display: inline-block;
	width: calc(84% - 30px);
	padding: 15px;
	background-color: #606060;
}

.comment-meta{
	height: 20px;	
	margin-bottom: 30px;
}

.comment-meta p{
	display: inline;
	margin: 0;
	padding-right: 20px;
	line-height: 20px;
	float: left;
	font-size: 20px;
}

.comment-meta p:nth-child(2){
	float: right;
	font-size: 15px;
}

.comment-text p{
	margin: 0;
}