/************************************************************************
	Title: Core Reboot
	File: core.css

	RE-USABLE CORE CSS-FRAMEWORK 
	============================

	Resets and formats basic HTML elements, providing a blank canvas to 
	build CSS styles on

	Listing Order:
	==============

	Reset Universal Styles
	Tools
	
************************************************************************/

/***********************************************************************
	RESET UNIVERSAL STYLES
************************************************************************/

html, body, h1, h2, h3, h4, h5, h6, ol, ul, li, dl, dt, dd, form, fieldset, legend, input, select, textarea, div, p, img, table, th, td, object, pre, blockquote, address {
	padding: 0;
	margin: 0;
}

address, abbr { 
	font-style: normal;
}

body, a {
	color: #000000;
}

body {
	background-image: none;
	text-align: center;
	background-color: #11358d;
}

a {
	font-weight: normal;
}

dt	{
	font-weight: bold;
}

ul {
	list-style-image: none;
	list-style-type: disc;
}

blockquote {
	margin-left: 1em;
}

img {
	border: none;
}

table {
	border: none;
}

/***********************************************************************
	TOOLS
************************************************************************/

.clearer {
	clear: both;
	height: 1px;
	margin: 0;
	padding: 0;
	font-size: 1px;
	line-height: 1px;
}

.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }

.clearleft {
	clear: left;
}

.clearright {
	clear: right;
}

.accessability {
	position: absolute;
	text-indent: -999em;
}
