 /* 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 ------ */

#sidebar_1 p {
	background: #000000;
	padding: 7px 10px 5px 10px;
	border-right: 20px solid #FFFFFF;
	border-bottom: 20px solid #FFFFFF;
	border-left: 20px solid #FFFFFF;
}
#sidebar_1 ul ul {
	background: #000000;
	padding: 7px 5px 0px 0px;
	border-right: 20px solid #000000;
	border-bottom: 20px solid #000000;
	border-left: 0px solid #000000;
}

#sidebar_h p {
	background: #000000;
	padding: 7px 10px 5px 10px;
	border-right: 20px solid #FFFFFF;
	border-bottom: 20px solid #FFFFFF;
	border-left: 20px solid #FFFFFF;
}
#sidebar_h ul ul {
	background: #000000;
	padding: 7px 5px 0px 0px;
	border-right: 20px solid #000000;
	border-bottom: 20px solid #000000;
	border-left: 0px solid #000000;
}

#hometop {
background: #000000;
}