/*------------------------------------------------------------
  Small font size stylesheet:
  
  In this stylesheet, we basically want to revert back to 
  the basic stylesheet--this means we really need to over-
  ride NONE of the parts of the layout.
  
  This stylesheet could be incorporated into the main style-
  sheet, but has been included as part of the javascript
  styleswitcher in order to make the system easy to grasp.
  
------------------------------------------------------------*/

/* The main nav: */

#menubar {
  
}

/* The sub-nav, top right: */

#primary_menu {
  
}

/* EVERYTHING in the main column: */

#main_content {
  
}

/* EVERYTHING in the sidebar: */

#sidebar {
  
}

/* Everything in the main column BUT the toolbar: */

#text {
  
}



/* Change 'active' image in font switcher: */

#utilities a#small_fonts img {
	background-position:0 -16px;
}
