﻿/*  
Site Name: Market NZ
Site URI: www.marketnewzealand.com
Description: Market NZ
Version: 1.0
Author: Priya Singh
Author URI: www.terabyte.co.nz

UPDATE INFO ---------------------------------------

Revision number: 1.0
Last updated: 08 Jun 2009
Last update made by: Priya Singh (priya@terabyte.co.nz)

CONVENTIONS ---------------------------------------

hyphenate class / id names - #my-id-name, .my-class-name
class / id names to start with lower case letter (ID's reserved for .net use will start with Upper case letter)

CONTENTS ------------------------------------------

*01: Reset
*02: Util classes & Phrase Elements
*03: Default Styles (Typography, colour)
*04: Structure (layout, size, positioning)
*05: Common Containers & Subclasses

*/

/* *01: Reset -----------------------------------------------------------------------------------------------------------------*/

body {color:#000;background:#FFF;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
img{display:block;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
li {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal; font-family: Arial, Trebuchet MS, Sans-Serif; }
q:before,q:after{content:"'";}
abbr,acronym {border:0;font-variant:normal;}
sup,sub {line-height:-1px;vertical-align: text-top;}
sub {vertical-align:text-bottom;}
input, textarea, select{font-family:inherit;font-size:inherit;font-weight:inherit;}

/* *02: Util Classes ----------------------------------------------------------------------------------------------------------*/

.center 				{ text-align: center; }
.right 					{ text-align: right; }
.left 					{ text-align: left; }
.small 					{ font-size: 0.9em !important;}
.float-right 			{ float: right; }
.float-left 			{ float: left;}
.clear 					{ clear: both; }
.uppercase 				{ text-transform: uppercase; }
.nowrap 				{ white-space: nowrap; }
.offscreen				{ position: absolute; left: -9999px; top: -9999px; }
.hidden, .print			{ display: none; }
.self-clear 			{ zoom: 1; }
.self-clear:after 		{ content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.no-right-margin		{ margin-right: 0 !important; }
.no-left-margin			{ margin-left: 0 !important; }
.no-top-margin			{ margin-top: 0 !important; }
.no-bottom-margin		{ margin-bottom: 0 !important; }
.hot					{ cursor:pointer; }

/* *02a: Phrase Elements -------------------- */
strong, .bold 			{ font-weight: bold !important; /*letter-spacing:1px;*/ }
em						{ font-style: italic; }
code					{ font-family: Courier, serif; color: #FF0000; font-size: 0.5em; }
cite					{ font-style: italic; }
abbr, acronym			{ border-bottom: 1px dotted; cursor: help; }
q						{ color: #fff; }
blockquote				{ color: #fff; font-size: 1.1em; margin: 0 0 0.5em 0; }

/* *03: Default Styles --------------------------------------------------------------------------------------------------------*/

body {
	font: 62.5%/1.6 Verdana, Helvetica, Arial, Trebuchet MS, sans-serif; /* set font size to 10px (a nice round number) - 1.4 line height */
	background: #000 url(/Images/bg/bg-body.gif) top left repeat-x;
	color: #000;
	padding: 0 0 30px 0;
}

h1 { 
	font-size: 2.2em; 
	line-height: 1.1em; 
	color: #34a4bf; 
	margin-bottom: 15px;
}

h2, h3, h4, h5, h6 { margin-bottom: 0; }

h2 { font-size: 1.8em; margin: 10px 0 5px 0; color: #3b3b3b; }
h3 { font-size: 1.4em; margin: 20px 0 0 0;  font-weight: bold; letter-spacing: -1px;}  /*  AG 20090626 Took out color: #666; from h3 for issue #47 */
h4 { font-size: 1.2em; margin: 1em 0 0.5em 0; }

p, #content li				{ font-size: 1.1em; color: #494949; line-height: 1.4em; margin: 0 0 0.5em 0; padding:2px;}  /*AG added 20090625 padding: 2px to pad out p tags more  */
#content ul, #content ol	{ margin-bottom: 15px; }
#content li					{ margin-left: 15px; }
p.abstract					{ font-size: 1.2em; color: #666; line-height: 1.6em; }
#content p.abstract	a		{ color: #666; }
p.more-link					{ font-size: 1.0em; margin-top: 10px; text-transform: uppercase; }

p.margined					{ margin-top: 20px; }


a, #content .listing a		{ color: #34a4bf; text-decoration: none; }

a:hover, a:active, #content .listing a:hover { text-decoration: underline; }

ul li {
	list-style: disc;
	margin-left: 2em;
}

ul.no-markers li {
	list-style: none;
	margin-left: 0;
}

ol li {
	list-style-type: decimal;
	margin-left: 2em;
}

#content ul.links li {
	list-style-type: none;
	margin-left: 0px;
	font-size: 1.2em;
}

#content ul.links li, #content ul.links li a, p.more-link, #content p.more-link a { 
	color: #34a4bf; text-decoration: none; 
}

#content ul.links li a:hover, #content p.more-link a:hover { 
	text-decoration: underline; 
}

/* *04: Structure -------------------------------------------------------------------------------------------------------------*/
/*    : NOTE: only structural css here - widths, heights, floats, margins etc. any styling code to go in '05: Common Containers & Subclasses' */

.container {
	width: 848px;
	margin: auto auto;
	position: relative;

}

.header {
	height: 205px;
	background: url(/Images/bg/bg-header.png) top left no-repeat;
	display: block;
}

	.header .market-nz {
		float: left;
		margin-left: 45px;
		margin-top: 125px;
	}
	
	.header .new-zealand {
		float: right;
		margin-right: 45px;
		margin-top: 82px;
	}
	

#navigation {
	background: #000;
	border-top: 2px solid #fff
}

.breadcrumbs {
	font-size: 1em;
	color: #a7a9ac;
	margin: 14px 0 0 30px;
	line-height: 1.5em;
}

.contentSection {
	background: url(/Images/bg/bg-page-wrapper.png) top left repeat-y;
	padding: 0 14px;
	position: relative;
}

#pageContent {
	background: #fff url(/Images/bg/bg-page.gif) bottom left repeat-x;
	padding: 30px 30px 200px 30px;
}

.contentSection .footer {
	height: 92px;
	width: 760px;
	position: absolute;
	padding-top: 30px;
	left: 44px;
	bottom: 0px;
}

.contentSection .footer img {
	margin-bottom: 15px;
}

.contentSection .footer p {
	color: #666;
	font-size: 1em;
	margin: 0 0 3px 0;
}
	
.contentSection .footer a {
	color: #666;
	text-decoration: underline;
}

.contentSection .footer a:hover {
	color: #34a4bf;
}

	#subpage-left-col {
		width: 220px;
		float: left;
		margin-right: 30px;
		border-top: 1px solid #b1b1b1;
	}
	
		#subpage-left-col .nav {
			padding: 25px 9px 350px 9px;
			background: url(/Images/bg/bg-side-nav.png) top left no-repeat;
		}
		
		#subpage-left-col .nav li {
			list-style-type: none;
			margin: 0 0 10px 0;
			font-size: 1.2em;
			color: #fff;
			line-height: 1.2em;
			position: relative;
			padding-left: 11px;
		}
		
		#subpage-left-col .nav li a {
			color: #fff;	
		}
		
		#subpage-left-col .nav li.selected, #subpage-left-col .nav li.selected a {
			color: #000;	
		}
		
		#subpage-left-col .nav li span {
			position: absolute;
			left: 0px;
			top: 0px;
		}
	
	#content, .full-width {
		width: 510px;
		float: left;
		border-top: 1px solid #b1b1b1;
	}
	
		#pageContent .full-width {
			width: 100%;
		}
	
	.full-width #content, .full-width #subpage-left-col {
		border: none;
	}
	
	#content img {
		margin: 30px 0;
	}
	
	#content img.float-right {
		margin: 0 0 20px 20px;
	}
	
	#content a {
		color: #494949;
		text-decoration: underline;
	}
	
	#content a:hover, #content p.abstract a:hover {
		color: #34a4bf;
	}
	
	#content h2, #content h3 {
		clear: right;
	}
	
#content .hilite {
	background: #34a3be url(/Images/bg/bg-hilite.gif) bottom left repeat-x;
	padding: 15px 20px 30px 20px;
	margin-top: 30px;
}

	#content .hilite h2,
	#content .hilite h3,
	#content .hilite p {
		color: #fff;
	}
	
	#content .hilite h2 {
		margin-top: 0px;
	}
	
#footer {
	padding: 15px 42px 15px 23px;
}

	#footer ul {
		margin-left: 21px;
	}

	#footer li {
		list-style-type: none;
		text-transform: uppercase;
		float: left;
		background: url(/Images/bg/bg-nav-footer.gif) center right no-repeat;
		line-height: 1em;
		padding-right: 22px;
		margin: 0 23px 0 0;
	}
	
	#footer li.last {
		background: none;
		padding-right: 0px;
	}
	
	#footer li.top {
		float: right;
		margin-right: 0px;
	}

/* *05: Common Containers & Subclasses ----------------------------------------------------------------------------------------*/


/* *05b: Navigation ------------------------- */
#navigation li {
	list-style: none;
	float: left;
	text-align: center;
	margin-left: 0px;
	background: #000 url(/Images/bg/bg-nav.gif) center right no-repeat;
	padding-right: 1px;
}

	#navigation li.economy		{ width: 130px; text-align: left; }
	#navigation li.industries	{ width: 153px; }
	#navigation li.invest		{ width: 229px; }
	#navigation li.events		{ width: 134px; }
	#navigation li.find			{ width: 169px; text-align: right; background: none; }
	
	#navigation li.economy a	{ padding-left: 30px; }
	#navigation li.find a		{ padding-right: 30px; }

#navigation li a {
	display: block;
	color: #fff;
	text-decoration: none;
	font-size: 1.2em;
	padding: 13px 0;
	line-height: 1em;
}

	#navigation li a:hover			{ color: #34a4bf; }
	#navigation li a.selected		{ background-color: #34a4bf; color: #000 !important; }
/*
this stylesheet has problem RM
#navigation li.find a			{ background: none; }
*/
.divider {
	line-height: 1px;
	font-size: 1px;
	margin: 40px 0 40px 0;
}

/* *05c: Listing ------------------------- */
#content .listing h2			{ font-size: 1.5em; margin-bottom: 7px; font-weight: bold; }
#content .listing li			{ list-style-type: none; margin: 40px 0 0 0; }

.listing p						{ font-size: 1em; }
.listing p.more-link			{ font-size: 0.9em; }
.listing p.date					{ font-size: 0.9em; color: #999; margin-bottom: -3px; }

#content .listing .details		{ margin: 0 0 10px 0; }

#content .listing .details li {
	font-weight: bold;
	font-size: 1em;
	float: left;
	margin: 0 0 0 10px;
	border-left: 1px solid #999;
	padding-left: 10px;
	color: #3a3a3a;
}

#content .listing .details li.first {
	border-left: 0px;
	margin-left: 0px;
	padding-left: 0px;
}

/* *05d: Homepage ------------------------- */
.columns {
	margin: 40px 0;
	background: url(/images/bg/bg-col-left.png) bottom left no-repeat;
}

.columns .col a {
	color: #fff;
	font-weight: bold;
	font-size: 0.9em;
}

.columns .col-top {
	background: url(/images/bg/bg-col-top.png) bottom right no-repeat;
	margin-bottom: 15px;
}

.columns .col-bottom {
	background: url(/images/bg/bg-col-bottom.png) bottom right no-repeat;
}

.columns .col {
	float: left;
	width: 245px;
	text-align: left;
}

.columns .col-top .col, .columns .col-bottom .col {
	margin-left: 20px;
	display: inline;
}

.columns .col p {
	color: #fff;
	margin: 14px;
	line-height: 1.3em;
}

.columns .col img {
	border-bottom: 2px solid #fff;

}

.columns .col h2 {
	display: block;
	height: 54px;
	margin: 0px;
	overflow: hidden;
	text-indent: -9999px;
	border-bottom: 1px solid #fff;
}

.columns .left {
	width: 220px;
	float: left;
	margin-left: 0px;
}

	.columns ul {
		margin: 0 15px;
		border-top: 1px solid #70bbcd;
		padding-top: 15px;
	}

	.columns .left ul li {
		margin-left: 0px;
		list-style-type: none;
		font-size: 1.2em;
		line-height: 1.1em;
		margin-bottom: 11px;
	}

.columns .right {
	float: right;
	width: 530px;
}

.homepage {
	background: url(/images/bg/bg-homepage.gif) top left no-repeat;
}

.homepage #subpage-left-col {
	text-indent: -9999px;
	overflow: hidden;
}

#content .news li {
	margin-top: 18px;
}

#content .news h2 a {
	color: #000;
}

/* forms */
.reqd {
	color: #f00;
	font-weight: bold;
}

.form-field							{ margin-top: 15px; }
.form-field label					{ float: left; display: block; width: 150px; font-size: 1.1em; }
.form-field select					{ font-size: 1.1em; padding: 2px; }
.form-field .textfield				{ width: 150px; float: left; font-size: 1.1em; padding: 2px; }
.form-field .textarea				{ width: 300px; height: 100px; }
.form-holder .button				{ margin-left: 150px; margin-top: 15px; font-size: 1.2em; padding: 2px;}

.form-field p {
	font-size: 0.9em;
	margin-top: 3px;
	width: 160px;
	color: #999;
	float: left;
	margin: -5px 0 0 10px;
}

/*  replaced headings */
h2.explore		{ background: url(/images/hdg/hdg-explore.gif) top left no-repeat; }
h2.learn		{ background: url(/images/hdg/hdg-learn.gif) top left no-repeat; }
h2.find			{ background: url(/images/hdg/hdg-find.gif) top left no-repeat; }
h2.upcoming		{ background: url(/images/hdg/hdg-upcoming.gif) top left no-repeat; }
h2.invest		{ background: url(/images/hdg/hdg-invest.gif) top left no-repeat; }