div.comments_header {
  border-bottom: 1px solid #c6c6c6;
  height: 25px;
  position: relative;
}

div.comments_header p.count {
  font-size: 16px;
  font-weight: bold;
  margin: 0;
  display: block;
  float: left;
}

div.comments_header ul.comment_tabs {
  list-style: none;
  display: block;
  float: right;
}

div.comments_header ul.comment_tabs li {
  display: block;
  float: left;
}

div.comments_header ul.comment_tabs li a {
  padding: 8px 10px;
  margin: 0 0 0 5px;
  text-decoration: none; 
  font-size: 12px;   
}

div.comments_header ul.comment_tabs li a.selected, div.comments_header ul.comment_tabs li a:hover {
  border-color: #0c2e81 #c6c6c6 #ffffff;
  border-width: 2px 1px 1px;
  border-style: solid;
  padding: 7px 9px;
}


ul.comments {
  list-style: none;
  margin: 15px 40px 0 0px;
}

ul.comments li {
  margin-bottom: 25px;
  padding-bottom: 25px;
  padding-left: 50px;
  //border-bottom: 1px solid #c6c6c6;
  position: relative;
}

ul.comments div.comment {
}

ul.comments div.meta {
  font-size: 12px;
}

ul.comments div.meta p {
  margin: 0;
}

ul.comments div.meta p.votes {
  display: block;
  float: left;
}


ul.comments div.vote {
  width: 40px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;  
}

ul.comments div.vote span.vote_result {
  font-weight: bold;
  font-size: 15px;
  margin: 5px 0;
  display: inline-block;
}

ul.comments div.vote a.vote {
  display: block;
  text-indent: -9999px;
  text-decoration: none;
  opacity: 0.5;
  width: 0;
  height: 0;
  margin: 0 0 0 10px;
  border-style: solid;    
}

ul.comments div.vote a.vote:hover {
  opacity: 1;
}

ul.comments div.vote a.vote.up {
  border-width: 0 10px 14px 10px;
  border-color: transparent transparent #48bd00 transparent;
}

ul.comments div.vote a.vote.down {
  border-width: 14px 10px 0 10px;
  border-color: #bd0000 transparent transparent transparent;
}

ul.comments div.comment {

}

ul.comments div.meta {
  position: relative;
}

ul.comments div.meta p.user_info {
  display: block;
  float: right;
  position: relative;
}

ul.comments div.meta p.user_info img.user {
  width: 30px;
  height: 30px;
  border-radius: 50px;
  position: absolute;
  top: 0;
  left: -40px;
}

ul.comments div.meta p.user_info span.user {
  display: block;
  clear: both;
}

ul.comments div.meta p.user_info span.user a {
  text-decoration: none;
}

ul.comments div.meta p.user_info span.user a:hover {
  text-decoration: underline;
}

ul.comments div.meta p.tools {
  position: absolute;  
  display: block;
  left: 0;
  bottom: -5px;
}

ul.comments div.meta p.tools a {
  text-decoration: none;
  margin-right: 10px;
  color: #ccc;
}

ul.comments li:hover div.meta p.tools a, ul.comments ul.comments li:hover span.tools a {
  color: #999;
}

ul.comments li:hover div.meta p.tools a:hover {
  color: #0c2e81;
  text-decoration: underline;
}

ul.comments ul.comments span.tools {
  margin-left: 10px;
}

ul.comments ul.comments span.tools a {
  text-decoration: none;
  color: #ccc;  
  margin-right: 5px;
}

ul.comments ul.comments li:hover span.tools a {
  color: #999; 
}

ul.comments ul.comments li:hover span.tools a:hover {
  color: #0c2e81;
} 

ul.comments ul.comments {
  border-top: 1px solid #d5d5d5;
  margin-right: 0;  
  margin-bottom: 5px;  
}

ul.comments ul.comments li {
  margin-left: 40px;
  padding-left: 0;
  padding-top: 10px;
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 1px solid #d5d5d5;
}

ul.comments ul.comments li:last-child {
  border-bottom: 0;
}

ul.comments ul.comments li div.comment {
  display: inline-block;
}

ul.comments ul.comments li p {
  font-size: 12px;
  color: #555555;
}

ul.comments ul.comments li span.meta {
  display: block;
  text-align: right;
}

ul.comments ul.comments li span.user {
  font-size: 12px;
}

ul.comments ul.comments li span.user a {
  text-decoration: none;
}

ul.comments ul.comments li span.user a:hover {
  text-decoration: underline;
}
/*
ul.comments ul.comments li span.user:before {
  content: '–';
  display: inline-block;
  margin: 0 6px;
}
*/

ul.comments ul.comments li span.date {
  font-size: 11px;
  color: #acacac;
}

ul.comments p.add_comment {
  border-top: 1px solid #d5d5d5;
  margin: 10px 0 0 0;
  padding: 2px 0 0 2px;
}

ul.comments p.add_comment a {
  font-size: 12px;
  text-decoration: none;
}

ul.comments p.add_comment a:hover {
  text-decoration: underline;
}


form.comment {
  margin-top: 40px;
}

form.comment p.title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 24px;
}

form.comment p.respond {
  font-style: italic;
  padding-bottom: 10px;
  padding-left: 10px;
  margin-left: 10px;
  margin-bottom: 10px;
  border-left: 1px solid #d5d5d5;
  color: #555555;
}


div.col-container{
  *zoom:1;
}

div.col-container:before, div.col-container:after{
  display:table;
  content:"";
}

div.col-container:after {
  clear: both;
}

div.col-container div.col {
  float: left;
  width: 47.5%;
}

div.col-container div.col.left {

}

div.col-container div.col.right {
  margin-left: 5%;
}





ul.last_comments {
  list-style: none;
  margin: 0;
}


ul.last_comments li {  
  margin: 5px 0 12px 0;  
}

ul.last_comments li a {
  text-decoration: none;
  font-size: 15px;  
}

ul.last_comments li a {
  line-height: 15px;
}

ul.last_comments li a:hover {
  text-decoration: underline;
} 

ul.last_comments li a span.date {
  font-size: 11px;  
  color: #999;  
}

ul.last_comments li a span.post_title {
	font-family:"pf_beausans_pro_thinregular", arial;
  font-size: 14px;
  display: block;
	color:#0c2e81;
}
ul.last_comments li a:hover {
	color:inherit;
	text-decoration:none;
	
}
ul.last_comments li a span.text {
  font-size: 11px;
  color: #3f3f40;  
}

ul.last_comments li a span.date {
  display: block;
}

ul.last_comments li a:hover span.post_title {
  text-decoration: underline;
}