
#icons {
	background: #fff;
	text-align: center;
	margin: 0 auto;
}

#icons ul li {
	list-style: none;
	margin: 0;
	display: inline;
	}
#icons img {
	padding: 12px 3px;
	border: 0;
}
#icons a:link, a:visited, a:hover, a:active {
	border: 0;
	text-decoration: none;
}

/* ul li {
	list-style-image: url(https://www.ericsiegmund.com/fireant/images/bullet.gif);
} */

h1, h2, h3, h4, h5  {
	font-family: LDCharmini-Bold, georgia, serif;
}

h1, h2, h3, h4, h5 .asset-name entry-title {
	font-family: LDCharmini-Bold, georgia, serif;
}

h1, h2, h3, h4, h5 .asset-name entry-title a {
	/* font-family: LDCharmini-Bold, georgia, serif; */
	text-decoration: none !important;
}

h1 {font: 18px;
}

acronym[title] {
	cursor: help; 
	border-bottom: 1px dotted gray;
	}

.smaller {
	font-size: smaller;
}
.quote {
	background: #e8e8e8;
	font-family: "myriad-pro-1","myriad-pro-2",sans-serif;
	line-height: 150%;
	margin: 1em 2em;
	padding: 10px 16px;
	border: 1px solid #ccc;
	border-radius: 10px; 
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px; 
	-khtml-border-radius: 10px;
	-moz-box-shadow: 5px 5px 5px #888;
	-webkit-box-shadow: 5px 5px 5px #888;
}

.calloutleft {
	float: left;
	background: #e8e8e8;
	font-family: sans-serif;
	line-height: 150%;
	margin: 1em 2em;
	padding: 10px 16px;
	border: 1px solid #ccc;
	border-radius: 10px; 
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px; 
	-khtml-border-radius: 10px;
	-moz-box-shadow: 5px 5px 5px #888;
	-webkit-box-shadow: 5px 5px 5px #888;
}

.calloutright {
	float: right;
	background: #e8e8e8;
	font-family: sans-serif;
	line-height: 150%;
	margin: 1em 2em;
	padding: 10px 16px;
	border: 1px solid #ccc;
	border-radius: 10px; 
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px; 
	-khtml-border-radius: 10px;
	-moz-box-shadow: 5px 5px 5px #888;
	-webkit-box-shadow: 5px 5px 5px #888;
}

.post img {
	border: 0;
	text-decoration: none;
}
a:link {
	color: #06F;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #06F;
	font-weight: bold;
	text-decoration: none;
}
a:hover, a:focus {
	color:#390;
	font-weight: bold;
	text-decoration: none;
}
a:active {
	color: #06F;
	font-weight: bold;
	text-decoration: none;
}
.bgxmas  {
	background: white url(/fireant/images/mary1.jpg) no-repeat center 50%;
	}
.postswbgimage	{
	font-family: "Trebuchet MS", Arial, sans-serif; 
	color: #666666;
	font-size:1.1em;
	font-weight: bold;
	margin:10px;
	}
	
.blinking {
    animation:blinkingText 1.2s infinite;
}
@keyframes blinkingText{
    0%{     color: red;    }
    49%{    color: red; }
    60%{    color: transparent; }
    99%{    color:transparent;  }
    100%{   color: red;    }
}
