/* -------------------------------------------------------------- 

Reset default browser CSS.

Based on work by Eric Meyer:
http://meyerweb.com/eric/tools/css/reset/index.html

Pluss
In HTML / CSS by Jeffrey Way
http://nettuts.com/html-css-techniques/weekend-quick-tip-create-your-own-resetcss-file/

Pluss
My own little things for my stuff...

-------------------------------------------------------------- */


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,
b, u, i, center,
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-size: 100%;
	background: transparent;
}

table {}
td {padding: 0;}

body {
	line-height: 1;  
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

ul {
	list-style:none;
}

ol {
	list-style:decimal;
}

li {
	line-height:18px;
}

/* My Stuff */

.center {text-align:center;}
.right {text-align:right;}
.left {text-align:left;}
.alignright {float:right;}
.fc-right {float:right;clear:right;}
.alignleft {float:left;}
.fc-left {float:left;clear:left;}
.clear {clear:both;}
.border {border:solid 1px #000;}

img#wpstats {
	width:0px;
	height:0px;
	padding:0px;
	border:none;
	overflow:hidden
}

a img {border:none;}