/* Screen CSS 
 *
 * Author: Dave Ganley
 * Date: 11/06/09
 *
 * Version: 1.0
 */
 
/*

Font size guide

10px - 77%
11px - 85%
12px - 93%
13px - 100%
14px - 108%
15px - 116%
16px - 123%
17px - 131%
22px - 167%

*/

@import url('reset.css'); 
@import url('layout.css');
@import url('layout_new.css');
@import url('navigation.css');
@import url('form.css');

/* Base CSS */

h1, h2, h3, h4, h5 { margin:1em 0 0.3em 0; }
h1 { font-size:1.8em; }
h2 { font-size:1.6em; }
h3 { font-size:1.4em; }
h4 { font-size:1.2em; }
h5 { font-size:1em; }
p { font-size:12px; line-height:14px; }


.bg-white { background-color: #fff; }

/* misc "add-on" classes */
.invisible 	{ display:none; }
.noborder 	{ border:none!important; }
.grey 		{ color:#333; }
.clearleft 	{ clear:left; }
.clearright	{ clear:right; }
.clearboth	{ clear:both; }
/* borrowed from 960.gs */
.alpha { margin-left: 0; }
.omega { margin-right: 0; }

