/* -------------------------------------------------------------- 
   
   Boilerplate ie.css
   * Contains hacks for Internet Explorer < IE7
   
-------------------------------------------------------------- */

/* Make sure the layout is centered in IE5 */
body { text-align: center; }
#pagewidth { text-align: left; }

/* Keeps IE6 from cutting pulled/pushed images 
ul, ol { position: relative; }*/

/* Fixes incorrect styling of legend in IE6 fieldsets. */
legend { margin-bottom: 1.4em; }

/* Fixes incorrect placement of numbers in ol's in IE6/7 */
ol { margin-left: 2em; }


#main .sidebar {
 /* IE 6 and below */
 _position:absolute;
 _top:0px;
 _right:15px;
 }
 
#index a#butt-kids {
	_background-image:url("../img/bee_home8.png");
}

#main {
	_background-image:url("../img/curve_top8.png");
}
#main .wrapper {
_background-image:url("../img/curve_main8.png");
_background-repeat:repeat-y;
}
#main .closure {
_background-image:url("../img/curve_bottom8.png");
}
 

body.one-col-recipe #main .box-recipe-extras {_padding-left:60px;}