/* ----------
				Table of Contents
				
				0.0		Reset
				1.0		General Styling
				2.0		Main Structure
				3.0		Site Return links
				4.0		Content Areas
					4.1		Main Photo
					4.2		Content Container
					4.3		Memorial Subject & Date Information
					4.4		Funeral Arrangements & Misc Sidebar
					4.5		Main Content
						4.5.1		Main Memorial Copy
						4.5.2		Messages
						4.5.3		Send Message
						4.5.4		Footer
				5.0		Navigation
				x.x		Redundant Elements
---------- */

/* ----------
				0.0		Reset
---------- */
a {
	color: #b5bd9a;
	}

/* ----------
					4.1		Main Photo
---------- */
/*.photo img {*/
.photo span {
	display: block;
	margin: 17px 46px 37px 22px;
	/*margin: 0 0 -20px;*/
	background-repeat: no-repeat;
	background-position: top left;
	}
	
	
/* ----------
				4.3		Memorial Subject & Date Information
---------- */
#pageTitle {
	color: #c0cfd6;
	}
	
#wrapperPageTitle h1 {
	color: #acb4be;
	}
	
	
/* ----------
					4.4		Funeral Arrangements & Misc Sidebar
---------- */
.specialMessage, .epitaph-author {
	color: #e0b3b3;
	}
	
	
/* ----------
						4.5.1		Main Memorial Copy
---------- */
#bodyIntro, #bodyMain {
	color: #a2c4cd;
	}
	
	
/* ----------
						4.5.2		Messages
---------- */
#messages h3, #wrapperFuneralArrangements h2, .pageTitle {
	color: #d9a7a7;
	}
	
#messages li, #funeralArrangements li {
	border-bottom-color: #e3dfda;
	}
	
#messages .date, #funeralArrangements h3 {
	color: #b5c6c9;
	}
	
#messages .message, #funeralArrangements .date, #funeralArrangements .venue, #funeralArrangements .address {
	color: #787878;
	}
	
	
/* ----------
						4.5.4		Footer
---------- */
.contentBase {
	clear: both;
	background-position: bottom;
	background-repeat: no-repeat;
	position: relative;
	}
	
	.contentBase img {
		position: absolute;
		left: 0;
		top: -151px;
		padding: 176px 100px 0 30px;
		background-position: top left;
		background-repeat: no-repeat;
		z-index: 29;
		}
