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


 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%;}
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;}
.moodys-left {float:left !important;}
p .moodys-left {margin:1.5em 1.5em 1.5em 0;padding:0;}
.moodys-right {float:right !important;}
p .moodys-right {margin:1.5em 0 1.5em 1.5em;padding:0;}
a:focus, a:hover {color:#09f;}
a {color:#06c;text-decoration:underline;}
blockquote {margin:1.5em;color:#666;font-style:italic;}
strong, dfn {font-weight:bold;}
em, dfn {font-style:italic;}
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;}
ul, ol {margin:0 1.5em 1.5em 0;padding-left: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;}
tbody tr:nth-child(even) td, tbody tr.moodys-even td {background:#e5ecf9;}
tfoot {font-style:italic;}
caption {background:#eee;}
.moodys-small {font-size:.8em;margin-bottom:1.875em;line-height:1.875em;}
.moodys-large {font-size:1.2em;line-height:2.5em;margin-bottom:1.25em;}
.moodys-hide {display:none;}
.moodys-quiet {color:#666;}
.moodys-loud {color:#000;}
.moodys-highlight {background:#ff0;}
.moodys-added {background:#060;color:#fff;}
.moodys-removed {background:#900;color:#fff;}
.moodys-first {margin-left:0;padding-left:0;}
.moodys-last {margin-right:0;padding-right:0;}
.moodys-top {margin-top:0;padding-top:0;}
.moodys-bottom {margin-bottom:0;padding-bottom:0;}

/* forms.css */
label {font-weight:bold;}
fieldset {padding:0 1.4em 1.4em 1.4em;margin:0 0 1.5em 0;border:1px solid #ccc;}
legend {font-weight:bold;font-size:1.2em;margin-top:-0.2em;margin-bottom:1em;}
fieldset, #IE8#HACK {padding-top:1.4em;}
legend, #IE8#HACK {margin-top:0;margin-bottom:0;}
input[type=text], input[type=password], input.moodys-text, input.moodys-title, textarea {background-color:#fff;border:1px solid #bbb;}
input[type=text]:focus, input[type=password]:focus, input.moodys-text:focus, input.moodys-title:focus, textarea:focus {border-color:#666;}
select {background-color:#fff;border-width:1px;border-style:solid;}
input[type=text], input[type=password], input.moodys-text, input.moodys-title, textarea, select {margin:0.5em 0;}
input.moodys-text, input.moodys-title {width:300px;padding:5px;}
input.moodys-title {font-size:1.5em;}
textarea {width:390px;height:250px;padding:5px;}
form.moodys-inline {line-height:3;}
form.moodys-inline p {margin-bottom:0;}
.moodys-error, .moodys-alert, .moodys-notice, .moodys-success, .moodys-info {padding:0.8em;margin-bottom:1em;border:2px solid #ddd;}
.moodys-error, .moodys-alert {background:#fbe3e4;color:#8a1f11;border-color:#fbc2c4;}
.moodys-notice {background:#fff6bf;color:#514721;border-color:#ffd324;}
.moodys-success {background:#e6efc2;color:#264409;border-color:#c6d880;}
.moodys-info {background:#d5edf8;color:#205791;border-color:#92cae4;}
.moodys-error a, .moodys-alert a {color:#8a1f11;}
.moodys-notice a {color:#514721;}
.moodys-success a {color:#264409;}
.moodys-info a {color:#205791;}

/* grid.css */
.moodys-container {width:960px;margin:0 auto;}
.moodys-showgrid {background:url(src/grid.png);}
.moodys-column, .moodys-span-1, .moodys-span-2, .moodys-span-3, .moodys-span-4, .moodys-span-5, .moodys-span-6, .moodys-span-7, .moodys-span-8, .moodys-span-9 {float:left;margin-right:12px;}
.moodys-last {margin-right:0;}
.moodys-span-1 {width:96px;}
.moodys-span-2 {width:204px;}
.moodys-span-3 {width:312px;}
.moodys-span-4 {width:420px;}
.moodys-span-5 {width:528px;}
.moodys-span-6 {width:636px;}
.moodys-span-7 {width:744px;}
.moodys-span-8 {width:852px;}
.moodys-span-9 {width:960px;margin-right:0;}
input.moodys-span-1, textarea.moodys-span-1, input.moodys-span-2, textarea.moodys-span-2, input.moodys-span-3, textarea.moodys-span-3, input.moodys-span-4, textarea.moodys-span-4, input.moodys-span-5, textarea.moodys-span-5, input.moodys-span-6, textarea.moodys-span-6, input.moodys-span-7, textarea.moodys-span-7, input.moodys-span-8, textarea.moodys-span-8, input.moodys-span-9, textarea.moodys-span-9 {border-left-width:1px;border-right-width:1px;padding-left:5px;padding-right:5px;}
input.moodys-span-1, textarea.moodys-span-1 {width:84px;}
input.moodys-span-2, textarea.moodys-span-2 {width:192px;}
input.moodys-span-3, textarea.moodys-span-3 {width:300px;}
input.moodys-span-4, textarea.moodys-span-4 {width:408px;}
input.moodys-span-5, textarea.moodys-span-5 {width:516px;}
input.moodys-span-6, textarea.moodys-span-6 {width:624px;}
input.moodys-span-7, textarea.moodys-span-7 {width:732px;}
input.moodys-span-8, textarea.moodys-span-8 {width:840px;}
input.moodys-span-9, textarea.moodys-span-9 {width:948px;}
.moodys-append-1 {padding-right:108px;}
.moodys-append-2 {padding-right:216px;}
.moodys-append-3 {padding-right:324px;}
.moodys-append-4 {padding-right:432px;}
.moodys-append-5 {padding-right:540px;}
.moodys-append-6 {padding-right:648px;}
.moodys-append-7 {padding-right:756px;}
.moodys-append-8 {padding-right:864px;}
.moodys-prepend-1 {padding-left:108px;}
.moodys-prepend-2 {padding-left:216px;}
.moodys-prepend-3 {padding-left:324px;}
.moodys-prepend-4 {padding-left:432px;}
.moodys-prepend-5 {padding-left:540px;}
.moodys-prepend-6 {padding-left:648px;}
.moodys-prepend-7 {padding-left:756px;}
.moodys-prepend-8 {padding-left:864px;}
.moodys-border {padding-right:5px;margin-right:6px;border-right:1px solid #ddd;}
.moodys-colborder {padding-right:59px;margin-right:60px;border-right:1px solid #ddd;}
.moodys-pull-1 {margin-left:-108px;}
.moodys-pull-2 {margin-left:-216px;}
.moodys-pull-3 {margin-left:-324px;}
.moodys-pull-4 {margin-left:-432px;}
.moodys-pull-5 {margin-left:-540px;}
.moodys-pull-6 {margin-left:-648px;}
.moodys-pull-7 {margin-left:-756px;}
.moodys-pull-8 {margin-left:-864px;}
.moodys-pull-9 {margin-left:-972px;}
.moodys-pull-1, .moodys-pull-2, .moodys-pull-3, .moodys-pull-4, .moodys-pull-5, .moodys-pull-6, .moodys-pull-7, .moodys-pull-8, .moodys-pull-9 {float:left;position:relative;}
.moodys-push-1 {margin:0 -108px 1.5em 108px;}
.moodys-push-2 {margin:0 -216px 1.5em 216px;}
.moodys-push-3 {margin:0 -324px 1.5em 324px;}
.moodys-push-4 {margin:0 -432px 1.5em 432px;}
.moodys-push-5 {margin:0 -540px 1.5em 540px;}
.moodys-push-6 {margin:0 -648px 1.5em 648px;}
.moodys-push-7 {margin:0 -756px 1.5em 756px;}
.moodys-push-8 {margin:0 -864px 1.5em 864px;}
.moodys-push-9 {margin:0 -972px 1.5em 972px;}
.moodys-push-1, .moodys-push-2, .moodys-push-3, .moodys-push-4, .moodys-push-5, .moodys-push-6, .moodys-push-7, .moodys-push-8, .moodys-push-9 {float:left;position:relative;}
div.moodys-prepend-top, .moodys-prepend-top {margin-top:1.5em;}
div.moodys-append-bottom, .moodys-append-bottom {margin-bottom:1.5em;}
.moodys-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.moodys-space {background:#fff;color:#fff;visibility:hidden;}
.moodys-clearfix:after, .moodys-container:after {content:"\0020";display:block;height:0;clear:both;visibility:hidden;overflow:hidden;}
.moodys-clearfix, .moodys-container {display:block;}
.moodys-clear {clear:both;}

/* semantic class names */
body, #content {width:960px;margin:0 auto;float:left;margin-right:12px;width:960px;margin-right:0;display:block;}
#access li {float:left;margin-right:12px;}
article.page {float:left;margin-right:12px;width:636px;}
#column-left, #column-right {float:left;margin-right:12px;width:312px;}
.xoxo {margin-right:0;padding-right:0;float:left;margin-right:12px;margin-right:0;width:312px;}
#post-260 input, #post-260 label, #post-260 textarea {float:left;margin-right:12px;width:312px;}
#access {width:960px;margin:0 auto;float:left;margin-right:12px;width:420px;display:block;}
footer {float:left;margin-right:12px;width:960px;margin-right:0;}