/* =======================================================
	Generic styles
	www.trilobiet.nl
	acdhirr for trilobiet 11/2009
======================================================= */

/* -------------------------------------------------------
	general
------------------------------------------------------- */
hr {
	border-style:solid;
	border-width:1px 0 0;
	height:1px;
}

p {
	margin: 0 0 1em 0;
}

address {
	font-style: normal;
}


/* -------------------------------------------------------
	content area
------------------------------------------------------- */
#content {
	line-height: 1.4em;
}

	#content ol {
		list-style-position: outside;
		list-style-type: decimal;
		margin: 0 0 1em 1.5em;
	}
	
	#content ul {
		list-style-position: outside;
		list-style-type: disc;
		margin: 0 0 1em 1.5em;
	}

	#content .spotlight {
		font-size: 85%;
		line-height: 1.3em;
		margin: 2em 0;
		cursor: pointer;
	}
	
		#content .spotlight .date {
			display: block;
			text-align: right;
			background: transparent url(../img_struct/spotlight-hdr-bg.png) no-repeat right bottom;
			color: white;
			padding: 1px 5px;
			font-size: 11px;
			font-family: Arial, Helvetica, sans-serif;
		}		

		#content .spotlight h3 {
			color: #85BCDB;
			font-size: 1.2em;
			font-weight: bold;
			line-height: 32px;
			margin: 0 0 .5em 0;
			padding: 0;
		}
		
		#content .spotlight img {
			float: left;
			margin: 0 1em 0 0;
		}
		

/* -------------------------------------------------------
	sidebar area
------------------------------------------------------- */
#sidebar .box {
	margin: 0 0 20px 0;
	cursor: pointer;
}

	#sidebar .box .boxbody {
		background: url(../img_struct/box-body-bg2.png) no-repeat right bottom transparent;
		font-size: 11px;
		padding: 10px;
		border-color: #ddd;
		border-width: 0 1px 1px 1px;
		border-style: solid;
		line-height: 1.5em;
	}
	
	#sidebar .box .boxfoot {
		background: url(../img_struct/box-ft-bg.png) repeat-x left top transparent;
		height: 8px;
	}
		
	#sidebar .box h3 {
		background: url(../img_struct/box-hdr-bg-bw.png) repeat-x left bottom #6dabd0;
		font-size: 12px;
		color: white;
		padding: 8px 10px;
		height: 13px;
	}
	
	#sidebar .box img {
		display: block;
		margin: 0 auto 5px auto;
	}

	
.cmsfunctions {
	font-family: arial;
	font-size: 11px;
	color: #000;
	float: right;
}

	.cmsfunctions a {
		text-decoration: none;
	}
	
	
/* -------------------------------------------------------
	children (links list)
------------------------------------------------------- */
.children {
	margin: 1em 0;
	clear: both;
}

	.children hr {
		clear: both;	
		border-color: #99C7E3;
		margin: 0 0 1em 0;
		display: none;
	}	
	
	.children .summary {
		clear: both;
		background: #F3F3F8;
		border-width: 1px;
		border-style: solid;
		border-color: #ccc #ccc #999 #ccc;
		clear: both;
		margin: 0 0 2em;
		padding: .5em 1em;
	}

		.children .summary a.more {
			display: block;
			text-align: left;
			clear: both;
		}

		.children .summary img {
			float: right;
			margin: -2em 0 0 1em;
		}

	.children .content {
		clear: both;
		background: #F3F3F8;
		border-width: 1px;
		border-style: solid;
		border-color: #ccc #ccc #999 #ccc;
		clear: both;
		margin: 0 0 2em;
		padding: 1em;		
		
	}

		.children .content h1 {
			/* in summary context show as h3 */
			color: #333;
			font-size: 1.2em;
			font-weight: bold;
		}	


/* -------------------------------------------------------
	children (links list)
------------------------------------------------------- */
.searchresults form {
	margin-top: 1em;
	background: #BAD8EB;
	border: solid 1px #aaa;
	padding: 20px;
	font-size: 1.1em;
}

