body {
    background-color: rgb(255, 255, 255);
}

a, .submit-link {
    color: rgb(5, 128, 149);
}

a.item_action:hover {
    color: rgb(147, 5, 149);
}

h1 {
    color: rgb(88, 188, 175);
}

.primary-bg {
	background-color: rgb(88, 188, 175);
}

.secondary-bg {
	background-color: rgb(199, 66, 152);
}

#head {
    background-color: rgb(255, 255, 255);
    border-bottom: 3px solid rgb(88, 188, 175);
}

#sitename a {
    text-decoration: none;
    color: rgb(76, 76, 76);
}

#tagline {
    font-size: 90%;
    color: rgb(76, 76, 76);
}

#topnav {
    background-color: rgb(212, 212, 212);
    color: rgb(140, 145, 140);
}

#topnav a {
    color: rgb(140, 145, 140);
    margin: 0 5px;
}

#topnav a:hover {
    color: rgb(97, 97, 97);
    text-decoration: none;
}

#tabs a {
    background-color: rgb(88, 188, 175);
    border-bottom: 3px solid rgb(88, 188, 175);
}

#tabs a:hover {
    background-color: rgb(0, 125, 152);
}

#tabs a.active {
    background-color: rgb(255, 255, 255);
    color: rgb(0, 125, 152);
    border: 1px solid rgb(88, 188, 175);
}

/* admin style override */
#head.admin {
    border-bottom-color: rgb(199, 66, 152);
}

#tabs li.admin a {
    background-color: rgb(199, 66, 152);
}

#head.admin li a {
    border-bottom-color: rgb(199, 66, 152);
}

#tabs li.admin a:hover {
    background-color: rgb(106, 38, 61);
    color: rgb(255,255,255);
}

#tabs li.admin a.active {
    background-color: rgb(255, 255, 255);
    border-color: rgb(199, 66, 152);
    color: rgb(106, 38, 61);
}

#middle {
    background-color: rgb(255, 255, 255);
}

#footer {
    border-top: 3px solid rgb(255, 255, 255);
    color: rgb(80, 80, 80);
}

#footer a {
    color: rgb(94, 94, 94);
}

#footer a:hover {
    background: rgb(94, 94, 94);
    color: rgb(255, 255, 255);
}

/* search results */
.results a:visited, .list a:visited {
    color: rgb(147, 5, 149);
}

/* home page */
#home-search {
    background-color: rgb(245, 245, 245);
    color: rgb(65, 61, 57);
}

#search-under.inactive {
    color: rgb(149, 140, 131);
}

/* faq */
#faq_answers h3 {
    color: rgb(149, 140, 131);
}

#faq_answers h4 {
    color: rgb(88, 188, 175);
}

#listing_views {
    background-color: rgb(245, 245, 245);
    color: rgb(149, 140, 131);
}

.button {
    background-color: rgb(88, 188, 175);
    border: 2px solid rgb(0, 125, 152);
}

.button:hover {
    background-color: rgb(0, 125, 152);
    border-color: rgb(88, 188, 175);
}



#mobileNavButton {
	background-color: rgb(88, 188, 175);
	border-radius: 3px;
}


@media only screen and (max-width: 800px) {
	#nav {
		border-bottom-color: rgb(88, 188, 175);
	}

	#nav #tabs li a.active {
	    border-color: rgb(88, 188, 175);
	    border-bottom-color: rgb(88, 188, 175) !important;
  	}

}

