﻿/*
blog page
*/

header, section, article, footer
{
  display : block;
}


header.blog { 
 text-align : center; 
 margin-bottom: 30px;
  font-family : Georgia, "Times new roman",roman, Serif;
}

header.show {
 text-align: left; 
}

header.blog .title {
  font-size: 24px;
  line-height: 32px;
  border-bottom: solid 1px #d3d3d3;
}

header.show .title {
  font-size: 18px;
  line-height: 24px;
}

.tagline {
  font-style: italic;
  font-size: 15px;
  line-height: 19px;
}

.blogpost {  
  font-family : Georgia, "Times new roman",roman, Serif;
  margin: 0 30px 50px 0px;
  padding-bottom: 20px;
  border-bottom: solid 1px #656565;
}

article.show {
 margin: 0 30px 50px 30px;
}

body.blog * span { 
    display: block;
}

section.author { height: 350px; }
section.author img { float: left; display: block; margin-right: 10px; }
section.author p { padding: 0px; }


.blogpost .author, .blogpost .date {  
  font-family: verdana, Arial, Helvetica, Sans-Serif;
  color: #656565;
  font-size: 11px;
  line-height: 15px;
  margin: 5px 0 5px 0;
}

.postbody {  
  font-family: verdana, Arial, Helvetica, Sans-Serif;
  color: #656565;
  font-size: 12px;
  line-height: 15px;
  margin: 5px 0 5px 0;
}

.blogpost .title, .blogpost .title a {
  font-size: 17px;
  font-weight: bold;
  line-height: 17.2667px;
  color: #004276;  
  display: inline-block;
}

.title a, 
.title a:visited, 
.title a:hover,
.title a:link,
.titla a:active {
  color: #004278;
}

.title a:hover { text-decoration: underline; }


.blogpost * .body, .blogpost * .body p {
  font-size: 14px;
  line-height: 21px;
  text-align:  left;
}

.blogpost footer {
  font-weight: bold;
  margin: 15px 0 5px 0;
}

/*
comments
*/

.comment { 
text-align: left;
padding: 10px; 
text-decoration : italic;
font-style: italic;
word-wrap: break-word;

}


.blogpost2 {  
  font-family : Georgia, "Times new roman",roman, Serif;
  margin: 0 30px 50px 0px;
  padding-bottom: 20px;
}

.blogpost2 .author, .blogpost .date {  
  font-family: verdana, Arial, Helvetica, Sans-Serif;
  color: #656565;
  font-size: 11px;
  line-height: 15px;
  margin: 5px 0 5px 0;
}

.blogpost2 .title, .blogpost .title a {
  font-size: 17px;
  font-weight: bold;
  line-height: 17.2667px;
  color: #004276;  
  display: inline-block;
}

.blogpost2 * .body, .blogpost * .body p {
  font-size: 14px;
  line-height: 21px;
  text-align:  left;
}

.blogpost2 footer {
  font-weight: bold;
  margin: 15px 0 5px 0;
}