#imageSlideshowHolder{

		/* This is a CSS hack in order to get a nice look in IE 5.5 and lower 

		In these versions of Internet Explorer, we need to add borders and padding to the width. In this example, we have a 3 pixel
		border on all sides. This means that the width in IE5.5 should be 606 pixels(600 + border 3px on the left + border 3 px on the right). Height
		should be set to 456 pixels(450 + 3 +3). IE 5.5 will ignore the width attributes below the first line. These will be applied to other browsers.

		*/
		/* CSS HACK */
		width: 950px;	/* IE 5.x */
		width/* */:/**/950px;	/* Other browsers */
		width: /**/950px;
		
		/* CSS HACK */
		height: 100px;	/* IE 5.x */
		height/* */:/**/100px;	/* Other browsers */
		height: /**/100px;
		
		background-color:#ffffff;
		border:0px solid #317082;
		position:relative;	/* Never change this value */
		
	}
	.imageInGallery{		
		width:950px;
		height:100px;
		background-color:#ffffff;
		
		/* Never change these 3 value */
		left:0px;
		top:0px;
		position:absolute;	
	}
	
	
	#imageSlideshowHolder img{
		position:absolute;
	}

.postWrapper {
	padding-bottom: 25px;
}


/** New Home Page **/
.blog_content .postWrapper { width: 140px; float: left; padding-right: 10px;}
.blog_content .postWrapper h2 { font-size: 13px; height: 40px; }
.blog_content .postWrapper h2 a { text-decoration: underline; }
.blog_content .clearer { clear: both; }
.more-link { text-align: right; }
.more-link a { text-decoration: none; }





.postTitle {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DDDDDD;
	margin-bottom: 15px;
	text-align: left;
}
.postTitle h2 {
	font-size: 20px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
.postTitle h3 {
	font-size: 10px;
	margin: 0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}
.postContent {
	padding-bottom: 15px;
	text-align: left;
}
.postDetails {
	font-size: 10px;
	text-align: left;
}
.postBookmarks {
	padding-bottom: 15px;
}
.postBookmarks h4 {
	padding-bottom: 5px;
	font-size: 12px;
	font-weight: bold;
}
.commentWrapper {
	padding-bottom: 15px;
}
.commentContent {
	padding-bottom: 0px;
}
.commentDetails  {
	font-size: 10px;
	padding: 0px;
}
.postError {
	font-size: 16px;
}