/*
Theme Name: LARP
Theme URI: http://www.leidenattachmentresearchprogram.eu/
Description: Op maat gemaakt voor Marinus van IJzendoorn, Universiteit Leiden.
Version: 
Author: Mark Dingemanse (vormdicht)
Author URI: http://www.vormdicht.nl/
*/

/* 	———————————————————————————————————————————————————————————————————
 	vormdicht cms								   powered by wordpress
	——————————————————————————————————————————————————————————————————— 
	graphics, XHTML, CSS © 2006 vormdicht grafische diensten
	WordPress theme © 2006 vormdicht grafische diensten
	———————————————————————————————————————————————————————————————————	
	reset: 															 */

body,h1,h2,h3,h4,h5,h6,p,form,img,fieldset { margin:0;padding:0; } a img { border:none; } fieldset { border:none; }


/* 	———————————————————————————————————————————————————————————————————
	zaken die op elke pagina terugkomen
———————————————————————————————————————————————————————————————————— */
html {
	height:100%;
	background-color:#f2f4f5;
}

body {
	height:100%;
	background:#f2f4f5 url('images/bg-body.png') repeat-y center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin:0 auto;
	min-width:784px;
}
#wrap {
	position:relative;
	min-height:100%;	
	width:784px;
	margin:0 auto;
}
* html #wrap
{
	height: 100%;
}
#header {
	height:171px;
	background:#f2f4f5 url('images/bg-header.png') no-repeat 50% 0;
}
	#logo {
		display:block;
		width:212px;
		height:83px;
		background:#fff url('images/logo.png') no-repeat center;
		position:relative;
		top:31px;
		left:0px;
		text-decoration:none;
		text-indent:-2000px;
	}
	#nav {
		position:absolute;
		top:28px;
		left:62px;
		width:155px;
	}
	#subpages {
		position:absolute;
		left:56px;
		top:149px;
		width:436px;
		padding:0 10px 5px 10px;
		background-color:#c6b52a;
	}
#content {
	margin:0 12px 0 12px;
	background-color:#fff;
	padding:0px 270px 80px 50px;
	min-height:100px;
}
	.editlink {
		position:absolute;
		top:200px;
		right:282px;
		text-align:right;
		font-size:9px;
		color:#b8a4a4;
}
	.editlink a, .editlink a:visited {
		color:#b8a4a4 !important;
		text-decoration:none;
	}
	.editlink a:hover {
		color:#5d4b4d !important;
		text-decoration:underline;
	}
#footer {
	position:relative;
	width:784px;
	margin:-86px auto 0 auto;
	height:86px;
	background:#f2f4f5 url('images/bg-footer.png') no-repeat top center;
}
	#footer #sideart {
	float:right;
	width:190px;
	height:100px;
	position:relative;
	top:-80px;
	right:62px;
	background:#fff url('images/bg-ul.png') no-repeat bottom center;
	margin-bottom:-000px;
	}
	#footer p, #footer a {
	font-size:9px;
	color:#b8a4a4;
	}
	#footer p {
	position:absolute;
	top:60px;
	}
	#footer p.credits {
	left:40px;
	}
	#footer p.info {
	right:40px;
	}
	#footer a {
	text-decoration:none;
	border-bottom:1px solid #d0c6bf;
	}
	#footer a:hover {
	color:#6c004e;
	border-bottom:1px solid #6c004e;
	}

/* 	navigatie
	———————————————————————————————————————————— */

#nav ul {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-size:18px;
	color:#fff;
	list-style:none;
	margin:0;
	padding:0;
	text-transform:lowercase;
	line-height:20px;
}
#nav ul li {
	margin-bottom:2px;
}
#nav ul li a {
	color:#fff;
	text-decoration:none;
	padding:0 3px;
}
#nav ul li.current_page_item a, #nav ul li.current_page_ancestor a {
	color:#6c004e;
	background-color:#fff;
}
#nav ul li a:hover {
	color:#6c004e;
	background-color:#fff;
}

#subpages ul {
	display:block;
	float:right; /* must be a float for the 'bullets-in-between'-trick to work */
	list-style:none;
	font-size:11px;
	text-transform:lowercase;
	margin:0 -10px 0 0;
	padding:0;
	overflow:hidden;
	line-height:17px;
}
#subpages ul li {
	display:inline;
	margin-left:-10px;
	margin-right:10px;
	padding-left:13px;
	background:#c6b52a url('images/bg-subpage-dot.png') no-repeat left 3px;
}
#subpages ul li a {
	color:#fff;
	text-decoration:none;
}
#subpages ul li a:hover {
	text-decoration:underline;
}
#subpages ul li.current_page_item {
	font-weight:bold;
}

/* 	———————————————————————————————————————————————————————————————————
	typografie
———————————————————————————————————————————————————————————————————— */

h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-size:22px;
	letter-spacing:.02em;
	color:#9fa149;
	margin-top:20px;
	margin-bottom:7px;
}
h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	font-weight:normal;
	line-height:16px;
	color:#6c004e;
	margin-top:16px;
	margin-bottom:10px;
}
	#content h2 a {
	color:#6c004e;
	border-bottom:none;
	}
h3 {
	font-size:11px;
	line-height:17px;
	color:#6c004e;
	font-weight:bold;
	margin-top:14px;
	margin-left:10px;
}
p {
	font-size:11px;
	line-height:17px;
	text-align:justify;
	color:#5d4b4d;
	margin-bottom:7px;
}
p.warning {
	padding:10px;
	background-color:#f2f4f5;
	font-weight:bold;
	color:#c6b52a;
}
p.note {
	padding:10px;
	background-color:#f2f4f5;
}
	p.note strong {
	display:block;
	}
#content a {
	color:#5d4b4d;
	text-decoration:none;
	border-bottom:1px solid #d0c6bf;
}
#content a:hover {
	color:#6c004e;
	border-bottom:1px solid #6c004e;
}
ul, ol {
	font-size:11px;
	line-height:17px;
	color:#5d4b4d;
	margin:7px 0 7px 0;
	padding:0 0 0 15px;
	line-height:18px;
}



/* 	———————————————————————————————————————————————————————————————————
	specifieke stijlen per pagina, per container
———————————————————————————————————————————————————————————————————— */

/* 	page: home
	———————————————————————————————————————————— */

img#logo-leiden {
	position:relative;
	margin-top:30px;
}
	
#news {
	position:absolute;
	width:170px;
	top:200px;
	right:60px;
	padding:10px;
	background-color:#f7f8f9;
}
#news h1 {
	margin:0;
	padding:0;
	color:#5d4b4d;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	line-height:17px;
	text-align:justify;
}
#news ul {
	margin:0;
}

/* 	page: single.php, archive.php
	———————————————————————————————————————————— */

.post h2 {
	padding-left:10px;
	padding-bottom:10px;
	border-bottom:1px solid #ccc;
}

.post p {
	margin:0 10px 7px 10px;
}

div.postmetadata {
	margin-top:20px;
	padding:7px 10px 10px 10px;
	background-color:#f8fafa;
	border-top:1px solid #ccc;
}
	.archive div.postmetadata {
	margin-top:10px;
	margin-bottom:40px;
	padding-top:10px;
	border-top:none;
	border-bottom:1px solid #ccc;
	}
	.readmore {
	font-size:11px;
	color:#5d4b4d;
	float:right;
	}
.postmetadata {
	font-size:11px;
	color:#5d4b4d;
}
.postmetadata p {
	text-align:left;
	margin:0;
}
.edit {
	float:right;
}
.pager {
	font-size:10px;
	color:#5d4b4d;
	margin:20px 0;
}
.pager .prev {
	float:left;
}
.pager .next {
	float:right;
}


/* 	page: contact
	———————————————————————————————————————————— */
#contactinfo {
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:left;
	margin-bottom:40px;
	color:#5d4b4d;
}
#contactinfo td {
	padding:0 4px;
}
#email {
	margin-top:20px;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#5d4b4d;
}
#email #bericht {
	width:300px;
	height:100px;
}
#email label, #email input, #email textarea {
	display:block;
	margin-bottom:15px;
}
#email label {
	font-weight:normal;
}
#email label .labeltext {
	background-color:#f2f4f5;
	padding:5px 8px;
}
#email input, #email textarea {
	font-weight:normal;
	margin-top:5px;
}
#email .form-text, #email textarea {
	width:200px;
	padding:2px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#5d4b4d;
}
/*	page: webmail 
	———————————————————————————————————————————— */
#content.webmail {
	font-size:11px;
	color:#5d4b4d;
}
.webmail label {
	display:block;
	width:240px;
	margin-bottom:6px;
}
.webmail input.input-text {
	padding:2px;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

