/*
Theme Name: Head for Health
Theme URI: http://www.headforhealth.com.au/
Description: Head for Health WP theme
Author: Virtual Managers
Tags: health, green, life

Default WordPress by Virtual Managers || http://virtualmanagers.com.au
Modifications by Noah C. Omamalin || noah.omamalin@gmail.com
*/

html, body  { padding: 0; border: 0px none; }

#menuholder {
width: 921px;
height: 29px;
background:url(images/menu-bg-2.jpg) repeat-x;
position: relative;
}

.notification_error
{
border: 1px solid #A25965;
height: auto;
width: 90%;
padding: 4px;
background: #F8F0F1;
text-align: left;
-moz-border-radius: 5px;
margin-bottom:5px;
margin-top:5px;
}

.notification_ok
{
border: 1px #567397 solid;
height: auto;
width: 90%;
padding: 8px;
background: #f5f9fd;
text-align: center;
-moz-border-radius: 5px;
margin-bottom:5px;
margin-top:5px;
}

.info_fieldset { -moz-border-radius: 7px; border: 1px #dddddd solid; }

.info_fieldset legend
{
border: 1px #dddddd solid; 
color: black; 

font: 13px Arial;

padding: 2px 5px 2px 5px;
-moz-border-radius: 3px;
}

.button
{
border: 1px solid #999999; 
border-top-color: #CCCCCC; 
border-left-color: #CCCCCC; 

background: white;

color: #333333; 

font: 12px Arial, Helvetica, Arial, sans-serif;

-moz-border-radius: 3px;
}

/* Label */
label  { width: 140px; padding-left: 20px; margin: 5px; float: left; text-align: left; }

/* Input, Textarea */
input, textarea
{
margin: 5px;
padding: 0px; 
float: left;

border: 1px solid #999999; 
border-top-color: #CCCCCC; 
border-left-color: #CCCCCC; 

color: #333333; 

font: 12px Arial, Helvetica, Arial, sans-serif;

-moz-border-radius: 3px;
}

/* BR */

br { clear: left; }

/* Foliopress */

.wysiwyg {}

.divider
{
	background: url(images/divider.jpg) repeat-x bottom;
	margin-bottom:10px;
	padding:10px 0;
}

/* Left Sidebar */

#leftpane .adbanner ul{
	list-style: none;
	margin-left: 0px;
	}
	
.adbanner ul li{
	margin-bottom: 10px;
	}
	
#rightpane .modules ul{
	list-style: none;
	margin-left: 0px;
	}
	
.modules ul li{
	margin-bottom: 10px;
	border:1px dotted #cccccc;
	}
	
/* Right Pane Widgets */

#specialty-areas {
	padding: 10px 0 0 10px;
	color: #FFF;
	}
	
#specialty-areas h3{
	color: #FFF;
	font-size: 1.15em;
	font-weight: bold;
	}
	
#specialty-areas ul li{
	border: none;	
	font-size: .90em;
	font-weight: bold;
	list-style-image: url(images/specialty-button.png);
	list-style-position: outside;
	line-height: 120%;
	}
	
#specialty-areas ul {
	padding-left: 15px;
	}
	
#specialty-areas ul li {
	margin: -2px;
	}
	
#our-mission {
	color: #000;
	padding: 10px 0 0 10px;
	}
	
#our-mission h3{
	color: #000;
	font-size: 1.15em;
	font-weight: bold;
	margin-top: 15px;
	}
	
#why-train {
	float: left;
	width: 180px;
	color: #FF0000;
	padding: 10px 0 0 10px;
	}
	
#why-train img {
	padding-top: 5px;
	padding-right: 5px;
	}