body 
	{font-family: 'Open Sans', sans-serif;
	}
	
.list-feed li {
	border-bottom:1px solid #eeeeee;
	padding: 5px 0px;
    line-height: 1;
	}
.list-feed li a{
	color:#c0392b
	}	
	

.text-blight{color:#2b6b9b;}
.text-bdark{color:#15396a;}
.text-bwhite{color:#ffffff;}
.text-bclear{color:transparent;}
.text-red{color: #ff0000;}
.text-gray3{color: #333333;}
.text-gray6{color: #666666;}
.text-gray9{color: #999999;}
.bg-blight{background-color:#2b6b9b;}
.bg-bdark{background-color:#15396a;}
.bg-bwhite{background-color:#ffffff;}
.bg-bclear{background-color:transparent;}
.bg-bwhitefade{background-color:#f7f7f7}


.header{background: transparent url(../images/bg-header.jpg) repeat-x top left;}
.headerad {margin:20px;}
.body {padding-top:20px;}
.footer {padding:50px 0px;border-top:1px solid red;margin-top:50px;}

/*Bootstrap overwrite*/

.bg-muted {
  background-color: #efefef;
}
a.bg-muted:hover {
  background-color: #ccc;
}
.label-muted {
  background-color: #efefef;
  color:#333;
}
.label-muted[href]:hover,
.label-muted[href]:focus {
  background-color: #ccc;
  text-decoration:none;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #ccc;
}

.caption a {
  color: #000;
  text-decoration: underline;
}
a {
  color: #333;
  text-decoration: none;
}
  a:hover,
  a:focus {
    color: #843534;
    text-decoration: underline;
  }
  
