/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
* Filename: text.css
* Version: 1.0.0 (2008-02-08) YYYY-MM-DD
* Website: http://phillysitebuilder.com/
* Author: Bonnie Vasko
* Description: Handles the font styling

== STRUCTURE: ==============================
* Page width: 950 px
* Number of columns: 3
============================================

*/



/*Reset Body text size to 10px */
/* Em Calculator: http://riddle.pl/emcalc/ */
body {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:66.5%;
}
h1 {
	background-image:url(../images/philly-site-builder-logo.gif);
	background-repeat:no-repeat;
	height:43px;
	text-indent:-9999px;
}
p {
	color:#FFFFFF;
	font-size:1.2em;
}
#headerContent p {
	line-height: 1.3em;
}
#currPostWrapper .currPostDate {
	color:#FFFFFF;
	font-size:1.4em;
}
#currPostWrapper .blogTitle {
	color:#FFFFFF;
	font-size:1.6em;
	line-height: 1.5em;
}
#currPostWrapper .blogTitle a, #currPostWrapper .blogTitle a:link, #currPostWrapper .blogTitle a:visited {
	color:#FFFFFF;
	text-decoration:none;
}
#currPostWrapper .blogTitle a:hover {
	color:#437411;
}
#currPostWrapper .currPostTextWrapper .homeFeedIcon p {
	font-size:1.1em;
}

a {

	color:#437411;
	text-decoration: none;
	font-weight:bold;
}

a:hover {

	color:#206116
	text-decoration: none;
	font-weight:bold;
}

a.bodyLink {
	color:#213909;
}