/*
You can add your own CSS here.

Click the help icon above to learn more.
*/
/* Talks on Homepage Color */
.color {
	color: #F5C9DF;
	}

/* Donate Button */
.donation-menu-button{
	color: #333;
	background: #F5C9DF;
	font-size: 14px;
	height: 50px;
	padding: 15px;
}
.donation-menu-button:hover{
	color: #333;
	background: #DFF5C9;
	font-size: 14px;
	height: 50px;
	padding: 15px;
}

/* Donate Form Buttons and Title */
.entry-summary h1 {
	font-size: 2.6rem;
}
.give-donation-level-btn{
	text-transform: none;
	text-align: left;
	font-size: 14px;
	height: 50px;
}
.give-donation-level-btn:hover{
	background: #F5C9DF;
}
input.give-submit {
	color: #333;
	font-size: 14px;
	height: 50px;
	padding: 15px;
}	
.give-submit:hover{
	background: #DFF5C9;
}	

/* Learn More Button */
.ma-button.button {
	color: #333 !important;
	font-size: 14px;
	height: 50px;
	padding: 15px;
	background: #F5C9DF;
	text-decoration: none !important;
}
.ma-button.button:hover{
	color: #333;
	background: #DFF5C9;	
}

/* secondary anchor items */
.second-block a {
	color: #F5C9DF;
}

.second-block a:hover {
	color: #DFF5C9;
}

/* blockquotes */

blockquote {
	border-left: 8px solid #F5C9DF;
    border-left-width: 8px;
    border-left-style: solid;
    border-left-color: #F5C9DF;	
}

/* Global Widget Titles */
.widget-title {
	font-size: 14px;
	margin-bottom: 20px;
	text-transform: uppercase;
	letter-spacing: 2px;
	text-align: left;
}
/* Global Link color E8C3D5 E8BCD2*/
.entry-content a:link {color:#E8BCD2; text-decoration:underline;} 
.entry-content a:hover {color:#DFF5C9;}

/* Subscribe/Follow Button*/
#subscribe-submit input {
	background: #F5C9DF;
	color: #333;
	width: 110px;
	border: none;
	height: 50px;
	font-size: 14px;
	float: left;
}

#subscribe-submit input:hover {
	background: #DFF5C9;
	color: #333;
	border: none;
}

#subscribe-email input {
	width: 100%;
	height: 50px;
	font-size: 14px;
	float: left;
	border: none;
}

/* Calendar Widget 
.widget_calendar */
#wp-calendar {
	font-size: 90%;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
#wp-calendar caption { 
	text-align: left; 
	color: #333; 
	font-size: 15px;
	font-weight: normal;
	margin-bottom: 20px;
	text-transform: uppercase;
	letter-spacing: 2px;
}
#wp-calendar thead {
	font-size: 14px;
	background: none;
}
#wp-calendar thead th {
	padding-bottom: 5px;
}
#wp-calendar tbody {
	color: #777;
}
#wp-calendar tbody td {
	background: none;
	text-align: center;
	padding: 1px 1px 0px;}
#wp-calendar tbody td:hover {
	background: #DFF5C9;
}
#wp-calendar tbody td.pad {
	background: none;
}
#wp-calendar tbody td#today {
	font-weight: bold;
}
#wp-calendar tbody td#today:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 0;
	height: 0;
	border-top: 10px solid #999;
	border-left: 10px solid transparent;
}
#wp-calendar tbody td a {
	display: block;
	background: #F5C9DF;
	color: #333;
	font-weight: bolder;
}
#wp-calendar tbody td a:hover {
	background: #DFF5C9;
	color: #333;
}
#wp-calendar tfoot #next {
	color: #888888;
	font-size: 14px;
	text-transform: uppercase;
	text-align: right;
	padding: 5px 10px 1px 0px;
}
#wp-calendar tfoot #prev {
	color: #888888;
	font-size: 14px;
	text-transform: uppercase;
	text-align: left;
	padding: 5px 0px 1px 10px;
}

/* Contact Me Submit Button */
.contact-submit input {
	color: #333;
	background: #F5C9DF;
	font-size: 14px;
	height: 50px;
	padding: 15px;
}
.contact-submit input:hover {
	background: #DFF5C9;
}

/* Side Bar Menua */

	/* Donate Button at Bottom */
.menu-item-2869 {
	background: #F5C9DF;
	margin: 5px;
	height: 45px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}
.menu-item-2869:hover {
	background: #DFF5C9;
}

/* Amazon Links Side by Side */
.amazon-side-by-side { 
	float:left;
	margin-right: 10px
}

/* Store Margins */
#content {
	margin-left: 1%;
	margin-right: 1%
}

/*easyazon styling*/
.easyazon-popover {
	 position: relative;
}