/*
 *	Skin 11060 - most HTML5 elements had weird widths set (35%), were floated, and had other pretty large issues
 */

html { width: 100% !important; float: none !important; padding: 0  !important; }
#ws-pa #edu-il #blog-header { float: none; }
#uofi #ws-pa #edu-il .header-elements { float: none; width: 100%; }
#ws-pa #edu-il #blog-header div { float: none; position: relative; }
#uofi #ws-pa #edu-il div.title { width: 100%; }
#uofi #ws-pa #edu-il #blog-home-view { float: none; }
/* #uofi #ws-pa #edu-il #blog-level-menu { width: 100%; } */
#wt #uofi #ws-pa #edu-il #blog-level-menu li a { font-family: inherit; }


#wizard #uofi #ws-pa #edu-il #content-and-sidebar, 
#wizard #uofi #ws-pa #edu-il #content-full-width, 
#wizard #uofi #ws-pa #edu-il .closing-wrapper
{
	max-width: 1000px;	 /* styles-layout.css */
}


/* 
 *  Skin 3452 - #blog-home-view needs override, overwrite width: 100%; so that content text doesn't go into gadget sidebar
  */
 #uofi #ws-pa #edu-il #blog-home-view { background-color: transparent; width: auto; }


/*
 *	Skin 12576  / Blog 943 - sidebar shares ID with element in their site and inherits its padding - override it
 */ 
#uofi #ws-pa #edu-il #content-and-sidebar #sidebar { padding: 0; }
