/*  
Site Name: Christchurch International Airport
Site URI: http://www.christchurch-airport.co.nz
Description: Christchurch International Airport Traveller & corporate website
Version: 1.0
Author: Terabyte - Design: Phil Bannister / Anne Ang, XHTML & CSS: Priya Singh / Adam Wright, Development: Murray Roke / Peter Gregory / Hamish Rouse
Author URI: www.terabyte.co.nz

UPDATE INFO ---------------------------------------

Revision number: 1.0
Last updated: 01 Jan 2008
Last update made by: --- (---@domain.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
*06: Forms
*07: Custom 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;}
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;}

body {
	font: 62.5%/1.6 Arial, Trebuchet MS, sans-serif; /* set font size to 10px (a nice round number) - 1.4 line height */
	/*background: #eeeeee;*/
	color: #333;
}


#content {
	width:480px;
	margin:0 auto;
}

h1 {
	color:#000;
	line-height:1.1em;
	font-size:1.7em;
	font-weight:bold;
	letter-spacing:1px;
	padding:10px 0;
}

p {
	color:#333333;
	font-size:1.1em;
	line-height:1.6em;
	margin:1em 0 0.5em;
}

p.credit-note {
	font-size:1.1em;
	text-align:right;
}

.video-player {
	margin:1em auto 0;
}

