/*
	March 2, 2011
	This is a css stylesheet to compentsate for several layout issues with IE7 and one in IE8.
*/


/*  ISSUE 1. Footer Centering */

.ua-ie-7 .textFooterItem{
	display: inline;
}


/* ISSUE 2. Vertical positioning of text under photo. eg preserves-to-visit/list-of-preserves/binky-lee-preserve/*/

/* Remove the margins -10 and +10 top margins */
.ua-ie-7 #preserveCarousel{
	margin: 0px;
}
.ua-ie-7 .promo_slider_wrapper {
	margin: 0px;
}
.ua-ie-7 #contentCarousel{
	margin: 0px;
}

/* Override the line height */
.ua-ie-7 #preserveIcons p{
	line-height: 40px;
}

/* ISSUE 3. Indent when photos are added to entries. */
.ua-ie-7 .entry-content p img{
	display: inline;
}


/* ISSUE 4. In IE 8 the Donate but moves on mouse over. There is an empty span tag that causes it so hide it.*/
.ua-ie-8 .tallHeaderItem .centerImage span{
	display: none;
}