/*
Welcome to Custom CSS!

CSS (Cascading Style Sheets) is a kind of code that tells the browser how
to render a web page. You may delete these comments and get started with
your customizations.

By default, your stylesheet will be loaded after the theme stylesheets,
which means that your rules can take precedence and override the theme CSS
rules. Just write here what you want to change, you don't need to copy all
your theme's stylesheet content.
*/
.breadcrumb-title {
	display: none;
}

.home .breadcrumb {
	display: none;
}

.entry img, img.thumbnail {
	background: none;
	border: medium none;
	padding: 5px;
}

.display-posts-listing .title {
	font: 300 14px/22px "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
	color: #3259a8;
	-webkit-font-smoothing: subpixel-antialiased;
	word-wrap: break-word;
}

.display-posts-listing .div {
	font: 300 14px/22px "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
	-webkit-font-smoothing: subpixel-antialiased;
	word-wrap: break-word;
	margin-bottom: 20px;
}

.display-posts-listing img {
	float: left;
	margin-bottom: 10px;
}

.header-widget {
	margin: 0;
	float: right;
}

.header-widget .widget {
	margin-bottom: 0;
}

#top-nav {
	float: right;
}

/* CSS for contribution widget added 5/30/2016 */
.crm-contribute-widget {
	font-size: 12px;
	font-family: Helvetica, Arial, sans;
	padding: 6px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #96C0E7;
	width: 200px;
}

.crm-contribute-widget h5 {
	font-size: 14px;
	padding: 3px;
	margin: 0;
	text-align: center;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
}

.crm-contribute-widget .crm-amounts {
	height: 1em;
	margin: .8em 0;
	font-size: 13px;
}

.crm-contribute-widget .crm-amount-low {
	float: left;
}

.crm-contribute-widget .crm-amount-high {
	float: right;
}

.crm-contribute-widget .crm-percentage {
	margin: 0 30%;
	text-align: center;
}

.crm-contribute-widget .crm-amount-bar {
	background-color: #FFF;
	width: 100%;
	display: block;
	border: 1px solid #CECECE;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	margin-bottom: .8em;
	text-align: left;
}

.crm-contribute-widget .crm-amount-fill {
	background-color: #2786C2;
	height: 1em;
	display: block;
	-moz-border-radius: 4px 0 0 4px;
	-webkit-border-radius: 4px 0 0 4px;
	-khtml-border-radius: 4px 0 0 4px;
	border-radius: 4px 0 0 4px;
	text-align: left;
}

.crm-contribute-widget .crm-amount-raised-wrapper {
	margin-bottom: .8em;
}

.crm-contribute-widget .crm-amount-raised {
	font-weight: bold;
}

.crm-contribute-widget .crm-logo {
	text-align: center;
}

.crm-contribute-widget .crm-comments,
    .crm-contribute-widget .crm-donors,
    .crm-contribute-widget .crm-campaign {
	font-size: 11px;
	margin-bottom: .8em;
}

.crm-contribute-widget .crm-contribute-button {
	display: block;
	background-color: #CECECE;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	text-align: center;
	margin: 0 10% .8em;
	text-decoration: none;
	color: #556C82;
	padding: 2px;
	font-size: 13px;
}

.crm-contribute-widget .crm-home-url {
	text-decoration: none;
	border: 0;
}

.crm-contribute-widget {
	background-color: #96C0E7;
/* background color */
	border-color: #96C0E7;
/* border color */
}

.crm-contribute-widget h5 {
	color: #2786C2;
	background-color: #B7E2FF;
}

/* title */
.crm-contribute-widget .crm-amount-raised {
	color: #000;
}

.crm-contribute-widget .crm-amount-fill {
	background-color: #2786C2;
}

.crm-contribute-widget a.crm-contribute-button {
/* button color */
	background-color: #FFFFFF;
}

.crm-contribute-widget .crm-contribute-button-inner {
/* button text color */
	padding: 2px;
	display: block;
	color: #556C82;
}

.crm-contribute-widget .crm-comments,
    .crm-contribute-widget .crm-donors,
    .crm-contribute-widget .crm-campaign {
	color: /* other color*/
#FFFFFF;
}

.crm-contribute-widget .crm-home-url {
	color: /* home page link color*/
#FFFFFF;
}

/* end CSS for contribute widget */
.myButton {
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0.05,#ffc477),color-stop(1,#fa5e25));
	background: -moz-linear-gradient(top,#ffc477 5%,#fa5e25 100%);
	background: -webkit-linear-gradient(top,#ffc477 5%,#fa5e25 100%);
	background: -o-linear-gradient(top,#ffc477 5%,#fa5e25 100%);
	background: -ms-linear-gradient(top,#ffc477 5%,#fa5e25 100%);
	background: linear-gradient(to bottom,#ffc477 5%,#fa5e25 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc477',endColorstr='#fa5e25',GradientType=0);
	background-color: #ffc477;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #eeb44f;
	display: inline-block;
	cursor: pointer;
	color: #ffffff !important;
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	padding: 11px 29px;
	text-decoration: none;
	text-shadow: 0 1px 0 #cc9f52;
}

.myButton:hover {
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0.05,#fa5e25),color-stop(1,#ffc477));
	background: -moz-linear-gradient(top,#fa5e25 5%,#ffc477 100%);
	background: -webkit-linear-gradient(top,#fa5e25 5%,#ffc477 100%);
	background: -o-linear-gradient(top,#fa5e25 5%,#ffc477 100%);
	background: -ms-linear-gradient(top,#fa5e25 5%,#ffc477 100%);
	background: linear-gradient(to bottom,#fa5e25 5%,#ffc477 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fa5e25',endColorstr='#ffc477',GradientType=0);
	background-color: #fa5e25;
}

.myButton:active {
	position: relative;
	top: 1px;
}

/* orange button whee! 5/30/16 */