@charset "UTF-8";
/* CSS Document */

#cms_category_wrapper .category_list_view .thumbmember {
	float: left;
	width: 290px;
	min-height: 310px !important;
    height: 310px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 12px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333;
}

#cms_category_wrapper .category_list_view .thumbmember img {
	height: auto !important;
	width: 100px;
	float: left;
	padding-right: 10px;
}

#cms_category_wrapper .category_list_view .thumbmember h2 a {
	color: #333;
	text-decoration: none;
}

#cms_category_wrapper .category_list_view .thumbmember .blog_summary_wrapper {
	width: 290px;
	margin-left: 0px !important;
	min-height:260px;
	height:auto !important;
	height:260px !important;

}
#cms_category_wrapper .category_list_view .thumbmember .blog_summary_wrapper .blog_footer_links {
	padding-bottom: 10px;
	border-top-style: none !important;
	border-right-style: none !important;
	border-bottom-style: none !important;
	border-left-style: none !important;
	position: relative;
	padding-top: 5px;
	
}

#cms_category_wrapper .category_list_view .thumbmember .blog_twitter_link a {
	background-image: none !important;
	float: right;
}
#cms_category_wrapper .category_list_view .author {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #666;
	font-size: 1em;
	text-decoration: none;
	margin-top: 0px;
	margin-bottom: 5px;
	text-align: left;
	line-height: 1.1em;
} 
#cms_category_wrapper .category_list_view .thumbmember .blog_summary_wrapper h2 {
	display: block;
	height: 40px;
	
}
#cms_category_wrapper .category_list_view .thumbmember .blog_summary_content {
  display: block;
  height: 10em;
  overflow: hidden;
}

