@charset "utf-8"; 
@import "layout.css";
@import "forms.css";
@import "nav.css";

/* 
	Title:	e.law screen styles
	Author: mark.boere@bluearcgroup.com
*/
/*
	Pixels to ems (based on 12px):
		10px = 0.83em
		11px = 0.916em
		13px = 1.083em
		14px = 1.16em
		15px = 1.25em
		16px = 1.3em
		17px = 1.416em
		18px = 1.5em
		19px = 1.583em
		20px = 1.6em
/*

/****************************************************************************************	
	[RESET]
*****************************************************************************************/

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, 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,
caption, tbody, tfoot, thead, tr {
	margin: 0;
	padding: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}
table, th, td {
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}
html, body, form, fieldset, a img {border: none;}
ul, ol {list-style: none;}
blockquote:before, blockquote:after,
q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}

/****************************************************************************************	
	[COMMON ELEMENTS - TYPE SELECTORS]
*****************************************************************************************/

body {
	color: #414141;
	background-color: #fff;
	margin-bottom: 30px;
	font-size: 62.5%; /* set to 10px */
	line-height: 1.4;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Lucida, "Trebuchet MS", Arial, Helvetica, sans-serif;
}
a:link, a:visited {
	color: #00467f;
	text-decoration: none;
}
a:hover, a:focus {text-decoration: underline;}
a:active {outline: none;}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
th {text-align: left;}
td, th {vertical-align: top;}
caption {
	font-family: Calibri, "Lucida Grande", "Lucida Sans Unicode", Lucida, "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.65em; /* 20px */
	text-align: left;
	padding-bottom: 0.5em;
	color: #ef8200;
}
abbr {
	cursor: help;
	border-bottom: 1px dotted #000;
}
strong {font-weight: bold;}
em, i {font-style: italic;}
blockquote {margin: 0 2.6em;}
/* Headers */ 
h1, h2, h3, h4, h5, h6 {
	font: normal 2.91em/1.3 Calibri, "Lucida Grande", "Lucida Sans Unicode", Lucida, "Trebuchet MS", Arial, Helvetica, sans-serif; /* 35px */
	margin-bottom: 0.5em;
	text-transform: lowercase;
	color: #ef8200;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	background: url("../images/template/h1-bg.png") repeat-y 0 0;
	padding: 0.72em 0;
	text-indent: 1em;
	color: #fff;
	clear: both;
	width: 970px;
}
h2 {font-size: 1.65em; /* 20px */}  
h3 {font-size: 1.33em; /* 16px */}
h4 {font-size: 1.16em; /* 14px */}
h5, h6 {font-size: 1em;} /* 12px */
h6 {font-style: italic;} 

/* [MAIN CONTENT AREA]
-------------------------------------------------------*/
#content-wrapper {font-size: 1.2em;} /* 12px */
/* Margins */
#content-wrapper p, #content-wrapper ul, 
#content-wrapper ol, #content-wrapper dl,
#content-wrapper table {margin-bottom: 1em;}
#content-wrapper table table,
#content-wrapper table p,
#content-wrapper fieldset table {margin: 0;}
/* Lists */
#content-wrapper ul {margin-left: 0.2em;}
#content-wrapper ol {
	margin-left: 2em;
	list-style: decimal;
}
	#content-wrapper ul li {
		background: url("../images/template/bullet.gif") no-repeat 0 0.6em;
		padding-left: 1em;
		margin-bottom: 0.3em;
	}
	/* Nested */
	#content-wrapper ul ul, #content-wrapper ul ol, 
	#content-wrapper ol ol, #content-wrapper ol ul {margin: 0.75em 0 0.75em 2.5em;}
	#content-wrapper ul ul {margin-left: 1.5em;}
	#content-wrapper ol ol {list-style: lower-alpha;}
	#content-wrapper ol ol ol {list-style: lower-roman;}

/****************************************************************************************
	[SITE WIDE CLASSES]
*****************************************************************************************/

/* [HIDE]
-------------------------------------------------------*/
.hide, legend span {
	position: absolute;
	left: -9999em;
	width: 1px;
	height: 1px;
	overflow: hidden;
}
.hide-fully {display: none;}
	
/* [EASY CLEARING]
-------------------------------------------------------*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* [CUSTOM ANCHOR]
-------------------------------------------------------*/
.read-more {
	background: url("../images/template/read-more-bg.png") no-repeat 100% 65%;
	padding: 0.2em 18px 0.2em 0;
	text-align: right;
}
a.return {
	background: url("../images/template/arrow-prev-blue.png") no-repeat 0 60%;
	padding: 0.2em 0 0.2em 8px;
	text-transform: lowercase;
}

/* [CUSTOM P TAGS]
-------------------------------------------------------*/
#content-wrapper p.intro {
	font: normal 1.65em/1.1 Calibri, "Lucida Grande", "Lucida Sans Unicode", Lucida, "Trebuchet MS", Arial, Helvetica, sans-serif; /* 20px */
	margin-bottom: 0.5em;
	color: #ef8200;
}
p.date, p.author {
	color: #6c6c6f;
	font-size: 1em; /* 12px */
}
	p.date em, p.author em {
		font-style: normal;
		font-weight: bold;
		letter-spacing: -0.04em;
	}

