body{
	background-image: url(bg_blue.jpg);
}
.list-group-item-comments h6{
  color: #265e8a;
}
.list-group-item-comments:hover span{
	background-color: #4a92cc;
}
.footer .badge{
	background-color: #405D75;
}

.form-control:focus, .uneditable-input:focus {   
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
		box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}

.footer .panel-primary > .panel-heading{
	background-image: none;
	background-color: rgb(41, 78, 131);
	border-color: #344473;
	background-image: linear-gradient(to bottom, #1E4C74 0px, #132E49 100%);
}

a{
	color: #337AB7;
}
.comment > div{
	color: #46759C;
}
.list-group-item-comments span{
	background-color: #337ab7;
}
#sitecoments .media-left span{
  background-color: #89C2D5;
}
.jumbotron{
	border: 4px solid #5A99CF;
}
.panel-default>.panel-heading{
	/*background-image: linear-gradient(to bottom,#B4D6F4 0,#E4F6FF 100%);*/
}