/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Oct 8, 2020, 3:52:00 PM
    Author     : ben
*/

.b-search{
	position: relative;
	border: 1px solid #EEE;
	padding: 0.5em 0;
	background: #fff;
}
.b-search input[type="text"]{
	width: 80%;
	outline: none;
	padding: 0em 0.6em;
	font-size: 1em;
	color: #999;
	position: relative;
	border: none;
}
.b-search input[type="submit"]{
	background: url(../images/search-icon.png) no-repeat 0px 2px;
	border: none;
	height: 26px;
	width: 26px;
	display: inline-block;
	position: absolute;
	outline: none;
	cursor: pointer;
	top: 6px;
	right: 2px;
}
.blog-grids {
  padding: 1em 0;
  border-bottom: 1px dotted #000;
}
.blog-grid-left {
  float: left;
  width: 25%;
}
.blog-grid-right {
  float: left;
  width: 66%;
  margin-left: 1em;
}
.blog-grid-right h4 a {
  color: #26313b;
  font-size: 0.85em;
  margin: 0 0 .5em 0;
  font-weight: 700;
  text-decoration: none;
  SAVEfont-family: 'Libre Baskerville', serif;
}
.blog-grid-right h4 a:hover{
  colorSAVE: #ff7f27;
  color: #00277f;
}
.blog-grid-right h4{
  margin: 0;
}
.blo-top {
  padding: 1em 1em;
  border: 1px solid #D8DADC;
  margin: 1em 0;
}
.blog-grid-right p {
  color: #302e2e;
  font-size: 0.9em;
  margin: 0.3em 0 0;
  line-height: 1.5em;
  font-weight: 400;
}
.blo-top li {
  display: block;
  line-height: 2em;
  border-bottom:1px dotted #302e2e;
}
.blo-top li a {
  color: #302e2e;
  font-size: 1.1em;
  line-height: 2.8em;
  padding: 1em;
  text-decoration: none;
}
.blo-top li a:hover{
	color:#00277f;
}
.bann-left h3 {
  background: #00277f;
  color: #fff;
  padding: 0.5em 1em;
  margin: 1.5em 0 0;
  font-size: 1.3em;
  SAVEfont-family: 'Libre Baskerville', serif;
}
.blo-top form input[type="text"] {
  width: 100%;
  color: #898888;
  outline: none;
  font-size: 16px;
  padding: .5em;
  border: 1px solid #eee;
  -webkit-appearance: none;
}
.blo-top form input[type="submit"] {
  background: #26313b;
  padding: .3em 1em;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  display: block;
  outline: none;
  border: none;
  width: 100%;
}
.blo-top form input[type="submit"]:hover{
	background:#00277f;
}