/* @override http://localhost/~acuity/support/fresno/css/baseline.css */

/* BASELINE STYLESHEET */

/* Reset */
html, body {margin: 0; border: none; padding: 0}

/* Browser/Device-Specific Layout Styles */
html {}
body {font-family: sans-serif; line-height: 1.4em; background-color: white} /* set global defaults here */
body#content{margin: 0 auto}
div.wrapper{background-color: white; height: 100%; overflow: auto}

/* Typography */
h1, h2, h3 {
	padding-top: 1em;
	color: #9f1221;
}

h1, h2, h3, p {
	padding-left: 1em;
	padding-right: 1em;
}

p {
	padding-bottom: .5em;
}

hr {
	border: hidden;
	background: silver;
	height: 1px;
	margin-left: 1em;
	margin-right: 1em;
}

/* Layout */
div#header {
	background: #a11222;
	color: white;
}

div#header p {
	text-align: center;
	padding-top: 1em;
}

div#header h1 {
	color: white;
	display: none;
}

/*Positioning*/
.floatRight {
	float: right;
}
.floatLeft {
	float: left;
}
.clear {
 display:inline-block;
}
.clear:after {
 display:block; 
 visibility:hidden; 
 clear:both; 
 height:0; 
 content: "."; 
}