/************************************************************************
* Reset CSS
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, 
pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, 
s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, 
form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100.01%;
	font-family: inherit;
	vertical-align: top;
}

html{
	font-size: 100%; /* IE hack */
	height:100%
}

:focus {
	outline: 0;
}

ol, ul {
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

/************************************************************************
* Clearfix
*/
.clearfix:after {
	height:0;
	clear:both;
	content:".";
	display:block;
	visibility:hidden;
}

div.post h2,
.clearfix {
	display:block;
}

/*.clearfix {display: inline-table;} Hides from IE-mac \*/
* html .clearfix {	height:1%}
/* End hide from IE-mac */

.clearboth {
	clear: both;
}

.entry,
#menu,
#menu-footer {
	overflow:auto;
}

/* Cols */

div.col25,
div.col33, div.col50,
div.col66, div.col75,
div.col100, div.col445 {
	float: left;
}

div.col25		{ 	width: 25%; }
div.col25r		{	width: 25%; float: right; }
div.col33		{	width: 33.333%; }
div.col50		{	width: 50%; }
div.col66		{	width: 66.666%; }
div.col75		{	width: 75%; }
div.col100		{	width: 100%; }
div.col445		{	width: 445px; }
div.col445r		{	width: 445px; float:right; }

/************************************************************************
* Image replacement
*/

.fir{
	position:relative;
	margin:0;
	padding:0; 
	/* hide overflow:hidden from IE5/Mac */ /* \*/ overflow: hidden; /* */
}
.fir span{
	display:block; 
	position:absolute; 
	top:0; 
	left:0; 
	z-index:1
}

/************************************************************************
* Headers
*/

h1, h1 span {
	background:url(../images/logo.png) no-repeat;
	width:264px;
	height:150px;
	line-height:100px;
}

/************************************************************************
* Forms
*/
label {
	display:block;
}


