#logo {
background: transparent url('../../img/logo-green.png') no-repeat scroll center top;
}
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:#1f5132;
}
a {
	color:#1f5132;
}
#active {
	color:#1f5132;
}
.nivo-caption a {
	color:#1f5132;
}
ul.sidebar-comment a:hover, ul.sidebar-post a:hover, ul.sidebar-categories a:hover, ul.sidebar-archive a:hover {
	color:#1f5132;
}
.older-posts a:hover {
	color:#1f5132;
}
a.post-date:hover, .tag-links a:hover, .cat-links a:hover, .comment-links a:hover, .comment-time a:hover {
	color:#1f5132;
}
.highlight1 {
	background:#1f5132;
}
.dropcap2 {
	background:#1f5132;
}

.theme_color {
	color:#1f5132;
}
input.button, button.button {
	background-color: transparent;
	color: #1f5132;
	border: 1.5px solid #1f5132;
}
input.button:hover, button.button:hover {
	background-color: #1f5132;
	color: #fff;
}
.valmsg {
	color: #1f5132;
}
blockquote.style2 {
	background-color: #1f5132;
}
.error404 {
	background-image: url(../img/404-green.png);
	background-position: center top;
	height:37px;
	background-repeat: no-repeat;
}
.fancybutton,
a.button {
	background: transparent;
	background-image: none;
	color: #1f5132;
	border: 1.5px solid #1f5132;
	text-shadow: none;
	font-weight: 600;
}
.fancybutton:hover,
a.button:hover {
	background: #1f5132;
	background-image: none;
	color: #fff;
}