# CSS file for Memorial page

/*
 * Page display
 */

/* General */
span	{
	padding:0px;
	margin:none;
	}

.picframe
	{
	border: solid BurlyWood 7px;
	box-shadow: 10px 10px 5px #ccc;
	-moz-box-shadow: 10px 10px 5px #ccc;
	-webkit-box-shadow: 10px 10px 5px #ccc;
	-khtml-box-shadow: 10px 10px 5px #ccc;
	}
.roseline
	{
	background: url("../img/LineRibbon.png") repeat-x left;
	}

a, .vidlink, .doclink, .audlink
	{
	color: DarkBlue;
	text-decoration: none;
	cursor: pointer;
	}
a:hover, .vidlink:hover, .doclink:hover, .audlink:hover
	{
	color: Maroon;
	text-decoration: underline overline;
	}

/* Page 1 - Front page: Ruth and Title */
#row	{
	background: url("../img/Flwr_front.png") no-repeat right top;
	background-size: 25%;
	}
#frcont	{
	position: relative;
	margin-top: auto;
	}
#frtitle
	{
	vertical-align: bottom;
	font-family: Wagner Script;
	}
#frtitle p
	{
	line-height: 3.5em;
	}
#frtitle #location
	{
	line-height: 2.5em;
	}

/* Page 2 - Leura photo and Order of Service */
#p2left	{
	background: url("../img/Flwr_p2.png") no-repeat left top;
	background-size: contain;
	}
#RuthLeura		/* Leura photo */
	{
	display: block;
	max-height: 500px;
	margin-left: auto;
	}
#p2right				/* Order of Service */
	{
	background-color: AliceBlue;
	padding-top: 100px;
	}
#p2right table
	{
	border: 0;
	}
#p2right th
	{
	padding-right: 10px;
	vertical-align: top;
	}
#p2right td
	{
	padding-left: 10px;
	padding-bottom: 5px;
	}

/* Page 3 - back page: Ruth as a child, thanks */
#p3left	{
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	align-content: center;
	}
#morelinks
	{
	font-size: 14pt;
	font-style: italic;
	}
#morelinks span
	{
	padding-top: 20px;
	display: inline-block;
	}

/* Text for some of the video links */
#servicevid, #RuthRivettReception	/* Video link */
	{
	font-size: 14pt;
	font-style: italic;
	display: inline-block;
	margin-top: 10px;
	}

/* End */
