@charset "UTF-8";
/* CSS Document */

html, body {
    height: 100%;
}

body
{
	background-color: #ebe9dd;
	background-image:url(../img/paper_bg.png);
}


.container_16 {
	background-image:url(../img/stars_bg.png);
	background-repeat: no-repeat;
	padding-top: 20px;
	
	position: relative;
    min-height: 100%;
	left: -20px;
}

#doneren {
	padding: 20px;
	text-align: center;
	border: 1px solid #333333;
}

#header {
	margin-bottom: 40px;
}


#description {
	background-image:url(../img/info_bg.png);
	height: 104px;
	width: 211px;
	margin: -8px 0 20px 15px; 
	padding: 20px 10px 10px 10px;
}

.meer-info {
	position: relative;
	top: -30px;
	left: 160px;
}

#content {
	margin-bottom: 20px;
}

#footer {
	background-color: #424239;
	height: 40px;
	padding-top: 20px;
}

#footer-menu {
	float:left;
	position:relative;
	left:30%;
	text-align:left;
}

#footer p {
	float: left;
	margin-right: 20px;
}

#footer ul {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}

#footer li {
	float: left;
	margin: 0;
	padding: 0 10px 0 10px;
}
.dotted {
	padding-right: 10px;
	border-right: 1px dotted #fff;
}



.video {
	float: left;
	height: 230px;
	width: 260px;
	margin-bottom: 40px;
	background-color: #aedadb;
	border: 1px solid #9bc8c9;
}

.vidMargin {
	margin-right: 38px;
}

.embed {
	height: 173px;
	width: 240px;
	margin: 10px;
	background-color: #000000;
}

.caption {
	/*height: 27px;*/
	padding-top: 8px;
	padding-bottom: 10px;
	background-color: #68b18d;
	border-top: 1px solid #9bc8c9;
}

.facebook {
	float: left;
	margin: 12px 10px 5px 20px;
}



/* Text */


h1 {
	color: #cf5b5b;
	font-size: 28px;
	margin-bottom: 5px;
}

h2 {
	font-size: 24px;
}

h3 {
	font-size: 18px;
}

#facebook_text {
	font-size: 10px;
	margin: 8px 20px 5px 0px;
	font-weight: bold;
	letter-spacing: 0.1em;
}

#facebook_text a{
	color: #000000;
}

#description {
	color: #FFFFFF;
	font-size: 14px;
}

.caption {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.1em;
}

.caption a{
	color: #ffffff;
}

.caption a:hover{
	color: #ffffff;
}

.caption a:link {
	color: #ffffff;
}


#footer {
	color: #f3f1e5;
	font-size: 12px;
	font-weight: bold;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:link {
	text-decoration: none;
}

a:active {
	text-decoration: none;
}

#footer a{
	color: #aa4e4d;
}



/* Donate */

#donate-top-border {
	margin-bottom:-5px;
}

#donate-info {
	background-image: url(../img/green_border.png);
	background-repeat: no-repeat;
	background-color: #68b18d;
	width: 520px;
	padding: 0 20px 20px 20px;
}

#donate-info h3 {
	color: #FFFFFF;
	font-size: 24px;
	font-weight: normal;
	float: left;
	margin-right: 10px;
}

#donate-info p {
	color: #FFFFFF;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 5px;
}

#donate-bottom {
	background-image: url(../img/donate_bottom_bg.png);
	background-position: bottom;
	background-repeat: no-repeat;
	background-color: #424239;
	height: 140px;
	width: 520px;
	padding: 20px;
	margin-bottom: 20px;
	margin-top: -10px;
}

#donate-bottom label{
	color: #aedadb;
	clear: both;
	display: block;
	letter-spacing: 0.1em;
}

#donate-bottom p {
	font-size: 12px;
	letter-spacing: 0.1em;
	font-weight: normal
}

#newsletter {
	margin-top: 10px;
}

#donate-bottom {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 14px;
}

#donate-person {
	background-color: #aedadb;
	width: 480px;
	padding: 20px;
}

#donate-person h3
{
	font-size: 16px;
	margin: 0px;
	padding: 0px;
}

#small-thumb {
	margin: 10px 10px 0 0;
	float: right;
}

#donate-person p
{
	color: #424239;
	font-size: 48px;
	text-align: center;
	margin: 0px;
}

#big-form-input {
	border: 1px solid #FFFFFF;
	color: #424239;
	float: left;
	height: 40px;
	margin-right: 20px;
	width: 374px;
	background-color: #f5ebeb;
	text-align: right;
	font-size: 28px;
	font-weight: bold;
}


.clear-both {
	clear: both;
}

.charities .addthis_button {
	float: right;
	margin-right: 20px;
	margin-top: -10px;
}

#sidebar .addthis_button {
	margin-left: 67px;
}

.description{
	font-style: italic;
}

.euro-sign {
	font-size: 28px;
	font-weight: normal;
}

#flashMessage {
	display: block;
	background-color: #CC3333;
	border: 3px solid #990000;
	color: #FFFFFF;
	font-size: 12px;
	letter-spacing: 0.2em;
	padding: 5px;
	position: relative;
	text-align: center;
}