/*Override background color
body.custom-background { background-color: #F0F0F0; }*/

/* Custom footer style */
#footer {
  text-align:center;
}

#footer ul,
 #footer li {
  display:inline;
}

#fineprint { font-size: 1.0em;  margin-top: 1.0em; }
#footerlinks a { font-size: 1.0em; }
#footerlinks a { margin-right: 43px; }
#footerlinks a:last-child { margin-right: 0; }

/* Add these for custom boxes*/
p.alert {
	background: #ffffa0;
	border: 1px solid #e5e597;
	padding: 5px;
}

p.note {
	background: #f5f5f5;
	border: 1px solid #ddd;
	padding: 5px;
}

p.guestbio {
	background: #e1dfd4 url(images/pattern-light.png);
	border: 1px solid #287241;
  min-height: 190px;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 30px;
  margin-right: 30px;
  padding: 20px;
border-bottom-left-radius: 25px 25px;
border-bottom-right-radius: 25px 25px;
border-top-left-radius: 25px 25px;
border-top-right-radius: 25px 25px;
}

.circular-image img {
               width: 150px;
               height: 150px;
               -webkit-border-radius: 75px;
               -moz-border-radius: 75px;
               -ms-border-radius: 75px;
               -o-border-radius: 75px;
                border-radius: 75px;
		margin: 0rem 1.5rem 1.5rem 0;
}

p.largelink {
   font-size: 1.5em;
   text-align:center;
   font-weight:bold;
}

/* Social Media Icons
------------------------------------------------------------ */

.social-media-icons {
	display: block;
	height: 25px;
	width: 100%;
	margin: 0 0 10px 20px;
	padding: 0;
}

.facebook-button,
.twitter-button,
.gplus-button,
.pinterest-button,
.linkedin-button,
.follow-button {
	float: left;
}

.facebook-button,
.twitter-button {
	width: 100px;
}

.fb-comments, .fb-comments * {
    width:100% !important;
}
/*.fb-like>span { width: 450px !important; }*/
/*.fb_iframe_widget>span { width: 450px !important; }*/
/*.fb-like-box iframe { width: 450px !important; }*/

.gplus-button,
.pinterest-button {
	width: 90px;
}

.linkedin-button {
	width: 115px;
}

.follow-button {
	margin: 10px 0 0;
}

/* Add these for custom optin boxes*/
#optin { background: #fff repeat-x top; border: 3px solid #efefef; padding: 20px 15px; text-align: center }
	#optin p { margin: 8px 0 0 }
	#optin input {
		border-radius: 3px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		box-shadow: 0 2px 2px #ddd;
		-moz-box-shadow: 0 2px 2px #ddd;
		-webkit-box-shadow: 0 2px 2px #ddd
	}
	#optin input[type="text"] {
		border: 1px solid #ccc;
		font-size: 15px;
		margin-bottom: 10px;
		padding: 8px 10px;
		width: 90%
	}
	#optin input.email { background: #fff no-repeat center right }
	#optin input.name { background: #fff no-repeat center right }
	#optin input[type="submit"] {
		background: #287241;
		border: 1px solid #a44913;
		color: #FAFAFA;
		cursor: pointer;
		font-size: 18px;
		font-weight: bold;
		padding: 8px 0;
		text-shadow: -1px -1px #562806;
		width: 100%
	}
	#optin input[type="submit"]:hover { background: #984a23; }

/* Remove the author slug */
.entry-meta {
display: none;
}

/* make the hyperlink text stand out */
.going-green-pro-forest a {
		font-weight: bold;
}

/*Make the block quotes a little more readable */
blockquote, blockquote::before {
	color: #9d9b94;
font-weight: bold;
}

