/*
File:			custom.css
Description:	Custom styles for Thesis

BASIC USAGE:

If you have enabled the custom stylesheet in the Thesis options panel, the <body> tag 
will be appended with the "custom" class, like so: <body class="custom">. You can use 
the "custom" class to override *any* CSS declarations contained in the style.css file.

For example, if you wish to change the default link color to green, you would add the 
following declarations to this file:

	.custom a, .custom a:visited { color: #090; }	<--- This makes links green
	.custom a:hover { color: #00f; }	<--- This makes links blue when you mouse over them

WHY THIS WORKS:

By using the "custom" class, you are creating more specific CSS declarations for HTML
elements. CSS styling is applied through rules of specificity, and because declarations
prepended with .custom are more specific, they get applied when the page is rendered!

More information about styling your Thesis installation using this file can be found
in the User's Guide:
	http://diythemes.com/thesis/rtfm/customizing-thesis-with-customcss/
*/
/*#container { margin:0 auto; width:994px; }*/
#header {
	height:382px; /*width:994px;*/
	padding:0em;
	border-width:0px;
	background: no-repeat url(images/max-fitness-nz.jpg);
}
#header a {
	margin:50px 0px 0px 90px;
}
.menu {
	background-color:#00A9EA;
	border:0px;
}

.menu a {
	font-weight:bold;
	letter-spacing:normal;
	line-height:normal;
	font-size:12px;
	padding:7px 5px;
}
#header a {
	float:left;
}
#header form.search_form {
	float:right;
	margin:40px 20px 0px 0px;
}
#header form.search_form #s {
	font-size:1.0em;
	padding:0.308em;
	width:15.0em;
	background-color:#FFFFFF;
}
#breadcrumbs {
	padding:5px;
	font-size:1.2em;
}
#breadcrumbs a {
	text-decoration:underline;
}
#breadcrumbs a:hover {
	text-decoration:none;
	color:#0A97E4;
}
h1 {
	font-weight:normal;
	background:url(images/h1.gif) no-repeat;
	line-height:1.2em;
	margin: 0px;
	padding: 7px 0px 10px 40px;
	text-transform:capitalize;
	font-size:2.2em;
}
.format_text h2 {
	font-weight:normal;
	font-size: 1.5em;
	margin: 0px;
	padding: 7px 0px 5px 0px;
}
.headline_area h2 {
	display:none;
}
.headline_area h2 a {
	font-size:0.6em;
	font-weight:normal;
	text-decoration:underline;
	margin-bottom:2em;
	display:block;
}
.headline_area h2 a:hover {
	text-decoration:none;
	color:#0A97E4;
}
.format_text h3 {
	font-weight:bold;
	font-size:1.1em;
	color:#1854dc;
	margin: 0px;
	padding: 7px 0px 3px 0px;
}
.headline_area {
	margin-bottom:0em;
}
.headline_area h1 {
	display:none;
}
#content .format_text a:hover {
	color:#0A97E4;
}
#content {
	float:right;
	width:585px;
	padding-right:10px;
}
#content_box {
	background: none;
}
#sidebar_1 {
	border-right:3px double #DDDDDD;
	padding-right:10px;
}
/*#sidebars div.simpleimage p, li.widget_simpleimage div.simpleimage p, li.widget_simpleimage div.simpleimage p img { padding:0px; margin: 0px; } */

/* Side Menu */
#sub-page-menu h3 a:link, #sub-page-menu h3 a:active, #sub-page-menu h3 a:visited, #sub-page-menu h3 a:hover {
	color:#0A97E4;
	font-weight:bold;
	font-variant:normal;
	padding:4px 0 0 20px;
	text-decoration:none;
	font-size:1.1em;
	letter-spacing:0px;
}
#sub-page-menu .page_item {
	border-bottom:1px solid #DDDDDD;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:4px 0 4px 5px;
}
#sub-page-menu .page_item a:link, #sub-page-menu .page_item a:visited, #sub-page-menu .page_item a:active {
	display:block;
	margin:0;
	padding:0 0 0 15px;
	text-decoration:none;
	font-size:0.9em;
}
#sub-page-menu .page_item a:hover {
	background:url(images/sidenav.gif) no-repeat 0px 3px;
	color:#61738B;
	display:block;
	margin:0;
	padding:0 0 0 15px;
	text-decoration:none;
}
#image_box {
	border:0px;
}
/* Contact Form */
.format_text input {
	width:auto;
}
.format_text input .formfield {
	width:300px;
}
.button {
	background-color:#0A97E4;
	color:#FFFFFF;
	font-weight:bold;
	border:groove #000066;
	cursor:pointer;
}
