

.ListingItem {
		padding: 15px 0px 20px 0px;
}

.ListingItem.firstitem {
		padding: 0px 0px 20px 0px;
}

h1 {
	font: normal 30px 'Museo', 'Trebuchet MS';
}

h1 a{
	background: none;
	color: #1c2124;
	padding: 0px 0px 0px 0px;
	display: block;
	text-transform: uppercase;
	text-decoration: none;
}

h1 a:hover {
	text-decoration: underline;
}

.PostInfos {
	display: block;
	margin: 0px 0px 10px 0px;
	padding: 8px 0px 8px 0px;
	font-size: 11px;
	color: #1c2124;
	font-family: Arial;
	float: left;
	width: 100%;
}

.PostDate {
	background: url(../images/icons/icondate.png);
	background-repeat: no-repeat;
	padding: 3px 15px 3px 23px;
	font-weight: bold;
}


.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 {
	background-color: none;
	color: #4d8264;
}

.PostInfos a:hover {
	background-color: #4D4982;
	color: #FFFFFF;
	text-decoration: none;

}


.HomepageBlog p {
	font: 12px/20px 'Arial', 'Arial';
	text-align: justify;
	color: #000000;
	margin: 0px 0px 8px 0px;
	display: block;
}

.HomepageBlog h1 {
/*	font: normal 22px 'Museo', 'Trebuchet MS';*/
}

.BlogListingThumbnail {
	margin: 5px 0px 0px -5px;
	padding: 0px 0px 0px 11px;
	display: block;
	background: url(../images/thumbnails/homepagebox_thumbnail_l.png) no-repeat;
}

.BlogListingThumbnailContainer {
	padding: 11px 11px 0px 0px;
	display: block;
	height: 100px;
	width: 650px;	
	background: url(../images/thumbnails/homepagebox_thumbnail_r.png) right top no-repeat;
}

.BlogListingThumbnailBottom {
	background: url(../images/thumbnails/homepagebox_thumbnail_l.png) left bottom no-repeat;
	display: block;
	padding: 0px 0px 0px 11px;
	
	margin: 0px 0px 5px -5px;
}

.BlogListingThumbnailBottomContainer {
	background: url(../images/thumbnails/homepagebox_thumbnail_r.png) right bottom no-repeat;
	display: block;
	padding: 0px 11px 11px 0px;
	width: 650px;
}

.BlogListingThumbnail span{
	display: block;
	height: 100px;
	width: 650px;
}


.PhotoGallery {
	float: left;
	width: 710px;
	margin: 0px 0px 0px -18px;
}


.PortfolioMainThumbnail {
	background: url(../images/thumbnails/pd_thumbnail_out_l.png);
	background-repeat: no-repeat;	
	padding: 0px 0px 0px 35px;
	float: left;
	margin: -19px 0px 0px -7px;
}
.PortfolioMainThumbnailContainer {
	background: url(../images/thumbnails/pd_thumbnail_out_r.png) right top no-repeat;
	padding: 32px 35px 0px 0px;
	float: left;
}

.PortfolioMainThumbnail .Content {
	width: 650px;
	height: 200px;
	display: block;
	
	
}

.PortfolioMainThumbnail .Content a {
	background-repeat: no-repeat;	
	width: 650px;
	height: 200px;
	display: block;
	
}

.ArticleImagesContainer {
	padding: 0px 8px 34px 0px;
	float: left;
	background: url(../images/thumbnails/pd_thumbnail_out_r.png);
	background-repeat: no-repeat;
	background-position: right bottom;		
	width: 677px;
}

.ArticleThumbnail {
	width: 650px;
	height: 200px;
	padding: 0px 0px 0px 0px;
	float: left;
	margin: 8px 7px 0px 0px;
}

.ArticleThumbnail .Content {
	width: 650px;
	height: 200px;
	display: block;
}

.ArticleThumbnail .Content a {

	width: 650px;
	height: 200px;
	display: block;
	
}



