
/* MMA SITEWIDE IE5 FIXES */
/* by Samantha Orme, 12.02.2005 */
/* (last updated: 10.13.2006) */

/* :BODY {{{
------------------------------------------------------- */

* html body, * html table {
	font-size: x-small; /* for IE5 */
	f\ont-size: small; /* all other IE's */
}

/* }}} ------------------------------------------------ */

/* :LOGO {{{
------------------------------------------------------- */

/* Stupid hack to fix odd % width miscalculation in IE5/PC */
/* I should eventually figure out what is causing it and integrate into 'IE7' */
* html #logo { margin-right: -150px; /* IE5/PC */
				m\argin-right: 0; } /* Other IE */

/* }}} ------------------------------------------------ */

/* :NAV_SITEWIDE {{{
------------------------------------------------------- */

* html #nav_sitewide {
	width: 750px; /* for IE5 */
	w\idth: 600px; /* all other IE's */
}

/* }}} ------------------------------------------------ */

/* :NAV_LOCAL {{{
------------------------------------------------------- */


/* }}} ------------------------------------------------ */

/* :HEADERS {{{
------------------------------------------------------- */

* html h1, * html h2 {
	width: 750px; /* for IE5 */
	w\idth: 600px; /* all other IE's */
}

* html h3 {
	width: 600px; /* for IE5 */
	w\idth: 570px; /* all other IE's */
	height: 20px; /* for IE5 */
	he\ight: 14px; /* all other IE's */
}

/* }}} ------------------------------------------------ */

/* :TOOLBAR {{{
------------------------------------------------------- */

* html #toolbar { 
	height: 35px; /* for IE5 */
	h\eight: 35px; /* all other IE's */
	width: 600px; /* for IE5 */
	w\idth: 580px; /* all other IE's */
}

/* }}} ------------------------------------------------ */

/* :VIEW {{{
------------------------------------------------------- */

* html #viewport {
	width: 750px; /* for IE5 */
	w\idth: 600px; /* all other IE's */
}


/* Textboxes {{{ */

* html #viewport .row { width: 600px; w\idth: 597px; }

* html #viewport .textbox { width: 594px; w\idth: 570px; }
* html #viewport .row.twocols .textbox { width: 295px; w\idth: 271px; }
* html #viewport .row.twocols .textbox.second { width: 296px; w\idth: 272px; }
* html #viewport .row.threecols .textbox { width: 196px; w\idth: 172px; }
* html #viewport .row.fourcols .textbox { width: 146px; w\idth: 122px; }
* html #viewport .row.fourcols .textbox.fourth { width: 147px; w\idth: 123px; }

/* }}} */

/* }}} ------------------------------------------------ */


