/* 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 h1, body.custom h1 a {
	color: #5B2525 !important;
	font-size: 32px !important;
	}
	
body.custom h2, body.custom h2 a {
	color: #884343 !important;
	font-size: 22px !important;
	}

body.custom #sidebar_wrap h3 {
	color: #884343 !important;
	}

body.custom #container {
	background: url(images/containerBg.png) no-repeat top center;
	}

body.custom #wrap {
	padding-top: 0;
	margin-top: 0;
	padding-bottom: 0;
	margin-bottom: 0;
	}
	
body.custom #wrapTop {
	background: url(images/wrapTop.png) no-repeat top center;
	width: 930px;
	height: 27px;
	margin: 20px auto 0;
	padding: 0px 0;
	}
	
body.custom #wrapBottom {
	background: url(images/wrapBottom.png) no-repeat top center;
	width: 930px;
	height: 27px;
	margin: 0 auto;
	padding: 0 0;
	}
	
body.custom #nav li {
	margin: 0px 5px 0 0;
	padding: 0px;
	float: left;
	list-style: none;
	background: #884343 url(images/tabLeft.png) no-repeat left top;
	}

body.custom #nav li a, body.custom #nav li a:link, body.custom #nav li a:visited {
	border-right: none;
	margin: 0px;
	padding: 8px 15px 9px 15px;
	font-size: 16px;
	text-decoration: none;
	display: block;
	background: url(images/tabRight.png) no-repeat right top;
	}
	
body.custom #content_column {
	margin-top: 15px;
	background: none;
	}

body.custom #sidebar_wrap {
	background: none;
	}

body.custom .postarea {
	background: url(images/contentBg.jpg) no-repeat right 10px;
	}

body.custom .footer_right {
	display: none;
	visibility: hidden;
	}
	
body.custom #nav li ul li {
	border: none;
	}	

body.custom #nav li li {
	background: #884343;
	border: none !important;
	}

body.custom #nav li li a, body.custom #nav li li a:link, body.custom #nav li li a:visited {
	border-right: none;
	margin: 0px;
	padding: 8px 15px 9px 15px;
	font-size: 16px;
	text-decoration: none;
	display: block;
	background: none;
	}
	
body.custom #nav li li a:hover {
	color: #3A0F0F !important;
	}
	
body.custom #Download {
	background: #884343;
	border: #333 1px solid;
	cursor: pointer;
	color: #fff;
	font-weight: bold;
	}
	
body.custom #Download:hover {
	background: #333;
	}
	
body.custom #awf_field-3650379 {
	margin: 5px 0;
	}