/*
--------------------------------------------------------------
#	RAXO Group
#	@Website: http://raxo.org
#	@Support: support@raxo.org
---------------------------------------------------------------
*/


/* ----- RESET CSS ----- */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, .button input,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0; padding: 0;
	border: 0; outline: 0;
	font-size: 100%;
	vertical-align: baseline;
}

/* ----- BASE Styles ----- */
html {
/*	height: 100%;*/
	font-size: 62.5%;
	background-color: #f1f2f3;
}
body {
/*	position: relative;*/
	min-width: 960px;
	font: 12px/18px "Helvetica Neue", Arial, Helvetica, sans-serif;
	color: #222;
}
a img {border: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {content: ''; content: none;}
:focus {outline: 0;}
ins {text-decoration: none;}
del {text-decoration: line-through;}

/* ========================================================================================= */


input, select, textarea {
	font-size: 100%;
	font-family: inherit;
}
.clear {
	clear: both;
	margin: 0; height: 0;
}

/* ----- SET New Styles ----- */

	/* -- Headers Styles -- */
	h1, h2, h3, h4, h5, h6 {font-weight: normal; color: #444;}
	h1 {font-size: 24px; line-height: 1; margin-bottom: 0.5em;}
	h2 {font-size: 18px; line-height: 0.95; margin-bottom: 0.75em;}
	h3 {font-size: 16px; line-height: 1; margin-bottom: 0.9em;}
	h4 {font-size: 15px; line-height: 1.25; font-weight: bold; margin-bottom: 0.9em;}
	h5 {font-size: 13px; font-weight: bold; margin-bottom: 0.75em;}
	h6 {font-size: 12px; font-weight: bold;}

	/* -- Tables Styles -- */
	table {
		margin-bottom: 1.6em; border-collapse: collapse; border-spacing: 0;
		border-top: 1px solid #ddd; border-left: 1px solid #ddd;
	}
	caption { padding: 0.4em 0.8em; text-align: right; }
	th, td {
		padding: 0.4em 0.8em; text-align: left; vertical-align: top; font-weight: normal;
		border-bottom: 1px solid #ccc; border-right: 1px solid #ccc;
	}
	th, thead td { vertical-align: middle; font-weight: bold; background-color: #eee; }
	tfoot th, tfoot td { padding: 0.2em 0.8em; font-size: 0.9em; font-weight: bold; font-style: italic; }

	/* -- Lists Styles -- */
	li ul, li ol {margin: 0 1.6em;}
	ul, ol {margin: 0 1.6em 1.6em;}
	ul {list-style-type: disc;}
	ol {list-style-type: decimal;}
	dl {margin: 0 0 1.6em;}
	dl dt {font-weight: bold;}
	dd {margin-left: 1.6em;}

	/*-- Text Elements -- */
	p {margin: 0 0 10px;}

	a:focus, a:hover {color: #000;}
	a {color: #009; text-decoration: underline;}

	blockquote {
		margin: 8px 0 8px 16px;
		font-size: 110%; font-style: italic;
		text-align: justify;
	}
	strong {font-weight: bold;}
	em, dfn {font-style: italic;}
	dfn {font-weight: bold;}
	sup, sub {line-height: 0;}

	abbr, acronym {border-bottom: 1px dotted #666;}
	address {margin: 0 0 1.5em; font-style: italic;}
	del {color:#666;}

	pre {margin: 1.5em 0; white-space: pre;}
	pre, code, tt {font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5;}

	hr { display: block; color: #aaa; background-color: #aaa; width: 100%; height: 1px; border: none; }


	/* -- Form Styles -- */
	input {
		padding: 3px 4px 2px;
		border: 1px solid #bbb;
	}
	input:focus {
		border: 1px solid #666;
	}
	label {font-weight: normal;}
	fieldset {
		margin: 0 0 1.5em 0; padding: 1.4em;
		border: 1px solid #ccc;
	}
	legend {font-weight: bold; font-size: 1.2em;}
	textarea, select {
		margin: 0.5em 0;
		border: 1px solid #bbb;
	}
	textarea:focus, select:focus {
		border:1px solid #666;
	}
	textarea {
		padding: 2px 4px;
	}