/*
Theme Name: Vogeldagboek
Theme URI: http://vogeldagboek.nl/wp-content/themes/vogeldagboek-2008.18
Author: Adri de Groot
Author URI: http://vogeldagboek.nl/
Description: Vogeldagboek 2008 18
Version: 2008.18
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags:
Text Domain: Vogeldagboek
*/

a:link		{ color:	#000000; }
a:visited	{ color:	#000000; }
a:hover		{ color:	#800000; }
a:active	{ color:	#006000; }

.js		{ margin-top:	0px !important; } /* Thin border top side */


body
{
	font-size:		12px;
	font-family:		Helvetica, Arial, sans-serif;
	background-color:	#61904c;

	margin-top:		06px;
	margin-bottom:		10px;
	padding-top:		04px;
	padding-bottom:		05px;

	margin-right:		05px;
	margin-left:		05px;
}

.page
{
	background-color:	#FFFFFF;
	text-align:		left;

	margin-top:		04px;
	margin-bottom:		20px;
	padding-bottom:		20px;

	margin-right:		05px;
	margin-left:		05px;
}


.border
{
	background-color:	#FFFFFF;	/* white border around page */
	padding-top:		08px;
	padding-bottom:		20px;

	padding-left:		25px;
	padding-right:		25px;
	width:			1110px;	 /* 2008.18
	width:			1018px;
					  */
}


.wp-block-image {
	margin-left:		5px;
	margin-right:		5px;
}


.header_image
{
	border-color:		#000000;
	border-style:		solid;

	margin-top:		0px;
	margin-bottom:		10px;
	border-bottom-width:	5px;
	border-top-width:	0px;

	border-left-width:	0px;
	border-right-width:	0px;
	margin-left:		0px;
	margin-right:		0px;

	text-align:	center; /* 18 PvG */
}

.page_body
{
	margin-top:		0px;
	margin-bottom:		0px;
	padding-top:		0px;
	padding-bottom:		0px;

	margin-left:		0px;
	margin-right:		0px;
	padding-left:		0px;
	padding-right:		0px;
}


.entry-content
{
	border-right-width:	0px;
	padding-right:		0px;
	background-color:	#E5E5E5;
}

.entry-title
{
	border-right-width:	0px;
	padding-right:		0px;
}

navigation
{
	text-align: center;
}

.sidebar
{
	float:			left;
	font-size:		12px;
	background:		#FFFFFF;
	width:			175px;

	padding-top:		0px;
	padding-bottom:		0px;

	padding-left:		0px;
	padding-right:		0px;
}


ul
{
	font-size:		12px;
	list-style-type:	circle;
	font-size:		120%;
	padding-left:		1em;
}


.clearfix:after
{
	content:		" "; /* Older browser do not support empty content */
	visibility:		hidden;
	display:		block;
	height:			0;
	clear:			both;
}


table
{
	font-size:		12px;
	margin:			auto;

}



H1,H2,H3,H4,H5,H6
{	/* Al titles */
	margin:			0;
	padding:		0;
	font-weight:		normal;
	font-family:		Helvetica, Arial, sans-serif;
}

H1 {	/* Header title */
	color:			#006600;
	font-size:		160%;
	line-height:		130%;
	text-decoration:	none;
}

H2 {	/* All normal titels on page, like Categorie, Menu, Archive, etc. */
	color:			#006600;
	font-size:		160%;
	line-height:		130%;
	text-decoration:	none;
	text-align:		center;
}

figcaption,
H3 {	/* Image subscription */
	color:			#006600;
	font-size:		12px;
	font-style:		italic;
	font-weight:		bold;
	padding-bottom:		1em;
}

H4 {	/* extra tekst below picture */
	color:			#006600;
	font-size:		12px;
	font-style:		italic;
	font-weight:		bold;
	padding-bottom:		1em;
}

H5 {	/* Italic: *** recensie */
	color:			#800000;
	font-style:		italic;
	padding-top:		2em;
	padding-bottom:		1em;
}

H6 {	/* red title: recensie */
	color:			#800000;
	font-size:		16px;
	font-weight:		bold;
	padding-bottom:		0.2em;
}

p  {	/* black default text */
	color:			#000000;
	font-size:		12px;
	padding-bottom:		1em;
}


.entry-footer
{
	text-align:		center;
}

.nav-links
{
	text-align:		center;
}
.prev
{	/* Navigation prev at bottom of page */
	text-align:		left;
}
.next
{	/* Navigation next at bottom of page */
	text-align:		right;
}


.category_image
{	/* Image on a Category selection page */
	text-align:		center;
	padding-bottom:		16px;
}

.search-field
{	/* Limit search input field width */
	width:			160px;
}

.article
{	/* Content layout */
	background-color:	#e5e5e5;
	border-right-width:	0px;
	padding-right:		0px;
	margin:			auto;
	min-width:		650px;
}

/* .list-elements */
.list_elements
{	/* elements in a SQL selection result list */
	margin:			auto;
}


header
{
	padding-bottom: 16px;
}


.VD-list-element-date
{	/* Little space between SQL selection list elements and their date on the same line. */
	padding-left:		0.7em;
}

.VDFooter
{	/* Bottom lines on page */
	text-align:		center;
	font-style:		italic;
	color:			#006600;
}

.VD-list-element
{
	text-align:             left;
}

select.archive-dropdown {
	width:			100%;
}



/* Gianpiero: please add following lines to next version ? - Philip. */

.VDFooter,.nav-links
{
	margin-left:		20%;
}

.spacer_
{
	padding-bottom:		0.2em;
}

.cols-7
{
	-webkit-columns:	2 200px;
	-moz-columns:		2 200px;
	columns:		2 200px;

	-webkit-column-gap:	10px;
	-moz-column-gap:	10px;
	column-gap:		10px;

	-webkit-column-rule:	1px solid gray;
	-moz-column-rule:	1px solid gray;
	column-rule:		1px solid gray;
}

.elmt
{
	-webkit-column-break-inside:	avoid;
	page-break-inside:	avoid;
	break-inside:		avoid;
	margin-bottom:		1.5em;
}
.elmt::first-line
{
	font-weight:		bold;
}


.wpforms-validate		/* Contact form */
{
	width:			650px;
}


