/* @override http://localhost/~bbhack/david/css/text.css */
#text_content {
	font: 12pt Georgia, "Times New Roman", Times, serif;
}

#text_content.about {
    padding-top: 293px;
    background-image: url(../images/highway_13.jpg);
    background-repeat: no-repeat;
}
 
#text_content.old_friends {
    padding-top: 250px;
    background-image: url(../images/old_friends.jpg);
    background-repeat: no-repeat;
}

#text_content h1 {
	margin: 0 0 0 0;
    padding-left: 20px;
    color: #d1d0d6;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

#text_content h3 {
    margin: -12px 0 0 0;
    padding: 0;
    padding-left: 8px;
    color: #eda;
    font-size: 1.4em;
}

#text_content p {
    padding: 0 20px;
    line-height: 1.5;
    font-size: 1em;
}

span.light_text {
    color: #eda;
}

span.drop-cap {
	font-size: 2.5em;
	line-height: 1.0;
	letter-spacing: -0.04em;
}

cite {
	color: #5d737e;
}