/*   
Theme Name: SteamPress
Theme URI: http://www.zy.sg/
Description: A free premium theme based on the current Steam interface.
Author: Melvin Lee
Author URI: http://www.zy.sg/
Version: 0.9 Beta
Tags: fixed width, widgets, two columns
.
	This theme is licensed under the Creative Commons license.
	(http://creativecommons.org/licenses/by/3.0/)
	
	If you remix and re-release similar version of this theme,
	please include links/credit to the original author.
.
*/

/*
COLOR GLOSSARY
# Light Grey (Text): #D8DED3
# White (Links): #FFFFFF
# Dark Yellow (Headings): #C4B550
# Grey (Border): #797E79
# Light Green (Sub Text): #717662
# Light Grey (Image Border): #686A65
*/

/* 
TABLE OF CONTENTS
# HTML Elements
# Global Classes
# Float Clearfix
*/

/*---------- HTML Elements ----------*/
html, body, form, fieldset {
	margin: 0;
	padding: 0;
	font: 100%/120% Tahoma, Arial, Helvetica, sans-serif;
}
h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address {
	margin: 1em 0;
	padding: 0;
	line-height: 1.4em;
}
li, dd, blockquote {
	margin-left: 1em;
}
form label {
	cursor: pointer;
}
img, fieldset {
	border: none;
}
input, select, textarea {
	font-size: 100%;
	font-family: inherit;
}
* a {
	outline: none;
}
code {
	font-family: "Consolas", "Courier New", Courier, monospace;	
	padding: 0 1em;
	display: block;
}

/*---------- Global Classes ----------*/
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
.textCenter {
	text-align: center;
}
.textRight {
	text-align: right;
}
.imgLeft {
	float: left;
	margin: 0;
}
.imgRight {
	float: right;
	margin: 0;
}
.hidden {
	visibility: hidden;
}
.displayHide {
	display: none;
}

/*---------- Float Clearfix ----------*/
.clearfix {
	display: inline-table;
	/* Hides from IE-mac \*/
	height: 1%;
	display: block;
	/* End hide from IE-mac */
	zoom: 1;
}
html>body .clearfix {
	height: auto;
}
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}