/*

Filename: reset.css
Author: Ben Lister (darkcrimson.com)
Date: May 2009
Description: Stylesheet reset

*/	

/* Global reset */
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%; font-family: inherit; vertical-align: baseline; }
body {
	line-height: 1em;  
	font-family: Georgia, times, serif;
	font-size: 62.5%; /* 1em = 10px \ 1.1em = 11px \ 1.2em = 12px */
}	
	
/* misc */
ol, ul { list-style: none }
	
table {
	border-collapse: separate; 
	border-spacing: 0; 
}

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


.hide {
	position: absolute;
	left: -9999px;
}

.clear { 
	clear: both; 
	font-size: 0; 
	height: 0; 
	line-height: 0; 
	position: relative; 
} 

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

.clearfix { display: inline-block }


* html .clearfix { height: 1% }

.clearfix { display: block }


input, textarea, select {
	font-family: Helvetica, Arial, Helvetica, sans-serif;
}

abbr, acronym {
	border-bottom: 1px dotted #ffffff; 
	cursor: help;
}



