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

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

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

#headsearchbox,
#top ul.submenu .current-menu-item,
#top ul.submenu a:hover { 
  background-color: #BF00BF;
}

#search input.button,
#headsearchbox input.button,
#commentform input#submit {
  background-color: #930093;
}

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

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

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

a:hover { 
  color: #BD00BD;
}

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

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