h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color:#000;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
	color:# !important;
}
a {
	color:#;
}
#active,
.jqueryslidemenu>ul>li.current-menu-parent>a,
.jqueryslidemenu>ul>li.current-menu-item>a{
	color:#;
}
.nivo-caption a {
	color:#;
}
ul.sidebar-comment a:hover, ul.sidebar-post a:hover, ul.sidebar-categories a:hover, ul.sidebar-archive a:hover {
	color:#;
}
#aside a:hover {
color:#;
}
.older-posts a:hover {
	color:# !important;
}
.older-work a:hover {
color:# !important;
}
a.post-date:hover, .tag-links a:hover, .cat-links a:hover, .comment-links a:hover, .comment-time a:hover {
	color:# !important;
}
.highlight1 {
	background:#;
}
.dropcap2 {
	background:#;
}

.theme_color {
	color:#;
}
input.button {	
	background-color: #;
}
.valmsg {
	color: #;
}
.sendmessage {
	color:#;
    }
blockquote.style2 {
	background-color: #;
}
.error-404 {
	/*background-image: url(../img/404-green.png);*/
	background-position: center top;
	height:37px;
	background-repeat: no-repeat;
}
.fancybutton, #fancysubmit, #fancycommentsubmit {
	/* Legacy browsers */
	border: 1px solid #FBFBFB;
	color:#666;
	text-shadow: 1px 1px 0px #fff;
	/* Recent browsers */
			/* Firefox */
			background-image: -moz-linear-gradient(
				top,
				#FBFBFB,
				#FFFFFF 41%,
				#FBFBFB 90%,
				#D7DBE1
			);
	/* Safari & Co */
			background-image: -webkit-gradient(
				linear,
				left top, left bottom,
				from(#FBFBFB),
				to(#D7DBE1),
				color-stop(0.41, #FFFFFF),
				color-stop(0.9, #FBFBFB)
			);

}

a.button {
	background-color: #e6e6e6;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(25%, #ffffff), to(#e6e6e6));
	background-image: -webkit-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
	background-image: -moz-linear-gradient(top, #ffffff, #ffffff 25%, #e6e6e6);
	background-image: -ms-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
	background-image: -o-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
	background-image: linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
}

.fancybutton:hover, #fancysubmit:hover, #fancycommentsubmit:hover {
	/* Recent browsers */
			/* Firefox */
			background-image: -moz-linear-gradient(
				top,
				#FFFFFF,
				#FFFFFF 95%,
				#			);
	/* Safari & Co */
			background-image: -webkit-gradient(
				linear,
				left top, left bottom,
				from(#FFF),
				to(#),
				color-stop(0.95, #FFFFFF)
				
			);
}
.fancybutton:hover, #fancysubmit:hover, #fancycommentsubmit:hover {
    color:#;
}