#blog h1.blog_title { -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; padding: 7px 10px; color: #fff; border: 1px solid #e35916; background: linear-gradient(to right, #fb6508 0%, #fb6209 100%); font-family: "Lato", sans-serif; text-transform: uppercase; font-size: 22px; font-weight: 900; }
#blog ul.blog-home > li .blog_article:hover { box-shadow: 0 0 14px 3px rgba(0, 0, 0, 0.11); border-radius: 3px 3px 0px 0px; }
#blog .blog_article { padding-top: 15px; padding-bottom: 15px; background: white; border: 1px solid #d0cfcf; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; margin-bottom: 10px; }
#blog .blog_article .blog_title { font: 700 19px "Lato", sans-serif; text-transform: uppercase; margin-bottom: 5px; }
#blog .blog_article .blog_title a { color: #fa5a0c; }
#blog .blog_article .blog_post_data { font: 400 12px/18px "Lato", sans-serif; color: #777777; margin-bottom: 10px; }
#blog .blog_article .blog_image img { max-width: 200px; }