/*
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% inherit;
	vertical-align: baseline;
}

/* Neutralize styling: 
   Elements with a vertical margin: */
h1, 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;
}
strong {
	font-weight: bold;
}
/* 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;
}
.text_center {
	text-align: center;
}
.text_right {
	text-align: right;
}
.clear {
	clear: both;
}
.hide {
	display: none;
}
.padded {
	padding: 1em;
}
.margined {
	margin: 1em;
}
.margin_top {
	margin-top: 1em;
}
.margin_bottom {
	margin-bottom: 1em;
}
.pad_left {
	padding-left: 3em;
}
.pad_right {
	padding-right: 3em;
}
.smaller {
	font-size: .9em;
}
.still_smaller {
	font-size: .8em;
}
.mmiddle {
	margin-left: auto;
	margin-right: auto;
}
.test {
	background: pink;
}
.bold {
	font-weight: bold;
}
.half {
	width: 46%;
}
.quarter {
	width: 24%;
}
