.porthole {
    border: none;
    padding: 0.5em;
    margin: 0.5em 0;
}

.nav li a {
    background: #fcb14f;
}

.nav .youarehere {
    background: #164464;
}

.nav li a:hover {
    background: #164464;
}

.unanswered.status strong, .unanswered.status {
  color: #990000;
//  background-color: #990000;
}

.answered-accepted, .accept, .answered-accepted strong {
    color: #1C946C;
    background-color: #e6e6e6;
}

//.answered {
//    color: #e6e6e6;
//}

#bootstrap-module {
    display: none;
}

#searchBar {
   background-color: #e6e6e6;
}

#nav a {
   background-color: #e6e6e6;
}

#nav a.on {
   background: none repeat scroll 0 0 #fcb14f;
   border: 1px solid #fcb14f;
}

.boxC {
    background: none repeat scroll 0 0 #e6e6e6;
}

#ground {
    background: none repeat scroll 0 0 #e6e6e6;
}