body {
    background-color: rgb(255, 255, 255);
}

a, .submit-link {
    color: rgb(51, 51, 153);
}

a.item_action:hover {
    color: rgb(153, 51, 51);
}

h1 {
    color: rgb(230, 0, 40);
}

.primary-bg {
	background-color: rgb(230, 0, 40);
}

.secondary-bg {
	background-color: rgb(0, 0, 83);
}

#head {
    background-color: rgb(244, 244, 244);
    border-bottom: 3px solid rgb(230, 0, 40);
}

#sitename a {
    text-decoration: none;
    color: rgb(0, 0, 0);
}

#tagline {
    font-size: 90%;
    color: rgb(0, 0, 0);
}

#topnav {
    background-color: rgb(201, 201, 201);
    color: rgb(130, 130, 130);
}

#topnav a {
    color: rgb(130, 130, 130);
    margin: 0 5px;
}

#topnav a:hover {
    color: rgb(31, 31, 31);
    text-decoration: none;
}

#tabs a {
    background-color: rgb(230, 0, 40);
    border-bottom: 3px solid rgb(230, 0, 40);
}

#tabs a:hover {
    background-color: rgb(255, 32, 32);
}

#tabs a.active {
    background-color: rgb(255, 255, 255);
    color: rgb(255, 32, 32);
    border: 1px solid rgb(230, 0, 40);
}

/* admin style override */
#head.admin {
    border-bottom-color: rgb(0, 0, 83);
}

#tabs li.admin a {
    background-color: rgb(0, 0, 83);
}

#head.admin li a {
    border-bottom-color: rgb(0, 0, 83);
}

#tabs li.admin a:hover {
    background-color: rgb(63, 63, 115);
    color: rgb(255,255,255);
}

#tabs li.admin a.active {
    background-color: rgb(255, 255, 255);
    border-color: rgb(0, 0, 83);
    color: rgb(63, 63, 115);
}

#middle {
    background-color: rgb(255, 255, 255);
}

#footer {
    border-top: 3px solid rgb(255, 255, 255);
    color: rgb(0, 0, 0);
}

#footer a {
    color: rgb(51, 51, 153);
}

#footer a:hover {
    background: rgb(51, 51, 153);
    color: rgb(0, 0, 255);
}

/* search results */
.results a:visited, .list a:visited {
    color: rgb(153, 51, 51);
}

/* home page */
#home-search {
    background-color: rgb(235, 235, 235);
    color: rgb(255, 255, 255);
}

#search-under.inactive {
    color: rgb(0, 0, 0);
}

/* faq */
#faq_answers h3 {
    color: rgb(0, 0, 0);
}

#faq_answers h4 {
    color: rgb(230, 0, 40);
}

#listing_views {
    background-color: rgb(235, 235, 235);
    color: rgb(0, 0, 0);
}

.button {
    background-color: rgb(230, 0, 40);
    border: 2px solid rgb(255, 32, 32);
}

.button:hover {
    background-color: rgb(255, 32, 32);
    border-color: rgb(230, 0, 40);
}



@media only screen and (max-width: 800px) {
	#nav {
		border-bottom-color: rgb(230, 0, 40);
	}

	#nav #tabs li a.active {
	    border-color: rgb(230, 0, 40);
	    border-bottom-color: rgb(230, 0, 40) !important;
  	}

}

