/* 
	Title:	Western Pacific Financial Group screen styles
	Author: chris.pearce@bluearcgroup.com
*/

@import 'layout.css';
@import 'nav.css';
@import 'components.css';
@import 'forms.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: #404040;
	background-color: #e7e2d1;
	margin-bottom: 0;
	font: 0.75em/1.25 "Trebuchet MS", Arial, Helvetica, sans-serif;
}
a:link, a:visited {
	color: #571C52;
	text-decoration: none;
}
a:hover {text-decoration: underline;}
ul, ol {list-style: none;}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
table caption {
	text-align: left;
	font-weight: bold;
	padding-bottom: 0.4em;
	font: bold 1.25em "Times New Roman", Times, serif;
	color: #404040;
}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
blockquote {margin: 0 12px;} 
h1, h2, h3, h4, h5, h6 {
	font: bold 2em "Times New Roman", Times, serif;
	color: #571C52;
	margin-bottom: 1em;
}
h2, h3, h4, h5, h6 {
	margin-bottom: 0.50em;
	color: #A99359;
	font-size: 1.5em;
}
h3 {font-size: 1.4em;}
h4, h5, h6 {font-size: 1.3em;}
h5, h6 {
	font-size: 1.2em;
	color: #404040;
}

/* [CONTENT AREA]
-------------------------------------------------------*/
/* Spacing */
body.page-internal #content p, 
body.page-internal #content ul, 
body.page-internal #content ol,
body.page-internal #content dl,
body.page-internal #content table {margin-bottom: 1.5em;}
body.page-internal #content table table {margin-bottom: 0;}
/* Links */
body.page-internal #content a {text-decoration: underline;}
body.page-internal #content a:hover {text-decoration: none;}
/* Lists */
body.page-internal #content ul {margin-left: 30px;}
body.page-internal #content ol {margin-left: 40px;}
body.page-internal #content ul {list-style: disc;}
	body.page-internal #content ul ul {list-style: circle;}
		body.page-internal #content ul ul ul {list-style: square;}
body.page-internal #content ol {list-style: decimal;}
	body.page-internal #content ol ol {list-style: lower-alpha;}
		body.page-internal #content ol ol ol {list-style: lower-roman;}
body.page-internal #content ul ul, 
body.page-internal #content ol ol {margin: 0.4em 0 0.8em 30px;}

/****************************************************************************************
	[COMMONLY USED CLASSES]
*****************************************************************************************/

/* [HIDE]
-------------------------------------------------------*/
.hide {
	position: absolute;
	left: -99999px;
}
.hide-fully {display: none;}

/* [DIVIDER]
-------------------------------------------------------*/
div.divider {
	font-size: 0;
	background: #BBA97A;
	margin: 20px 0;
	height: 1px;
}
	
/* [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 */

/* [BACK LINK]
-------------------------------------------------------*/
#content a.back {
	background: url("../images/template/arrow2.gif") no-repeat 0 50%;
	padding: 0 0 0 12px;
}

	
