/*
	RoaldJoosen.nl
	CONTENT.CSS
*/

/* RESET */
body, select, input, textarea {
	font: 100%/1.2 arial, helvetica, sans-serif;
	}

/* HEADER */
header nav {
	display:block;
	overflow:hidden;
	padding:11px 0 8px 0;
	background:#222;
	border-bottom:2px solid #666;
	}
	header nav a {
		float:left;
		margin:0 20px 0 20px;
		padding-bottom:2px;
		color:#fff;
		text-decoration:none;
		text-transform:uppercase;
		font-size:1.25em;
		font-weight:bold;
		}
		header nav a:hover {
			padding-bottom:0;
			border-bottom:2px solid #fff;
			text-decoration:none;
			color:#fff;
			}
header h1 {
	height:250px;
	margin:0;
	padding:0;
	text-indent:-999em;
	background:#fff url('../gfx/layout/header.jpg') center center no-repeat;
	}

/* SECTION */
section h2 {
	margin:15px 5px;
	border-bottom: 4px solid #ddd;
	text-transform:uppercase;
	font-size:1.2em;
	color:#444;
	}
	section h2 a {
		float:right;
		margin-top:8px;
		display:inline;
		text-decoration:none;
		font-size:.5em;
		}
section h3 {
	margin:10px 10px;
	font-size:0.9em;
	font-weight:bold;
	text-decoration:underline;
	text-transform:uppercase;
	color:#333;
	}
section p {
	font-family:Georgia, "Times New Roman", Times, serif;
	padding:5px 10px;
	font-size:0.75em;
	}
section address {
	font-size:.75em;
	margin:0 10px;
	}
section blockquote {
	margin:10px;
	padding:5px 0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:0.75em;
	}
	blockquote time {
		displaya:block;
		}
section ul {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:.75em;
	}
	section li {
		margin:5px 0;
		}
		section ul ul {
			font-size:1em;
			}
section ol {
	margin:20px 0;
	padding:0;
	font-size:0.8em;
	}
	section ol li {
		margin:5px 30px;
		padding:0;
		}
.contact {
	}
	.contact * {
		display:block;
		}
	.contact a {
		margin-bottom:15px;
		}
a {
	color:#39C;
	}
	a:hover {
		color:#06C;
		text-decoration:underline;
		}
img {
	}
	img.left {
		float:left;
		margin:0 15px 10px 0;
		}
	
/* FOOTER */	
footer address {
	margin:10px;
	text-align:center;
	font-size:0.7em;
	font-style:normal;
	color:#999;
	}
	footer address span {
		padding:0 10px;
		}
