/**************************
	Homepage-only styles
***************************/
/* Homepage H1 has a "subtitle" so close the margin gap */
body#home h1 {
	position: absolute;
left: -9999em;
}

body#home h2 {
text-align: center;
}
/* subtitle appears on the homepage,
	immediately below the h1 element containing the title */
#subtitle-quote {
	text-align: center;
	font-style: italic;
	margin-bottom: 15px;
}

#subtitle-quote p,
#subtitle-quote cite {
	display: inline;
}

/* Central "thought bubble" bit */
div#central-block {
	background: url(/assets/7/img/young_man_glasses_fade.jpg) no-repeat right top;
min-height: 300px;
float: right;
padding-top: .5em;
}
div#central-block p {
margin-right: 260px;
}
div#central-block h3 {
font-size: 1.4em;
margin-bottom: 0;
}

div#central-block a {
    font-weight: bold;
}



