#header {
    /*:Header image*/
	background-image:url(library/images/bg-hd-brown.jpg);
}
#hero {
    /*:Hero image*/
	background-image:url(library/images/bg-hd-brown.jpg);
}
.category-title {
    /*:Category Title*/
	color:#109096;
}
.mc_custom_border {
    /*:MailChimp Div*/
	padding-left:18px !important;
}
.mc_var_label {
    /*:MailChimp Label*/
	font-size:12px;
	padding-left:2px;
}
.mc_input {
    /*:MailChimp Input*/
	width:240px;
}
.button,.sendbutton {
    /*:Button Padding*/
	padding:3px;
}
.button,.sendbutton {
    /*:Button Weight*/
	font-weight:normal;
}
.entry-title a {
    /*:Post Title Color*/
    color: rgb(153, 102, 0);
}
.entry-title a:hover {
    /*:Post Title Hover*/
    text-decoration:underline;
}

