body.custom
{
	background: #f7f6f1;
	border-top: 0.7em solid #006699;/* efefef url(images/body_bg_omgekeerd.gif); */
}

.custom #page
{
	padding: 2em 1.9em;
	margin-top: 2em;
	margin-bottom: 3em;
	background: #fff;
	border: 0.1em solid #629084;
}

.custom #custom_box { background-color:#fff; }
.custom #multimedia_box { background-color:#fff; }

.custom #container
{
	margin-top: 0;
	margin-bottom: 0;
	padding-right: 0.3em;
	background: #fff url(images/shadow_side.gif) repeat-y right;
}

.custom #breadcrumbs
{
	padding: 0.3em;
	margin-top:0.6em;
	font-family:Helvetica, Arial, sans-serif;
}

.custom #header #logo a
{
	display: block;
	height: 173px;
	width: 962px;
	background: url('../images/logo.png') no-repeat;
	outline: none;
}
/* This line gets rid of the site title & tagline by casting them out to far left field */
.custom #header #logo, .custom #header #tagline { text-indent: -9999px; }

/* This line collapses the vertical space of the tagline so that there isn't unnecessary white space after the header image */

/* This is a bit of a kludge, but it seems to work. */
.custom #header #tagline { height: 0; }

/* This line removes the padding from the header so that the background image sits close to the nav menu, the bottom border of the header, and the sides of the content */
.custom #header
{
	padding: 0;
	padding-top: 10px;
	padding-bottom: 0px;
}

.custom dl#comment_list dt.bypostauthor, .custom dl#comment_list dd.bypostauthor>div
{
	background: #E7F8FB none repeat scroll 0 0;
	padding-top:20px;
}

.custom #date
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333333;
	text-transform: uppercase;
	width: 100%;
	text-align: center;
	letter-spacing: 5px;
	padding: 4px;
	border-top-style: double;
	border-bottom-style: double;
	border-top-width: 4px;
	border-bottom-width: 1px;
	border-right: 0;
	border-left: 0;
	border-top-color: #999999;
	border-bottom-color: #999999;
	display: block;
	margin-bottom:10px;
	margin-top:10px;
}


.custom #date .edition
{
	float:left;
        display: block;
	text-align: left;
	width:200px;
}

.custom #date .date-text
{
	float:none;
        display: block;
	text-align: center;
	width:400px;
        margin-right:auto;
        margin-left:auto;
}

.custom #date .volume
{
	float:right;
        display: block;
	text-align: right;
	width:200px;
}
