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


 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 {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 */
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;}
p img.ef-left {float:left;margin:1.5em 1.5em 1.5em 0;padding:0;}
p img.ef-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;}
ul, ol {margin:0 1.5em 1.5em 0;padding-left:3.333em;}
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.ef-even td {background:#e5ecf9;}
tfoot {font-style:italic;}
caption {background:#eee;}
.ef-small {font-size:.8em;margin-bottom:1.875em;line-height:1.875em;}
.ef-large {font-size:1.2em;line-height:2.5em;margin-bottom:1.25em;}
.ef-hide {display:none;}
.ef-quiet {color:#666;}
.ef-loud {color:#000;}
.ef-highlight {background:#ff0;}
.ef-added {background:#060;color:#fff;}
.ef-removed {background:#900;color:#fff;}
.ef-first {margin-left:0;padding-left:0;}
.ef-last {margin-right:0;padding-right:0;}
.ef-top {margin-top:0;padding-top:0;}
.ef-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[type=text], input[type=password], input.ef-text, input.ef-title, textarea, select {background-color:#fff;border:1px solid #bbb;}
input[type=text]:focus, input[type=password]:focus, input.ef-text:focus, input.ef-title:focus, textarea:focus, select:focus {border-color:#666;}
input[type=text], input[type=password], input.ef-text, input.ef-title, textarea, select {margin:0.5em 0;}
input.ef-text, input.ef-title {width:300px;padding:5px;}
input.ef-title {font-size:1.5em;}
textarea {width:390px;height:250px;padding:5px;}
input[type=checkbox], input[type=radio], input.ef-checkbox, input.ef-radio {position:relative;top:.25em;}
form.ef-inline {line-height:3;}
form.ef-inline p {margin-bottom:0;}
.ef-error, .ef-notice, .ef-success {padding:.8em;margin-bottom:1em;border:2px solid #ddd;}
.ef-error {background:#FBE3E4;color:#8a1f11;border-color:#FBC2C4;}
.ef-notice {background:#FFF6BF;color:#514721;border-color:#FFD324;}
.ef-success {background:#E6EFC2;color:#264409;border-color:#C6D880;}
.ef-error a {color:#8a1f11;}
.ef-notice a {color:#514721;}
.ef-success a {color:#264409;}

/* grid.css */
.ef-container {width:965px;margin:0 auto;}
.ef-showgrid {background:url(src/grid.png);}
.ef-column, div.ef-span-1, div.ef-span-2, div.ef-span-3, div.ef-span-4, div.ef-span-5, div.ef-span-6, div.ef-span-7, div.ef-span-8, div.ef-span-9, div.ef-span-10 {float:left;margin-right:35px;}
.ef-last, div.ef-last {margin-right:0;}
.ef-span-1 {width:65px;}
.ef-span-2 {width:165px;}
.ef-span-3 {width:265px;}
.ef-span-4 {width:365px;}
.ef-span-5 {width:465px;}
.ef-span-6 {width:565px;}
.ef-span-7 {width:665px;}
.ef-span-8 {width:765px;}
.ef-span-9 {width:865px;}
.ef-span-10, div.ef-span-10 {width:965px;margin-right:0;}
input.ef-span-1, textarea.ef-span-1, input.ef-span-2, textarea.ef-span-2, input.ef-span-3, textarea.ef-span-3, input.ef-span-4, textarea.ef-span-4, input.ef-span-5, textarea.ef-span-5, input.ef-span-6, textarea.ef-span-6, input.ef-span-7, textarea.ef-span-7, input.ef-span-8, textarea.ef-span-8, input.ef-span-9, textarea.ef-span-9, input.ef-span-10, textarea.ef-span-10 {border-left-width:1px!important;border-right-width:1px!important;padding-left:5px!important;padding-right:5px!important;}
input.ef-span-1, textarea.ef-span-1 {width:53px!important;}
input.ef-span-2, textarea.ef-span-2 {width:153px!important;}
input.ef-span-3, textarea.ef-span-3 {width:253px!important;}
input.ef-span-4, textarea.ef-span-4 {width:353px!important;}
input.ef-span-5, textarea.ef-span-5 {width:453px!important;}
input.ef-span-6, textarea.ef-span-6 {width:553px!important;}
input.ef-span-7, textarea.ef-span-7 {width:653px!important;}
input.ef-span-8, textarea.ef-span-8 {width:753px!important;}
input.ef-span-9, textarea.ef-span-9 {width:853px!important;}
input.ef-span-10, textarea.ef-span-10 {width:953px!important;}
.ef-append-1 {padding-right:100px;}
.ef-append-2 {padding-right:200px;}
.ef-append-3 {padding-right:300px;}
.ef-append-4 {padding-right:400px;}
.ef-append-5 {padding-right:500px;}
.ef-append-6 {padding-right:600px;}
.ef-append-7 {padding-right:700px;}
.ef-append-8 {padding-right:800px;}
.ef-append-9 {padding-right:900px;}
.ef-prepend-1 {padding-left:100px;}
.ef-prepend-2 {padding-left:200px;}
.ef-prepend-3 {padding-left:300px;}
.ef-prepend-4 {padding-left:400px;}
.ef-prepend-5 {padding-left:500px;}
.ef-prepend-6 {padding-left:600px;}
.ef-prepend-7 {padding-left:700px;}
.ef-prepend-8 {padding-left:800px;}
.ef-prepend-9 {padding-left:900px;}
div.ef-border {padding-right:16px;margin-right:17px;border-right:1px solid #eee;}
div.ef-colborder {padding-right:67px;margin-right:67px;border-right:1px solid #eee;}
.ef-pull-1 {margin-left:-100px;}
.ef-pull-2 {margin-left:-200px;}
.ef-pull-3 {margin-left:-300px;}
.ef-pull-4 {margin-left:-400px;}
.ef-pull-5 {margin-left:-500px;}
.ef-pull-6 {margin-left:-600px;}
.ef-pull-7 {margin-left:-700px;}
.ef-pull-8 {margin-left:-800px;}
.ef-pull-9 {margin-left:-900px;}
.ef-pull-10 {margin-left:-1000px;}
.ef-pull-1, .ef-pull-2, .ef-pull-3, .ef-pull-4, .ef-pull-5, .ef-pull-6, .ef-pull-7, .ef-pull-8, .ef-pull-9, .ef-pull-10 {float:left;position:relative;}
.ef-push-1 {margin:0 -100px 1.5em 100px;}
.ef-push-2 {margin:0 -200px 1.5em 200px;}
.ef-push-3 {margin:0 -300px 1.5em 300px;}
.ef-push-4 {margin:0 -400px 1.5em 400px;}
.ef-push-5 {margin:0 -500px 1.5em 500px;}
.ef-push-6 {margin:0 -600px 1.5em 600px;}
.ef-push-7 {margin:0 -700px 1.5em 700px;}
.ef-push-8 {margin:0 -800px 1.5em 800px;}
.ef-push-9 {margin:0 -900px 1.5em 900px;}
.ef-push-10 {margin:0 -1000px 1.5em 1000px;}
.ef-push-1, .ef-push-2, .ef-push-3, .ef-push-4, .ef-push-5, .ef-push-6, .ef-push-7, .ef-push-8, .ef-push-9, .ef-push-10 {float:right;position:relative;}
.ef-prepend-top {margin-top:1.5em;}
.ef-append-bottom {margin-bottom:1.5em;}
.ef-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.ef-space {background:#fff;color:#fff;visibility:hidden;}
.ef-clearfix:after, .ef-container:after {content:"\0020";display:block;height:0;clear:both;visibility:hidden;overflow:hidden;}
.ef-clearfix, .ef-container {display:block;}
.ef-clear {clear:both;}

/* semantic class names */
#wrapper {width:965px;margin:0 auto;width:965px;margin-right:0;display:block;}
.article-img {width:165px;padding-left:500px;}
#blog-title {width:165px;padding-left:100px;}
#header {float:left;margin-right:35px;width:265px;}
#container {float:left;margin-right:35px;width:465px;padding-left:300px;}