/*
Theme Name: Umoja Fonds
Theme URI: http://www.umojafonds.nl
Author: Alderlane Digital Publications
Author URI: http://www.alderlane.nl
Description: Custom theme for Umoja Fonds.
Version: 1.0
License: -
License URI: -
Tags: custom
*/

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
	}


/* =Basics
----------------------------------------------- */

body {
	background: url(images/background3.jpg), url(images/background-vv.png);
	background-position: center 40px;
	background-repeat: no-repeat;	
	color: rgb(33,33,33);
	font: 14px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	line-height: 24px;
	}

.home {
	background: rgb(255,255,255) url(images/background1.jpg) center 40px no-repeat;
	background-position: center 40px;
	background-repeat: no-repeat;
	}

::selection {
	background: rgba(33,33,33,0.1);
	}

::moz-selection {
	background: rgba(33,33,33,0.1);
	}


/* =Typography
----------------------------------------------- */

p {
	margin-bottom: 10px;
	}

strong {
	font-weight: bold;
	}

cite, em, i {
	font-style: italic;
	}


h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: bold;
	}

	h1 {
		font-size: 28px;
		margin: 24px 0;
		line-height: 100%;
		}
	
	h2 {
		margin: 14px 0;
		font-size: 18px;
		}

		h2 a {
			text-decoration: none;
			}
	
			h2 a:hover {
				text-decoration: underline;
				}

	h4 {
		font-weight: normal;
		margin: 0 0 6px 0;
		font-size: 18px;
		}

ol, ul {
	list-style: none;
	padding: 0 0 16px 16px;
	}

ol {
	list-style-type: decimal;
	margin: 0 0 0 2px;
	}

	ol ol {
		list-style: upper-alpha;
		}

		ol ol ol {
			list-style: lower-roman;
			}

			ol ol ol ol {
				list-style: lower-alpha;
				}

	ul ul, ol ol, ul ol, ol ul {
		margin-bottom: 0;
		}

dl {
	margin: 0 16px;
	}

dt {
	font-weight: bold;
	}

dd {
	margin-bottom: 1.625em;
	}

caption, th, td {
	font-weight: normal;
	text-align: left;
	}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
	}

blockquote, q {
	quotes: "" "";
	}

blockquote {
	font-family: Georgia, "Bitstream Charter", serif;
	font-style: italic;
	font-weight: normal;
	margin: 0 3em;
	}

blockquote em, blockquote i, blockquote cite {
	font-style: normal;
	}

blockquote cite {
	color: #666;
	font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	}

pre {
	background: #f4f4f4;
	font: 13px "Courier 10 Pitch", Courier, monospace;
	line-height: 1.5;
	margin-bottom: 1.625em;
	overflow: auto;
	padding: 0.75em 1.625em;
	}

code, kbd {
	font: 13px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	}

abbr, acronym, dfn {
	border-bottom: 1px dotted #666;
	cursor: help;
	}

address {
	display: block;
	margin: 0 0 1.625em;
	}

ins {
	background: #fff9c0;
	text-decoration: none;
	}

sup,
sub {
	font-size: 10px;
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
	}

sup {
	bottom: 1ex;
	}

sub {
	top: .5ex;
	}

a {
	text-decoration: underline;
	color: rgb(33,33,33);
	}

a:focus,
a:active,
a:hover {
	text-decoration: none;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	}

img a, a img {
	border: 0;
	}

.lees-meer {
	padding: 3px 6px;
	background: rgb(33,33,33);
	color: rgb(255,255,255);
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border: 1px solid rgb(33,33,33);
	}

	.lees-meer:hover {
		background: rgb(255,255,255);
		color: rgb(33,33,33);
		}


/* =Objects
----------------------------------------------- */

span.skype_pnh_container {
	display: none !important;
	}

span.skype_pnh_print_container {
	display: inline !important;
	} 

.clear {
	clear: both;
	}

table {
	border-collapse: separate;
	border-spacing: 0;
	}

caption, th, td {
	font-weight: normal;
	text-align: left;
	}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
	}

hr {
	background-color: #ccc;
	color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 10px;
	}

.alignleft {
	display: inline;
	float: left;
	margin-right: 20px;
	}

.alignright {
	display: inline;
	float: right;
	margin-left: 20px;
	}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

.alignnone {
	margin-top: 10px;
	margin-bottom: 10px;
	}

embed,
iframe,
object {
	max-width: 100%;
	}

input, textarea {
	-webkit-appearance: none;
	border: 0;
	background: rgb(255,255,255);
	height: 22px;
	width: 40px;
	padding: 4px 8px;
	font: 14px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	margin: 0 20px 0 10px;
	text-align: center;
	outline: 0;
	}

input:hover {
	-webkit-transition: background 0.2s ease;
	-moz-transition: background 0.2s ease;
	-ms-transition: background 0.2s ease;
	-o-transition: background 0.2s ease;
	}

.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%;
	}

img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto;
	}

img.size-full,
img.size-large {
	max-width: 620px;
	height: auto;
	}


/* =Structure
----------------------------------------------- */

#page {
	max-width: 1920px;
	margin: 0 auto;
	}

	#header {
		height: 300px;
		width: 940px;
		margin: 0 auto;
		}

	.home #header {
		height: 560px;
		}

		#logo {
			width: 100px;
			height: 260px;
			float: left;
			}

	#main {
		clear: both;
		width: 940px;
		margin: 0 auto;
		background: rgb(255,255,255);
		}

		#primary {
			width: 620px;
			margin: 0 auto;
			padding: 10px 0;
			}

			#content ol,
			#content ul {
				list-style: square;
				}

	#footerbg {
		background: url(images/bg-footerbg.png) repeat-x;
		max-width: 1920px;
		clear: both;
		}
	
		#footercontainer {
			margin: 0 auto;
			width: 940px;
			height: 82px;
			background: url(images/bg-footer.png) right no-repeat;
			font-size: 12px;
			line-height: 40px;
			}
	
		#footer {
			margin: 42px 0 0 0;
			width: 310px;
			height: 40px;
			color: rgb(255,255,255);
			float: right;
			text-align: right;
			}


/* =Homepage
----------------------------------------------- */

#projectenoverzicht-home {
	width: 700px;
	height: 473px;
	float: right;
	margin: 47px 0 0 0;
	text-transform: uppercase;
	}

	.gegevens-home {
		background: rgba(255,255,0,0.7);
		padding: 4px 6px;
		display: inline;
		}

	#projectenoverzicht-home .progressbar {
		width: 370px;
		float: left;
		height: 25px;
		margin: 5px 10px 0 0;
		background: rgba(255,255,255,0.8);
		}

		#projectenoverzicht-home .progressbar-content {
			height: 25px;
			line-height: 25px;
			}

	.project-home {
		width: 700px;
		margin: 0 0 15px 0;
		padding: 0 0 10px 0;
		height: 50px;
		}

	.eindbedrag {
		float: right;
		background: rgb(255,255,255);
		padding: 0 6px;
		height: 25px;
		line-height: 25px;
		width: 54px;
		margin: 5px 10px 0 0;
		}

	.lees-meer-home {
		float: right;
		margin: 5px 10px 0 0;
		padding: 0 6px;
		height: 25px;
		line-height: 25px;
		background: rgb(33,33,33);
		color: rgb(255,255,255);
		font-weight: bold;
		text-decoration: none;
		}
	
		.lees-meer-home:hover {
			background: rgb(255,255,255);
			color: rgb(33,33,33);
			}

	.directdoneren-home {
		float: right;
		padding: 0 6px;
		height: 25px;
		line-height: 25px;
		background: rgb(255,0,0);
		color: rgb(255,255,255);
		text-decoration: none;
		font-weight: bold;
		margin: 5px 0 0 0;
		}
	
		.directdoneren-home:hover {
			background: rgb(255,255,255);
			color: rgb(33,33,33);
			}

#colomn1, #colomn2, #colomn3 {
	float: left;
	width: 300px;
	}

	#colomn1 {
		margin: 20px 10px 20px 0;
		}
	
	#colomn2 {
		margin: 20px 10px 20px 10px;
		}
	
	#colomn3 {
		margin: 20px 0 20px 10px;
		}

		#actueel-home {
			background: rgb(230,250,255);
			padding: 7px 10px 10px 10px;
			margin-bottom: 20px;
			margin-top: 7px;
			}
		
		#actueel-home img {
			width: 280px;
			}
		
			h2.actueel-home-excerpt {
				margin: 0 0 10px 0;
				}
		
		#actueel-home p {
			margin-bottom: 0;
			line-height: 18px;
			}
		
		.lees-meer-actueel-home {
			text-transform: uppercase;
			font-weight: bold;
			text-decoration: underline;
			}
		
			.lees-meer-actueel-home:hover {
				text-decoration: none;
				}

		#banner {
			margin: 0 0 20px 0;
			}

		#nieuwsbrief {
			background: rgb(243,182,10);
			margin: 0 0 20px 0;
			padding: 20px;
			position: relative;
			display: none;
			visibility: hidden;
			}

			#tekstbijnieuwsbrief {
				position: relative;
				z-index: 2;
				height: 10px;
				width: 260px;
				left: 0;
				top: 0;
				}
			
			#email_nieuwsbrief {
				position: relative;
				width: 260px;
				left: 0;
				top: 0;
				z-index: 3;
				margin-bottom: -40px;
				}
			
			#email_nieuwsbrief2 {
				position: relative;
				height: 0;
				width: 260px;
				left: 0;
				top: 0;
				margin-top: -30px;
				}


/* =Actueel (overzicht)
----------------------------------------------- */

div.actueel-excerpt {
	border-bottom: 1px solid #999;
	padding-bottom: 20px;
	margin-bottom: 20px;
	}

	div.actueel-excerpt:last-child {
		border-bottom: 0;
		}

span.datum-excerpt {
	color: #999;
	}

h2.actueel-excerpt {
	margin: 0 0 14px 0;
	}


.actueel-excerpt p {
	margin-bottom: 6px;
	}

a.actueel-thumb {
	float: left;
	margin-right: 20px;
	}


/* =Actueel (single)
----------------------------------------------- */

.single-actueel #menu-item-419 a {
	background: rgb(255,255,255);
	color: rgb(33,33,33);
	}


h1.actueel-full {
	width: 440px;
	float: left;
	padding-right: 20px;
	}

span.datum-full {
	width: 160px;
	float: right;
	text-align: right;
	margin-top: 7px;
	color: #999;
	padding-top: 24px;
	}

.actueel-full {
	clear: both;
	}


/* =Projecten (overzicht)
----------------------------------------------- */

#primary-projectenoverzicht {
	width: 640px;
	margin: 0 auto;
	padding: 10px 0;
	}

	#primary-projectenoverzicht h1 {
		margin-left: 10px;
		}

	.project {
		width: 300px;
		margin: 0 10px;
		float: left;
		border-bottom: 1px solid black;
		padding: 0 0 20px 0;
		}

		.page-template-umojafonds-projecten-php .progressbar,
		.page-template-umojafonds-home-php .progressbar {
			background: rgb(230,230,230);
			}
	
		.page-template-umojafonds-projecten-php .progressbar-content,
		.page-template-umojafonds-home-php .progressbar-content {
			min-width: 17%;
			overflow: hidden;
			}


/* =Projecten (single)
----------------------------------------------- */

#container-project {
	width: 940px;
	position: relative;
	top: 0;
	}

#voortgang {
	position: absolute;
	top: -236px;
	left: 220px;
	width: 540px;
	height: 130px;
	padding: 12px 20px 18px 20px;
	font-size: 16px;
	}

	#voortgang h1 {
		margin: 10px 0;
		font-size: 18px;
		padding: 6px 6px;
		background: rgb(255,255,0);
		}

	.progressbar {
		background: rgb(255,255,255);
		height: 30px;
		font-weight: bold;
		margin: 0 0 10px 0;
		}

		.progressbar-content {
			background: rgb(0,204,255);
			text-align: right;
			color: rgb(255,255,255);
			height: 30px;
			line-height: 30px;
			min-width: 12%;
			width: 0%;
			overflow: hidden;
			}

		.progressbar-content-single {
			background: rgb(0,204,255);
			text-align: right;
			color: rgb(0,204,255);
			height: 30px;
			line-height: 30px;
			min-width: 12%;
			width: 0%;
			overflow: hidden;
			animation-name: progressbar-content;
			-moz-animation-name: progressbar-content;
			-webkit-animation-name: progressbar-content;
			animation-timing-function: ease-in-out;
			-moz-animation-timing-function: ease-in-out;
			-webkit-animation-timing-function: ease-in-out;
			animation-duration: 3.0s;
			-moz-animation-duration: 3.0s;
			-webkit-animation-duration: 3.0s;
			animation-iteration-count: 1;
			-moz-animation-iteration-count: 1;
			-webkit-animation-iteration-count: 1;
			animation-direction: normal;
			-moz-animation-direction: normal;
			-webkit-animation-direction: normal;
			animation-delay: 0.5s;
			-moz-animation-delay: 0.5s;
			-webkit-animation-delay: 0.5s;
			animation-fill-mode: forwards;
			-moz-animation-fill-mode: forwards;
			-webkit-animation-fill-mode: forwards;
			}

	.benodigd {
		padding: 3px 6px;
		float: left;
		background: rgb(255,255,255);
		}
	
	.land {
		padding: 3px 6px;
		background: rgb(255,255,255);
		margin: 0 0 10px 0;
		}
	
	.directdoneren {
		float: right;
		padding: 3px 6px;
		background: rgb(255,0,0);
		color: rgb(255,255,255);
		text-decoration: none;
		}
	
		.directdoneren:hover {
			background: rgb(255,255,255);
			color: rgb(33,33,33);
			}

p.wp-caption-text {
	font-style: italic;
	font-size: 12px;
	line-height: 16px;
	color: rgb(160,160,160);
	width: 620px;
	margin-bottom: 20px;
	}

.wp-caption {
	max-width: 620px;
	}

#subnavprojecten {
	float: left;
	width: 140px;
	margin: 0 20px 0 0;
	}

#primary-projecten {
	width: 620px;
	padding: 10px 0;
	float: left;
	}

#doneren {
	background: #EEE;
	width: 580px;
	margin: 0 auto;
	clear: both;
	padding: 20px;
	}

	#doneren h1 {
		margin: 0 0 10px 0;
		}

	.doneren {
		float: left;
		padding: 3px 6px;
		background: rgb(255,0,0);
		color: rgb(255,255,255);
		text-decoration: none;
		border-radius: 3px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		}
	
		.doneren:hover {
			color: rgb(255,255,255);
			background: rgb(33,33,33);
			cursor: pointer;
			}

	.bedrag {
		float: left;
		}
	
	.button {
		float: left;
		}


/* =Menu 'projecten'
-------------------------------------------------------------- */

#access1 {
	background: rgb(255,255,255);
	display: block;
	float: right;
	margin: 0;
	width: 736px;
	height: 40px;
	line-height: 40px;
	text-transform: uppercase;
	font-size: 18px;
	}

	#access1 ul {
		list-style: none;
		float: right;
		margin: 0;
		padding: 0;
		}

		#access1 li {
			float: left;
			}

	#access1 a {
		display: block;
		text-decoration: none;
		color: rgb(33,33,33);
		padding: 0 10px;
		font-weight: bold;
		}

		#access1 li:hover > a,
		#access1 ul ul :hover > a,
		#access1 a:focus {
			background: rgb(33,33,33);
			color: rgb(255,255,255);
			}
		
		#access1 li:hover > a,
		#access1 a:focus {
			background: rgb(33,33,33);
			color: rgb(255,255,255);
			}
		
		#access1 ul li:hover > ul {
			background: rgb(33,33,33);
			}
		
		#access1 .current-menu-item > a,
		#access1 .current-menu-ancestor > a,
		#access1 .current-page-item > a,
		#access1 .current-page-ancestor > a {
			background: rgb(33,33,33);
			color: rgb(255,255,255);
			}


/* =Menu 'hoofdmenu'
-------------------------------------------------------------- */

#access2bg {
	background: rgb(33,33,33);
	max-width: 1920px;
	}

	#access2 {
		display: block;
		margin: 0 auto;
		width: 940px;
		height: 40px;
		line-height: 40px;
		text-transform: uppercase;
		font-size: 17px;
		}
	
		#access2 ul {
			list-style: none;
			margin: 0 20px 0 0;
			padding: 0;
			}
	
			#access2 li {
				float: left;
				}
	
		#access2 a {
			display: block;
			text-decoration: none;
			color: rgb(255,255,255);
			padding: 0 8px;
			font-weight: bold;
			}
	
			#access2 li:hover > a,
			#access2 ul ul :hover > a,
			#access2 a:focus {
				background: rgb(255,255,255);
				color: rgb(33,33,33);
				}
			
			#access2 li:hover > a,
			#access2 a:focus {
				background: rgb(255,255,255);
				color: rgb(33,33,33);
				}
			
			#access2 ul li:hover > ul {
				background: rgb(255,255,255);
				}
			
			#access2 .current-menu-item > a,
			#access2 .current-menu-ancestor > a,
			#access2 .current-page-item > a,
			#access2 .current-page-ancestor > a {
				background: rgb(255,255,255);
				color: rgb(33,33,33);
				}


/* =Menu 'footer'
-------------------------------------------------------------- */

#access3 {
	display: block;
	float: left;
	margin: 42px 0 0 0;
	width: 630px;
	height: 40px;
	}

	#access3 ul {
		list-style: none;
		margin: 0 20px 0 0;
		padding: 0;
		}

		#access3 li {
			float: left;
			}

	#access3 a {
		display: block;
		text-decoration: underline;
		color: rgb(255,255,255);
		padding: 0 10px;
		}

		#access3 li:hover > a,
		#access3 ul ul :hover > a,
		#access3 a:focus {
			text-decoration: none;
			}
		

/* =Submenu 'projecten'
-------------------------------------------------------------- */

#access4 {
	display: block;
	margin: 42px 0 0 10px;
	width: 130px;
	text-transform: uppercase;
	z-index: 999;
	position: relative;
	}

	#access4 ul {
		list-style: none;
		margin: 0;
		padding: 0;
		}

	#access4 a {
		text-decoration: none;
		color: rgb(33,33,33);
		padding: 2px 6px;
		font-weight: bold;
		display: block;
		}

		#access4 a:hover {
			background: rgb(33,33,33);
			color: rgb(255,255,255);
			}
		
		#access4 .current-menu-item > a,
		#access4 .current-menu-ancestor > a,
		#access4 .current-page-item > a,
		#access4 .current-page-ancestor > a {
			background: rgb(33,33,33);
			color: rgb(255,255,255);
			}


/* =IE6
----------------------------------------------- */

#ie6_banner {
	background: #333;
	width: 100%;
	position: relative;
	padding:15px 0;
	margin: 0;
	z-index: 999;
	color: #FFF;
	font-size: 12px;
	line-height: 16px;
	}

	#ie6_wrap {
		width: 940px;
		margin: 0 auto;
		}

		#ie6_links {
			float: left;
			width: 630px;
			}

			#ie6_links h1 {
				font-size: 18px;
				margin: 0 0 10px 0;
				}

			#ie6_links p {
				margin: 0;
				}

			#ie6_links a {
				color: #FFF;
				background: none;
				}

				#ie6_links a:hover {
					text-decoration: none;
					}

		#ie6_rechts {
			float: right;
			width: 272px;
			}

			#ie6_rechts a {
				float: left;
				background: #5a5a5a;
				width: 85px;
				height: 27px;
				padding: 12px 0 0 50px;
				margin: 0 1px 1px 0;
				color: #FFF;
				}

				#ie6_rechts a:hover {
					text-decoration: none;
					}

			#ie6_rechts img {
				position: absolute;
				margin: -5px 0 0 -35px;
				border: none;
				}