/* todo:
 * - choose either px or pt
 * - make it so the text that is not in a <p> section doesn't stick to the left.
 * - organize the file logically, with comments.
 * - firefox reports a number of errors. study and repair them.
 */

 #recentposts {
	background: lavender;
	margin: 5px;
	border: 1px dashed black; 
	height: 150px;
	width: 250px;
	font-size: 10px;
	float: right;
	padding: 2px;
}

 #recenpostsHeader {
	font-size: 10px;
	margin: 5px;
}
 
BODY	{
	color: black;
	text-align: justify;
	font-family: "Comic Sans MS", cursive;
	text-align: left;
	font-size: 10pt;
	background: lavender url("picturestrip.jpg");
	background-repeat: repeat-y;
	background-position: right;
}

BODY.menubody	{
	color: black;
	text-align: justify;
	font-family: "Comic Sans MS", cursive;
	text-align: left;
	font-size: 10pt;
	background: lavender;
	}


P	{
	margin-bottom:5px;
	margin-top:5px;
	margin-left:10px;
	margin-right:10px;
	}

li	{
	font-family: "Comic Sans MS", cursive;
	font-size: 10pt;
	}

a:link {
	color: blue;
	text-decoration: none;
	}
	
a:visited {
	color: blue;
	text-decoration: none;
	}
	
a:active, a.menulink:hover {
	color: red;
	text-decoration: underline;
	}

a.menulink:link {
	color: black;
	}

a.menulink:visited {
	color: black;
	}
	
.spelnaam {
	text-decoration: underline;	
}
p.spelnaamregel {
	margin-bottom: 0px;
	}
p.spelbeschrijving {
	margin-top: 0px;
	margin-bottom: 10px;
}
a.bgglink {
	font-size: smaller;
	background-color: orange;
	font-weight: bolder;
	}
a.bgglink:link {
	text-decoration: none;
	}
a.bgglink:visited {
	text-decoration: none;
	}
a.bgglink:active {
	text-decoration: none;
	}
	

.maintextblock {
	margin-bottom:5px;
	margin-top:5px;
	margin-left:10px;
	margin-right: 60px;
	padding-bottom: 400px;
	background-color: lightsteelblue;
	border: 1px solid black;
}


.menublock {
	margin-left: 5%;
	margin-right: 0%;		
	background-color: lightsteelblue;
	border: 1px solid black;
}

.menu {
	font-family: "Comic Sans MS", cursive;
	font-size: 10pt;
	margin-left: 10%;
	margin-bottom: 5px;
	margin-top: 5px;
}

.menuheading {
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	background-color: FireBrick;
	color: #ffffff;
	padding-left: 5px;
	font-weight: bolder;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 0px;
}


H1 {
	margin-left:10px;
	font-family: "Arial";
	text-align: center;
	font-size: 30pt;
	font-weight: lighter;
	}
	
.pagetitle-logo {
	
	}
	
.pagetitle-text {
	text-align: left;
	font-family: sans-serif;
	vertical-align: super;
	font-size: 20pt;
	}

td.paddedcell {
	padding-left: 20px;
}

H2 {
	margin-left:10pt;
	font-family: "Comic Sans MS", cursive;
	text-align: center;
	font-size: 16pt;
	}
H3 {
	margin-left:10pt;
	font-family: "Comic Sans MS", cursive;
	text-align: left;
	font-size: 12pt;
	font-style: italic;
	vertical-align: bottom;
	margin-top: 20pt;
	}

.images {
	text-align: center;
	margin-bottom: 0 cm;
	}
.centreer {
	text-align: center;
	}
IMG.poster {
	horizontal-align: center;
	border: 0;
	}
	
IMG.inline-email {
	display: inline;
	vertical-align: center;
	}
table.sortable th {
    cursor: default;
	color: white;
	background-color: FireBrick;
}
table.sortable td {
	padding: 5px;
	font-size: 10pt;
}