/* Created by Vedran Elez 2009, mailto: vedran.elez@gmail.com */

html, body, #pw
	{
	height: 100%;
	min-height: 100%;
	width: 100%;
	}

html>body #pw { height: auto; }

body
	{
	background: #f1f1f1;
	color: #111;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: normal;
	margin: 0;
	padding: 0;
	}

#pw
	{
	left: 0;
	position: absolute;
	top: 0;
	margin: 0;
	padding: 0;
	}

#pm
	{
	margin: 0 auto;
	height: auto;
	padding-bottom: 100px;
	width: 100%;
	}

#pf
	{
	border: none;
	bottom: 0;
	clear: both;
	height: 100px;
	left: 0;
	position: absolute;
	text-align: center;
	width: 100%;
	}

/* -- */

a:link, a:visited
	{
	color: #000;
	text-decoration: none;
	}
a:hover
	{
	color: #999;
	text-decoration: underline;
	}

h1, h2, h3, h4, h5, h6
	{
	color: #333;
	padding: 0;
	margin: 0;	
	}

h1
	{
	display: block;
	font: normal 3em Georgia, Verdana, sans-serif;
	}

/* -- */

.cleaner
	{
	clear: both;
	height: 0em;
	line-height: 0em;
	font-size: 0em;
	}
/* -----[ Easy Float Clearing (apply class to float *container*) ]----- */ 
/* -----[   http://positioniseverything.net/easyclearing.html ]----- */ 
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display:inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

