/* This file will hold styles that are loaded using the same media query as the wide grid. */

/* HOMEPAGE */
#block-views-faith-in-action-block {
	line-height: 1.5;
}

#block-views-faith-in-action-block .block-inner {
	padding: 1em;
}

#block-views-faith-in-action-block table {
	margin-bottom: 20px;
}

#block-views-faith-in-action-block h3 {
	line-height: 1.3;
}


/* INTERNAL PAGES */
.not-front #block-system-main .field-name-field-photo, .not-front #block-system-main .field-name-field-imagetext {
	max-width: 400px;
}

.not-front #block-system-main .field-name-field-photo img {
	max-width: 400px;
	height: auto;
}



/* ADVOCACY */
.node-type-actions .field-name-field-campaign-image-caption, .node-type-actions .field-name-field-campaign-image-2-caption {
	max-width: 400px;
	margin-bottom: 40px;
}

.node-type-actions .field-name-field-campaign-image img, .node-type-actions .field-name-field-campaign-image-2 img {
	max-width: 400px;
	height: auto;
}

