/* 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 ------ */

body.custom .hometopleftlatest {
	margin: 0px;
	padding: 0px 10px 10px 10px;
	float: left;
    overflow: hidden;
}

body.custom #sidebar_h {
	margin: 0px;
	padding: 0px 10px 10px 10px;
	font-size: 13px;
	float: right;
	overflow: hidden;
}


body.custom #navbar_right {
	margin: 0px 35px 0px 0px;
	padding: 8px 5px 0px 0px;
	font-size: 12px;
	text-transform: none;
	float: right;
}

body.custom blockquote {
	background: #fafafa;
	border-top: 0px solid #ddd;
	border-bottom: 0px solid #ddd;
        border-left: 5px solid #fd4d16;
	margin: 0px 25px 15px 25px;
	padding: 10px 15px 0px 15px;
}
body.custom blockquote p {
	margin: 0px;
        color: #FD4D16;
        font-weight: bold;
	padding: 0px 0px 15px 0px;
}