Here are the customizations in the Custom CSS area..
#content_inner {
text-color:#000;
radius: -moz-border-radius: 20px; -webkit-border-radius: 20px; border-radius: 20px; border: 1px solid #e2e5e5;
padding-right: 20px;
padding-left:20px;
margin-top:-70px;
background-color: #fff;
width: 1000px;
}
#main {padding-right:0px;}
.has_slider #header {height: 182px;}
.jqueryslidemenu {margin-top: 55px;}
#breadcrumbs_inner {margin-left: 50px; margin-top:35px;}
#header_extras + #primary_menu {
top: 100px !important;
padding-bottom:80px;
}
#outro{
background:#transparent;
padding-top:-20px;
}
#outro_inner{padding:5px;}
.is_home #content {display: none;}
#footer_logo {float: right; }
#intro_inner .one_third {width:28%; }
#sidebar .widgettitle {
line-height:30px;
font-size: 26px !important;
}
.left_sidebar #sidebar {width: 260px;}
.left_sidebar #sidebar_inner {padding-right:15px;}
.toggle a, .toggle_accordion a {color: #302004;}
#intro_inner {padding-left:35px; padding-top:100px;}
#intro {padding-top:50px; }
#header {height:150px;}
#slider_module {margin-top:50px;}
.logo {
margin-top:-20px;
margin-left:-40px;
}
***************************************
And the Custom Java:
jQuery('.social_icon a').prop('target', '_blank');
***************************************
Added this to the header.php for the background image
<div id="header_inner">
<script type = 'text/javascript' src = 'http://heartofgodeastafrica.org/wp-content/themes/infocus/lib/scripts/tabs.min.js'></script>
<?php if (is_home()) { ?>
<div style = "position: absolute; top: 200px; left: 620px;"><img src="http://heartofgodeastafrica.org/wp-content/uploads/2011/11/africashape21.png" height="445" width="450" /></div>
<?php } ?>
<?php mysite_header();
?></div><!-- #header_inner -->
***************************************
Used this post (http://mysitemyway.com/support/topic/adding-image-to-the-textfield-of-the-home-page-slider?replies=3&message=update-support-forums-topic-status-error) to add images as slide titles.
***************************************
And then there are the custom skin changes for color, patterns, fonts, etc., but that's about it.