/* MAIN COLUMN */

div#mainContent h1 {
	font-size: 2.5em;
}

div#mainContent h2 {
	font-size: 1.8em;
}

div#mainContent h3 {
	font-size: 1.4em;
}

div#mainContent h4 {
	font-size: 1.1em;
}

div#mainContent p {
	font-size: 1.1em;
}

div#mainContent dl, div#mainContent ol, div#mainContent ul li {
	font-size: 1.1em;
}

div#mainContent address {
  font-size: 1.1em;
}

a.seeAll, a.seeAll:link {
	font-size: 1.0em;
}

/* CENTRE COLUMN */

div#moreContent h2 {
	font-size: 1.6em;
}

div#moreContent h3 {
	font-size: 1.2em;
}

div#moreContent p {
	font-size: 1.1em;
}

div#moreContent ul {
	font-size: 1.1em;
}

/* RIGHT COLUMN */

div#promos h2 {
	font-size: 1.6em;
}

div#promos h3 {
	font-size: 1.1em;
}

div#promos p {
	font-size: 1.1em;
}

/* FOOTER */


div#footer h2 {
	font-size: 1.4em;
}

div#footer div.footerSection ul {
	font-size: 1.1em;
}

/* NAV */

ul#topLevel li a {
	font-size: 1.2em;
}

ul#subLevel li {
	font-size: 1.1em;
}

div.subModule ul.linkList {
	font-size: 1.1em;
}

/* WEATHER MODULE */

div#weather div#today h4 {
	font-size: 1.6em;
}

div#weather div.nextDay h4 {
	font-size: 1.2em;
}

div#weather div.nextDay ul {
	font-size: 0.9em;
}

div#weather ul.temps {
	font-size: 1.1em;
}


/* FORMS */

div.row input, div.row textarea, div.row select {
	font-size: 1.1em;
}

fieldset.niceForm div.row div.field,
fieldset.membership div.row div.field {
	font-size: 1.1em;
}

fieldset.membership div.row,
fieldset.niceForm div.row {
	min-height: 3.1em;
	_height: 3.1em;
}

div.row label, div.plainRow label {
	font-size: 1.1em;
}

div.button input, div.button a {
	font-size: 0.9em;
}

/**TODO: image uploader heading - to be moved to global styles */
span.imgUpHeadingTxt {
  padding:0 10px;
  display:block;
  font-size:1.1em;
}
