/*
Theme Name:   TBE
Description:  Pressroom Child Theme
Template:     pressroom
Version:      1.0
Text Domain:  pressroom
*/
.header_container
{
	background: #023454;
}
.header
{
	width: 1085px;
}
.small .header .logo
{
	float: none;
	display: table-cell;
	vertical-align: middle;
	width: 325px;
}
.small .header .header_top_right_sidebar_container
{
	float: none;
	display: table-cell;
	vertical-align: middle;
	width: 728px;
	padding-left: 32px;
}
.vertical_align_table
{
	width: 100%;
	display: table;
}
.blog.micro .post
{
	width: 100%;
	margin-top: 0;
}
.blog.micro .post::after
{
	content: "";
	display: block;
	width: 80%;
	margin: 30px auto;
	height: 1px;
	background: #E9E9E9;
}
.blog.micro .post
{
	font-size: 14px;
}
.blog.micro .read_more
{
	margin-top: 10px;
}
.blog.micro .post_details
{	
	clear: both;
	float: none;
	margin-top: 5px;
	padding-top: 5px;
}
.blog.micro .post_details a
{
	color: #ED1C24;
}
.blog.micro .post_details li.detail
{
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: left center;
	border: none;
	padding: 0 0 0 10px;
	margin-right: 20px;
	margin-bottom: 5px;
	font-size: 12px;
	font-weight: bold;
	color: #7C7C7C;
}
.blog.micro .post .post_content p:first-child
{
	padding-top: 0;
	margin-top: 0;
}
.detail.more_ico
{
	background-image: url("../pressroom/images/icons/other/bullet_style_2.png");
}
