body {
}
.postimage,
.postimage img {
	width: 100px;
	height: 100px;
}

div.postimage-title
{
 	text-align: center;
	width: 100%;
	word-wrap: break-word;
    	width:100px;
	height: 40px;
	font-size: 12px;
}
div.postimage-title a
{
    
    text-decoration: none;
    display: block;
}

.griditem
{
    /*width: 150px;*/
    height: 150px;
     
}
.griditemleft {
	float: left;
	margin: 10px;
}

/*2.0 Enable center thumbnail grid*/
.thumbnailblock
{
    width: 100%;
    text-align: center;
    clear:both;
    display: block;
}
.thumbnailgridcontainer
{
    display: inline-block;
}
.thumbnailgridcontainer:after, .thumbnailgridcontainer:before, .thumbnailblock:after { content: "."; visibility: hidden; display: block; clear: both; height: 0; font-size: 0; }

