/***************************/
/********** TOOLS **********/
/***************************/
.nothing {
	color: #FFF; 	/*white*/
	color: #000; 	/*Stachybotrys black*/ 
	color: #99CC00;	/*Cladosporium green*/
	color: #FF6700;	/*Epicoccum orange*/
	color: #FFB41D;	/*Fusarium orange*/
	color: #FF0; 	/*Eurotium Yellow*/
	color: #D8D8D8;	/*Gliomastix Grey*/
	color: #848484;	/*Aspergillus grey*/
	/*
	background: transparent url(/wordpress/wp-content/themes/sporometrics/images/area_trace.png) no-repeat top left;
	*/
}
.hidden_class {
	display:none;
}
/************************************/
/********** GENERAL STYLES **********/
/************************************/
* {
	margin: 0; /* no need for unit */
	padding: 0;
	border: 0;
}
body {
	background-color: #FFF;
	background: transparent url(/wordpress/wp-content/themes/sporometrics/images/page_bg.jpg) repeat-x top center;
	font: 76% "Trebuchet MS", Helvetica, Arial, Verdana, sans-serif;
	color: #000;
	text-align: left;
	min-width: 982px;
}
a {
	text-decoration: none;
	text-transform: uppercase;
}
/* h1 - h6 set */
h1, h2, h3, h4, h5, h6 {
	line-height: 1em;
	text-align: left;
	margin-bottom: 5px;
}
h1 {
	font-size: 13px;
}
h2 {
	font-size: 17px;
	letter-spacing: -0.01em;
}
h3 {
	font-size: 18px;
	line-height: 1.4em;
}
h4 {
	font-size: 21px;
	line-height: 1.4em;
	letter-spacing: -0.01em;
}
h5 {
	font-size: 58px;
	letter-spacing: -0.04em;
}
/* small unflashed link text */
h6 {
	font-size: 16px;
}
/* paragraph text all over site */
p {
	font-size: 1.0em;
	line-height: 1.8em;
}
small {
	font-size:65%;
}
h2 small {
	font-size:80%;
}
blockquote {
	font-style: italic;
	padding: 0 20px 20px 20px;
}
.floatleft {
	float: left;
}
.floatright {
	display: inline !important;
	float: right !important;
	clear: none !important;
}
.clearboth {
	clear: both !important;
}