which parts specifically do you want to change?
you'll want to start by pasting in some of the css from your theme, and modifying it:
.orange #footer, .orange .widgets, .orange #header {<br />
border-color:#bbf;<br />
}<br />
.orange ul#nav li.current_page_item a,<br />
.orange ul#nav li.current_page_item a:hover {<br />
background:#bbf;<br />
border-color:#ddf #99d #99d #ddf;<br />
}<br />
.orange #sidebar #search, .orange #wp-calendar caption, .orange #comments dt.highlighted,<br />
.orange #sidebar #subpages h2, .orange #wp-calendar #today {<br />
background:#bbf;<br />
}<br />
.orange #pageNav a { background:#bbf; }
start by changing #bbf to whatever orange color you want.