/*
	Filename:		mediumfont.css
	Purpose:		Increase font sizes for aberdeen cyrenians website
	Created by:		www.eastcoastinteractive.co.uk
	Created:		10/01/2007 by Mark McAulay
	Last Modified:	11/01/2008 by Mark McAulay
*/

/* scale up the navigation items */
#topNav ul li a{font-size:1.2em;}
#sideMenu a{font-size:1.2em;}

/* scale up the main content */
#content
{
	font-size:140%;
	text-align:left;
}

/* scale up the news items */
.nm_title{font-size:110%;}

/* scale up the search box and results */
#ajaxSearch_output{font-size:90%;}

/* scale up the footer */
#footer{font-size:110%;}

