.clear{
  clear: both;
}
/* blog */
#blog-container h1, h2, h3{ 
  font-weight: normal;
  padding: 3px 0px;
}
#blog-container{
  width:950px;
  margin:10px auto;
}
#blog-container a{
  color: #000;
}
#blog-left{
  width:200px;
  float:left;
}
#blog-right{
  padding: 15px;
  padding-top: 5px !important;
  width: 700px;
  float:right;
  background: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0px 0px 5px 0px #777;
  -moz-box-shadow: 0px 0px 5px 0px #777;
  -o-box-shadow: 0px 0px 5px 0px #777;
  box-shadow: 0px 0px 5px 0px #777;
}


.blog-side-container{
  margin-bottom:20px;
  background: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0px 0px 5px 0px #777;
  -moz-box-shadow: 0px 0px 5px 0px #777;
  -o-box-shadow: 0px 0px 5px 0px #777;
  box-shadow: 0px 0px 5px 0px #777;

}


.blog-side-content h2{
  background: #20486b;
  width: 100%;
  padding: 8px 10px;
  font-weight: normal;
  color: #fff;
  display: block;
  font-size: 15px;
}
.blog-side-content ul{
  margin-left:0px;
  list-style: square;
  margin-top: 10px;
  padding: 0px 30px;

}
.blog-side-content ul li{
  margin-bottom:5px;
}
.blog-side-content ul li a{
  font-size: 13px;
  text-decoration: none;
  color: #000;
}
.blog-side-content{
  padding:5px;
}
.blog-side-content h3{
  margin: 0px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  padding: 8px 7px;
  font-size: 16px;
  background:  #931818;
  color: #fff;
  font-weight: normal;
  text-transform: uppercase;

}

.blogpost-container{
  padding:5px 0px;
  margin-top: 5px;
  border-bottom:1px solid #eee;
  position: relative;
  padding-top: 3px;
  margin-top: 0px;
}
.blogpost-container a{
  text-decoration: none;
}
.blogpost-container a:hover{
  text-decoration: underline;
}
.blogpost-title{
  color:#000; 
  font-style: normal;
  font-weight: normal;
  font-size:1.6em; 
  width: 530px;
  margin:5px 0px;
}

.blogpost-title a{
  color: #931818 !important;
  font-size: 19px !important;
}
.blogpost-date{
  font-size:11px;
  color:#777;
}
.blogpost-content{
  font-size: 13px;
}
.blogpost-content p{
  padding: 5px 0px;
}
#blogpost-comments-form{
  width: 470px;
  margin:5px 0px;
}
.blog-post-comments{
  float:right;
  font-size:14px;
  color:#555;
  padding: 5px 0px;
}

.blogpost-comments{

}
#comments-table{
  width:100%;
}
#comments-table td{
  margin-bottom:10px;
  border-bottom:1px dashed #cccccc;
  padding:5px;
  vertical-align:top;
}
.blogpost-comments-title{
  font-size:18px;
  color:#000;
  margin-bottom:10px;
  border-bottom: 1px dashed #ccc;
  font-weight: normal;
}

.blogpost-comments-container{
  border-bottom:1px solid #ccc;
}
.blogpost-comments-poster{
  width:90px;
  height:90px;
  float:left;
  text-align: center;
  border-right:1px solid #ccc;
  font-size:16px;
}
.blogpost-comments-comment{
  float:left;
  text-indent:10px;
  margin-left:10px;
}
.blogpost-bottom{
  margin:10px auto;
}
.commentrow{
  margin-bottom:20px;
}
.comment-label {
  display: block;
  width: 100px;
  float: left;
  background: #eee;
  padding: 4px;
  font-size:15px;
}

.comment-form {
  display: block;
}
.comment-form input[type="text"] {
  width: 300px;
  margin: 0px;
  border: 1px solid #ccc;
  padding:5px 5px;
}

.comment-form textarea {
  width: 400px;
  height: 150px;
  margin: 0px;
  border: 1px solid #ccc;
  padding:5px 5px;}

.blogpost-leave-comment{
  position: absolute;
  right: 0px;
  top: 13px;
  font-size: 11px;
  text-decoration: none;
}
#blogpost-comments-form input[type="submit"] {
  border: 0;
  float: right;
  background-color:#931818;
  color: #FFF;
  font-weight: normal;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  padding:10px 15px;
  font-size: 17px;
}
.blogpost-readmore{
    float: left;
}
.blogpost-readmore a{
  background-color:#931818;
  color: #FFF !important;
  font-weight: normal;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  display: block;
  width: 100px;

  text-align: center;
  padding: 5px 0px;
}
div.pagination {
  padding: 3px;
  margin: 3px;
}

div.pagination a {
  padding: 2px 5px 2px 5px;
  margin: 2px;
  border: 1px solid #76C9AF;
  text-decoration: none; /* no underline */

}
div.pagination a:hover, div.pagination a:active {
  border: 1px solid #000;

}
div.pagination span.current {
  padding: 2px 5px 2px 5px;
  margin: 2px;
    
    font-weight: bold;
    background-color: #931818;
    color:#fff;
    
  }
  div.pagination span.disabled {
    padding: 2px 5px 2px 5px;
    margin: 2px;
    border: 1px solid #EEE;
  
  }
  .template-content-wrapper h2{
	  font-weight:bold;
  }
/* blog end */