This is a Word Press site using the Atahualpa theme. Both allow considerable customization. Significant adjustments are:
- Turn off the Header Image and Logo Image.
- Create two Widget areas in the Header area. Code: %logo <?php bfa_widget_area(‘name=My widget area&cells=2&align=8&align_2=3&width_2=200&background=#445566&before_widget=<div id=”%1$s”>&after_widget=</div>’);?> %pages %bar1
- Round corners. This doesn’t appear in MS IE. Code: -moz-border-radius: 10px; -khtml-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px;
- Color schema started with The Web Retro scheme chosen in http://www.colorschemer.com/. It was adjusted using http://colorschemedesigner.com/.