/*--------------------------------------------------*/
/* Fun stuff                                        */

	/*--------------------------------------------------*/
	/* Item                                             */

		#pInspirationFunStuff .intro {
			min-height: 6.5em;
			height: auto !important;
			height: 6.5em; /* IE5+6 Win: Treats height as min-height, and does not understand the !important rule */
		}

		#pInspirationFunStuff .item {
			color: #FFF;
			font-size: 0.9em;
		}

		#pInspirationFunStuff .item .image {
			width: 140px;
			float: left;
			margin-left: -10px; /* IE5+6 Win: cannot apply negative margin on .item */
			position: relative; /* IE5+6 Win: hides the left hand edge of the image */
		}

		#pInspirationFunStuff .item.last .image {
			margin-bottom: 0;
		}

		#pInspirationFunStuff .item .image img {
			display: block;
		}

		#pInspirationFunStuff .item .details {
			margin-right: -10px;
			margin-bottom: 10px;
			width: 70px;
			float: left;
		}

		#pInspirationFunStuff .item .details h3,
		#pInspirationFunStuff .item .details p {
			margin: 0;
		}

		#pInspirationFunStuff .item .details h3.new {
			margin-top: 15px;
		}

		#pInspirationFunStuff #pageContent .item .details p a {
			text-decoration: underline;
		}

	/*--------------------------------------------------*/
	/* Verse of the day                                 */

		#pInspirationFunStuff #pageContent #verse a {
			text-decoration: underline;
		}

/*--------------------------------------------------*/
/* Diary                                            */

	#pInspirationDiary .event {
		margin-bottom: 10px;
	}

	#pInspirationDiary .event h3 {
		margin-bottom: 0;
	}

	#pInspirationDiary .event p {
		margin: 0 0 0 15px;
	}
