@charset "utf-8";
/* CSS Document */

/*-----------------------------------------------
[Master sheet]
Project: SEL repsonsive website
URL: http://www.sintelooilourdes.be
Version: 1.0
Creator: Kristof Boxstaele
Last changed: 23/02/14
Last Updated: Kristof Boxstaele
Primary use: Sint-Elooi Lourdes website
-------------------------------------------------*/
/*-----------------------------------------------
Table of contents
1. Reset
2. Typography
3. Basic layout
4. Widgets
5. Media items
6. Forms
7. Media queries
8. IE specific styles
-------------------------------------------------*/
/*-----------------------------------------------
Color reference sheet
Background: #EEE (light grey)
Body text: #000 (black)
Body headings: #FFF (white) #999 (grey)
:link #0090D2 (blue)
:hover,
:active,
:focus #0063A6 (dark blue)
-------------------------------------------------*/
/*-----------------------------------------------
Typography reference sheet
Body: 0.8em/Verdana, Geneva, sans-serif;
Headers: 1em/Verdana, Geneva, sans-serif;
Input, textarea: 1.1em Helvetica, Verdana, Geneva, Arial, sans-serif;
Buttons: 1.2em Georgia, serif;
Notes: reduce heading by 0.4em with every lower heading level
-------------------------------------------------*/

/*1. Reset */
* {
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

/*2. Typography + 3.Basic layout */
body {
	background-color: #FFF;
	font-family: "trebuchet ms", helvetica, sans-serif;
	font-size: 100%;
	line-height: 1.2em;
}

a:link, a:visited {
	color: #333;
	text-decoration: underline;	
}

a:active, a:hover {
	color: #85AC1E;;
	text-decoration: none;	
}

body>header {
	display: inline-block;
	width: 100%;
	height: 104px;
	background: url(../images/banner.gif) repeat-x;
	color: #FFF;
	font-size: 0.8em;
	padding: 0.2em 3%;
}

body>header>hgroup {
	margin: 1em auto;
	display: inline-block;
	float: left;
	height: auto;
	width: auto;
	background-color: inherit;
}

hgroup>h1 {
	padding: 0.2em;
	display: inline-block;
}

hgroup>h2 {
	padding: 0.2em;	
}

body>footer {
	width: 100%;
	margin:0 auto;
	clear: both;
	display: block;
	text-align: center;
	color: #FFF;
	background-color: #666;
	font-size: 0.8em;
}

body>footer a:link, body>footer a:visited{
	text-decoration: underline;
	color: #FFF;	
}

body>footer a:active, body>footer a:hover{
	text-decoration: none;
	color: #85AC1E;	
}

body>main {
	display: block;
	width: 100%;
}

section {
	padding: 0;
	margin: 0 auto 150px;
	min-width: 300px;
	max-width: 920px;
	height: auto;
	font-size: 1em;
  	display: -webkit-flex;
  	display: -ms-flexbox;
  	display: flex; 
  	
  	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
}

section > *{
	padding: 10px;
	-webkit-flex: 1 100%;
	flex: 1 100%;
}

section>header>h1 {
	display: inline-block;
	float: left;
	margin: 0.2em 0.6em;
	color: #999;
	text-transform: capitalize;
	font-size: 2em;
}

section>header>nav {
	margin: 0 auto;
	display: inline-block;
	float: right;
	height: auto;
}

nav ul {
	text-align: center;	
}

nav li {
	display: inline-block;
	padding: 0.5em;	
}

nav a:link, nav a:visited  {
	text-decoration: none;
	color: #333;	
}

nav a:hover, nav a:active {
	text-decoration: underline;
	color: #85AC1E;
}

section>footer {
	text-align: center;
	font-size: 0.8em;
	order: 100;
	background: inherit;
}

article {
	position: relative;
	display: inline-block;
	height: auto;
	margin: 5px;
	background: url(../images/article.gif) repeat-x;
	box-shadow: 0.1em 0.1em 0.1em #666666;
}

.green {
	color: #85AC1E;	
}

article p:first-of-type {
	margin-top: 1.0em;	
}

article>h1 {
	text-align: center;
	font-size: 0.8em;
}

article p {
	position: relative;
	padding: 0px;
	margin-bottom: 2em;
	height: auto;
	display: block;
	text-align: left;
	font-size: 0.8em;
	overflow: hidden;
}

article table {
	width: 100%;
	font-size: 0.8em;
}

article td {
	padding: 0.2em 0.5em;
}

.ploeg_one {
	min-width: 300px;
	-webkit-flex: 1;
	flex: 1;
	order: 1;
}

.ploeg_one div {
	display: table-cell;
	height: auto;
	width: 50%;
	vertical-align: middle;
}

.ploeg_one h1, .ploeg_five h1 {
	text-align: left;
	padding-bottom: 1em;
	font-size: 0.8em;
}

.ploeg_one table {
	width: 100%;	
}

.ploeg_one td {	
	padding: 0.5em;
}

.ploeg_two {
	min-width: 300px;
	-webkit-flex: 1;
	flex: 1;
	order: 2;
}

.ploeg_three {
	min-width: 300px;
	-webkit-flex: 1;
	flex: 1;
	order: 3;
}

.ploeg_four {
	min-width: 300px;
	-webkit-flex: 1;
	flex: 1;
	order: 4;
}

.ploeg_five {
	min-width: 300px;
	-webkit-flex: 1 auto;
	flex: 1 auto;
	order: 5;
}

.ploeg_five li {
	display: inline-block;
	width: 9em;
	padding: 0.3em;
	font-size: 0.8em;
}

.speler_one {
	min-width: 300px;
	-webkit-flex: 1 auto;
	flex: 1 auto;
	order: 1;
}

#data > * {
	text-align: right;	
}

#data td:first-child, #data th:first-child {
	text-align: left;	
}

article>footer {
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: auto;
	padding: 1em;
}

article>footer span {
	position: relative;
	float: right;
	display: inline-block;
	text-decoration: none;
	color: #444;
	cursor: pointer;
}

article>footer span:hover {
	text-decoration: underline;	
}

article>footer img {
	display: inline-block;
	margin-left: 0.5em;
	vertical-align: text-bottom;
}

#historiek_lijst {
	position: relative;
	float: left;
	display: inline-block;
}

.sponsoring {
	margin: 5em auto;	
}

/* 7.Mediaqueries */
 @media only screen and (max-width:500px){
	article table td {
		padding: 0.2em 0.2em;
	}
	
	#data th, #data td {
		font-size: 0.5em;	
	}
	
	header>nav {
		float: left;
	}
}

@media only screen and (max-width:700px){
	#data th, #data td {
		font-size: 0.6em;	
	}
}