div#rt-logo-surround {
position: absolute;top: -20px;background: transparent!important;
}

a#rt-logo {
width: 960px;
margin-left: 0;
}

/* normal link */
#rt-copyright a:link{
    color:#000000;
}

/* visited link */
#rt-copyright a:visited {
    color: #000000;
}

/* mouse over link */
#rt-copyright a:hover {
    color: #FFFFFF;
} 


#rokajaxsearch .inputbox {
  border:none;
  font-size:12px;
  height:18px;
  line-height:18px;
  padding:4px 5px;
  transition:background-color 0.2s linear;
  margin: 0px 10px 0px 0px;
  width:140px;
  position: absolute;
  right: 0; /* adjust as needed */
  top: -35px; /* Adjust as needed to get the number that will keep it above the menu */
  z-index: 1; /* Whatever number that keeps it above the menu */
}

