form .question, form .actions {
  display: inline-block;
}

div.search input {
  padding: 6px 10px;
}

.blog_aside form {
  margin-bottom: 15px
}

ul.aside_list {
  margin: 0
  padding: 0;
  list-style: none;
}

ul.aside_list li {
  margin-left: .25em;
}

.post {
  display: block;
  margin: 1em 0;
  padding: 1em;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
  box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px; 
}

.post + .post {
  margin-top: 2em;
}

.title {
  font-weight:600;
  font-size: 1.65rem;
  color: #004680;
}

.title a {
  text-decoration:none;
}

.author {
  display: inline-block;
  zoom: 1;
  padding-right: .2em;
}

.meta {
  border-bottom: 1px solid #ddd;
}

.teaser_image {
  float: left;
  padding: 1em;
}

.teaser_image img {
  display: block;
  max-width: 200px;
  height: auto;
}

.teaser {
  margin: 1em;
}

.post .actions {
    clear: both; 
    float: none; 
}

.post .actions .more a {
  font-size: 1rem;
}

.post .actions ul,
.posts .paging ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.post .actions ul > li,
.posts .paging ul > li {
  display: inline-block;
  zoom: 1;
  vertical-align: top;
}

.post .actions ul > li + li {
  margin-left: 10px;
}

.post .share {
  display:block;
}

.post .share .label,
.post .share ul {
  zoom: 1;
  *display: inline;
}

.post .share .label {
  font-size: 1rem;
  font-weight:600;
  text-transform: uppercase;
  color: #004680;
  margin: 1em .25em 0.5em 0;
}

.posts .paging ul > li {
  margin-right: 5px;
}

.post .actions ul > li.twitter_blog {
  width: 85px;
  overflow: hidden;
}

.posts .paging {
  margin-top: .75em;
  text-align: center;
}

.posts .paging .pages,
.posts .paging .controls {
  display: inline-block;
  zoom: 1;
}