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


 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;}
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;}

/* 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:3em;line-height:1;margin-bottom:0.5em;}
h2 {font-size:2em;margin-bottom:0.75em;}
h3 {font-size:1.5em;line-height:1;margin-bottom:1em;}
h4 {font-size:1.2em;line-height:1.25;margin-bottom:1.25em;}
h5 {font-size:1em;font-weight:bold;margin-bottom:1.5em;}
h6 {font-size:1em;font-weight:bold;}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin:0;}
p {margin:0 0 1.5em;}
p img.left {float:left;margin:1.5em 1.5em 1.5em 0;padding:0;}
p img.right {float:right;margin:1.5em 0 1.5em 1.5em;}
a:focus, a:hover {color:#000;}
a {color:#009;text-decoration:underline;}
blockquote {margin:1.5em;color:#666;font-style:italic;}
strong {font-weight:bold;}
em, dfn {font-style:italic;}
dfn {font-weight:bold;}
sup, sub {line-height:0;}
abbr, acronym {border-bottom:1px dotted #666;}
address {margin:0 0 1.5em;font-style:italic;}
del {color:#666;}
pre {margin:1.5em 0;white-space:pre;}
pre, code, tt {font:1em 'andale mono', 'lucida console', monospace;line-height:1.5;}
li ul, li ol {margin:0 1.5em;}
ul, ol {margin:0 1.5em 1.5em 1.5em;}
ul {list-style-type:disc;}
ol {list-style-type:decimal;}
dl {margin:0 0 1.5em 0;}
dl dt {font-weight:bold;}
dd {margin-left:1.5em;}
table {margin-bottom:1.4em;width:100%;}
th {font-weight:bold;}
thead th {background:#c3d9ff;}
th, td, caption {padding:4px 10px 4px 5px;}
tr.even td {background:#e5ecf9;}
tfoot {font-style:italic;}
caption {background:#eee;}
.small {font-size:.8em;margin-bottom:1.875em;line-height:1.875em;}
.large {font-size:1.2em;line-height:2.5em;margin-bottom:1.25em;}
.hide {display:none;}
.quiet {color:#666;}
.loud {color:#000;}
.highlight {background:#ff0;}
.added {background:#060;color:#fff;}
.removed {background:#900;color:#fff;}
.first {margin-left:0;padding-left:0;}
.last {margin-right:0;padding-right:0;}
.top {margin-top:0;padding-top:0;}
.bottom {margin-bottom:0;padding-bottom:0;}

/* forms.css */
label {font-weight:bold;}
fieldset {padding:1.4em;margin:0 0 1.5em 0;border:1px solid #ccc;}
legend {font-weight:bold;font-size:1.2em;}
input.short_text, input.text, input.title, textarea, select {margin:0.5em 0;border:1px solid #bbb;}
input.short_text:focus, input.text:focus, input.title:focus, textarea:focus, select:focus {border:1px solid #666;}
input.short_text, input.text, input.title {width:300px;padding:5px;}
input.short_text{width:180px;}
input.title {font-size:1.5em;}
form.mini{display:inline;}
button.link_button{border: none;background: none; font-size: 1em;}
textarea {width:390px;height:250px;padding:5px;}
.error, .notice, .success {padding:.8em;margin-bottom:1em;border:2px solid #ddd;}
.error {background:#FBE3E4;color:#8a1f11;border-color:#FBC2C4;}
.notice {background:#FFF6BF;color:#514721;border-color:#FFD324;}
.success {background:#E6EFC2;color:#264409;border-color:#C6D880;}
.error a {color:#8a1f11;}
.notice a {color:#514721;}
.success a {color:#264409;}

/* grid.css */
.container {width:950px;margin:0 auto;}
.showgrid {background:url(src/grid.png);}
.column, div.span_1, div.span_2, div.span_3, div.span_4, div.span_5, div.span_6, div.span_7, div.span_8, div.span_9, div.span_10, div.span_11, div.span_12, div.span_13, div.span_14, div.span_15, div.span_16, div.span_17, div.span_18, div.span_19, div.span_20, div.span_21, div.span_22, div.span_23, div.span_24 {float:left;margin-right:10px;}
.last, div.last {margin-right:0;}
.span_1 {width:30px;}
.span_2 {width:70px;}
.span_3 {width:110px;}
.span_4 {width:150px;}
.span_5 {width:190px;}
.span_6 {width:230px;}
.span_7 {width:270px;}
.span_8 {width:310px;}
.span_9 {width:350px;}
.span_10 {width:390px;}
.span_11 {width:430px;}
.span_12 {width:470px;}
.span_13 {width:510px;}
.span_14 {width:550px;}
.span_15 {width:590px;}
.span_16 {width:630px;}
.span_17 {width:670px;}
.span_18 {width:710px;}
.span_19 {width:750px;}
.span_20 {width:790px;}
.span_21 {width:830px;}
.span_22 {width:870px;}
.span_23 {width:910px;}
.span_24, div.span_24 {width:950px;margin: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, input.span_7, textarea.span_7, input.span_8, textarea.span_8, input.span_9, textarea.span_9, input.span_10, textarea.span_10, input.span_11, textarea.span_11, input.span_12, textarea.span_12, input.span_13, textarea.span_13, input.span_14, textarea.span_14, input.span_15, textarea.span_15, input.span_16, textarea.span_16, input.span_17, textarea.span_17, input.span_18, textarea.span_18, input.span_19, textarea.span_19, input.span_20, textarea.span_20, input.span_21, textarea.span_21, input.span_22, textarea.span_22, input.span_23, textarea.span_23, input.span_24, textarea.span_24 {border-left-width:1px!important;border-right-width:1px!important;padding-left:5px!important;padding-right:5px!important;}
input.span_1, textarea.span_1 {width:18px!important;}
input.span_2, textarea.span_2 {width:58px!important;}
input.span_3, textarea.span_3 {width:98px!important;}
input.span_4, textarea.span_4 {width:138px!important;}
input.span_5, textarea.span_5 {width:178px!important;}
input.span_6, textarea.span_6 {width:218px!important;}
input.span_7, textarea.span_7 {width:258px!important;}
input.span_8, textarea.span_8 {width:298px!important;}
input.span_9, textarea.span_9 {width:338px!important;}
input.span_10, textarea.span_10 {width:378px!important;}
input.span_11, textarea.span_11 {width:418px!important;}
input.span_12, textarea.span_12 {width:458px!important;}
input.span_13, textarea.span_13 {width:498px!important;}
input.span_14, textarea.span_14 {width:538px!important;}
input.span_15, textarea.span_15 {width:578px!important;}
input.span_16, textarea.span_16 {width:618px!important;}
input.span_17, textarea.span_17 {width:658px!important;}
input.span_18, textarea.span_18 {width:698px!important;}
input.span_19, textarea.span_19 {width:738px!important;}
input.span_20, textarea.span_20 {width:778px!important;}
input.span_21, textarea.span_21 {width:818px!important;}
input.span_22, textarea.span_22 {width:858px!important;}
input.span_23, textarea.span_23 {width:898px!important;}
input.span_24, textarea.span_24 {width:938px!important;}
.append_1 {padding-right:40px;}
.append_2 {padding-right:80px;}
.append_3 {padding-right:120px;}
.append_4 {padding-right:160px;}
.append_5 {padding-right:200px;}
.append_6 {padding-right:240px;}
.append_7 {padding-right:280px;}
.append_8 {padding-right:320px;}
.append_9 {padding-right:360px;}
.append_10 {padding-right:400px;}
.append_11 {padding-right:440px;}
.append_12 {padding-right:480px;}
.append_13 {padding-right:520px;}
.append_14 {padding-right:560px;}
.append_15 {padding-right:600px;}
.append_16 {padding-right:640px;}
.append_17 {padding-right:680px;}
.append_18 {padding-right:720px;}
.append_19 {padding-right:760px;}
.append_20 {padding-right:800px;}
.append_21 {padding-right:840px;}
.append_22 {padding-right:880px;}
.append_23 {padding-right:920px;}
.prepend_1 {padding-left:40px;}
.prepend_2 {padding-left:80px;}
.prepend_3 {padding-left:120px;}
.prepend_4 {padding-left:160px;}
.prepend_5 {padding-left:200px;}
.prepend_6 {padding-left:240px;}
.prepend_7 {padding-left:280px;}
.prepend_8 {padding-left:320px;}
.prepend_9 {padding-left:360px;}
.prepend_10 {padding-left:400px;}
.prepend_11 {padding-left:440px;}
.prepend_12 {padding-left:480px;}
.prepend_13 {padding-left:520px;}
.prepend_14 {padding-left:560px;}
.prepend_15 {padding-left:600px;}
.prepend_16 {padding-left:640px;}
.prepend_17 {padding-left:680px;}
.prepend_18 {padding-left:720px;}
.prepend_19 {padding-left:760px;}
.prepend_20 {padding-left:800px;}
.prepend_21 {padding-left:840px;}
.prepend_22 {padding-left:880px;}
.prepend_23 {padding-left:920px;}
div.border {padding-right:4px;margin-right:5px;border-right:1px solid #eee;}
div.colborder {padding-right:24px;margin-right:25px;border-right:1px solid #eee;}
.pull_1 {margin-left:-40px;}
.pull_2 {margin-left:-80px;}
.pull_3 {margin-left:-120px;}
.pull_4 {margin-left:-160px;}
.pull_5 {margin-left:-200px;}
.pull_6 {margin-left:-240px;}
.pull_7 {margin-left:-280px;}
.pull_8 {margin-left:-320px;}
.pull_9 {margin-left:-360px;}
.pull_10 {margin-left:-400px;}
.pull_11 {margin-left:-440px;}
.pull_12 {margin-left:-480px;}
.pull_13 {margin-left:-520px;}
.pull_14 {margin-left:-560px;}
.pull_15 {margin-left:-600px;}
.pull_16 {margin-left:-640px;}
.pull_17 {margin-left:-680px;}
.pull_18 {margin-left:-720px;}
.pull_19 {margin-left:-760px;}
.pull_20 {margin-left:-800px;}
.pull_21 {margin-left:-840px;}
.pull_22 {margin-left:-880px;}
.pull_23 {margin-left:-920px;}
.pull_24 {margin-left:-960px;}
.pull_1, .pull_2, .pull_3, .pull_4, .pull_5, .pull_6, .pull_7, .pull_8, .pull_9, .pull_10, .pull_11, .pull_12, .pull_13, .pull_14, .pull_15, .pull_16, .pull_17, .pull_18, .pull_19, .pull_20, .pull_21, .pull_22, .pull_23, .pull_24 {float:left;position:relative;}
.push_1 {margin:0 -40px 1.5em 40px;}
.push_2 {margin:0 -80px 1.5em 80px;}
.push_3 {margin:0 -120px 1.5em 120px;}
.push_4 {margin:0 -160px 1.5em 160px;}
.push_5 {margin:0 -200px 1.5em 200px;}
.push_6 {margin:0 -240px 1.5em 240px;}
.push_7 {margin:0 -280px 1.5em 280px;}
.push_8 {margin:0 -320px 1.5em 320px;}
.push_9 {margin:0 -360px 1.5em 360px;}
.push_10 {margin:0 -400px 1.5em 400px;}
.push_11 {margin:0 -440px 1.5em 440px;}
.push_12 {margin:0 -480px 1.5em 480px;}
.push_13 {margin:0 -520px 1.5em 520px;}
.push_14 {margin:0 -560px 1.5em 560px;}
.push_15 {margin:0 -600px 1.5em 600px;}
.push_16 {margin:0 -640px 1.5em 640px;}
.push_17 {margin:0 -680px 1.5em 680px;}
.push_18 {margin:0 -720px 1.5em 720px;}
.push_19 {margin:0 -760px 1.5em 760px;}
.push_20 {margin:0 -800px 1.5em 800px;}
.push_21 {margin:0 -840px 1.5em 840px;}
.push_22 {margin:0 -880px 1.5em 880px;}
.push_23 {margin:0 -920px 1.5em 920px;}
.push_24 {margin:0 -960px 1.5em 960px;}
.push_1, .push_2, .push_3, .push_4, .push_5, .push_6, .push_7, .push_8, .push_9, .push_10, .push_11, .push_12, .push_13, .push_14, .push_15, .push_16, .push_17, .push_18, .push_19, .push_20, .push_21, .push_22, .push_23, .push_24 {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;}
.clearfix:after, .container:after {content:"\0020";display:block;height:0;clear:both;visibility:hidden;overflow:hidden;}
.clearfix, .container {display:block;}
.clear {clear:both;}
