﻿/*------------------------------------------------------------

  Medium font-size stylesheet:
  
  In this stylesheet, we basically want to resize everything,
  BUT:
  
    -- main nav
    -- toolbar
    -- sub-nav
    
  ... only get resized as much as in the 'medium' stylesheet.
    
  Elements are not grouped to allow for fine-tuning.
    
------------------------------------------------------------*/

/* Line heights in headers: */

h1,
h2,
h3,
h4,
h5,
h6 {
	/*line-height:1.25em;*/
}

/* The header and footer: */

#header, #header_menu1, 
#ft {
  font-size:1.333em;  
}

/* The main nav: */

/*#menuBar .tabMenuItem {
  font-size:144%;
}

#menuBar ul li a {
	padding:0 0px;
}*/

/* The sub-nav, top right: */

#primary_menu {
  font-size:1.333em;
}

/* Breadcrumb trail: */

#breadcrumb {
  font-size:1.333em;  
}

/* EVERYTHING in the main column: */

#main_content, .mainInnerWide, #home_content {
  font-size:1.333em;
}

/* EVERYTHING in the sidebar: */

#sidebar {
  font-size:1.333em;
}

/* Everything in the main column BUT the toolbar: */

#text {
  font-size:1.333em;
}

/* Change 'active' image in font switcher: */

#utilities a#large {
	background-position:0 -16px !important;
}
#utilities_bottom{
    font-size: 1.333em;
}
