@charset "UTF-8";
/* CSS Document */

/*-----------------------------------------------------------------------------
[client] Screen Stylesheet

version:   1.0
date:      09/02/2009
author:    Brooke Fitness
email:     brooke@computingfitness.co.nz
website:   www.computingfitness.co.nz
version history: N/A

Primary Colours Used
1.	#000000
2.	#000000
3.	#000000
4.	#000000


Table of contents:
1.	Import other stylesheets
2.	Fundamental styles
3.	Header
4.	Footer
5.	Navigation
6.	Template
7.	Typography
8. 	Tables
9.	Forms
10.	Miscellaneous
11.	Fixes


-----------------------------------------------------------------------------*/

/* Import other stylesheets
-----------------------------------------------------------------------------*/

@import url("reset.css"); /* Clear default styles */

	
/* Fundamental styles
-----------------------------------------------------------------------------*/	
body {
	font: 62.5%/1.5em  Arial, Verdana, sans-serif;
	background: #ffffff url('../images/bg.png') top repeat-x;
}	
	
div#wrapper
	{
	color: #000000;
	font-size: 1.2em;
	text-align: left;
	margin: 0px auto;}

.clear
    {clear:both;}


/* Header
-----------------------------------------------------------------------------*/
div#header {
	height: 112px;
	background: none;
	width: 600px;
	margin: auto;
}

div#header span {
	float: left;
	margin-left: 290px;
	margin-top: -7px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.9em;
	color: #333333;
}

#logo {
	padding: 15px 0 1px 20px;
}

#logo2 {
	position: relative;
	top: -10px;	
}

	
	
/* Footer
-----------------------------------------------------------------------------*/
div#footer
	{
	background: url('../images/footer.png') repeat-x top center;
	height: 20px;
	padding: 2px 0 0 2px;
	margin-top: 40px;
	font-size: 0.9em;
	color: #fff;
	text-align: center;
	}

div#footer a {
	color: #fff;
		
}

div#footer a:hover {
	background: none;	
}


/* Navigation
-----------------------------------------------------------------------------*/
div#nav
	{
	color: #fff;
	height: 28px;
	font-size: 1.3em;
	padding: 12px 0 0 25px;
	margin-left: 80px;
	width: 450px;
	margin: auto;
	}
	
	
	div#nav a
	{margin: 0 15px 0 15px;
	color: #fff;
	text-decoration: none;
	}
	
	div#nav a.active,
	div#nav a:hover
	{color: #fff;
	background: none;
	text-decoration: underline;
	}


/* Template
-----------------------------------------------------------------------------*/
div#page{
  margin-left: 100px;
  width: 500px;
  background: #fff;
  padding: 10px 20px 80px 20px;
	margin: auto;
}

div#page a:hover
	{color: #fff !important;
	background: #0A8ED5;
	text-decoration: none;}
 	

/* Typography
-----------------------------------------------------------------------------*/	
	h1, h2, h3, h4, h5, h6
	{}
	
	h1
	{font-size: 2.0em;
	line-height: 1.7em;
	margin: 10px 0 10px 0;
	color: #333333;
	font-weight: normal;
	}
	
	h2
	{font-size: 1.4em;
	line-height: 1.1em;
	margin: 15px 0 5px 0;
	color: #0687FF;
	}
	
	h3
	{font-size: 1.0em;
	line-height: 1.4em;
	margin: 10px 0 5px 0;}
	
	h4
	{font-size: 0.8em;
	line-height: 1.2em;
	margin: 15px 0 10px 0;}
	
	h5
	{font-size: 0.7em;
	line-height: 1.0em;}
	
	p
	{margin: 8px 0;
	line-height: 1.4em;
	font-family: Arial, Verdana, sans-serif;
	}
	
	ul
	{margin: 10px 0 10px 30px;}
	
	a, a:active, a:visited
	{color: #125fa3;
	}

		
		
/* Tables
-----------------------------------------------------------------------------*/
	
	
/* Forms
-----------------------------------------------------------------------------*/

label {
	width: 50px;	
}
	
	
/* Miscellaneous
-----------------------------------------------------------------------------*/	




/* "Fixes"
-----------------------------------------------------------------------------*/		
	.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 */
	
