/* This stylesheet contains adjustments for IE 7  */

/* === 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 {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 li {position:relative;z-index: 2000;}
/* adds border to drop-downs since box-shadow is not supported */
.megamenu {border-left: 0.0625em solid rgb(0,0,0);border-bottom: 0.0625em solid rgb(0,0,0);border-right: 0.0625em solid rgb(0,0,0);}

/* === 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;}
/* #content needs a slightly smaller width to prevent slidemenu from overlapping right edge */
#content{float:right;width:93%;}