/**********************************************************************
	
	STYLE.CSS
	==========
 	Main project specific styles.
	
	- Northland Age -
	- May 2006 -
	Richard Morris		
	www.fueldesign.co.nz	
	
	Contents:
	==============
	1 - Default typography
	2 - Global Styles
	3 - Main Layout Divs
	4 - Form Styling 

************************************************************************/

	@import url("basic.css");
	/*@import url("forms.css");*/

/***********************************************************************
1 - DEFAULT TYPOGRAPHY
************************************************************************/
html, body, form, fieldset, h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address, abbr, input, select, textarea, table, td, th { /* For Nescape 4.0 and other inheritance intolerant browsers */
	font-family: Georgia, Times New Roman, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}
h1 {
	font-size: 24px;
}
h1, h2 {
	margin-bottom: 5px;
}
#lCol h2, #rCol h2, #centerCol h2 {
	font-size: 16px;
	margin-bottom: 5px;
}
#lCol h3, #rCol h3, #centerCol h3 {
	font-size: 12px;
	margin-bottom: 5px;
}
p, ul, blockquote {
	margin-bottom: 1em;
	line-height: 1.4em;
}
a:link, a:visited {
	color: #333;
	font-weight: bold;
}
a:hover {
	color: #B61C50;
	text-decoration: underline;
}
blockquote {
	padding: 20px 20px;
	border-top: 2px solid #333;
	border-bottom: 2px solid #333;
	background: transparent url(../images/quotes.gif) top left no-repeat;
	font-style: italic;
	text-align: center;
}
blockquote p {
	margin-bottom: 0;
}
a:visited.youarehere, a:link.youarehere, .youarehere {
	border-bottom: 4px solid #CCC;	
}
/***********************************************************************
2 - GLOBAL STYLES
************************************************************************/
table {
	margin-bottom: 10px;
}
table td {
	vertical-align: top;
	padding-left: 5px;
	padding-right: 5px;
}
table td {
	padding-bottom: 10px;
}
/* article styling */
.article img{
	display: inline;
	float: left;
	margin-right: 10px;
	margin-bottom: 5px; 
}
.leadin {
	font-weight: bold;
}
#centerCol .article h2 { /* headline */
	font-size: 20px;
}
#frontpage #centerCol .article h2 {
	font-size: 24px;
}
#centerCol .article h3 { /* article authour */
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	border-bottom: 1px solid #333;
	margin-bottom: 1em;
}
a:link.continued, a:visited.continued {
	font-weight: bold;
}
/* adBanners centered */
.adBanner {
	margin-bottom: 1em;
	margin-left: auto; margin-right: auto;
}
/***********************************************************************
3 - MAIN LAYOUT DIVS
************************************************************************/
body {
	background-color: #FFF;
}
#container {
	background: transparent url(../images/bg.gif) top center repeat-y;
	margin-top: 20px;
	width: 926px;
	margin-left: auto; margin-right: auto;
}
/******************************
3.1 header
*******************************/
#header {
	background: transparent url(../images/header_bg.jpg) top center no-repeat;
	height: 180px;
	position: relative;
}
#logo {
	position: absolute;
	left: 220px;
	top: 50px;
}
ul#nav {
	background: transparent url(../images/nav_bg.gif) top left repeat-x;
	line-height: 42px;
	height: 42px;
	position: absolute;
	bottom: 0;
	width: 855px;
	margin-left: 23px;
	padding-left: 3px;
}
ul#nav li {
	display: inline;
}
ul#nav li a:link, ul#nav li a:visited {
	text-transform: uppercase;
}
#date {
	position: absolute;
	right: 45px;
	bottom: 13px;
	font-stretch:condensed;
}
/******************************
3.2 contentWrapper
*******************************/
#contentWrapper {
	margin: 0px 45px 10px 30px;
}
/* left col / sidebar */
#lCol {
	width: 181px;
	float: left;
}
#lCol .wrap {
	margin-right: 10px;
}
.subNav {
	list-style-image: url(../images/bullet.gif);
	padding-left: 25px;
}
.subNav a:link, .subNav a:visited {
	font-style: italic;
	font-weight: normal;
}

/* center col / house articles */
#centerCol {
	width: 488px;
	float: left;
}
#centerCol .wrap {
	padding: 0 10px;
}
.article {
	background: transparent url(../images/hr.gif) bottom left repeat-x;
	padding-bottom: 15px;
	margin-bottom: 10px;
	clear: both;
}

/* right col / 2nd sidebar */
#rCol {
	width: 181px;
	float: left;
}
#rCol .wrap {
	margin-left: 10px;
}
.copyright {
	font-size: 10px;
	text-align: center;
	padding-bottom: 80px;
	background: transparent url(../images/barcode.gif) bottom center no-repeat;
}
/******************************
3.3 footer
*******************************/
#footer {
	clear: both;
	background: #FFF url(../images/footer_bg.jpg) top center no-repeat;
	height: 89px;
	position: relative;
}
ul#footnav {
	margin: 0px 45px 10px 30px;
	padding-top: 15px;
}
ul#footnav li {
	display: inline;
}
ul#footnav, ul#footnav li a:link, ul#footnav li a:visited {
	text-transform: uppercase;
	color: #CCC;
}
#fuel {
	background: transparent url(../images/fuel.gif) top center no-repeat;
	height: 74px;
	width: 36px; 
	position: absolute;
	top: 15px;
	right: 90px;
	width: 78px;
	height: 37px;
}
a:hover#fuel {
	background-position: 0 -37px;
}
/***********************************************************************
4 - FORM STYLING
************************************************************************/
.fieldShort {
	width: 40%;
}
.fieldLong {
	width: 50%;
}
.button {
	margin-top: 10px;
	width: 50px;
}
.required, .error {
	color: #B61C50;
}
/******************************
4.1 contact Form (contact.html)
*******************************/
#cForm dd {
	margin-bottom: 10px;
}
#cForm label {
	font-weight: bold;	
}
#cForm textarea {
	height: 100px;
} 