/* 
	Title:	Outlook Financial Solutions screen styles
	Author: chris.pearce@bluearcgroup.com
*/

@import 'layout.css';
@import 'forms.css';
@import 'nav.css';
@import 'components.css';

/****************************************************************************************	
	[COMMON RULES]	for entire site + specifics for content area
*****************************************************************************************/

/* Eric Meyer's Reset Rules */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}
/* Back to my CSS */
body {
	color: #949397;
	background-color: #eee;
	margin-bottom: 30px;
	font: 0.75em/1.4 "Frutiger Linotype", "Trebuchet MS", Tahoma, Helvetica, Arial, sans-serif;
}
a:link, a:visited {
	color: #f28f00;
	text-decoration: none;
}
a:hover {text-decoration: underline;}
ul, ol {list-style: none;}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
table caption {
	text-align: center;
	font-weight: bold;
	font-size: 1.2em;
	padding-bottom: 0.4em;
}
abbr {
	cursor: help;
	border-bottom: 1px dotted #000;
}
code {
	font-family: "Andale Mono", "Courier New", Courier, monospace;
	color: #CC9900;
}
dfn {font-weight: bold;}
del {color: #666;}
blockquote:before, blockquote:after,
q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
blockquote {margin: 0 0 0 12px;} 
h1, h2, h3, h4, h5, h6 {
	font-size: 2.4em;
	font-weight: 500;
	line-height: 1.0;
	color: #646168;
	margin-bottom: 0.90em;
	text-transform: lowercase;
	clear: both;
}
h1 img {margin-left: 2px;}
h2, h3, h4, h5, h6 {
	text-transform: none;
	margin-bottom: 0.70em;
	color: #959498;
	font-size: 1.55em;
	font-weight: 500;
	line-height: 1.3;
}
h3, h4, h5, h6 {
	font-size: 1.35em;
	font-weight: bold;
}

/* [CONTENT AREA]
-------------------------------------------------------*/
/* Spacing */
#main-content p, 
#main-content ul, 
#main-content ol,
#main-content table {margin-bottom: 1.5em;}
#main-content table table {margin-bottom: 0;}
/* Lists */
#main-content #page-copy ul {margin-left: 20px;}
#main-content #page-copy ol {margin-left: 30px;}
#main-content #page-copy ul {list-style: disc;}
	#main-content #page-copy ul ul {list-style: circle;}
		#main-content #page-copy ul ul ul {list-style: square;}
#main-content #page-copy ol {list-style: decimal;}
	#main-content #page-copy ol ol {list-style: lower-alpha;}
		#main-content #page-copy ol ol ol {list-style: lower-roman;}
#main-content #page-copy ul ul, 
#main-content #page-copy ol ol {margin: 0.4em 0 0.8em 20px;}

/****************************************************************************************
	[COMMONLY USED CLASSES]
*****************************************************************************************/

/* [HIDE]
-------------------------------------------------------*/
.hide {
	position: absolute;
	left: -999em;
}
.hide-fully {display: none;}
	
/* [EASY CLEARING]
-------------------------------------------------------*/
.clearfix:after {
      content: ".";
      display: block;
      height: 0;
      clear: both;
      visibility: hidden;
}
.clearfix {display: inline-block;}    
/* Hides from IE-mac \*/  
* html .clearfix {height: 1%;}  
.clearfix {display: block;}  
/* End hide from IE-mac */

	