/* This stylesheet contains adjustments for IE 8  */

/* === BRANDING BAR === */
/* Adjusts position of search input box */
#query {position: absolute; top: 1.25em;right:14.5em;height:1.25em;background: white url('http://www.flmnh.ufl.edu/packages/flmnh_theme/themes/flmnh//inc/branding/search.png') right no-repeat;padding-right: 1em;}  

/* === HEADER OVERLAY === */
/* Proprietary IE opacity fix */
.overlay-caption-left {-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";}

/* === UNIVERSAL NAV === */
/* fixes large gap between top horiz menu and content window */
#masternav {padding: 0 0 1.5em 0;}
/* IE bug: it does not apply z-index correctly. The parent element of .megamenu needs to have a higher z-index in order for it to be on top of the header image instead of sliding behind. */
#topnav a {margin-right:-0.3em;}
/* adds border to drop-downs since box-shadow is not supported */
.megamenu {border-left: 0.0625em solid rgb(59,59,59);border-bottom: 0.0625em solid rgb(59,59,59);border-right: 0.0625em solid rgb(59,59,59);}

/* === CONTENT CONTAINERS === */
/* #wrap uses rgba transparency to create the semi-transparent border around #content - IE needs a tiled PNG */
#wrap{background:url('http://www.flmnh.ufl.edu/packages/flmnh_theme/themes/flmnh//inc/gradients/ie7-8_transparent_wrap.png') repeat;}