/*
===================================================================================
Perform all custom style modifications in this file. Avoid editing style.css.
This makes it possible to update the core system and theme without destroying
style changes.

Below is a List of Common CSS styles you may want to change.
===================================================================================
*/


/* Main text font family (ie. size, family, spacing top bottom, color of font)  */
body { color: #333333; font: 14px Georgia, Times, Serif; line-height: 1.5; }

/* Link color sitewide */
a:link, a:visited  { color: #333333; }
a:hover  { color: #666666; }

/* Post title size and color */
.post .title a:link, .post .title a:visited { color:#000000; font-size: 36px; }

/* Post background color */
.post { background: #FFFFFF; }
