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

/*
	PALETTE 06
	---------------
	Button Off				#362820
	Button Over				#764e38
	Navigation Primary		#ececec
	Link					#e4b35e
	Button Stroke			#764e38
*/

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

#hd-wrapper .nav-wrapper a,
#bd .image-list-preview-area #loading-preview {
	color: #ececec;
}

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

input[type=button]:hover,
input[type=submit]:hover {
	background-color: #764e38;
	color: #362820;
}

.chosen-tag {
	background-color: #362820;
	border: 1px solid #764e38;
}

.chosen-tag a {
	color: #ececec;
}

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

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

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

#lightbox-images #loading-lightbox-image {
	color: #764e38;
}
