/*
Design & Code (c) Inspire9 Inc.
Admin9 - Content Management System

Master styling */

/* Neutralize styling: 
   Elements we want to clean out entirely: */
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;
    font: 100%/120% Arial, Helvetica, sans-serif;
	vertical-align: baseline;
}
body {
	background: #FEF4F8;
}
/* Neutralize styling: 
   Elements with a vertical margin: */
h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
        margin: 1em 0;
        padding: 0;
}

/* Apply left margin:
   Only to the few elements that need it: */
li, dd, blockquote {
        margin-left: 1em;
}

/* Miscellaneous conveniences: */
form label {
        cursor: pointer;
}
fieldset {
        border: none;
}
input, select, textarea {
        font-size: 100%;
		font-family: inherit;
}
:focus {
	outline: 0;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
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: "" "";
}

/* Headings H1-H6 */
h1 { }

h2 { }

h3 { }

h4 { }

h5 { }

h6 { }


/*  Utility classes */
.fleft {
	float: left;
}
.fright {
	float: right;
}
.cleft {
	clear: left;
}
.cright {
	clear: right;
}
.ltext {
	text-align: left;
}
.ctext {
	text-align: center;
}
.rtext {
	text-align: right;
}
.clear {
	clear: both;
}
.hide {
	display: none;
}
.padded {
	padding: 1em;
}
.margined {
	margin: 1em;
}
.mmiddle {
	margin-left: auto;
	margin-right: auto;
}
.test {
	background: pink;
}
