/* @override http://hireme.dev.photo-merchant.net/css/frontend/pal11.css?v=20090902 */

/*
	PALETTE 01
	---------------
	Button Off				#e13535
	Button Over				#edaaaa
	Navigation Primary		#ff2c2c
	Link					#e13535
	Button Stroke			#740101
*/

a, a:visited, a:hover {
	color: #e13535;
}

#hd-wrapper .nav-wrapper a {
	color: #ff2c2c;
}

#bd .image-list-preview-area #loading-preview {
	color: #edaaaa;
}

input[type=button],
input[type=submit] {
	background-color: #e13535;
	border: 1px solid #740101;
}

input[type=button]:hover,
input[type=submit]:hover {
	background-color: #edaaaa;
	color: #e13535;
}

.chosen-tag {
	background-color: #e13535;
	border: 1px solid #740101;
}

.chosen-tag a:hover {
	color: #edaaaa;
}

#lightbox-images .getting {
	background-color: #e13535;
}

#bd .image-list-preview-area #loading-preview,
#lightbox-images .selected {
	background-color: #e13535;
}

#lightbox-images .thumbnail-wrapper:hover {
	background-color: #e13535;
}

#lightbox-images #loading-lightbox-image {
	color: #e13535;
}
