body {
    background-color: rgb(40, 45, 40);
}

a, .submit-link {
    color: rgb(16, 89, 135);
}

a.item_action:hover {
    color: rgb(13, 28, 63);
}

h1 {
    color: rgb(0, 166, 182);
}

.primary-bg {
	background-color: rgb(0, 166, 182);
}

.secondary-bg {
	background-color: rgb(162, 177, 6);
}

#head {
    background-color: rgb(0, 94, 134);
    border-bottom: 3px solid rgb(0, 166, 182);
}

#sitename a {
    text-decoration: none;
    color: rgb(38, 59, 109);
}

#tagline {
    font-size: 90%;
    color: rgb(38, 59, 109);
}

#topnav {
    background-color: rgb(244, 245, 246);
    color: rgb(177, 185, 190);
}

#topnav a {
    color: rgb(177, 185, 190);
    margin: 0 5px;
}

#topnav a:hover {
    color: rgb(60, 75, 94);
    text-decoration: none;
}

#tabs a {
    background-color: rgb(0, 166, 182);
    border-bottom: 3px solid rgb(0, 166, 182);
}

#tabs a:hover {
    background-color: rgb(12, 58, 151);
}

#tabs a.active {
    background-color: rgb(255, 255, 255);
    color: rgb(12, 58, 151);
    border: 1px solid rgb(0, 166, 182);
}

/* admin style override */
#head.admin {
    border-bottom-color: rgb(162, 177, 6);
}

#tabs li.admin a {
    background-color: rgb(162, 177, 6);
}

#head.admin li a {
    border-bottom-color: rgb(162, 177, 6);
}

#tabs li.admin a:hover {
    background-color: rgb(70, 83, 71);
    color: rgb(255,255,255);
}

#tabs li.admin a.active {
    background-color: rgb(255, 255, 255);
    border-color: rgb(162, 177, 6);
    color: rgb(70, 83, 71);
}

#middle {
    background-color: rgb(255, 255, 255);
}

#footer {
    border-top: 3px solid rgb(10, 30, 10);
    color: rgb(80, 80, 80);
}

#footer a {
    color: rgb(120, 120, 120);
}

#footer a:hover {
    background: rgb(120, 120, 120);
    color: rgb(255, 255, 255);
}

/* search results */
.results a:visited, .list a:visited {
    color: rgb(13, 28, 63);
}

/* home page */
#home-search {
    background-color: rgb(252, 251, 248);
    color: rgb(60, 75, 94);
}

#search-under.inactive {
    color: rgb(197, 189, 155);
}

/* faq */
#faq_answers h3 {
    color: rgb(197, 189, 155);
}

#faq_answers h4 {
    color: rgb(0, 166, 182);
}

#listing_views {
    background-color: rgb(252, 251, 248);
    color: rgb(197, 189, 155);
}

.button {
    background-color: rgb(0, 166, 182);
    border: 2px solid rgb(12, 58, 151);
}

.button:hover {
    background-color: rgb(12, 58, 151);
    border-color: rgb(0, 166, 182);
}



@media only screen and (max-width: 800px) {
	#nav {
		border-bottom-color: rgb(0, 166, 182);
	}

	#nav #tabs li a.active {
	    border-color: rgb(0, 166, 182);
	    border-bottom-color: rgb(0, 166, 182) !important;
  	}

}

