/********************************/
/* Wedding Bliss: Brenda & Ryan */
/* Typography Stylesheet		*/

/********************************/
/* General Formatting			*/
body {
	font-family: Georgia, "Times New Roman", Times, serif;
}

/********************************/
/* Header						*/

/********************************/
/* Content						*/

#content h2 {
	font-size: 1.50em;
}
#content h3 {
	font-size: 1.30em;
}
#content p {
	font-size: 0.89em;
	line-height: 1.80em;
}
#content p.sig, #content.home p.sig, #content.rsvp p.sig {
	font-size: 1.80em;
	font-style: normal;
	font-weight: bold;
	letter-spacing: normal;
	line-height: 2.50em;
}
#content p.sig span {
	font-size: 2.00em;
	line-height: 1.00em;
}
#content p.sig a {
	text-decoration: none;
}
#content em {
	font-style: italic;
}

	/* Home */
	#content.home p {
		font-size: 1.25em;
		line-height: 2.50em;
	}
	
	/* RSVP */
	#content.rsvp p {
		font-size: 1.20em;
		letter-spacing: 0.05em;
	}
	#content.rsvp p.bigger {
		font-size: 1.30em;
		font-weight: bold;
	}
	#form_rsvp {
		font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	#form_rsvp label {
		font-size: 0.80em;
		font-weight: bold;
	}
	#form_rsvp input, #form_rsvp select {
		font-size: 1.00em;
		font-weight: bold;
		letter-spacing: 0.075em;
	}
	#form_rsvp .reqtxt, #form_rsvp .emailreqtxt {
		font-size: 0.60em;
	}
	#form_rsvp .cf-sb {
		text-align: right;
	}
	#form_rsvp .cf_info {
		font-size: 0.80em;
		font-weight: bold;
	}
	
	/* Wedding Party */
	#content.party h3 {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 1.10em;
	}
	#content.party h3 span {
		font-size: 0.80em;
		font-weight: normal;
	}
	#content.party p {
		line-height: 1.50em;
	}

/********************************/
/* Footer						*/
#copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.70em;
}
#copyright a {
	text-decoration: none;
}
#copyright a:hover {
	text-decoration: underline;
}
