/* line 1, ../../../app/stylesheets/citizen/blog.sass */
.blog-entry {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 30px;
  padding-bottom: 10px;
}

/* line 6, ../../../app/stylesheets/citizen/blog.sass */
.blog-title {
  font-size: 1.8em;
  font-weight: normal;
  margin-bottom: 7px;
}

/* line 11, ../../../app/stylesheets/citizen/blog.sass */
.blog-date {
  font-size: 0.8em;
  margin-bottom: 10px;
  letter-spacing: 1px;
  /* *	padding-left: 20px;
   * *	background: url(/images/calendar.png) no-repeat left 0px; */
}

/* line 19, ../../../app/stylesheets/citizen/blog.sass */
#blog-frame {
  min-height: 520px;
  padding-top: 5px;
}

/* line 23, ../../../app/stylesheets/citizen/blog.sass */
#my_blog {
  padding: 5px;
}

/* line 27, ../../../app/stylesheets/citizen/blog.sass */
#blog-sidebar ul {
  list-style-type: none;
  margin-left: 20px;
}
/* line 30, ../../../app/stylesheets/citizen/blog.sass */
#blog-sidebar .blog-sidebar-title {
  border-style: solid;
  padding: 3px;
  font-size: 1.3em;
}

/* line 35, ../../../app/stylesheets/citizen/blog.sass */
#blogger_config {
  margin-top: 3px;
  padding: 5px;
  border-top: 1px solid black;
}
/* line 39, ../../../app/stylesheets/citizen/blog.sass */
#blogger_config strong {
  font-weight: bold;
}

/* line 42, ../../../app/stylesheets/citizen/blog.sass */
ul .widget {
  padding-left: 10px;
}

/* line 45, ../../../app/stylesheets/citizen/blog.sass */
#blog-sidebar #access_code_form {
  margin-top: 10px;
}
