@charset "UTF-8";
body {
  background-color: white;
  background-image: none;
  padding-top: 80px; }

.date {
  text-align: right; }

.post-title {
  color: #d22;
  font-family: 'Gochi Hand', cursive;
  line-height: 36px;
  font-size: 30px; }

p {
  font-size: 14px; }

.toolbar {
  margin: 0px;
  padding: 0px; }

.packed {
  margin: 0px; }

h1 {
  color: #d22;
  font-family: 'Gochi Hand', cursive;
  line-height: 36px; }

h2 {
  color: #22f;
  font-family: 'Gochi Hand', cursive; }

h3 {
  color: #2a2;
  font-family: 'Gochi Hand', cursive; }

h4 {
  color: #f2f;
  font-family: 'Gochi Hand', cursive; }

.navbar-inner {
  background-image: none;
  background-color: white;
  filter: none; }

.bcontent {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
  margin-right: 20px; }

.bcontent p {
  margin-left: 10px; }

.blogtitle {
  padding-top: 15px;
  color: #000;
  margin: 0px; }

footer {
  margin-top: 30px; }

.brand {
  width: 100%;
  padding-bottom: 0px;
  font-weight: bold;
  line-height: 36 px; }

.navbar .brand {
  padding-bottom: 0px; }

.brand a:hover {
  text-decoration: none; }

.comments {
  margin-top: 20px; }

.topnav {
  margin-bottom: 20px; }

.navopt {
  font-size: 150%;
  /* color: #2a2; */
  color: #000;
  font-family: 'Gochi Hand', cursive; }

.entry {
  margin-bottom: 10px; }

.highlight {
  margin-left: 20px;
  margin-right: 20px; }

p img {
  display: block;
  margin-left: auto;
  margin-right: auto; }

blockquote {
  padding-top: 20px;
  overflow: hidden;
  /* clearfix alternative */
  line-height: 150%;
  color: #454545;
  border: none; }

blockquote p {
  font-size: 150%; }

blockquote:before {
  display: block;
  float: left;
  margin: 10px 15px 0 0;
  font-size: 70px;
  /* let's make it a big quote! */
  content: "\201c ";
  /* here we define our :before as a smart quote. It could be any content, even the HTML entity alternative to this opening quote, that is â€œ */
  color: #bababa;
  text-shadow: 0 1px 1px #909090; }

blockquote:after {
  content: none;
  /* could be content:close-quote; but lets keep it clean*/ }
