/* http://css-discuss.incutio.com/?page=CenteringBlockElement */
/*
.hdr{
	position: relative;
	width: 100%;
	color: #4b6c5b;
	text-align: center;
}

.hdr h2{
	position: absolute;
	top: -0.3em;
	left: 0px;
	right: 0px;
	width: 13em;
	margin-left: auto;
	margin-right: auto;
}*/

/*#templatemo_content {
	float: none;
	width: 100%;
}*/

.post_box {
    margin-bottom: 2em;
    padding-bottom: 2em;
    border-bottom: 1px solid #0d3bb3;
}
.post_box_last { border-bottom: none; }

.posters ul{
	list-style: none;
	margin: 0px;
	margin-left: 14em;		/* indent of poster rows */
	padding: 0px;
}

.posters h3{
	clear: both;
	float: left;
	width: 7em;             /* size of company text */
	text-align: right;
	margin-top: 0.75em;
}

@media only screen and (max-width: 480px){
    .posters h3{ float: none; width: auto; text-align: left; }
	.posters ul{ margin-left: 0; }
}

.posters li{
	float: left;
	width: 8.75em;
	height: 11.475em;
	text-align: center;
	padding: 1em 8px;
}

.posters li img{
	width: 6.25em;
	height: 9.375em;
	padding: 5px;
	border: 1px solid #112151;
	background: #050e2a;
	display: inline-block;
}

.posters li .caption{
	display: block;
	line-height: 1.1em;
}
