<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/****************************
 * Shortcode SMOKIN_CSS Styles     *
 ****************************/


.checklist ul {
	margin:10px 0 0 20px;
	list-style:none !important;
}

.checklist ul li {
	padding:0px 5px 5px 30px;
	background: url(../../images/icons/check.png) no-repeat 10px 0%;
}

.blog_post1 {
	clear:left;
	float:left;
	display: block;
	height:50px;
	width:50px;	
	padding: 4px 4px 4px 4px;
	margin-bottom:8px;
	border:solid;
	background-color: #fff;
	border-color: #eee;
	border-width: 1px 2px 2px 1px;
	box-shadow: 3px 3px 4px #000;
}
.blog_post2 {
	float:left;
	display: block;
	width:80px;
	height:35px;
	padding:10px;
	margin: 5px;
}
.blog_post2 a {
	font-size: 11px;
	font-weight: bold;
	font-family: Verdana;
}




.post_date {
	color:#999;
	font-family: Verdana;
	font-size: 11px;
	font-style: italic;
}


ahs_recentpost {
       border: 1px solid #ccc;
       background-color: inherit;
       padding: 15px;
       margin: 0 10px 15px 0;
}
.ahs_recentpost h4 {
       margin: 0;
}

</pre></body></html>