/*------------------------------------------------------------

  Medium font-size stylesheet:
  
  In this stylesheet, we basically want to resize everything:
  
    -- main nav
    -- sub-nav
    -- toolbar
    -- main content
    -- sidebar
    
  Elements are not grouped to allow for fine-tuning.
    
------------------------------------------------------------*/

/* The header and footer: */

#header,
#footer {
  font-size:120%;  
}


/* The main nav: */

#menuBar .menu {
  font-size:120%;
}

#menuBar ul li a {
	padding:0 5px;
}

/* The sub-nav, top right: */

#primary_menu {
  font-size:120%;
}

/* Breadcrumb trail: */

#breadcrumb {
  font-size:120%;  
}

/* EVERYTHING in the main column: */

#main_content {
  font-size:120%;
}

/* EVERYTHING in the sidebar: */

#sidebar {
  font-size:120%;
}

/* Everything in the main column BUT the toolbar: */

#text {
  /*font-size:120%;*/
}


/* Change 'active' image in font switcher: */

#utilities a#medium_fonts img {
	background-position:0 -16px;
}

* html #main_content 
{
    width:502px;
}