/*---------- Blog ----------*/
.blogPostDate {
display: block;
color: #4a4a4a;
font-size: 12px;
font-weight: bold;
font-style: italic;
}
.blogPostTitle {
margin-top: 0;
display: block;
font-size: 24px;
/* font-weight: bold; */
line-height: 1.3em;
/* font-family: Georgia, Times, 'Times New Roman', serif; */
}
.blogPostTitle a {
color: #c9c9c9;
text-decoration: none;
-webkit-transition-duration: .25s;
}
.blogPostTitle a:hover {
color: #0f9ea3;
-webkit-transition-duration: .25s;
}
.blogPostContent {
margin-bottom: 40px;
display: block;
max-height: 252px;
overflow: hidden;
}
/*
.blogPostContent:after {
content: 'Read More';
display: block;
}
*/

.post {
margin-bottom: 60px;
}
.postMeta {
font-size: 12px;
}
.blogSideStuff {
float: right;
background-color: black;
margin: 0 0 50px 50px;
padding: 20px 0 20px 20px;
border-left: 1px solid #000;
border-bottom: 1px solid #1a1a1a;
background-image: url(../img/bg.jpg);
background-position: -840px -30px;
width: 225px;
overflow: hidden;
}
.blogSearchForm {
margin-bottom: 20px;
}
.blogSideStuff h3 {
color: #666;
}
.blogSideStuff ul {
list-style-type: none;
font-size: 12px;
padding-right: 0;
margin-right: 0;
}
.sidebarPostTitle {
height: 21px;
overflow: hidden;
}
.comment {
margin-bottom: 20px;
}
.commentMeta {
/* color: #ddd; */
font-weight: bold;
}
.blogArchive li a {

}