/*
Theme Name: andereuropa
Theme URL: http://www.andereuropa.org
Description: Dit is het thema andereuropa ontwikkeld door patriek d @ onraad.org
Author: patriek d
Author URI: http://www.onraad.be
Version: 1.2		
The CSS, XHTML and design is released under GPL:http://www.opensource.org/licenses/gpl-license.php
*/

/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/

/* IMAGES & VIDEOS  & EMBEDS */
img, object, embed, video {
	max-width: 100%;
	height:auto;
}
.ie6 img {
	width:100%;
}
.wp-caption.aligncenter {
    margin: 10px auto !important;
}

.alignright{ float: right; margin: 0 0 1em 1em; }
.alignleft{ float: left; margin: 0 1em 1em 0; }
.aligncenter{ display: block; margin-left: auto; margin-right: auto; }
.thumbnail {
    float: left;
    padding: 0 15px 5px 0;
	width:100px;
}
.content{overflow: hidden;}
.post {    clear: both;
    padding-bottom: 10px;
    border-bottom: #ccc dotted 1px;
    margin-bottom: 10px;}
ol.easy-footnotes-wrapper {    clear: both;
    padding: 10px 0 10px 40px;
    border-bottom: #ccc dotted 1px;
	border-top: #ccc dotted 1px;
    margin: 10px 0;}
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#calender ul {
	list-style-type: none;
	padding:0;
	margin: 10px;
}
hr{margin:5px 0 0 0;}
ul.blogroll {margin:0;padding:0;}
.navigation {margin:25px;margin-top:auto;}
.navalignleft{width: 49%; float: left; text-align: right;}
.navalignright{width: 49%; float: right;}
/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		2;
	dw-num-cols-tablet:		6;
	dw-num-cols-desktop:	4;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
}

.fluidList {
    list-style:none;
    list-style-image:none;
    margin:0;
    padding:0;        
}

/* START */
*{margin:0;padding:0}
body{ margin: 0; font-family: Arial, Helvetica, Georgia, Sans-serif; text-align: left; vertical-align: top; background: #ffffff; color: #000000; }
#full-screen-background-image {z-index: -999;min-height: 100%;min-width: 1024px;width: 100%;height: auto;position: fixed;top: 0;left: 0;}

/* FONTS */
/* TEXT */
::-moz-selection {     background-color: #ff6200;     color: #fff; } 
::selection {     background-color: #ff6200;     color: #fff; }
a:link, a:visited{ text-decoration: underline; color: #336699; }
a:hover{
text-decoration: none;
color: green;
}
p{ padding: 10px 0 0 0;font-size: 90% }
p.postmetadata{float:left;padding-right: 5px;}
li {font-size:90%}
.content li {margin-bottom: 5px}
li.easy-footnote-single {font-size: 0.8em; padding-bottom: 5px;}
h1{ font-family: 'Arvo', serif; font-size: 24px; padding: 0 0 10px 0; }
.middle h2, .middle h2 a{font-size: 20px; font-family: 'Arvo', serif; color: #DE1829; text-decoration:none}
.middle h2 a:hover{font-size: 20px; font-family: 'Arvo', serif; color: #000000; text-decoration: underline}
h4 {padding: 10px 0 0 0;font-weight:400}
h4 a:link, h4 a:visited {text-decoration: none; color: #DE1829;    font-weight: bold;}
.logo hgroup{padding: 0 0 0 70px;}
.logo hgroup h1 {font-size: 20px; line-height: 25px; margin:0; padding:0;}
.logo hgroup h1 a {text-decoration: none;}
.logo hgroup h2 {font-size: 14px; line-height: 20px; margin:0; padding:0;}
/******breadcrumb ******/
#breadcrumbs{
    list-style:none;
    margin:10px 0;
    overflow:hidden;
	padding:0;
}
  
#breadcrumbs li{
    display:inline-block;
    vertical-align:middle;
    margin-right:10px;
	font-size:0.7em;
}
  
#breadcrumbs .separator{
    font-size:18px;
    font-weight:100;
    color:#ccc;
}
/* SEARCH */

.search-field {
	background-color: transparent;
	background-image: url(images/search-icon.png);
	background-position: 5px center;
	background-repeat: no-repeat;
	background-size: 24px 24px;
	border: none;
	cursor: pointer;
	height: 37px;
	margin: 3px 0;
	padding: 0 0 0 34px;
	position: relative;
	-webkit-transition: width 400ms ease, background 400ms ease;
	transition:         width 400ms ease, background 400ms ease;
	width: 0;
}
.search-field:focus {
	background-color: #fff;
	border: 2px solid #c3c0ab;
	cursor: text;
	outline: 0;
	width: 230px;
}
.search-field {width:210px !important; height:auto !important; font-size:.9em !important; transition:none !important; -webkit-transition:none !important; background-color:#f6f6f6 !important; padding:10px 0 10px 20px !important; background-image:none !important;}
.search-field:focus {background-color:#f6f6f6 !important; border:none !important; width:210px !important;}
.search-submit {display:inline; font-size:.9em !important; background:#000 !important; padding:10px 12px !important; color:#fff !important; border-radius:0 !important;border:none !important;}
.search-submit:focus {border:none !important;}
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
}
.zoekknop{
float:right;
padding: 5px;
width: 50px;
text-align: center;
background-color: #298000;
color:#fff;
height:15px;
display:block;
}
/* pagination */
.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
	color: #fff;
	text-decoration:none;
}

.navigation li {
	display: inline;
}

.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
	background-color: #6FB7E9;
	border-radius: 3px;
	cursor: pointer;
	padding: 12px;
	padding: 0.75rem;
}

.navigation li a:hover,
.navigation li.active a {
	background-color: #3C8DC5;
}

/* Mobile Layout: 480px and below. */
#shadow {-webkit-box-shadow: 0 3px 5px 1px #A6B4BD;
box-shadow: 0 3px 10px 1px #A6B4BD;

	margin-left: auto;
	margin-right: auto;
	width: 90%;
	clear: none;
	float: none;
	max-width:1240px;
	background-color: #fafbee;
}
.gridContainer {

	width: 100%;
	clear: none;
	float: none;
	
}
#topmenu {
width: 100%;
}
#socialmedia {
width: 100%;
clear: none;
background-color:#ffffff;
}
.banner {
	background-size: 100%;
}
.logo {
width: 44.4444%;
}
.zoeken {display:none;}
#sidebarleft {
/* bert: voor mobiel geen display */
display:none;
width: 100%;
position:relative;
}
.widget-container {position:relative;}
#sidebarleft p {padding:0}
#sidebarleft .textwidget {font-size:80%;padding:5px}
#sidebarright {font-size:80%;}
#leftmenu {
display: none;
margin:1px 0 1px 15px;
}
ul#menu-left {margin:50px 0 0 0; padding:1px;list-style-type: none}
ul#menu-left li{position:relative}
#leftmenu a {padding: 10px 0 10px 15px;margin:1px 0; font-family: 'Arvo', serif; text-decoration: none;background-color: #250f07; display:block;color:#fff;letter-spacing:1px}
#leftmenu a:before {
  display: block;
  position: absolute;
  content: "";
  height: 0;
  width: 0;
  border: 6px solid transparent;
  border-left-color: #ffffff;
  z-index: 2;
  top: 15px;
  left: 0px;}
#leftmenu a:hover {background-color: #DE1829}
#hotitem, #recentreactions, #feeds, #calender,.middle {
	border-radius: 0px 0px 5px 5px;
-moz-border-radius: 0px 0px 5px 5px;
-webkit-border-radius: 0px 0px 5px 5px;
border: 0px none #000000;
-webkit-box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.5);
-moz-box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.5);
box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.5);
min-height: 30px;
background-color:#ffffff;
margin:10px 0 10px 0; 
}
#broodkruim {width:100%; height:0px;overflow:hidden}
.middle {
margin:2%;
padding: 10px;
clear:both;
}
.entry {width:100%}
#feeds {
display: none;
}
#container, #containerpage {
width: 100%;
margin-left: 0;
clear: both;
}
#feeds h3, #hotitem h3, #recentreactions h3, #sidebarright h3, #calender h3{
    padding: 10px 0 10px 10px;
    margin: 1px 0;
    font-family: 'Arvo', serif;
    text-decoration: none;
    background-color: #DE1829;
    display: block; 
    color: #fff;
	letter-spacing:2px;
}
#hometop h3, #homebottom h3{
    padding: 10px 0;
    font-family: 'Arvo', serif;
    color: #DE1829;
	letter-spacing:2px;
}
#feeds h3:before, #hotitem h3:before, #recentreactions h3:before, #sidebarright h3:before, #calender h3:before{
    display: block;
    position: absolute;
    content: "";
    height: 0;
    width: 0;
    border: 6px solid transparent;
    border-left-color: #ffffff;
    z-index: 2;
    top: 15px;
    left: 0px;
}
#sidebarright {
width: 100%;
clear: both;
/*display: none;*/
    margin-left:10px; /* margin: 50px 0 10px 15px;*/ /*-15px;*/
	position:relative;
}
#elders {position:relative}
#sidebarright p {padding:0}
.old {padding-top: 20px;}
#sidebarright .old p a {
	font-weight:bold;
	font-size:14px;
	font-family: 'Arvo', serif;
	text-decoration:none;
	color: #DE1829;
}
#footer {margin-left: auto;
	margin-right: auto;
	clear: none;
	float: none;
	background-color:#DE1829}
#footer p, #onraad ul li {color:#ffffff; font-size:11px; padding:0 0 0 10px;line-height: 30px}
#footer p a {color:#ffffff; font-weight: 800; text-decoration: line-through;}
#footer p a:hover, #onraad ul li a:hover {text-decoration:none}
#copyright {
width: 100%;
}
#onraad {
width: 100%;
margin-left: 0;
clear: both;
}
#onraad ul{float:right;margin:0;padding:0;list-style-type:none}
#onraad ul li {float:left; display:block; margin:0 }
#onraad ul li a {color:#ffffff; text-transform:uppercase;text-decoration:none;margin:0 10px 0 0}
#onraad ul li a:hover {text-decoration: underline}
#menu-bottom {margin:0;padding:0}
.zeroMargin_mobile {
margin-left: 0;
}
.hide_mobile {
display: none;
}
#header {background-color: #DE1829; clear:both}
#homebottom{padding: 5%;}


tr td:first-child {
	font-weight: bold;
	font-size: 1.1em;
}

#breadcrumbs > b {
	display: none;
}

.var-narrow .header .profile .p-name, .var-narrow .timeline-header .byline, .var-narrow .timeline-header .list-description, .var-narrow .e-entry-title, .var-narrow .cards-base h3 {
	font-size: 10px !important;
	line-height: 14px !important;
}

.cat-post-widget .post-title {
	font-size: 11px;
	font-weight: bold;
	line-height: 14px;
}

#category-posts-2 li.cat-post-item p {
	font-size: 10px;
	padding: 0;
	line-height: 12px;
}

.wp-caption {
	margin: 10px;
	background-color: #D9E1D3;
	max-width:100% !important;
}

.wp-caption p {
	text-align: center;
	padding: 3px 0;
}

.wp-caption a img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption.aligncenter {
	margin: 0 auto;
}

#em_widget-3 > ul > li {
	font-size: 80%;
}

table, tbody {
	width: 100% !important;
	max-width: 100%;
}

tbody {
	display: table;
}

tbody p {
	text-align: center;
}
#hometop, #homebottom {
	margin: 0 0 10px 15px;
	padding: 10px 0;
}
#reacties-mobiel {display:block;}
/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 681px) {

#topmenu {
width: 84.5172%;
}
#socialmedia {
width: 15.0344%;
margin-left: 0.4482%;
clear: none;
background-color: transparent;
}
.banner {
	height: 160px;
}
.logo {
width: 31.0344%;
}
#sidebarleft {
display:block;
width: 23.7931%;
}
.zoeken { 
    display: block;
    float: right;
    padding-top: 120px;
}
#wrapper > div.fluid.banner > div.zoeken > form > label {margin-right:-5px;}
#leftmenu {
display: block;
}
#hotitem {
}
#feeds {
display: block;
}
#container, #containerpage {
width: 70.5172%;
clear: none;
margin-left: 3.4482%;
}
#hometop, #homebottom{padding: 0 25px 25px 25px;}
#sidebarright {
width: 97%; /* width: 13.7931%; */
clear: none;
margin-left: 3.4482%;
/*display: none;*/
}
#reacties-mobiel {display:none;}
#copyright {
width: 65.5172%;
}
#onraad {
width: 31.0344%;
clear: none;
margin-left: 3.4482%;
}
.hide_tablet {
display: none;
}
.zeroMargin_tablet {
margin-left: 0;
}
#hotitem, #recentreactions, #feeds, #calender,.middle {
border-radius: 0px 0px 15px 15px;
-moz-border-radius: 0px 0px 15px 15px;
-webkit-border-radius: 0px 0px 15px 15px;
margin:0px 0 10px 15px; 
}
#broodkruim {width:100%; height:51px;overflow:hidden}
}
#nieuws {display:none;} /* added bert 31-7-2020 no nieuws in sidebarright for mobile */
#middle-nieuws {margin-bottom:20px;} /* added bert 31-7-2020 for mobile */
/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 900px) {
/*.gridContainer {
	width: 85.5%;
	max-width: 1232px;
	padding-left: 2.25%;
	padding-right: 2.25%;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
}*/
#topmenu {
width: 89.6842%;
}
#socialmedia {
width: 10.0526%;
clear: none;
margin-left: 0.2631%;
}
.banner {
}
.logo {
    width: 250px;
    padding-top: 0px;
    margin-left: -54px;
}
#sidebarleft {
display:block;
width: 21.0526%;
}
#sidebarright {margin-top:51px;} /* added bert 31-7-2020 */
#leftmenu {
display: block;
}
#hotitem {
}
#feeds {
display: block;
}
#container {
width: 47.3684%;
clear: none;
margin-left: 5.2631%;
}
#containerpage {width: 69.3684%;
clear: none;
margin-left: 5.2631%;}
#middle-nieuws {display:none;} /* added bert 31-7-2020 */
.middle-old {display:none;} /* added bert 2-8-2020 */
#nieuws {display:block;} /* added bert 31-7-2020 nieuws in sidebarright */
#sidebarright {
width: 21.0526%;
clear: none;
/* margin-left: 5.2631%; */
display: block;
}
#reacties-mobiel {display:none;}
#copyright {
width: 100%;
}
#onraad {
width: 0%;
clear: none;
margin-left: 0%;
}

.zeroMargin_desktop {
margin-left: 0;
}
.hide_desktop {
display: none;
}
}
figcaption.wp-caption-text {text-align:left;}
.WP-PrintIcon {margin-left: 15px;}

