/* RESET */	

* {
	vertical-align: 			baseline;
	outline: 					0;
	padding: 					0;
	margin: 					0;
	}
	
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;
	}
	
:focus {
	outline: 					0;
	}
	
body {
	line-height: 				1;
	color: 						black;
	background: 				white;
	}
	
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: 					"" "";
	}	

article, aside, figure, footer, header, nav, section {
	display:					block;
	}

.group:after {
	visibility: 				hidden;
	display:					block;
	font-size:  				0;
	content:					" ";
	clear:  					both;
	height: 					0;
	}

.group {
	display:					inline-block;
	clear:  					both;
	}

* html .group {
	height: 					1%;
	}

.group {
	display:					block;
	}

img, a {
	outline: 					none;
	border: 					0px;
	}

/* IMAGES */

img.aligncenter {
	display: 					block;
	margin-left: 				auto;
	margin-right: 				auto;
	}

img.centered {
	display: 					block;
	margin-left: 				auto;
	margin-right: 				auto;
	}

img.alignright {
	padding: 					4px;
	margin:	 					0 0 2px 7px;
	display: 					inline;
	}

img.alignleft {
	padding: 					4px;
	margin: 					0 7px 2px 0;
	display: 					inline;
	}

.alignright {
	float: 						right;
	}

.alignleft {
	float: 						left;
	}
	
img#wpstats { 	
	width:						0px;
	height:						0px;
	overflow:					hidden;
	}

#feedlyMiniIcon {
	display: 					none !important;
	}

.ishidden {
	width: 						0;
	height: 					0;
	overflow: 					hidden;
	display: 					none;
	}

/* END */