html body {
  background-image: url(../images/bg-orange.jpg);
  background-position: center top;
  background-repeat: no-repeat;
}

#top { 
  background: url(../images/top-orange.png) repeat-x;
}

.advert,
.side-widget {
  background: url(../images/widget-top-orange.png) repeat-x scroll top;
}

#headsearchbox,
#top ul.submenu .current-menu-item,
#top ul.submenu a:hover,
#commentform input#submit {
  background-color: #FCA901;
}

#search input.button,
#headsearchbox input.button {
  background-color: #FEC144;
}

#top .current-menu-item a,
#top .current-menu-ancestor a,
#top .current-post-ancestor a,
#top li a:hover {
  border-top-color: #fadd9b;
}

#top ul.submenu {
  background-color: #fadd9b;
}

a:link,
a:visited,
.about {
  color: #FBA901;
}

a:hover {
  color: #FEC144;
}

.about strong,
.about a strong,
.about a:visited strong,
about a:hover strong { 
  color: #FBA901;
}

#social input#submit {
  color: #FBA901 !important;
}