/* Algemeen */

.node {
	margin: 0;
	margin-bottom: 20px;
}

.node img {
	margin-left: 10px;
	margin-right: 10px;
}

.node .img-email {
	margin: 0;
	vertical-align: bottom;
}

.poll-top{
	width:200px;
	height:23px;
	background:url(/figs/poll.gif);
}
.block-poll {
	border:#148E00 1px solid;
	padding: 10px;
}
.block-poll .title {
	font-weight:bolder;
}
.poll .title {
	font-weight:bolder;
	margin-bottom: 1em;
}
#eerder-nieuws {
	margin-top:2em;
}

/* Vragen */
.poll .form-item {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
.poll label {
	display: inline;
}
.poll .vote-form {
	text-align: center;
}
.poll .choices {
	text-align: left;
}
.poll .form-submit {
	margin-top: 1em;
}


/* Resultaten */
.poll-bar {
	margin-bottom: 3px;
}
.poll-bar .bar {
	height:1em;
	margin: 1px 0;
	background-color:#ffeeee;
}
.poll-bar .bar .foreground {
	background-color:#663399;
	height: 1em;
}
.poll-bar .percentage {
	text-align:right;
}
.poll .total {
	font-weight:bolder;
}


/* Zoeken */
.search-form .form-text {
	margin-bottom:0.3em;
	margin-top:0.3em;
}
.search-form .form-submit {
	margin-bottom:2em;
}
.button .form-submit {
	z-index: 5;
	position: relative;
}


/* Verjaardag */
.birthday-list .title {
	font-weight: bold;
}

.birthday-list .emphasize {
	font-weight: bold;
	font-size: 110%;
}


/* Pager */
.pager {
	clear: both;
	text-align: center;
	margin-top: 40px;
}

.pager li {
	display: inline;
	list-style-type: none;
	padding: 0.5em;
}


