/* BODY ---------------------------------------------------------*/
	
	body {
		color: #FFFFFF;
		background-image: url(../images/africa_wide2.jpg);
 background-position: top;
background-repeat:repeat-x;
	width:100%;

}

	bgheader {
		color: #FFFFFF;
		background-image: url(../images/africa_wide2.jpg);
 background-position: top;
background-repeat:repeat-x;
	width:100%;
	margin-top:-20px;

}
	
/* LINKS ---------------------------------------------------------*/

	a:link,
	a:visited,
	a:hover,
	a:focus,
	a:active {
		color: #FFF;
	}
	
	a:hover,
	a:focus {
		color: #FFF;
	}
	
	#container a:link,
	#container a:visited,
	#container a:hover,
	#container a:focus,
	#container a:active {
		color: #FFF;
	}
	
	#container .entryContent a,
	#content .inner>a {
		color: 	#FF9;
	}
	
	#container .entryContent a:hover,
	#content .inner>a:hover {
		color: 	#FFD;
	}

/* HEADINGS ---------------------------------------------------------*/

	h1,
	h2,
	h3,
	h4 {
		color: #FFF;
	}
	
/* HEADER ---------------------------------------------------------*/

	#header #branding #blogTitle a {
		color: #7b0707;
	}
	
/* MAIN ---------------------------------------------------------*/
	
	#sidebar h3 {
		color: #FFF;
	}

	#container {
		color: #FFF;
	}

/* LIST OF POSTS ---------------------------------------------------------*/

	.otherStory .postDate {
		background: #db3030;
		color: #FFF;
	}

	.otherStory .postDate span {
		color: #FFF;
	}
	
/* POST ---------------------------------------------------------*/

	.entryContent p:first-child {
		color: #DDD;
	}

	.entryMeta {
		color: #DDD;
	}

	.entryMeta a {
		color: #DDD;
	}
	
	.authorBlock p {
		color: #DDD;	
	}
	
/* COMMENTS ---------------------------------------------------------*/

	#comments ol li .commentAuthor {
		color: #000;
	}

	#comments ol li .commentMeta .commentOptions a:hover,
	#comments ol li .commentMeta .commentOptions a:focus {
		color: #a1a3a2;
	}

/* FORMS ---------------------------------------------------------*/

	form .formSubmit button#submit {
		background: #db3030 url("../images/button_bg_lighter.png") 0 50% repeat-x;
		color: #FFF;
	}
	
	form .formSubmit button#submit em {
		border-right: 1px solid #333;
	}

/* NAVIGATION ---------------------------------------------------------*/

	ul#navigation li a {
		background: #000 url("../images/button_bg_lighter.png") 0 50% repeat-x;
		color: #FFF;
	}
	
	ul#navigation li.current_page_item a {
		color: #000;
	}

/* WIDGETS ---------------------------------------------------------*/

	.widgetArea ul li.widget-container ul li {
		background-position: 0 -260px;
	}

	/* SEARCH ---------------------------------------------------------*/

		.widget_search input {
			background: #bb4747;
			color: #FFF;
		}
		
		.widget_search button {
			background: #090909 url("../images/button_bg_lighter.png") 0 50% repeat-x;
		}
	
	/* CALENDAR ---------------------------------------------------------*/

		.widget_calendar caption {
			color: #FFF;
		}
	
		.widget_calendar th {
			color: #FFF;
		}
	
		.widget_calendar tbody td {
			color: #fae9d9;
		}
		
		.widget_calendar tbody td a {
			background: #7b0707;
			color: #FFF;
		}

/* TWITTER ---------------------------------------------------------*/

	#latestTweet ul li p:first-child a {
		color: #ffa2a2;
	}
	
	#latestTweet ul li p {
		color: #ffa2a2;
	}


/* FOOTER ---------------------------------------------------------*/
	
	#footer .copyright {
		color: #FFF;
	}

	#footer .badge,
	#footer .badge a {
		color: #D2836E;
	}

/* NEW HOVER EFFECTS ---------------------------------------------------------*/
	
	ul#navigation li a:hover,
	ul#navigation li a:focus,
	.widget_search button:hover,
	.widget_search button:focus,
	form .formSubmit button#submit:hover,
	form .formSubmit button#submit:focus {
		background: #510404 url("../images/button_bg_lighter.png") 0 50% repeat-x;
	}
	
	ul#navigation li.current_page_item a,
	ul#navigation li.current_page_item a:hover,
	ul#navigation li.current_page_item a:focus {
		background: #FFF;
	}
	
/* Donate Page */

.movie-download-wrapper {
	width: 275px;
	float: left;
	padding: 20px;
}

.movie-download {
	height: 48px;
	text-align: center;
	display: block;
	width: 235px;
	color: white !important;
	font-size: 14px;
	font-weight: bold;
	line-height: 48px;
	background: url(http://redbuggy.com/wp-content/themes/moov/images/download.png) repeat-x 0px 0px;
	border-radius: 7px;
	margin: auto;
}

.movie-download:hover {
	background: url(http://redbuggy.com/wp-content/themes/moov/images/download.png) repeat-x 0px -48px;
}

