/* CSS Document */

.itemFullText,.itemListView {
    max-width: 1400px;
    margin: 0 auto !important;
    padding: 1%!important;
    font-size: 16px;
    line-height: 200%;
}
h4 {
    font-size: 22px;
}
h5 {
    font-size: 18px;
    line-height: 200%;
    background: #f2f2f2;
    width: 80%;
    padding: 1%;
}
.newsimg {
    display: block;
    margin: 11px auto 100px;
}
.itemImageBlock {
    background-image: url(/images/topbanner.jpg)!important;
}
.itemDateCreated{
    display: block;
    float: none;
    height: 50px;
    background: #4c4c4c30;
    text-align: center;
    line-height: 50px;
    font-size: 16px;
    width: 30%;
    margin: 0 auto;
    margin-top: -5%;
}
	div.catItemHeader h3.catItemTitle {
    padding: 10px 0 10px 0;
    margin: 0;
    width: 100%;
    display: block;
    text-align: center;
    background-color: #dddddd;
}
span.catItemImage img {
    height: 280px!important;
}
@media (max-width: 500px) {
	.itemDateCreated {
    width: 100%;
    margin-top: 0%;
}
	div.catItemImageBlock {
    margin: 0px;
}
	div.catItemView {
    margin-bottom: 0px;
}
	span.catItemImage img {
    height: auto!important;
}
	.itemTitle {
    text-align: center;
    width: 100%;
    text-indent: -1em;
    line-height: 200%;
    margin-top: 70px;
}

}