/* @override http://localhost/master/CDNFILES/css/xch_base.css */

/*-----------------------------------------------------------------------------
LOUD! Base CSS StyleSheet For XChange
version:   2.0
author:    jason hardy
email:     jasonh@loudcreative.com
website:   http://www.loudcreative.com
-----------------------------------------------------------------------------*/

/* =Reset
-----------------------------------------------------------------------------*/
/* Code used is from Eric Meyer's CSS Reset 
 http://meyerweb.com/eric/tools/css/reset/ 
 v1.0 | 20080212 */

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%;
	vertical-align: baseline;
	background: transparent;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* RESETS SOME OF THE FIREFOX BUTTON ISSUES */
button::-moz-focus-inner { border: none; padding: 0; margin: 0;} 

/* =General
-----------------------------------------------------------------------------*/

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

.clear {
	clear:both;
}

/* Remove border around linked images */
img {
	border: 0;
}

/* abbr tag - underlined and help cursor */
abbr[title] {border-bottom: 1px dotted #999;}
abbr[title]:hover {cursor:help;}

/* =Typography
-----------------------------------------------------------------------------*/
body {
	font-family: Arial, Helvetica, Geneva, sans-serif;
	color: #716A65;
	font-size: 0.8em;
}
a {
	color: #128de0;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

/* =Headings
-----------------------------------------------------------------------------*/



/* =Links
-----------------------------------------------------------------------------*/




/* =Branding
-----------------------------------------------------------------------------*/




/* =Main Nav
-----------------------------------------------------------------------------*/




/* =Sub Nav
-----------------------------------------------------------------------------*/




/* =Main Content
-----------------------------------------------------------------------------*/




/* =Secondary Content
-----------------------------------------------------------------------------*/



/* =Footer
-----------------------------------------------------------------------------*/



/* =Forms
-----------------------------------------------------------------------------*/

/* Removes fieldset borders. even on Opea 7 */
fieldset {
  border: 1px solid transparent;
}


/* =Tables
-----------------------------------------------------------------------------*/

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

