@charset "utf-8";
/* #fdfdff - near white - backgrounds */
/* #f2777a - pink - nieuws */
/* #ee3e41 - dark pink - wat is pastorale zorg */
/* #00b5ca - dark aqua - pastor worden */
/* #40c8d7 - aqua - pastor zijn */
/* #7fdae4 - light aqua - rituelen en gebeden */
/* #c3142f - red - links */
/* #006d79 - very dark aqua - borders */

/* footer area */
#footerarea {
	padding: 0;
	text-align: center;
}
#footerarea ul {
	margin: 0 auto 0 auto;
}
#footerarea ul li {
	text-align: center;
	display: inline;
	border-right: solid 1px #888;
	margin: 0;
	padding: 0 4px 0 2px;
}
/* Note: It is against the license to remove, alter or otherwise hide the copyright output from SMF so please do not alter the two sections below. */
#footerarea ul li.copywrite {
	display: block;
	line-height: 0;
	font-size: small;
	padding: 1em;
}
#footerarea ul li.copywrite, #footerarea ul li.last {
	border-right: none;
}
/* page created in.. */
#footerarea p {
	clear: both;
	text-align: left;
	padding-left: 0.5em;
}
p#show_loadtime {
	display: block;
	text-align: center;
}
/* greeting */
#greeting_section em {
	font-style: normal;
	font-weight: bold;
}
/* h1: forum name */
h1 {
	color: #fdfdff; /* near white */
	margin: 0;
}
h2 {
	color: #005b65; /* ultra dark aqua */
	margin: 0.5em 0.5em 0.3em 0.5em;
}
.categoryframe h2 {
	margin: 0;
}
h3 {
	color: #002d33; /* darkest aqua */
	margin: 0.5em;
}
h4 {
	margin: 0;
}
form h4 {
	font-size: 1em;
}
h5 {
	margin: 0;
}
form h5 {
	font-size: 1em;
}
/* the linktree (breadcrumbs) */
ul#linktree {
	float: right;
	margin: 0.4em 0.2em 0.2em 0.5em;
}
ul#linktree li {
	display: inline;
	font-size: 1em;
}
ul#linktree a {
	color: #fdfdff; /* near white */
	font: bold 0.65em Verdana, Arial, Helvetica, sans-serif;	
	text-decoration: none;
	font-size-adjust: 
}
ul#linktree a:hover, ul#linktree a:active, ul#linktree a:focus {
	text-decoration: underline;
}
/* The main menu. */
#main_menu {
	margin-bottom: 1.5em;
	padding-left: 0.1em;
}
#main_menu ul {
	background: url(../images/maintab_first.gif) no-repeat bottom left;
	list-style: none;
	margin: 0;
	padding: 0 0 0 0.5em;
}
#main_menu li {
	display: inline;
}
#main_menu li a {
	float: left;
	display: block;
	color: white;
	font-size: 0.8em;
	font-family: tahoma, sans-serif;
	text-transform: uppercase;
}
#main_menu li a:hover, #main_menu li a:active, #main_menu li a:focus {
	text-decoration: underline;
}
#main_menu li a span {
	background: url(../images/maintab_back.gif) repeat-x bottom left;
	display: block;
	margin: 0;
	padding: 0.1em 0.5em 0.5em 0.5em;
}
#main_menu li.last a span {
	background: url(../images/maintab_last.gif) no-repeat bottom right;
	padding: 0.1em 1em 0.5em 0.5em;
}
#main_menu li.active a span em {
	margin; 0;
	padding: 0.2em 0 0.425em 0;
	display: block;
	font-style: normal;
	background: url(../images/maintab_active_back.gif) repeat-x bottom right;
}
#main_menu li.active a span {
	background: url(../images/maintab_active_first.gif) no-repeat bottom left;
	margin: 0;
	padding: 0 0 0 8px;
}
#main_menu li.activeLast {
	float: left;
	background: url(../images/maintab_last.gif) no-repeat bottom right;
	padding: 0 8px 0 0;
}
/*#main_menu li.last {
	display: inline;
	background-image: none;
}
*/#main_menu li.active a {
	background: url(../images/maintab_active_last.gif) no-repeat bottom right;
	color: #002d33;
	padding-right: 8px;
}
/* news and search area */
#news_section {
	clear: both;
	padding: 0.5em 0.5em 0.5em 1.5em;
}
#random_news h3 {
	margin-right: 1em;
	font-size: 0.85em;
	display: inline;
}
#random_news p {
	margin: 0;
	padding: 0;
	display: inline;
}
/* the upshrink buttons */
#upshrink, #advsearch {
	margin: 0.1em 0 0 0.5em;
	vertical-align: text-bottom;
}
/* user section */
#user_section {
	padding: 1px;
	margin: 1px 0 0 0;
}
#user_section ul, #user_section form {
	padding: 0.5em 0.5em 0.5em 1.4em;
}
#user_section #myavatar {
	padding: 0.7em;
	border-right: solid 1px #ADADAD;
	margin: 0 0.5em 0 0;
	float: left;
}
/* greeting section
#greeting_section {
	padding: 0.7em 0.4em 0.7em 0.4em;
	clear: both;
}
#greeting_section li#name{
	padding-left: 0.5em;
}
*/