

.ListingItem {
		padding: 15px 0px 20px 0px;
}

.ListingItem.firstitem {
		padding: 0px 0px 20px 0px;
}

h1 {
	font: normal 30px 'PTSans-Caption-Bold', 'PTSans-Caption-Bold';
}

h1 a{
	background: none;
	color: #C7C7C7;
	padding: 0px 0px 0px 0px;
	display: block;
	text-decoration: none;
}

h1 a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

.PostInfos {
	display: block;
	margin: 0px 0px 10px 0px;
	padding: 11px 0px 12px 0px;
	font-size: 11px;
	font-family: Arial;
	float: left;
	width: 100%;
	border-top: 1px dotted #FFFFFF;
	border-bottom: 1px dotted #FFFFFF;
}

.PostDate {
	background: url(../images/icons/icondate.png);
	background-repeat: no-repeat;
	padding: 3px 15px 3px 23px;
	font-weight: bold;
	color: #FFFFFF;
}


.PostComments {
	background: url(../images/icons/iconcomments.png);
	background-repeat: no-repeat;
	padding: 3px 0px 3px 23px;
	margin-right: 15px;
}

.Tags {
	background: url(../images/icons/labelicon.png);
	background-repeat: no-repeat;
	padding: 3px 0px 3px 23px;
	margin-right: 15px;
}

.Categories {
	background: url(../images/icons/iconcategories.png);
	background-repeat: no-repeat;
	padding: 3px 0px 3px 23px;
	margin-right: 15px;

}

.PostInfos a {
	color: #FFFFFF;
}

.PostInfos a:hover {
	background-color: #FFFFFF;
	color: #C7C7C7;
	text-decoration: none;

}


.HomepageBlog p {
	font: 12px/20px 'Arial', 'Arial';
	text-align: justify;
	color: #FFFFFF;
	margin: 0px 0px 8px 0px;
	display: block;
}

.HomepageBlog h1 {
/*	font: normal 22px 'PTSans-Caption-Bold', 'PTSans-Caption-Bold';*/
}

.BlogListingThumbnail {
	margin: 5px 0px 0px -5px;
	padding: 0px 0px 0px 11px;
	display: block;
	background: url(../images/thumbnails/black/homepagebox_thumbnail_l_50.png) no-repeat;
	float: left;
}

.BlogListingThumbnailContainer {
	padding: 11px 11px 0px 0px;
	display: block;
	height: 100px;
	width: 650px;	
	background: url(../images/thumbnails/black/homepagebox_thumbnail_r_50.png) right top no-repeat;
}

.BlogListingThumbnailBottom {
	background: url(../images/thumbnails/black/homepagebox_thumbnail_l_50.png) left bottom no-repeat;
	display: block;
	padding: 0px 0px 0px 11px;
	float: left;
	margin: 0px 0px 5px -5px;
}

.BlogListingThumbnailBottomContainer {
	background: url(../images/thumbnails/black/homepagebox_thumbnail_r_50.png) right bottom no-repeat;
	display: block;
	padding: 0px 11px 11px 0px;
	width: 650px;
	*height: 1px;
}


.hover .BlogListingThumbnail {
	background: url(../images/thumbnails/white/homepagebox_thumbnail_l_20.png) no-repeat;
}

.hover .BlogListingThumbnailContainer {
	background: url(../images/thumbnails/white/homepagebox_thumbnail_r_20.png) right top no-repeat;
}

.hover .BlogListingThumbnailBottom {
	background: url(../images/thumbnails/white/homepagebox_thumbnail_l_20.png) left bottom no-repeat;
}

.hover .BlogListingThumbnailBottomContainer {
	background: url(../images/thumbnails/white/homepagebox_thumbnail_r_20.png) right bottom no-repeat;
}




.THH {
	position: absolute;
	display: block;
	margin: 16px 0px 0px 6px;
}

.THH span{
	display: block;
	height: 100px;
	width: 650px;
}




