/* Enter Your Custom CSS Here */

#masthead .hgroup {
	padding-top: 10px;
	padding-bottom: 10px;
}

.main-navigation {
	background: #1f68a1;
}

#search-icon #search-icon-icon:hover {
	background-color: #1f68a1;
}

.main-navigation ul li:hover > a {
	background: #333333;
	color: #ffffff;
}

#search-icon #search-icon-icon {
	background-color: #333333;
}

#colophon {
	background: #1f68a1;
}

.widget-area .textwidget {
  border: 1px solid #ccc;
  border-bottom: 4px solid #1e659d;
  box-shadow: 0 2px 5px rgba(0,0,0,0.2);
  padding: 15px;
}

.widget-area .textwidget h2 {
  color: #1E659D;
  font-size: 2em;
  font-weight: normal;
  letter-spacing: normal;
  padding-bottom: 10px;
  display: inline-block;
  margin: 0px;
  line-height: 1em; 
}

.widget-area .textwidget h4 {
  margin: 5px;
}

article.post .entry-header h1.entry-title {
  color: #1E659D;
  border-bottom: 1px solid #1e659d;
  font-size: 2.4em;
  font-weight: normal;
  letter-spacing: normal;
  padding-bottom: 10px;
  display: inline-block;
}

.shadow {
    border-radius: 15px;
}

.main-navigation ul ul li:hover > a {
	background: #1e659d;
}

#theme-attribution {
 	display: none; 
}

.layout-full #colophon {
	padding-top: 10px;
	padding-bottom: 10px;
}

#colophon #theme-attribution, #colophon #site-info {
	margin-top: 15px;
}

#scroll-to-top {
	bottom: 10px;
	padding: 10px;
}

.textwidget td {
  vertical-align: middle;
}

.textwidget a {
	text-decoration: none;
}