/* Enter Your Custom CSS Here */
/*styles page jump links*/
.jumpnav {
	background:#d9e6fc;
	padding:1em;
	margin-left:1em;
}

.jumpnav li {padding:.2em 0;font-size:14px;}

@media only screen and (min-width: 60em) {

.jumpnav {
	float: right;
	width:42%;
}
.jumpnav li {padding: 0;}

}
/*removes border from site container*/
.site-container-wrap{
border:0;

}



/*styles the menu in the header*/

.widget-area.header-widget-area a{
color:#996633;
  font-size:20px;
}


/*remove entry header on individual pages*/
.post-1810 .entry-header{
display:none;

}

.post-1850 .entry-header{
display:none;

}

/*styles affiliate disclosures*/
.affiliate-disclosure {
  padding:0 3em 0 3em;


}
