@import url('reset.css');

/*
	GENERAL
*/
.group:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
#iemelding {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	padding: 1em;
	background-color: #f00;
	color: #fff;
	font-size: 1.2em;
	border-bottom: 1px solid #800000;
	display: none;
	_display: block;
	* display: block;
}
a {
	color: #004080;
}
a:hover {
	color: #00F;
	text-decoration: underline !important;
}
body {
	text-align: center;
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	font-size: 62.5%;
	background: #F3F2E8;
	background-image: url('/images/background.jpg');
	background-position: -25% 0;
}
#wrapper {
	width: 90%;
	max-width: 1000px;
	min-width: 700px;
	margin: 0 auto;
	text-align: left;
	font-size: 1.3em;
	line-height: 1.45em;
}
#content {
	width: 70%;
	float: right;
	padding: 0.7em 1.5%;
	border-top: 2px solid #CDCCBD;
	border-bottom: 2px solid #CDCCBD;
}
.error {
	border: 2px solid #F00;
	-webkit-border-radius: 5px;
	background-color: rgba(255,255,255,0.5);
	font-weight: bold;
	padding: 0.5em 1em;
}

/*
	HEADER
*/
#header {
	margin-top: 30px;
	height: 200px;
	background: url('/images/header.png') no-repeat top center;
	position: relative;
}
#header h2 {
	text-indent: -3000px;
	background-image: url('/images/logo.png');
	width: 300px;
	height: 150px;
	position: absolute;
	top: 40px;
	left: 5%;
}
#header span.jaartal {
	text-indent: -3000px;
	background-image: url('/images/jaartal.png');
	width: 90px;
	height: 32px;
	position: absolute;
	top: 130px;
	left: 29.5%;
}
#header span.scoutinggelderland {
	text-indent: -3000px;
	background-image: url('/images/scoutinggelderland.png');
	width: 100px;
	height: 90px;
	position: absolute;
	top: 65px;
	right: 1.5%;
}

/*
	NAVIGATION
*/
#navigation {
	width: 22%;
	float: left;
	padding: 0.7em 1.5%;
	border-top: 2px solid #CDCCBD;
	border-bottom: 2px solid #CDCCBD;
}
#navigation ul {
	margin-bottom: 1em;
	font-size: 1.05em;
	line-height: 1.7em;
}
#navigation ul li a {
	text-decoration: none;
	color: #45321F;
	color: rgba(49,24,0,0.8);
}
#navigation ul li a:hover {
	color: #251200;
	color: rgba(49,24,0,1);
	font-weight: bold;
}

/*
	HELICON
*/
#helicon {
	border-top: 2px solid #CDCCBD;
	padding: 1em 6.818% 0 6.818%;
	margin: 0 -6.818%;
	color: rgba(0,0,0,0.5);
	font-size: 0.85em;
	line-height: 1.4em;
}
#helicon p {
	margin-bottom: 1em;
}
#helicon img {
	max-width: 100%;
}

/*
	STATUS
*/
#status {
	border-top: 2px solid #CDCCBD;
	padding: 0.7em 1.5%;
	font-size: 0.9em;
}
#status li {
	float: left;
	padding-right: 15px;
}
#status li.actief {
	color: #008000;
}
#status li.inactief {
	color: #B20000;
}
#status li.bijnainactief {
	color: #FF8000;
}
#status span {
	float: right;
	color: rgba(0,0,0,0.5);
}

/*
	FOOTER
*/
#footer {
	margin-top: 1em;
	text-align: center;
	font-size: 0.9em;
	color: rgba(0,0,0,0.5);
}
#footer a {
	color: rgba(0,0,0,0.5);
}

/*
	CONTENT
*/
#content p, #content table {
	margin-bottom: 1em;
}
#content ul {
	margin: 0 0 1em 2em;
	list-style: square;
}
#content ol {
	margin: 0 0 1em 3em;
	list-style-type: decimal;
}
table.list {
	width: 100%;
}
table.list th, table.list td {
	padding: 3px 10px 3px 3px;
	border-bottom: 1px solid rgba(0,0,0,0.04);
	vertical-align: top;
}
table.list th {
	border-bottom: 1px solid rgba(0,0,0,0.15);
	color: rgba(0,0,0,0.60');
}

/*
	BERICHTEN
*/
#content .bericht {
	border-top: 2px solid #D4D0BC;
	border-top: 2px solid rgba(0,0,0,0.06);
	padding: 2em 2.14%;
	margin: 0 -2.14%;
}
#content .bericht:first-child {
	border: none;
	padding-top: 0.5em;
}
#content h1, #content h2 {
	color: rgb(49,24,0');
	font-size: 2em;
	line-height: 1.2em;
	margin-bottom: 0.5em;
	font-weight: normal;
	font-family: Georgia, serif;
}
#content h1 a, #content h2 a {
	color: rgb(49,24,0);
	text-decoration: none;
}
#content .metadata {
	float: left;
	width: 20%;
	font-size: 0.9em;
	color: #878787;
	color: rgba(0,0,0,0.53);
}
#content .metadata span {
	display: block;
}
#content .content {
	float: right;
	width: 77%;
}
#content img {
	max-width: 100%;
}
#content .metadata .type {
	font-weight: bold;
}
#content .metadata .type.opdracht {
	color: #008000;
}
#content .metadata .type.nieuws {
	color: #B20000;
}
#content .metadata .type.hint {
	color: #004080;
}

/*
	FORM
*/
input.tekst {
	font-size: 1em;
	padding: 3px;
	border: 1px solid #AF8E6D;
	width: 250px;
	-webkit-border-radius: 3px;
}
input.tekst.small {
	width: 60px;
}