/* -----------------------------------------------------------------------


 Blueprint CSS Framework 0.8
 http://blueprintcss.org

   * Copyright (c) 2007-Present. See LICENSE for more info.
   * See README for instructions on how to use Blueprint.
   * For credits and origins, see AUTHORS.
   * This is a compressed file. See the sources in the 'src' directory.

----------------------------------------------------------------------- */

/* 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, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
body {
	line-height:1.5;
	font-family: Arial, Helvetica, sans-serif;
}
a img {border:none;}

/* typography.css */
body {font-size:75%;color:#222;background:#fff;font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;}
h1, h2, h3, h4, h5, h6 {font-weight:normal;color:#111;}
h1 {
	font-size:21px;
	margin-bottom:0.5em;
	color: #0f9de6;
}
h2 {
	font-size:26px;
	margin-bottom:0.75em;
	color: #aeaaaa;
}
h3 {
	font-size:18px;
	margin-bottom:0px;
	color: #0f9de6;
	margin-top: 25px;
}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin:0;}
p {
	font-size: 12px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
	padding-left: 30px;
}
a:focus, a:hover {
	color:#999999;
	text-decoration: none;
}
a {
	color:#0f9de6;
	text-decoration:none;
}

/* grid.css */
.container  {
	margin: 0 auto;
}
hr {
	color:#a29c9c;
	clear:both;
	float:none;
	width:100%;
	height:1px;
	border:none;
	background-color: #a29c9c;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
}
hr.space {background:#fff;color:#fff;}
.clearfix:after, .container:after {content:"\0020";display:block;height:0;clear:both;visibility:hidden;overflow:hidden;}
.clearfix, .container {display:block;}
.clear {clear:both;}
