body { background: #953434 url('../../images/glow.png') top center no-repeat; }

.action-button {
	color:#333;
	background:	url('../../images/action-button-gray.png') no-repeat top center;
}

.action-button:hover {
	color:#333;
	background:	url('../../images/action-button-gray.png') no-repeat bottom center;
}

#three-boxes .box a.home-box-more {
	background: url("../../images/big-more-gray.png") no-repeat left top;
    color:#333;
}

#three-boxes .box a:hover.home-box-more {
	color:#333;
	background: url("../../images/big-more-gray.png") no-repeat left bottom;
}

.nivo-prevNav {
	background: url("../../images/sliders/nivo-arrows-gray.png") no-repeat top left;
}
.nivo-nextNav {
	background: url("../../images/sliders/nivo-arrows-gray.png") no-repeat bottom left ;
}

.nivo-prevNav:hover {
	background: url("../../images/sliders/nivo-arrows-gray.png") no-repeat top right ;
}
.nivo-nextNav:hover {
	background: url("../../images/sliders/nivo-arrows-gray.png") no-repeat bottom right ;
}

a.more-link {
	color: #333;
	background: url('../../images/read-more-gray.png') 0 0 no-repeat;
}

a.more-link:hover {
	color: #333;
	background: url('../../images/read-more-gray.png') 0 -39px no-repeat;
}

#searchsubmit {
	background: url('../../images/search-button-bg-gray.png') 0 0 no-repeat;
	color: #333;
}

#searchsubmit:hover {
	background: url('../../images/search-button-bg-gray.png') 0 -39px no-repeat;
	color : #333;
}

#commentform #submit {
	color : #333;
	background: url('../../images/read-more-gray.png') 0 0 no-repeat;
}
#commentform #submit:hover {
	color : #333;
	background: url('../../images/read-more-gray.png') 0 -39px no-repeat;
}

#footer .xoxo ul li {
	border-bottom: 1px solid #272727;
}

.toggle_container input.topgo {
	background: url("../../images/login-button-gray.png") 0 0 no-repeat;
	color: #333;

}

.toggle_container input:hover.topgo {
	background: url("../../images/login-button-gray.png") 0 -25px no-repeat;
}

.nivo-controlNav {
	background: url("../../images/sliders/bullets-bg-gray.png") no-repeat 0 0;
}

span.nivo-controlNavRight {
	background: url("../../images/sliders/bullets-bg-gray.png") no-repeat bottom right;
}
