#blog-container {
  padding: 40px 0 0;
  margin: 0 auto;
  width: 90%;
  max-width: 970px;
}
#blog-content {
  float: left;
  width: 67%;
}
.blog-box {
  background: #fff;
  padding: 25px 30px;
  margin-bottom: 10px;
}
#blog_top_panel {
padding: 25px 0;
text-align: center;
}
#blog_top_panel_container {
  max-width: 970px;
  width: 90%;
  margin: 0 auto;
}
#blog_top_panel h1 {
  line-height: 1.2em;
  padding: 15px 0;
}

.article {
  position: relative;  
  background: #fff;
  margin-bottom: 20px;
}
.article .thumb {
  display: block;
}
.article img {
  display: block;
  width: 100%;
  height: auto;
}
.article_type_2 .thumb {
  padding-top: 25px;
  padding-left: 25px;
  width: 40%;
  float: left;
  -webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box;    
	box-sizing: border-box;
}
.article_body {
  padding: 30px 30px 0;
}
.article_type_2 .article_body {
  float: right;
  width: 60%;   
  -webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box;    
	box-sizing: border-box;
}
.article h2 {
  padding-bottom: 20px;
}
.article h2 a {
  font-size: 39px;
  text-decoration: none;
  color: #111;
  line-height: 1.2em;
}
.article h2 a blockquote{
  text-align: center;
  font-style: italic;
  padding: 30px 10%;
}
.article h2 a:hover {
  text-decoration: underline;
}
.article_meta {
  color: #999;
  padding: 20px 30px;
  margin-top: 25px;
  border-top: 1px solid #eee;
  font-size: 13px;
}
.article_meta a{
  text-decoration: none;
  color: #999;
}
.article_meta a:hover{
  text-decoration: underline;   
}
.article_meta .date {
  padding-left: 18px;
  background: url('images/date.gif') no-repeat left center;
  margin-right: 30px;
}
.article_meta .user {
  padding-left: 18px;
  background: url('images/user.gif') no-repeat left center;
  margin-right: 30px;
}
.article_meta .comments{
  padding-left: 18px;
  background: url('images/comments.gif') no-repeat left center;
  float: right;
}
.article .excerpt {
  line-height: 1.5em;
}
.article .more_info {
  padding-top: 25px;
}
.article .more {
  float: right;
  font-weight: bold;
  font-size: 13px;
  text-decoration: none;
}
.article .more:hover {
  text-decoration: underline;
}
.nav-links a {
  text-decoration: none;
  color: #333;
}
.nav-links .nav-previous {
  float: left;
}
.nav-links .nav-next {
  float: right;
}


/* Blog Sidebar
******************************************************************************* */

#blog-sidebar {
  float: right;
  width: 31%;
}
#blog-sidebar .widget {  
  background: #fff;
  margin-bottom: 20px;
  padding: 10px;
}
#blog-sidebar .widgettitle {
  font-size: 20px;
  padding: 18px 8px 25px;
}
#blog-sidebar .widgettitle a {
  text-decoration: none;
  color #111;
}

#blog-sidebar .widget_categories ul li,
#blog-sidebar .widget_authors ul li,
#blog-sidebar .widget_pages ul li,
#blog-sidebar .widget_archive ul li,
#blog-sidebar .widget_nav_menu ul li,
#blog-sidebar .widget_links ul li,
#blog-sidebar .widget_recent_entries ul li,
#blog-sidebar .widget_rss ul li,
#blog-sidebar .widget_recent_comments ul li,
#blog-sidebar .widget_meta ul li {
  padding: 12px 8px;
  border-bottom: 1px solid #eee;
  color: #aaa;
  font-size: 13px;
  line-height: 1.3em;
}
#blog-sidebar .widget_categories ul li:last-child,
#blog-sidebar .widget_archive ul li:last-child,
#blog-sidebar .widget_nav_menu ul li:last-child,
#blog-sidebar .widget_links ul li:last-child,
#blog-sidebar .widget_recent_entries ul li:last-child,
#blog-sidebar .widget_rss ul li:last-child,
#blog-sidebar .widget_pages ul li:last-child,
#blog-sidebar .widget_recent_comments ul li:last-child,
#blog-sidebar .widget_authors ul li:last-child,
#blog-sidebar .widget_meta ul li:last-child {
  border-bottom: 0;
}
#blog-sidebar .widget_categories ul.sub-menu,
#blog-sidebar .widget_nav_menu ul.sub-menu,
#blog-sidebar .widget_pages ul.children {
  margin-top: 8px;  
}
#blog-sidebar .widget_categories ul a,
#blog-sidebar .widget_nav_menu ul li a,
#blog-sidebar .widget_links ul li a,
#blog-sidebar .widget_meta ul li a,
#blog-sidebar .widget_recent_entries ul li a,
#blog-sidebar .widget_authors ul a,
#blog-sidebar .widget_pages ul li a,
#blog-sidebar .widget_archive ul li a{
  color: #111;
  text-decoration: none;
  font-size: 14px;
}

#blog-sidebar .widget_recent_comments ul li a {
  color: #111;
  text-decoration: none;
}
#blog-sidebar .widget ul li a:hover {
  text-decoration: underline;
}
#blog-sidebar .widget ul ul li {
  padding: 3px 0 3px 15px;
  font-size: 13px;
  border-bottom: 0;
}
#blog-sidebar .widget ul ul li a{
  color: #555;
}
/* category widget */

#blog-sidebar .current-cat {
  font-weight: bold;
}

/* recent posts widget */

#blog-sidebar .widget_recent_entries ul span {
  display: block;
  padding-top: 2px;
}
#blog-sidebar .widget_recent_entries ul li h3 a{
  font-size: 16px;
  line-height: 20px;
  color: #111;
  text-decoration: none;
}
#blog-sidebar .widget_recent_entries_thumbs ul li{
  padding-left: 105px;
  position: relative;
  min-height: 85px;
}
#blog-sidebar .widget_recent_entries_thumbs ul li .recent_post_thumb{
  position: absolute;
  left: 8px;
  top: 12px;
  width: 85px;
  height: 85px;
  display: block;
}
#blog-sidebar .widget_recent_entries_thumbs ul li .recent_post_nothumb{
  background: #f0f0f0 url('images/thumb.gif') no-repeat center center;
}

/* authors widget */

#blog-sidebar .widget_authors ul span {
  display: block;
  padding-top: 5px;
}
#blog-sidebar .widget_authors ul li h3{
  padding-top: 8px;
  display: block;
}
#blog-sidebar .widget_authors ul li h3 a{
  font-size: 16px;
  line-height: 20px;
  color: #111;
  text-decoration: none;
}
#blog-sidebar .widget_authors ul li{
  padding-left: 80px;
  position: relative;
  min-height: 60px;
}
#blog-sidebar .widget_authors ul li .recent_post_thumb{
  position: absolute;
  left: 8px;
  top: 12px;
  width: 85px;
  height: 85px;
  display: block;
}

/* links widget */
#blog-sidebar .widget_links a {
  display: block;
}

/* categories widget */
#blog-sidebar .postform {
  border: 1px solid #ddd;
  padding: 8px;
  width: 100%;
  -webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box;    
	box-sizing: border-box;
}

/* rss widget */
#blog-sidebar .widget_rss ul li a {
 color: #111111;
 font-size: 14px;
}
#blog-sidebar .widget_rss .rss-date {
  display: block;
}
#blog-sidebar .widget_rss .rssSummary {
  color: #555;
  padding-top: 8px;
}
#blog-sidebar .widget_rss cite {
  padding-top: 8px;
  display: block;
}
/* search widget */
.screen-reader-text {
  display: none;
}
#blog-sidebar .widget_search #searchform {
  position: relative;
  padding: 5px;
}
#blog-sidebar .widget_search #s {
  border: 1px solid #ddd;
  padding: 10px 35px 10px 10px;
  width: 100%;
  -webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box;    
	box-sizing: border-box;
  line-height: 1.3em;
}
#blog-sidebar .widget_search #searchsubmit {
  text-indent: -999px;
  overflow: hidden;
  width: 25px;
  height: 25px;
  border: 0;
  cursor: pointer;
  position: absolute;
  top: 12px;
  right: 10px;   
  background: url('images/search.gif') no-repeat 0 0;
}

/* tag widget */
#blog-sidebar .widget_tag_cloud .tagcloud {
  padding: 0 8px 8px;
}  
#blog-sidebar .widget_tag_cloud a {
  background-color: rgba(0, 0, 0, 0.07);
  display: inline-block;
  font-size: 12px !important;
  line-height: 100%;
  margin: 8px 3px 0 0;
  padding: 8px 10px;
  text-decoration: none;
  color: #333;
}  

/* calendar widget */
#blog-sidebar #calendar_wrap {
  padding: 8px;
}
#blog-sidebar .widget_calendar #wp-calendar {
  width: 100%;
}
#blog-sidebar .widget_calendar caption {
  padding: 10px 0 13px;
}
#blog-sidebar .widget_calendar thead {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
#blog-sidebar .widget_calendar tfoot {
  border-top: 1px solid #ddd;
}
#blog-sidebar .widget_calendar td, #blog-sidebar .widget_calendar th {
  padding: 8px 0;
  text-align: center;
}
#blog-sidebar .widget_calendar tfoot a {
  font-size: 12px;
  color: #888;
  text-decoration: none;
}
#blog-sidebar .widget_calendar td#prev {
  text-align: left;
  padding-left: 5px;
}
#blog-sidebar .widget_calendar td#next {
  text-align: right;
  padding-right: 5px;
}
/* text widget */
#blog-sidebar .textwidget {
  padding: 8px;
}
#blog-sidebar .textwidget p {
  font-size: 13px;
  line-height: 1.3em;
}

/* optin widget */

#blog-sidebar .widget_optin .widgettitle {
  padding: 18px 8px 10px;
}
#blog-sidebar .widget_optin_content {
  padding: 8px;
}
#blog-sidebar .widget_optin_content p{
  padding-bottom: 12px;
}

/* Left sidebar 
*************************************************************************** */
.blog-structure-sidebar-left #blog-content {
  float: right;
}
.blog-structure-sidebar-left #blog-sidebar {
  float: left;
}

/* No sidebar 
*************************************************************************** */

.blog-structure-sidebar-none #blog-container, 
.blog-structure-sidebar-none .row_fix_width, 
.blog-structure-sidebar-none .fix_width,
.blog-structure-sidebar-none .header_s3 #site_header_nav ul,
.blog-structure-sidebar-none #blog_top_panel_container {
  margin: 0 auto;
  max-width: 800px;
}

.blog-structure-sidebar-none #blog-content {
  float: left;
  width: 100%;
}

/* Single
*************************************************************************** */


.blog-singlebox .article_meta {
  margin: 0;
  padding: 0 10px 20px;
  border-top: 0;
  border-bottom: 1px solid #eee;
}
.blog-singlebox .single_tags {
    padding: 20px 0;
}
.blog-singlebox .single_tags a {
    background-color: rgba(0, 0, 0, 0.07);
    color: #333333;
    display: inline-block;
    font-size: 11px !important;
    line-height: 100%;
    margin-left: 4px;
    padding: 7px 8px;
    text-decoration: none;
    margin-bottom: 4px;
}

.blog_share_buttons {
  padding: 15px 0; 
}
.blog_share_buttons .fb-like,
.blog_share_buttons .twitter-like,
.blog_share_buttons .g-like {
  margin-top: 10px;
}
.blog_share_buttons .fb-like {
  margin-top: 0;
  
}
.blog_share_buttons_top {
  padding-bottom: 0;
}

.blog-singlebox .author-box {
  margin-top: 10px;
  padding: 17px 10px 17px 85px;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  position: relative;
  min-height: 60px;
}
.author-box .author_photo {
  position: absolute;
  top: 17px;
  left: 10px;
}
.blog-singlebox .author-box h2 {
  font-size: 16px;
  padding-bottom: 8px;
}
.blog-singlebox .author-box h2 a{
  text-decoration: none;
}
.blog-singlebox .author-box p{
  font-size: 13px;
  padding-bottom: 10px;
  line-height: 1.2em;
}
#blog-content .related_posts {
  padding: 35px 10px 0; 
}  
#blog-content .related_posts h2 {
  font-size: 24px;
  line-height: 1.3em;
  padding-bottom: 20px;
}  
#blog-content .related_posts img {
  width:100%;
  height: auto;
  display: block;
}  
#blog-content .related_posts .related_post_title {
  color: #333;
  text-decoration: none;
  font-size: 17px;
  line-height: 19px;
  padding: 10px 2px;
  display: block;
}
#blog-content h2.commenttitle {
  font-size: 24px;
  line-height: 1.3em;
  padding: 35px 10px 0; 
}  
#blog-content .fb-comments, #blog-content .blog_comments {
  margin-top: 25px;
}
.author_box_links a {
  display: inline-block;
  margin-right: 5px;
  width: 18px;
  height: 18px;
  overflow: hidden;
  text-indent: -999px;
}
.author_box_links .author_twitter { background: url('images/twitter.gif') no-repeat 0 0; }
.author_box_links .author_facebook { background: url('images/facebook.gif') no-repeat 0 0; }
.author_box_links .author_web { background: url('images/web.gif') no-repeat 0 0; }
.author_box_links .author_google { background: url('images/google.gif') no-repeat 0 0; }
.author_box_links .author_linkedin { background: url('images/linkedin.gif') no-repeat 0 0; }
.author_box_links .author_youtube { background: url('images/youtube.gif') no-repeat 0 0; }

/* Author page */

.blog-author-box {
  padding: 25px 30px 25px 145px;
  position: relative;
  min-height: 100px;
}
.blog-author-box .author_photo {
  position: absolute;
  top: 25px;
  left: 30px;
}
.blog-author-box p{
  padding-bottom: 15px;
  line-height: 1.2em;
}
.blog-author-box h2 {
  font-size: 22px;
  padding-bottom: 10px;
}

/* Single content
*************************************************************************** */
#blog-container .entry_content {
  padding: 10px;
  margin-top: 20px;
}
.entry_content p, 
.entry_content ol,
.entry_content ul {
  line-height: 1.6em;
  padding-bottom: 1.1em;
}
.entry_content h1, 
.entry_content h2, 
.entry_content h3, 
.entry_content h4 ,
.entry_content h5,
.entry_content h6 {
  line-height: 1.2em;
  padding-bottom: 1.1em;
  padding-top: 0.5em;
}
.entry_content blockquote {
  margin-bottom: 1.1em;
  background: #eee url('images/blockquote.gif') no-repeat 28px 25px;
  padding: 20px 20px 10px 80px;
  font-style: italic;
  color: #666;
}
.entry_content .alignleft {
  float: left;
  margin-right: 20px;
  margin-bottom: 5px 
}
.entry_content .alignright {
  float: right;
  margin-left: 20px;
  margin-bottom: 5px 
}
.entry_content .aligncenter {
  display: block;
  margin: 0 auto;
}
.entry_content ul li {
   padding-left: 35px;
   background-position: 0 0.08em;
   background-repeat: no-repeat;
   padding-top: 0.2em;
   padding-bottom: 0.4em; 
}
.entry_content ol {
  margin-left: 30px;
}
.entry_content ol li {
  list-style: decimal outside;
}

/* Responsive
*************************************************************************** */

@media screen and (max-width: 640px) {
/* layout */
#blog-sidebar,
#blog-content {
  float: none;
  width: 100%;
}
.article_type_2 .thumb {
  padding: 25px 25px 0;
  width: 100%;
  float: none;
}
.article_type_2 .article_body {
  float: none;
  width: 100%;   
}

}
