/* -----------------------------------------------------------------------


 Blueprint CSS Framework 0.9
 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, 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;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}

/* grid.css */
.container {width:720px;margin:0 auto;}
.column, .span-1, .span-2, .span-3, .span-4 {float:left;margin-right:20px;}
.last {margin-right:0;}
.span-1 {width:165px;}
.span-2 {width:350px;}
.span-3 {width:535px;}
.span-4 {width:720px;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 {border-left-width:1px;border-right-width:1px;padding-left:5px;padding-right:5px;}
input.span-1, textarea.span-1 {width:153px;}
input.span-2, textarea.span-2 {width:338px;}
input.span-3, textarea.span-3 {width:523px;}
input.span-4, textarea.span-4 {width:708px;}
.append-1 {padding-right:185px;}
.append-2 {padding-right:370px;}
.append-3 {padding-right:555px;}
.prepend-1 {padding-left:185px;}
.prepend-2 {padding-left:370px;}
.prepend-3 {padding-left:555px;}
.border {padding-right:9px;margin-right:10px;border-right:1px solid #eee;}
.colborder {padding-right:102px;margin-right:102px;border-right:1px solid #eee;}
.pull-1 {margin-left:-185px;}
.pull-2 {margin-left:-370px;}
.pull-3 {margin-left:-555px;}
.pull-4 {margin-left:-740px;}
.pull-1, .pull-2, .pull-3, .pull-4 {float:left;position:relative;}
.push-1 {margin:0 -185px 1.5em 185px;}
.push-2 {margin:0 -370px 1.5em 370px;}
.push-3 {margin:0 -555px 1.5em 555px;}
.push-4 {margin:0 -740px 1.5em 740px;}
.push-1, .push-2, .push-3, .push-4 {float:right;position:relative;}
.prepend-top {margin-top:1.5em;}
.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:.1em;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;}
