/* Title text color changed to white */
.skin-title .title-text
{
font-family: 'Orbitron', Times, serif;
font-size: 32px;
color: #ffffff;
text-overflow:ellipsis;
Overflow:hidden; }


/* Top navigation color changes */
.skin-nav-toggle
{
font-family: 'Orbitron', Times, serif;
background-color: #ffffff;
padding: 6px 8px 6px 8px;
margin-top: 13px;
color: #fff;
}

.otnav li.top-level > a {
    font-family: 'Orbitron', sans-serif;
  text-transform: none !important;  
  color: #fefefe;
    font-size: 15px;
    padding-bottom: 8px;
}

