/*********************** CASCADING STYLE SHEET ********************************/

/******* standaard dingen *******/

body, html {
	background: #476334;
	margin: 0;
	padding: 0px;
	font: 12px "Verdana", sans-serif;
}

a {
	color: #579120;
	text-decoration: none; 
}

a img {
	border: none; 
}

#inhoud.pivot-popuptext {
	color: #579120;
	border-bottom: 1px #579120 dotted;
}

img {
	border: 0px;
}

p {
	font: 12px "Verdana",sans-serif;
}

/******* hoe je stukjes eruit zien, althans, hoe ik dat zou willen *******/

.poster {
	margin: 0px;
	line-height: 16px;
	color: #579120;
	padding-bottom: 0px;
	font-size: 11px;
	font-family: "Verdana", sans-serif;
}

.comments {
	font-size: 11px;
	float: right;
	font-weight: normal;
	font-family:	"Verdana", sans-serif;
	line-height: 16px;
	margin: 0px;
	padding-bottom: 0px;
}

h3 {
	margin: 0px;
	color: #c82625;
	padding-bottom: 6px;
	font-size: 12px;
	font-family: "Verdana", sans-serif;
	font-weight: bold;
	line-height: 16px;
}

h3 .date {
	font-size: 11px;
	float: right;
	font-weight: normal;
	font-family:	"Verdana", sans-serif;
	line-height: 16px;
}

h4 {
	margin: 0px;
	color: #1f4763;
	padding-bottom: 6px;
	font-size: 12px;
	font-family: "Verdana", sans-serif;
	font-weight: bold;
	line-height: 16px;
}

.entry {
	padding: 10px 15px 10px 15px;
	margin: 0px;
	background-color: #fff;
}

.tekst {
	line-height: 16px;
	font-size: 12px;
	padding: 0px 15px 0px 15px;
}

.randje {
	background: transparent;
	height: 20px;
	width: 475px;
}

/* datum, naam en zo */

.info {
	color: #666666;
}

/* hoe de reactiepagina eruit ziet */
.commentinput {
	border: 1px inset #888;
	background-color: #F8F8F8;
	font-size: 11px;
}

.commentbutton {
	border: 1px outset #888;
	background-color: #DDD;
}

.pivot-message {
	font-weight: bold;
	border: 1px dashed #666; 
	padding: 5px;
}

p.entry-navigation {
	color: #666;
	text-align: center;
	padding-bottom: 5px;
}

p.comments {
	padding-top: 5px;
}

p.comment-footer {
	font-size: 10px;
	color: #555;
	padding: 0px;
}

/******* (nog) niet gebruikt *******/
h1 {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	font-family:  Garamond, "Times new Roman", serif;
	letter-spacing: 3px;
	font-weight: bold;
	line-height: 1.5em;
}

h5 {
	margin: 0px;
	padding: 0px;
	letter-spacing: 1px;
	font: bold 12px  Garamond, "Times new Roman", serif;
}

h1 a, h1 a:hover {
	text-decoration: none;
	color: #ffffff;
}

h1.top, h5.top {
	color: #FFF;
	margin-top: -1.55em;
	margin-left: 39px;
	padding: 0px;
}

h1.shadow, h5.shadow {
	color: #000;
}

h4 .date {
	font-size: 0.8em;
	float: right;
	font-weight: normal;
	padding-top: 2px;
	padding-right: 8px;
	font-family:	"Verdana", sans-serif;
}

tt {
	font-family: "Courier New", Courier, monospace;
	font-size: 1em;
}

hr {
	margin: 1em 0.1em;
}

/******* geen idee *******/
.pmo {
	white-space: nowrap;
}

/* special markup for secondary info headers */
#secondary h3, #linkdump h3{
	margin: 5px 0 8px 0;
	padding: 0 0 0 22px;
	font: bold 1.8em 	Garamond, Georgia, "Times new Roman",serif;
	color: #555555;
}

/* voor de uitlijning van de classes */
.links,  .archives, .about, .search, h3.calendar, .linkdump,
#secondary .comments, .referrers, .stuff {
	margin: 0.3em 0 0.5em !important;
	border-bottom: 0px solid #0FD; 
}

/* ploaties bij de categorie�n, maar dat heb je niet */
h3.links {
	background: transparent url(links.png) no-repeat center left;
	margin: 0.8em 0 0.2em !important;	
}

h3.linkdump {
	background: transparent url(linkdump.png) no-repeat center left;
}

h3.about {
	background: transparent url(about.png) no-repeat center left;
	margin: 0 !important;
}

h3.search {
	background: transparent url(search.png) no-repeat center left;
	margin: 0.8em 0 0.2em !important;
}

h3.archives{
	background: transparent url(archives.png) no-repeat center left;
	margin: 0.8em 0 0.2em !important;	
}

h3.calendar {
	background: transparent url(calendar.png) no-repeat center left;
	margin: 0.8em 0 0.2em !important;		
}

h3.comments{
	background: transparent url(comments.png) no-repeat center left;
	margin: 0em 0 0.2em !important;		
}

h3.referrers{
	background: transparent url(referrers.png) no-repeat center left;
	margin: 0.8em 0 0.2em !important;		
}

h3.stuff{
	background: transparent url(stuff.png) no-repeat center left;
	margin: 0.8em 0 0.2em !important;		
}

#footer {
	width: 100%;
	text-align: center;
	color: #666666;
	clear: both;
}

/* Voor een kalender, maar die heb je niet */
.calendar {
	padding: 1px 5px;
	margin: 0px;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	font-size: 1em;
	background-color: #F8F8F8;
}

.calendarHeader {
	font-weight: bold;
	color: #000;
	background: #eee;
	margin: 0px;
	padding: 2px 5px;
	font-size: 11px;
}

.calendarToday {
	background-color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
	border: 1px solid #999;
}

table.calendar {
	/* only the calendar has a line, not the individual cells */
	border: 1px solid #333;
	padding: 0px;
	width: 175px;
}

table.calendar td {
	text-align: center;
}

.calendarHeader a, .calendar a {
	font-weight: bold;
	color: #24B;
	text-decoration: none;
}

/*  Voor de zoekfunctie */

.pivot-search label { visibility:hidden; display:none; }
.pivot-search legend { visibility:hidden; display:none; }
.pivot-search fieldset { border:0; padding:0; margin:0; }

.pivot-search-result label { visibility:hidden; display:none; }
.pivot-search-result legend { visibility:hidden; display:none; }
.pivot-search-result fieldset { border:0; padding:0; margin:0; } 

.searchbox {
	border: 1px inset #555;
	padding: 2px;	
	background-color: #fff;
	width: 80px;
}

.searchbutton {
	padding: 0px 3px;
	border: 1px outset #555;
	background-color: #DDD;
	width: 50px;
}

.pivot-search-result {
	padding: 10px 15px 10px 15px;
	margin: 0px;
	background-color: #fff;
}

/* Voor eventuele badges */
img.badge { border:0; margin-bottom:2px; }

a img.badge:hover { border-bottom:1px #314e8c solid; margin-bottom:1px; }
