/* Logo */

#logo, #logo a {
  height:65px;
  width: 264px;
  
}

#logo a {
  background: url(../images/holistic-logo.gif) no-repeat;
}

/* Main Background */

body {
  background: url(http://holisticifa.com/skin/images/bg-header.png) repeat-x;
}

/* Page Title */

#body h1 {
  font-size:190%;
  font-weight:normal;
  color: #444;
  font-family: Arial, Geneva, "Bitstream Vera Sans", Helvetica, sans;
  margin-bottom:30px;
  height: 50px;
}

/* Main Styles */
a {
  text-decoration:none;
  color: #3366CC;
}
#body {
  color: #555;
  font-size:100%;
  min-height:348px;
  margin-left: 353px;
  margin-right: 20px;
}

#body p {
  margin:0;
  margin-bottom: 1em;
}

#body h2,#body h3, #body h4 {
  margin-top:0;
  margin-bottom:0.3em;
  font-weight:bold;
  font-size:117%;
}

#body h1 a,#body h2 a {
  color: #666;
}

#body h3 a,#body h4 a {
  color:#DC880E;
  font-size:90%;
}

#body h4 {
  font-size:85%;
  margin-bottom:0.5em;
}















/* Vertical Navigation */

#bd .yui-b ul {
  list-style-type: none;
  text-align: left;
  margin-top: 80px;
  margin-left: 75px;
  border-left: 1px solid #CCC;
}

#bd .yui-b ul li a {
  background: transparent url(http://holisticifa.com/skin/images/bg-bullet-nav2-off.gif) left center no-repeat;
  padding-left: 15px;
  text-align: left;
  font-size: 85%;
  text-decoration: none;
  color: #3366cc;
  display:block;
  margin-bottom:0.3em;
  margin-left:-3px;
}

#bd .yui-b ul li a:hover {
  background: transparent url(http://holisticifa.com/skin/images/bg-bullet-nav2-on.gif) left center no-repeat;
  color: black;
}

#bd .yui-b ul li.selected a {
  background: transparent url(../images/bullet.gif) left center no-repeat;
  color: #3366cc;
}


#bd .yui-b li.selected li a {
  background: none;
  color: #3366cc;
}

#bd .yui-b ul ul {
  list-style-type: none;
  text-align: left;
  margin:0;
  margin-left:15px;
  padding:0;
}

#bd #mainnav .yui-b ul ul li a {
  background: transparent url(http://holisticifa.com/skin/images/bg-bullet-subnav2-off.gif) left center no-repeat;
  padding-left: 15px;
  text-align: left;
  font-size: 77%;
  text-decoration: none;
  color: #666;
  display:block;
  margin-bottom:0.3em;
}


#bd .yui-b ul ul li a:hover {
  background: transparent url(http://holisticifa.com/skin/images/bg-bullet-subnav2-on.gif) left center no-repeat;
  color: black;
}


#bd .yui-b ul li.selected ul li.selected a {
  background: transparent url(http://holisticifa.com/skin/images/bg-bullet-subnav2-active.gif) left center no-repeat;
  color: #000;
}

#bd .yui-b ul li.selected ul li.selected ul li a {
  background: none;
  color: #666;
  
}

#bd .yui-b ul ul ul {
  list-style-type: none;
  text-align: left;
  margin:0;
  margin-left:15px;
  padding:0;
}

#bd .yui-b ul ul ul li a {
  background: transparent url(http://holisticifa.com/skin/images/bg-bullet-subnav2-off.gif) left center no-repeat;
  padding-left: 15px;
  text-align: left;
  font-size: 77%;
  text-decoration: none;
  color: #666;
  display:block;
  margin-bottom:0.3em;
}


#bd .yui-b ul ul ul li a:hover {
  background: transparent url(http://holisticifa.com/skin/images/bg-bullet-subnav2-on.gif) left center no-repeat;
  color: black;
}


#bd .yui-b ul li.selected ul li.selected ul li.selected a {
  background: transparent url(http://holisticifa.com/skin/images/bg-bullet-subnav2-active.gif) left center no-repeat;
  color: #000;
}

#bd .yui-b ul li.item-11 {
  padding-top:20px;
}

/* Footer */
#ft {
  padding-left:10px;
  padding-top:1em;
  padding-bottom:1em;
  font-size:85%;
  color:#999;
  margin-left:343px;
}

#ft a {
  color: #999;
  border-bottom: 1px dotted #999;
}

/* paging styles */
#paging {
  border-top: 1px solid #CCC;
  margin:15px 0 5px 0;
  padding: 5px;
  height:1.2em;
  position:relative;
  text-align:left;
}

#paging div {
  font-size: 110%;
}

#paging #paging-numresults {
  position:absolute;
  left:0;
  top:0.3em;
}

#paging #paging-prev {
  position: absolute;
  top:0.3em;
  right:60px;
}

#paging #paging-next {
  position: absolute;
  top:0.3em;
  right:10px;
}

#paging a {
  color: #AA8877;
}

#paging #paging-ranges {
  text-align:center;
  margin-left:91px;
  margin-right:91px;
}

#paging-range-left {
  position: absolute;
  right:405px;
  top:0.3em;

}

#paging-range-right {
  position: absolute;
  left:405px;
  top:0.3em;


}

#paging-range-center {
  border-left:1px solid #AA8877;
  border-right:1px solid #AA8877;
  width:3em;
  margin-left:auto;
  margin-right:auto;
  text-align:center;
  font-weight:bold;
}

#paging .range {
  margin:0 13px 0 10px;
}

/* Default Form Styles */

.nevow-form {
	padding: 0;
}

.nevow-form fieldset.group {
	border-bottom: 2px solid #f4f4f4;
}

.nevow-form fieldset.group legend {
	font-size: 150%;
	padding: 0.5em 15px;
	font-style: italic;
}

.nevow-form div.field {
	padding: 0.3em 15px;
}

.nevow-form div.actions {
	padding: 1.5em 15px;
}

.nevow-form div.field label {
	float: left;
	width: 14em;
}

.nevow-form div.field.required label {
	font-weight: bold;
}
	
.nevow-form div.field.required label:after {
	content: " *";
}
	
.nevow-form div.field.error label {
	color: #d00;
}
	
.nevow-form div.field.error .message {
	margin-top: 0.25em;
	padding-left: 14em;
	color: #d00;
}

.nevow-form .checkbox .inputs {
  display:block;
  padding-left:14em;
}

.nevow-form .checkbox label {
  width:100%;
  margin-bottom:1em;
}

.nevow-form .description {
  margin-left:16.5em;
  font-size:85%;
  margin-top:5px;
}


/* Hides from IE-mac \*/
* html .nevow-form form div.field {height: 1%;}
/* End hide from IE-mac */

.nevow-form div.actions {
	padding-left: 15em;
}

.nevow-form div.actions input {
	font-size: 125%;
	font-weight: bold;
}

.nevow-form div.field input {
	padding: 0.1em 0.2em;
	border: 1px solid #bbb;
}

.nevow-form div.field textarea {
	padding: 0.1em 0.2em;
	border: 1px solid #bbb;
}


.nevow-form div.errors {
	margin-bottom: 1em;
	padding: 1em;
	background-color: #fee;
}

.nevow-form div.errors p, .nevow-form div.errors ul {
	margin: 0;
	padding: 0;
}

/* Clearfix */
.nevow-form .description:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.nevow-form .description {display: inline-block;}

/* Hides from IE-mac \*/
* html .nevow-form .description {height: 1%;}
.nevow-form .description {display: block;}
/* End hide from IE-mac */
