#events img {
   float: right;
   margin: 0 0 0 15px;}

a.title {
   font-size: 130%;
}
 
.grecaptcha-badge{display:none;}  

/* ====================== content ========================= */
  
  h1.pageTitle {
	padding: 10px 5px 5px 0px;
	font-size: 30px;
	margin-right: 5px;
	margin-bottom: 5px;
    font-weight: bold;
/*    letter-spacing: 1px; */
	text-align: center;
}
 h1 {
      margin-top: .1em;
      color: #2c6a14;
      font-size: 21px;
      font-weight: bold;
      line-height: 1.2; }
h2 {
      color: #2c6a14;
      font-size: 18px;
      font-weight: bold;
      margin-top: .8em;
      line-height: 1.2; }
h3{
      margin-top: .1em;
      color: #2c6a14;  
      font-size: 16px;
      font-weight: bold;
      line-height: 1.2; }
h4 {
      margin-bottom: .1em;
      font-size: 16px;
      font-weight: bold;
      line-height: 1.2; }
	  
a:link,
a:visited {
	color: #990514;
	font-weight: bold;
	text-decoration: none;
	}

a:hover {
	color: #990514;
	font-weight: bold;
	text-decoration: underline;
	}

.photoPost {
    border: solid 2px #c3c29f; }

.photoRight {
    display: block;
    float: right;
    border: solid 2px #c3c29f;
    margin-left: 20px;
    margin-bottom: 10px; }

.photoCenter {
    display: block;
    border: solid 2px #c3c29f;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 10px; }
	
.photoLeft  {
    display: block;
    float: left;
    border: solid 2px #c3c29f;
    margin-right: 20px;
    margin-bottom: 10px; }
	
.noborder img  {
	border: 0;
}

.imgBorder img {
    border: solid 5px #c3c29f;
}


.photo_credit {
	font-size:80%;
	/* line-height: 0.2;*/
}


.header {
	font-weight: bold;
	font-size: 125%;
	color: #1e7300;
}

.grayHeader {
	font-weight: bold;
	font-size: 115%;
	color: #454532;
}

.blueHeader {
	font-weight: bold;
	font-size: 115%;
	color: #0054a6;
}

.indentPara {
	margin-right: 25px;
	margin-left:25px;
}

.post-navigation {
    display: none;
}

/* Miscellaneous classes for reuse - added by DC*/
.noborder {
	border: 0;}


.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain its child floats */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.clearright { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain its child floats */
	clear:right;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.clearleft { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain its child floats */
	clear:left;
}
.clearboth {
	clear:both;
}

