 /* 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 process by visiting http://frugaltheme.com/support/

------ CODE GOES BELOW THIS LINE OF TEXT ------ */

/* HEADER CUSTOMIZATIONS */
#navbar { color: #555; background-color: #fff; font-size: 10px; text-transform: uppercase; margin-bottom: 0px; }
#navbar_wrap { border-top: none; border-bottom: none; }
#navbar li a:hover { background-color: #EFFFDE; text-decoration: underline; color: #555; }
#subnav { background-color: #EFEFEF; text-transform: uppercase; }
#searchform { margin-top: -6px; height: 12px; padding: 0px; margin-right: 6px; }
#navbar { height: 24px; margin-left: 7px; overflow: hidden; }
/* HEADER CUSTOMIZATIONS FINISHED */

/* POST BODY CUSTOMIZATIONS */
#content h2, #content h1 { font-size: 24px; color: #333; text-align: center; line-height: 28px; }
#content h2 a:hover { text-decoration: underline; }
.byline p { text-align: center; line-height: 15px; font-size: 13px; }
.byline a { color: #63A229; }
.byline a:visited { color: #63A229; }
.byline p a:hover { text-decoration: underline; }
#content h3 { color: #1414e0; font-size: 18px; line-height: 21px; }
/* POST BODY CUSTOMIZATIONS FINISH */

/* SIDEBAR CUSTOMIZATIONS */
#sidebar_wrap a, #sidebar_wrap a:visited { color: #63A229; }
#sidebar_wrap { border-right: none; border-bottom: none; border-top: none; }
#sidebar_1 h3 { font-family: arial; font-size: 12px; text-decoration: bold; color: #777; }
#feature_box { background: transparent; border: none; }
.feature_box { border: none; }
/* SIDEBAR CUSTOMIZATIONS FINISH */