/* 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.ie6 #navbar_right {
	padding: 8px 0px -20px 20px;
}

body.ie7 #navbar_right {
	padding: 8px 0px -20px 20px;
}

body.ie8 #navbar_right {
	padding: 8px 0px -20px 20px;
}

/*========= LAYOUT =========*/

#wpcf label {
font-size:12px;	
clear: both;
	display: block;
	float: left;
	width: 175px;
}
#wpcf input {
	float: left;
	width: 200px;
	padding: 1px;
	margin: 2px 5px 2px 0;
}
#wpcf textarea {
	width: 375px;
	height: 200px;
	padding: 1px;
	margin: 0 5px 10px 0;
}
#wpcf #contactsubmit {
	margin-left: 275px;
	width: 100px;
}
