/* -----------------------------------------------------------------------


 Blueprint CSS Framework 0.7.1
 http://blueprintcss.googlecode.com

   * Copyright (c) 2007-2008. 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:62.5%;color:#222;background:#ebebeb;font-family: Arial, Helvetica, sans-serif;}
h1, h2, h3, h4, h5, h6 {color:#303030;}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {color:#303030;}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {color:#303030;text-decoration:underline;}
h1 {font-size:2em;line-height:1;margin-bottom:0.5em;}
h2 {font-size:2em;margin-bottom:0em;}
h3 {font-size:1.5em;line-height:1;margin-bottom:1em; font-weight:bold;}
h4 {font-size:1em;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 {font-size: 1.2em;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 {color:#006699;text-decoration:none;}
a:focus, a:hover {color:#ff3333;text-decoration:none;}
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 0 1.5em;}
ul, ol {font-size:1.2em; margin:0 1.5em 1.5em 1.5em;}
ul {list-style-type:disc;}
ol {list-style-type:decimal;}
.post li {margin:0 1.5em 0 1.5em;}
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;background:#C3D9FF;}
th, td {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 {font-size: 3.2em; color:#fff;padding: 30px 0 0 45px;margin:0 0 5px 0;}
.loud a {color: #fff; border-bottom: 1px #fff dotted;}
.loud a:hover {color: #fff; border-bottom: 1px #fff solid;text-decoration:none;}
.description {font-size:1.5em; color: #ccc;padding: 0 0 0 45px;}
.wp-caption {font-size: 0.9em; color:#999;font-style:italic;}
<!-- .lousdd {border-bottom: 10px solid #333; background-color:#ff3333;width:250px;color:#fff;padding:10px;} -->

.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;}
.date {font-size: 1.1em; color:#999;margin:0;}
.slogan {font-color: #666;}
.tags {font-size: 1.1em; color:#999;margin-bottom: 2em;}
.float-left {float:left;}
.float-right {float:right;}
.post {border-bottom: 1px #ddd dotted;margin-bottom: 2em;}
.divider {padding: 0 5px 0 5px;}
.post-footer {margin:2em 0 0 0;}
#header-foto {float:right;}

/* grid.css */

.container {width:940px;margin:0 auto;background-color:#fff;border-left: 1px #ddd solid;border-right:1px #ddd solid;border-bottom:1px #ddd solid;}
#header {width: 940px;height:180px;border-top: 0px #e6e6e6 solid; background:url(images/header_bg_red4.jpg);margin-bottom:30px;}
#content {width:510px;float:left; padding-left:45px;margin-bottom:45px;padding-right:44px;margin-right:45px;}
#sidebar {width: 250px; float:left;}
#sidebar ul {font-size:1.2em; list-style:none;margin:0 0 15px 0;}
#sidebar li {border-bottom: 1px #ccc dotted;padding:5px 0 5px 0;}
#footer {margin:0 auto; text-align: center; padding:5px;}
#facebook-status ul li {border:0px;margin:0px; padding:0;}


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;}
hr.dotted {clear:both; height:0px; border-bottom: 1px #ddd dotted;margin-bottom: 2em;}
.clearfix:after, .container:after {content:".";display:block;height:0;clear:both;visibility:hidden;}
.clearfix, .container {display:block;}
.clear {clear:both;}

.box {padding:1.5em;margin-bottom:1.5em;background:#f1f1f1;}
.roundtop {background: #fff;}
.roundbottom {background: #fff;margin-bottom: 20px;}
.r1{margin: 0 5px; height: 1px; overflow: hidden; background: #f1f1f1;}
.r2{margin: 0 3px; height: 1px; overflow: hidden; background: #f1f1f1;}
.r3{margin: 0 2px; height: 1px; overflow: hidden; background: #f1f1f1;}
.r4{margin: 0 1px; height: 2px; overflow: hidden; background: #f1f1f1;}
.boxcontent {padding: 15px 15px 5px 15px;background: #f1f1f1;}

/* 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.text, input.button, input.title, textarea, select {margin:0.5em 0;border:1px solid #bbb;}
input.text:focus, input.button:focus, input.title:focus, textarea:focus, select:focus {border:1px solid #666;}
input.text, input.title {width:300px;padding:5px;}
input.title {font-size:1.5em;}
textarea {width:390px;height:200px;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;}


/* flickr */
.flickr_badge_image {margin:0px;text-align:center;padding:0px;}
.flickr_badge_image img {border: 1px solid #f1f1f1;float:left;margin:0px; padding:0px;}

/* comments */
.comment {font-size:1em;}
.comment p {font-size:1em;}
.fn {font-weight:normal;}