 /* 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 ------ */

body.custom #client {
	background-color: #FEE183;
	padding: 15px 20px;
	font-size: 0.9em;
	border: 1px dashed #C60;
}

body.custom #myth {
	background-color: #FFFFE1;
	padding: 7px 10px;        
	border: 1px dashed #CC6600;
	background-position: center;
	line-height: 1.5em;
        margin-bottom: 10px;
}

body.custom .customwidget1 {
       margin-left: 15px;
}

body.custom #subnavbar_right a, #subnavbar_right a:visited {
       color: #666666;
}

body.custom p.download {
      background-color: #fcfcfc;
      background-image: url("images/icon-download.png");
      background-repeat: no-repeat;
      background-attachment: scroll;
      background-position: left top;
      padding-top: 10px;
      padding-right: 10px;
      padding-bottom: 10px;
      padding-left: 60px;
}
