@import "layout.css";
@import "forms.css";
@import "nav.css";

/* 
	Title:	Sensis 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, 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;
	outline: 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: "" "";}
/* Over-ride those pesky font tags */
font {
	font-family: Arial, Helvetica, sans-serif !important; 
	font-size: 100% !important;
	color: #1f1f1f !important;
}
/* -------------//Reset everything */

body {
	color: #1f1f1f;
	/*background-color: #f3f3f3;	*/
	font-size: 62.5%; /* set to 10px */
	line-height: 1.6;
	font-family: Arial, Helvetica, sans-serif;
}
a:link, a:visited {
	color: #106470;
	text-decoration: none;
}
a:hover, a:focus {text-decoration: underline;}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
th {text-align: left;}
caption {
	font-weight: bold;
	font-size: 1.3em;
	text-align: left;
	padding-bottom: 0.5em;
}
abbr {
	cursor: help;
	border-bottom: 1px dotted #000;
}
code {
	font-family: "Andale Mono", "Courier New", Courier, monospace;
	color: #CC9900;
}
strong {font-weight: bold;}
em, i {font-style: italic;}
blockquote {margin: 0 2.6em;}
textarea {overflow: auto;}
button, input.btn-submit {cursor: pointer;}
/* Headers */ 
h1, h2, h3, h4, h5, h6 {
	font-size: 2em; /* 24px */
	font-weight: bold;
	margin-bottom: 0.667em;
	line-height: 1.2;
	color: #6c6f70;
}
/* Logo + Tagline home page*/
body.home h1 {
	background: url("../images/css/logo.png") no-repeat 0 0;
	text-indent: -999em;
	margin: 0;
	position: absolute;
	bottom: -37px;
	left: 2px;
	width: 124px;
	height: 121px;
	z-index: 20;
}
h1.error {margin-top: 1em;}
h2 {
	font-size: 1.5em; /* 18px */
	margin-bottom: 0.6em;
	font-weight: normal;
	color: #005abb;
} 
h3, h4, h5, h6 {
	font-size: 1.3em; /* 16px */
	margin-bottom: 0.5em;
}
h4 {position: relative;}
h5, h6 {font-size: 1.083em;} /* 13px */
fieldset {margin-bottom: 0.83em;}

/* [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.83em;} *//**//* 22px */
/*#main-content table table,*/
/*#main-content fieldset table {margin: 0;}*/
/* Links */
#main-content a:link, #main-content a:visited {text-decoration: underline;}
#main-content a:hover, #main-content a:focus {text-decoration: none;}
/* Lists */
#main-content ul {margin-left: 0;}
#main-content ol {margin-left: 2.25em;}
#main-content ul {list-style: none;}
#main-content ol {list-style: decimal;}
	#main-content ul li {
		padding-left: 12px;
		/*background: url("../images/css/bullet.gif") no-repeat 0 8px;*/
	}
	/* Nested */
	#main-content ul ul,
	#main-content ol ol {margin: 0.75em 0 0.75em 2em;}
	#main-content ul ul {}
	#main-content ol ol {list-style: lower-alpha;}
	#main-content ol ol ol {list-style: lower-roman;}

/****************************************************************************************
	[COMMONLY USED CLASSES]
*****************************************************************************************/
a.more {
	padding-left: 12px;
	background: url("../images/css/arrow.gif") no-repeat 0 50%;
}
#content p.top {margin-bottom: 2.83em;}
a.external img {vertical-align: middle;}
#main-content p.date,
#main-content p.title {
	font-size: 0.917em;
	color: #595959;
	font-weight: bold;
	margin-bottom: 0.25em;
}
#main-content p.intro {
	color: #005abb;
	font-size: 1.5em;
	margin-bottom: 0.83em;
}

/* [HIDE]
-------------------------------------------------------*/
.hide, 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.83em;}
	#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 {display: block;}
	#main-content div.vcard p.adr span.locality,
	#main-content div.vcard p.adr span.region,
	#main-content div.vcard p.adr span.postal-code {display: inline;}
	#main-content div.vcard p.adr span abbr {
		border: none;
		cursor: default;
	}

/* [TYPOGRAPHY RULES]
-------------------------------------------------------*/
/* Margins */
#main-content .margin-on, #footer .margin-on {margin-bottom: 1.83em;}
#main-content .margin-med {margin-bottom: 0.916em;}
#main-content .margin-off {margin-bottom: 0;}
/* Text alignment */
.txt-center {text-align: center;}
.txt-right {text-align: right;}
.txt-left {text-align: left;}
/* Font size */
#main-content .sml-txt {font-size: 0.916em;}
#main-content .lrge-txt {font-size: 1.083em;}
	
/* [DOWNLOADS]
-------------------------------------------------------*/
/* Single downloads */
a.dnld {
	padding: 0.16em 0 0.16em 2px;
	background-repeat: no-repeat;
	background-position: 0 50%;
}
	/* BG Images (icons) */
	a.dnld.pdf {background-image: url("../images/icons/pdf.gif");}
	a.dnld.zip {background-image: url("../images/icons/zip.gif");}
	a.dnld.wmv {background-image: url("../images/icons/wmv.gif");}
	a.dnld.swf {background-image: url("../images/icons/swf.gif");}
	a.dnld.exe {background-image: url("../images/icons/exe.gif");}
	a.dnld.txt {
		background-image: url("../images/icons/txt.gif");
		background-position: 3px 50%;
	}
	a.dnld.mov {background-image: url("../images/icons/mov.gif");}
	a.dnld.doc,
	a.dnld.docx {background-image: url("../images/icons/word.gif");}
	a.dnld.xls,
	a.dnld.xlsx {background-image: url("../images/icons/excel.gif");}
	a.dnld.gif,
	a.dnld.jpg {background-image: url("../images/icons/photo.gif");}
	a.dnld.ppt,
	a.dnld.pptx {background-image: url("../images/icons/ppt.gif");}
/* Multiple downloads */
#main-content ul.dnld {list-style: none;}
	#main-content ul.dnld li a {
		padding: 0.16em 0 0.16em 22px;
		background-repeat: no-repeat;
		background-position: 0 50%;
	}
	#main-content ul.dnld.pdf li a {background-image: url("../images/icons/pdf.gif");}
	#main-content ul.dnld.word li a {background-image: url("../images/icons/word.gif");}
	#main-content 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 */

/* [FEEDBACK]
-------------------------------------------------------*/

/* Small */
p.error,
p.success {
	color: #AE0000;
	background: #F7D9D9 url("../images/icons/error.gif") no-repeat 8px 55%;
	padding: 0.416em 10px 0.416em 30px; 
}
p.success {
	color: #66840D;
	background: #F3F8E6 url("../images/icons/success.gif") no-repeat 8px 55%;
}

/* Large */
div.errors,
div.success {
	padding: 1.3em 20px 1.3em 62px; 
	margin-bottom: 1.83em; 
	border-top: 2px solid #BF0000;
	border-bottom: 2px solid #BF0000;
	color: #AE0000;
	min-height: 24px;
}
	div.errors {background: #F7D9D9 url("../images/icons/error-lrge.gif") no-repeat 16px 50%;}
	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 2.6em;
		list-style: disc;
	}
		#main-content div.errors ul li,
		#main-content div.success ul li {
			padding-left: 0;
			background: none;
		}
	#main-content div.errors a:link,
	#main-content div.errors a:visited {
		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:link,
	#main-content div.success a:visited {color: #66840D;}

