/*------------------------------------------------------------

  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:110%;  
}


/* The main nav: */

#menuBar .menu {
  font-size:120%;
}

#menuBar ul li a {
	padding:0 15px;
	background: url(../images/bg_nav_lg.jpg) repeat-x top left;
}

#menuBar ul {
	background: url(../images/bg_nav_lg.jpg) repeat-x top left;
}

#outer_wrapper {
  background:#fff url(../images/bg_wrapper_lg.jpg) 0 0 repeat-x;
}

#outer_wrapper_grey_breadcrumb {
  background: #fff url(../images/bg_wrapper_grey_breadcrumb_lg.jpg) 0 0 repeat-x; 
}

/* The sub-nav, top right: */

#primary_menu {
  font-size:120%;
}

/* Breadcrumb trail: */

#breadcrumbGrey {
  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;
}
