/* NOTE: To use this file you must first activate it ('custom stylesheet') in the frugal Main/SEO options area.
Once active, you can add custom styles to this file and they will override any other styles in this theme.
To create a custom style you must start your CSS elements with body.custom. So, for example,
to change the H1 heading size for the Content Div you could use something like this:

body.custom #content h1 {
	font-size: 18px;
}

Learn more about this customization proccess by visiting http://frugaltheme.com/support/

------ CODE GOES BELOW THIS LINE OF TEXT ------ */

.home_excerpt_byline {
	margin-bottom: -40px !important;
}


.excerpt_byline {
	margin-bottom: -40px !important;
}


.byline {
margin-bottom: -40px !important;
}

#cat_desc { padding-top: 10px; }


/* flavius' code */

#featured { border-top: 1px solid #d7d7d7; padding: 20px; padding-bottom: 0; }
#featured h1 a, #featured h1 a:visited { font-size: 16px; color: #313131; font:verdana; }
#featured h1 a:hover { color: #5482c8; text-decoration: none; }
.post_thumb { float: left; padding-right: 10px; }
.latest_preview { margin-bottom: 30px; }