body {
    background-color: rgb(48, 48, 48);
}

a, .submit-link {
    color: rgb(0, 121, 194);
}

a.item_action:hover {
    color: rgb(0, 70, 112);
}

h1 {
    color: rgb(0, 139, 224);
}

.primary-bg {
	background-color: rgb(0, 139, 224);
}

.secondary-bg {
	background-color: rgb(0, 70, 112);
}

#head {
    background-color: rgb(255, 255, 255);
    border-bottom: 3px solid rgb(0, 139, 224);
}

#sitename a {
    text-decoration: none;
    color: rgb(0, 139, 224);
}

#tagline {
    font-size: 90%;
    color: rgb(0, 139, 224);
}

#topnav {
    background-color: rgb(35, 77, 108);
    color: rgb(218, 222, 226);
}

#topnav a {
    color: rgb(218, 222, 226);
    margin: 0 5px;
}

#topnav a:hover {
    color: rgb(194, 224, 254);
    text-decoration: none;
}

#tabs a {
    background-color: rgb(0, 139, 224);
    border-bottom: 3px solid rgb(0, 139, 224);
}

#tabs a:hover {
    background-color: rgb(0, 83, 133);
}

#tabs a.active {
    background-color: rgb(255, 255, 255);
    color: rgb(0, 83, 133);
    border: 1px solid rgb(0, 139, 224);
}

/* admin style override */
#head.admin {
    border-bottom-color: rgb(0, 70, 112);
}

#tabs li.admin a {
    background-color: rgb(0, 70, 112);
}

#head.admin li a {
    border-bottom-color: rgb(0, 70, 112);
}

#tabs li.admin a:hover {
    background-color: rgb(0, 25, 41);
    color: rgb(255,255,255);
}

#tabs li.admin a.active {
    background-color: rgb(255, 255, 255);
    border-color: rgb(0, 70, 112);
    color: rgb(0, 25, 41);
}

#middle {
    background-color: rgb(255, 255, 255);
}

#footer {
    border-top: 3px solid rgb(18, 18, 18);
    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(0, 70, 112);
}

/* home page */
#home-search {
    background-color: rgb(249, 249, 249);
    color: rgb(246, 248, 248);
}

#search-under.inactive {
    color: rgb(150, 166, 176);
}

/* faq */
#faq_answers h3 {
    color: rgb(150, 166, 176);
}

#faq_answers h4 {
    color: rgb(0, 139, 224);
}

#listing_views {
    background-color: rgb(249, 249, 249);
    color: rgb(150, 166, 176);
}

.button {
    background-color: rgb(0, 139, 224);
    border: 2px solid rgb(0, 83, 133);
}

.button:hover {
    background-color: rgb(0, 83, 133);
    border-color: rgb(0, 139, 224);
}



#mobileNavButton {
	background-color: rgb(0, 139, 224);
	border-radius: 3px;
}


@media only screen and (max-width: 800px) {
	#nav {
		border-bottom-color: rgb(0, 139, 224);
	}

	#nav #tabs li a.active {
	    border-color: rgb(0, 139, 224);
	    border-bottom-color: rgb(0, 139, 224) !important;
  	}

}

