@import url(gumby.css);
@import url(ui.css);
h1, h2, h3, h4, h5, h6 {
  line-height: 1.4;
  font-family: Georgia; }

a {
  color: #222222;
  text-decoration: none; }

iframe {
  position: static; }

a:hover {
  color: #345198; }

a.thumb {
  float: right;
  padding: 0 5px 0 10px; }

article.featured {
  text-align: center; }

article.grid h3 {
  margin-bottom: 3px; }
article.grid .byline {
  font-size: 12px;
  margin-bottom: 12px; }

article.post h3 {
  margin-bottom: 15px; }
article.post .byline {
  font-size: 12px; }
article.post .post-content img {
  float: right;
  margin: 0 20px 25px 5px; }
article.post .tags .btn {
  margin: 0; }
article.post .related li {
  margin-bottom: 4px; }

.sidebar p {
  font-size: 12px; }

footer {
  color: white;
  background: #263d6c;
  padding: 10px 0;
  font-size: 13px; }
  footer a, footer a:hover {
    color: white; }
  footer .links {
    text-align: right; }

#logo {
  line-height: 1.6; }
  #logo a {
    width: 200px;
    height: 75px;
    margin: 10px auto;
    background: transparent url(../images/newlogo.jpg) no-repeat 0px 0px;
    float: left;
    outline: none;
    text-indent: -9000px; }

#searchform input {
  margin-top: 6px; }
