img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}
h1{font-size: 150%;}
h4{font-size: 120%;}
h2{font-size: 120%;}
p a {color: rgb(87,126,151);text-decoration:none;}
p a:hover {color: rgb(87,126,151);text-decoration:underline;}
p {line-height: 150%}
li a {text-decoration: none;}
li a:hover {text-decoration: underline;}
.facebook_page-avatar {
	}

.widget-area ul li {
	list-style-type: none;
}

.fbf_facebook_page_widget li{
	border: 1px solid #dbdbdb;
	margin-bottom: 10px;
	padding: 10px;
	width: 280px;
}
.fbf_facebook_page_widget li h4{
width: 270px;
text-align: left;
}
div.fbf_desc{
width: 270px;
}
div.fbf_desc a img{
}
div.fbf_desc{
text-align: left;
line-height: 1.5em;
font-size: .8em;}
.fbf_facebook_page_widget li span.facebook_page-timestamp{
display: block;
margin-bottom: 5px;
}

/* Hide the homepage title */
.home h1 {
  display: none !important;
}

/* Stronger override to expand page layout */
body.home #page {
  width: 95% !important;
  max-width: 95% !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
}

/* Center footer widget blocks horizontally */
.footer-widget-area, #footer .widget {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
}

/* Ensure each widget block behaves like a centered column */
#footer .widget {
  max-width: 100%;
  float: none !important;
}
