/* @override 
	http://blog.powerofthehour.ca/wordpress/wp-content/themes/PowerToolsV1/style.css
	http://blog.powerofthehour.ca/wp-content/themes/PowerToolsV1/style.css
*/
 
/*
Theme Name: Power Tools Blog Version 1
Theme URI: http://blog.powerofthehour.ca
Description: Blog template for the power tools blog.
Version: 1
Author: Alex Kessaris, Theme designed by Bluenotion
Tags:

*/

/* Useful CSS

	min_height {
	  min-height:500px;
	  height:auto !important;
	  height:500px;
	}

*/

/* Clearfix Code */

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

body {text-align: left}