﻿/*------------------------------------------------------------------------
Primary Style Sheet (Primary Global Style Sheet)

Version:    1.0
Authors:    Ian Williams
Email:      ian@fronky.com
Website:    http://www.fronky.com

Copyright Fronky.Inc Design Services 2009© 
------------------------------------------------------------------------*/
h1,h2,h3,h4,h5,h6
{
	font-weight:bold;
}

h1
{
    
}

h2
{
	font-size:200%;
	line-height:1em;
	margin-bottom:18px;
}

h3
{
	font-size:150%;
}

ul
{
	list-style:none;
}

body
{
	font : 75%/1.5 "Lucida Grande", Verdana, Arial, sans-serif;
	margin: 0 auto;
	background-color:#efefef;
	text-align:center;
	cursor:default;
	height:100%;
	min-height:100%;
	width:100%;
	z-index:0;
}

/* ==clearfix */
.clearfix:after {
    content: "."; 
    display: block; 
    clear: both; 
    visibility: hidden;
    width:100%;
	height:100%;
	min-height:100%;
}

.clearfix {display: inline-block; height:100%; min-height:100%; width:100%;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%; min-height:1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
