#archive-list{margin-top:10px;}

#latest-blog {
	background-image:url(/images/backgrounds/blog-overlay.png);
	width:870px;
	height:75px;
	margin-bottom:10px;
	padding:10px 10px 10px 20px;
}
#latest-blog .title {
	color:#f15a29;
	font-size:18px;
	margin-bottom:5px;
}
#latest-blog .info {
	width:550px;
	float:left;
}
#latest-blog .readmore {
	float:left;
	margin-left:265px;
	margin-top:10px;
}
.full-blog .title {
	font-size:17px;
	color:#f1592a;
	margin-bottom:10px;
	font-weight:bold;
}
.full-blog .created {
	font-size:12px;
	margin-bottom:10px;
}
.full-blog img {
	max-width:100px;
	margin-right: 15px;
	margin-bottom:15px;
}
.full-blog .author {
	font-size:12px;
	color:#f1592a;
}
.full-blog .story {
	margin-bottom:15px;
}
.blog-comments .paginate_active,
.blog-comments .paginate {
	float:left;
	background-image:url(/images/backgrounds/pagination.png);
	height:19px;
	margin-right:3px;
	padding-top:3px;
	text-align:center;
	width:22px;
	
}
.blog-comments .paginate_active {
	background-image:url(/images/backgrounds/pagination-active.png);
	color:#fff;
}
.blog-comments .paginate a {
	color:#f1592a;
}
.blog-comments #pagination {
	float:right;
}
.blog-comments .comment {
	border-bottom: 1px solid #f1592a;
	margin:10px 0;
	padding-bottom:20px;
}
.blog-comments .thumbs img {
	float:none;
	height:22px;
	margin:0;
	vertical-align:middle;
}
.blog-comments .thumbs {
	float:right;
}

.blog-attach-image img{
background-color:orange;;
max-height:150px;

margin-bottom:10px;
*height:expression(this.width>150?150:true);
}
