@import "layout.css";

/* 
	Title:	ihear screen styles
	Author: craig.henneberry@bluearcgroup.com
*/

/****************************************************************************************	
	[GENERAL SELECTORS]
*****************************************************************************************/

/* -------------Reset everything */
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}
ul, ol {list-style: none;}
blockquote:before, blockquote:after,
q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
/* -------------//Reset everything */

body {
	color: #000;
	margin-bottom: 30px;
	font-size: 62.5%; /* set to 10px */
	line-height: 1.8em; /* set to 18px */
	font-family: "Trebuchet MS", Tahoma, Helvetica, Arial, sans-serif;
	background: #e6e7e8 url("../images/css/body-bg.jpg") repeat-x 0 0;
}
a:link, a:visited {
	color: #693;
	text-decoration: none;
}
a:hover, a:focus {text-decoration: underline;}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
table th {text-align: left;}
table caption {
	font-weight: bold;
	font-size: 1.166666em;
	text-align: left;
}
abbr {
	cursor: help;
	border-bottom: 1px dotted #8cc63f;
	text-transform: uppercase;
}
code {
	font-family: "Andale Mono", "Courier New", Courier, monospace;
	color: #CC9900;
}
cite {display: block;}
dfn {font-weight: bold;}
del {color: #666;}
strong {font-weight: bold;}
em, i {font-style: italic;}
blockquote {
	margin: 0 2em 1.5em 0;
	background: url("../images/css/quotes-l.gif") no-repeat 0 0;
}
	blockquote p {text-indent: 25px;}
/* Headers */ 
h1, h2, h3, h4, h5, h6 {	
	font-size: 2.7em; /* 27px */
	font-weight: normal;
	margin-bottom: 0.666666em;
	color: #8cc63f;
	text-transform: lowercase;
}
h1 {
	font-family: "Avenir LT 65 Medium", Helvetica, Arial, sans-serif;
	margin: 65px 0 40px 20px;	
	line-height: 1em;
	min-height: 65px;
	}
body.home h1 {
	font-size: 2em; /* 24px */
	margin: 0 0 0.666666em 0;
	text-transform: none;
	min-height: 1px;
}
h2 {
	font-size: 2.25em; /* 27px */
	margin-bottom: 0.666666em;
} 
#page-copy h2 {font-family: "Avenir LT 65 Medium", Helvetica, Arial, sans-serif;}
h3, h4, h5, h6 {font-size: 1.5em; /* 18px */}
h3 {
	border-bottom: 1px solid #8cc63f;
	padding-bottom: 6px;
}
h3 em {
	color: red;
	font-style: normal;
}
h4 {font-size: 1.166666em;} /* 14px */
h5, h6 {font-size: 1.083333em;} /* 13px */

/* [MAIN CONTENT AREA]
-------------------------------------------------------*/
#main-content {font-size: 1.2em;} /* 12px */
/* Margins */
#main-content p, #main-content ul, 
#main-content ol, #main-content dl,
#main-content table {margin-bottom: 1.833333em;} /* 22px */
#main-content table table,
#main-content fieldset table {margin: 0;}
#main-content blockquote p {
	font-weight: bold;
	margin-bottom: 0;	
}
/* Lists */
#main-content ul,
#main-content ol {margin-left: 2em;}
#main-content ul {list-style: none;}
	#main-content ul li {
		background: url("../images/css/arrow.gif") no-repeat 0 0.5em;
		padding-left: 11px;
	}
	#main-content ul ul {
		list-style: none;
		margin-left: 2em;
	}
#main-content ol {list-style: decimal;}
	#main-content ol ol {
		list-style: lower-alpha;
		margin-left: 2em;
	}
	#main-content ol ol ol {list-style: lower-roman;}
#main-content dl {}
	#main-content dl dt {font-weight: bold;}
	#main-content dl dd {margin-bottom: 0.75em;}

	/* Nested */
	#main-content ul ul, 
	#main-content ol ol {margin: 0.5em 0 0.75em 0.5em;}
	#main-content dl dl {margin-left: 1.5em;}

/****************************************************************************************
	[COMMONLY USED CLASSES]
*****************************************************************************************/

/* [HIDE]
-------------------------------------------------------*/
.hide,
table caption span,
form legend span {
	position: absolute;
	left: -9999em;
	width: 1px;
	height: 1px;
	overflow: hidden;
}
.hide-fully {display: none;}

/* [MICROFORMATS]
-------------------------------------------------------*/
/* hCard */
#main-content div.vcard {margin-bottom: 1.833333em;}
	#main-content div.vcard h5 {margin-bottom: 0.20em;}
	#main-content div.vcard p {margin-bottom: 0.30em;}
	#main-content div.vcard p.tel {margin-bottom: 0;}	
	#main-content div.vcard p.adr span abbr {
		border: none;
		cursor: default;
	}
div.vcard a img {vertical-align: bottom;}

/* [TURN ON/OFF DEFAULT MARGIN]
-------------------------------------------------------*/
#main-content .margin-on {margin-bottom: 1.833333em;}
#main-content .margin-off {margin-bottom: 0;}
	
/* [DOWNLOADS]
-------------------------------------------------------*/
/* Single downloads */
#main-content a.dnld {
	padding: 2px 0 2px 19px;
	background-repeat: no-repeat;
	background-position: 0 50%;
}
	/* BG Images (icons) */
	#main-content a.dnld.pdf {background-image: url("../images/icons/pdf.gif");}
	#main-content a.dnld.zip {background-image: url("../images/icons/zip.gif");}
	#main-content a.dnld.wmv {background-image: url("../images/icons/wmv.gif");}
	#main-content a.dnld.swf {background-image: url("../images/icons/swf.gif");}
	#main-content a.dnld.exe {background-image: url("../images/icons/exe.gif");}
	#main-content a.dnld.txt {
		background-image: url("../images/icons/txt.gif");
		background-position: 3px 50%;
	}
	#main-content a.dnld.mov {background-image: url("../images/icons/mov.gif");}
	#main-content a.dnld.doc,
	#main-content a.dnld.docx {background-image: url("../images/icons/word.gif");}
	#main-content a.dnld.xls,
	#main-content a.dnld.xlsx {background-image: url("../images/icons/excel.gif");}
	#main-content a.dnld.gif,
	#main-content a.dnld.jpg {background-image: url("../images/icons/photo.gif");}
	#main-content a.dnld.ppt,
	#main-content a.dnld.pptx {background-image: url("../images/icons/ppt.gif");}
/* Multiple downloads */
ul.dnld {
	margin-left: 30px;
	list-style: none;
}
	ul.dnld li {margin-bottom: .3em;}
	ul.dnld li a {
		padding: 2px 0 2px 22px;
		background-repeat: no-repeat;
		background-position: 0 50%;
	}
	ul.dnld.pdf li a {background-image: url("../images/icons/pdf.gif");}
	ul.dnld.word li a {background-image: url("../images/icons/word.gif");}
	ul.dnld.excel li a {background-image: url("../images/icons/excel.gif");}
	
/* [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 */

/* [NOTIFICATIONS]
-------------------------------------------------------*/
#main-content div.errors,
#main-content div.success {
	padding: 16px 20px 16px 62px; 
	margin-bottom: 1.833333em; 
	border-top: 2px solid #BF0000;
	border-bottom: 2px solid #BF0000;
	color: #AE0000;
	min-height: 24px;
}
	#main-content div.errors {
		background: #F7D9D9 url("../images/icons/error-lrge.gif") no-repeat 16px 50%;
		display: none;
	}
	#main-content div.success {
		background: #F3F8E6 url("../images/icons/success-lrge.gif") no-repeat 16px 50%; 
		color: #66840D; 
		border-color: #84AA0F;
		font-weight: bold;
	}
	#main-content div.errors p,
	#main-content div.success p {margin: 0;}
	#main-content div.errors ul,
	#main-content div.success ul {
		margin: 0.60em 0 0 30px;
		list-style: disc;
	}
		#main-content div.errors ul li,
		#main-content div.success ul li {
			padding: 0;
			background: none;
		}
	#main-content div.errors a {
		color: #AE0000;
		text-decoration: underline;
	}
	#main-content div.errors a:hover,
	#main-content div.errors a:focus {text-decoration: none;}
	#main-content div.success a {color: #66840D;}

/* Small Versions */
#main-content p.error {
	color: #AE0000;
	background: #F7D9D9 url("../images/icons/error.gif") no-repeat 8px 55%;
	padding: 5px 10px 5px 30px; 
}
#main-content p.success {
	color: #66840D;
	background: #F3F8E6 url("../images/icons/success.gif") no-repeat 8px 55%;
	padding: 5px 10px 5px 30px; 
}