/*------------------------------------------------------------

  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 .breadcrumb-trail {
  font-size:120%;  
}

/* EVERYTHING in the main column: */
.content {
  font-size:120% !important;
}

#utilities {
  font-size: 82% !important;
}

/* Change 'active' image in font switcher: */

#text-size-switcher #text-medium a {
	background-color: #d8d8d8;
}
