/* ALIGN classes
-------------------------------------------------------------- */

.alignleft{
	float: left;
	margin: 0px 20px 20px 0px;
}

.alignright{
	float: right;
	margin: 0px 0px 20px 20px;
}




/* IMG classes
-------------------------------------------------------------- */

.HCimg{
		margin-top: 20px;
}


.imgCornerTop{
	background: url(../assets/styling/img_top_corner.png) no-repeat scroll 0px 0px;
	height: 155px;
	width: 155px;
	z-index: 100;
	position: absolute;
	left: -7px;
	top: -5px;
}

.imgCornerBot{
	background: url(../assets/styling/img_bottom_corner.png) no-repeat scroll 10px 10px;
	height: 175px;
	width: 175px;
	position: absolute;
	right: -19px;
	bottom: -11px;
	z-index: 200;
}

* html .imgCornerBot{
	background: url(../assets/styling/img_bottom_corner.png) no-repeat scroll 10px 10px;
	height: 175px;
	width: 175px;
	position: absolute;
	right: -29px;
	bottom: -23px;
	z-index: 200;
}

.photoShadow{
	background: url(../assets/styling/photoShadow.png) no-repeat scroll 0px 0px;
	width: 132px;
	height: 89px;
	position: absolute;
	left: -7px;
	bottom: -1px;
}

* html .photoShadow{
	background: url(../assets/styling/photoShadow.png) no-repeat scroll 0px 0px;
	width: 132px;
	height: 89px;
	position: absolute;
	left: -7px;
	bottom: -3px;
}


.wp-caption-text{
	background: url(../assets/common/black_20percent.png) repeat scroll 0px 0px;
	position: absolute;
	left: 0px;
	bottom: 4px;
	z-index: 5;
	clear: both;
}

* html .wp-caption-text{
	background: none;
	position: absolute;
	left: 0px;
	bottom: 4px;
	z-index: 5;
	clear: both;
}



.wp-caption-text p{
	font-size: 140%;
	padding: 6px 30px 6px 10px;
	margin: 0px;
	line-height: 1;
}


