﻿/*------------------------------------------------------------

  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, #header_menu1,
#ft {
  font-size:1.16em;  
}


/* The main nav: */

/*#menuBar .tabMenuItem {
  font-size:1.167em;
}

#menuBar ul li a {
	padding:0 0px;
}*/

/* The sub-nav, top right: */

#primary_menu {
  font-size:1.167em;
}

/* Breadcrumb trail: */

#breadcrumb {
  font-size:1.167em;  
}

/* EVERYTHING in the main column: */

#main_content, .mainInnerWide, #home_content {
  font-size:1.167em;
}

/* EVERYTHING in the sidebar: */

#sidebar {
  font-size:1.167em;
}

/* Everything in the main column BUT the toolbar: */

#text {
  font-size:1.167em;
}


/* Change 'active' image in font switcher: */

#utilities a#medium {
	background-position:0 -16px !important;
}

#utilities_bottom{
    font-size: 1.167em;
}


