/* -----------------------------------------------------------------------


 Blueprint CSS Framework 1.0
 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 {margin:0;padding:0;border:0;}
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, article, aside, dialog, figure, footer, header, hgroup, nav, section {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
article, aside, dialog, figure, footer, header, hgroup, nav, section {display:block;}
body {line-height:1.5;background:white;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;float:none !important;}
table, th, td {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:'';}
blockquote, q {quotes:"" "";}
a img {border:none;}
:focus {outline:0;}

/* typography.css */
html {font-size:100.01%;}

/* grid.css */
.container {width:955px;margin:0 auto;}
.showgrid {background:url(src/grid.png);}
.column, .span-1, .span-2, .span-3, .span-4, .span-5, .span-6 {float:left;margin-right:35px;}
.last {margin-right:0;}
.span-1 {width:130px;}
.span-2 {width:295px;}
.span-3 {width:460px;}
.span-4 {width:625px;}
.span-5 {width:790px;}
.span-6 {width:955px;margin-right:0;}
input.span-1, textarea.span-1, input.span-2, textarea.span-2, input.span-3, textarea.span-3, input.span-4, textarea.span-4, input.span-5, textarea.span-5, input.span-6, textarea.span-6 {border-left-width:1px;border-right-width:1px;padding-left:5px;padding-right:5px;}
input.span-1, textarea.span-1 {width:118px;}
input.span-2, textarea.span-2 {width:283px;}
input.span-3, textarea.span-3 {width:448px;}
input.span-4, textarea.span-4 {width:613px;}
input.span-5, textarea.span-5 {width:778px;}
input.span-6, textarea.span-6 {width:943px;}
.append-1 {padding-right:165px;}
.append-2 {padding-right:330px;}
.append-3 {padding-right:495px;}
.append-4 {padding-right:660px;}
.append-5 {padding-right:825px;}
.prepend-1 {padding-left:165px;}
.prepend-2 {padding-left:330px;}
.prepend-3 {padding-left:495px;}
.prepend-4 {padding-left:660px;}
.prepend-5 {padding-left:825px;}
.border {padding-right:16px;margin-right:17px;border-right:1px solid #ddd;}
.colborder {padding-right:99px;margin-right:100px;border-right:1px solid #ddd;}
.pull-1 {margin-left:-165px;}
.pull-2 {margin-left:-330px;}
.pull-3 {margin-left:-495px;}
.pull-4 {margin-left:-660px;}
.pull-5 {margin-left:-825px;}
.pull-6 {margin-left:-990px;}
.pull-1, .pull-2, .pull-3, .pull-4, .pull-5, .pull-6 {float:left;position:relative;}
.push-1 {margin:0 -165px 1.5em 165px;}
.push-2 {margin:0 -330px 1.5em 330px;}
.push-3 {margin:0 -495px 1.5em 495px;}
.push-4 {margin:0 -660px 1.5em 660px;}
.push-5 {margin:0 -825px 1.5em 825px;}
.push-6 {margin:0 -990px 1.5em 990px;}
.push-1, .push-2, .push-3, .push-4, .push-5, .push-6 {float:left;position:relative;}
div.prepend-top, .prepend-top {margin-top:1.5em;}
div.append-bottom, .append-bottom {margin-bottom:1.5em;}
.box {padding:1.5em;margin-bottom:1.5em;background:#e5eCf9;}
hr {background:#ddd;color:#ddd;clear:both;float:none;width:100%;height:1px;margin:0 0 1.45em;border:none;}
hr.space {background:#fff;color:#fff;visibility:hidden;}
.clearfix:after, .container:after {content:"\0020";display:block;height:0;clear:both;visibility:hidden;overflow:hidden;}
.clearfix, .container {display:block;}
.clear {clear:both;}