/*
Theme Name: 1eKoophuis
Theme URI: http://www.1ekoophuis.nl
Description: Wordpress theme for 1stekoophuis.nl. Niet herbruiken zonder toestemming.
Version: 1
Author: James Wakefield - DLMA
Author URI: http://www.dlma.nl
Tags: eerste, koophuis
*/

/*--------------------------------------------------------------------------------------------------
Print Style Sheet (All Browsers)

version:	1
author:		James Wakefield, Damien van Holten
email:		james@dlma.nl, damien@dlma.nl
website:	http://www.dlma.nl
--------------------------------------------------------------------------------------------------*/

/* Turned Off Selected Elements
--------------------------------------------------------------------------------------------------*/

ul#navigation,
div#sub_nav,
#sidebar,
#footer #social_links,
#footer ul.toolbox,
#main_content #printthispage
{
	display: none;
}

/* Typography
--------------------------------------------------------------------------------------------------*/

body
{
	font-size: 12pt;
	line-height: 140%;
}

#header h4
{
	font-size: 30pt;
}

#main_content h1
{
	font-size: 22pt;
}

/* Links
--------------------------------------------------------------------------------------------------*/

a:link, 
a:visited
{
	color: #520;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
}

#main_content a:link:after,
#main_content a:visited:after 
{
   content: " (" attr(href) ") ";
   font-size: 80%;
}


/* Layout
--------------------------------------------------------------------------------------------------*/

#wrapper,
#footer
{
	width: auto;
	border: 0;
	margin: 0 5%;
	padding: 0;
	float: none !important;
}

/* #quiz form - results
--------------------------------------------------------------------------------------------------*/

#main_content ul#quiz_results
{
	margin: 0;
	padding: 0;
}

#main_content ul#quiz_results li
{
	list-style-type: none;
	margin: 0;
}

#main_content ul#quiz_results li ul
{
	margin: 0;
}

#main_content ul#quiz_results li ul li
{
	list-style-type: disc;
	margin: 0;
}

#main_content ul#quiz_results li img
{
	margin: 0 5px 0 0;
}

