/*
Theme Name: Bellarine Massage Theme
Theme URI: http://www.evolutiondesign.com.au/
Description: Theme developed for use on Bellarine Massage website by Lisa Dale and Brendan McGill.
Version: 1.0.1
Author: Evolution Design Agency
Author URI: http://www.evolutiondesign.com.au/
Tags: Bellarine Massage

*/

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


body
{
	background: #2f7b92 url('./images/background.png') repeat-x left top;
	text-align: center;
	line-height: 1.25;
}

p { margin: 10px 0; line-height: 1.3; }
h1 { font-weight: bold; font-size: 1.7em; margin: 1px 0 10px 0; }
h2 { font-weight: bold; font-size: 1.3em; margin: 5px 0 5px 0; }
h3 { font-weight: bold; font-size: 1.1em; margin: 5px 0 5px 0; }
strong { font-weight: bold; }

#site-content
{
	margin: 0px auto;
	padding: 0;
	width: 1132px;
}

#header
{
	background: url('./images/header.png') no-repeat top left;
	height: 391px;
	width: 1132px;
	float: left;
	text-align: center;
}

#menu_left
{
	background: url('./images/menu_left.png') no-repeat top left;
	height: 46px;
	width: 123px;
	float: left;
}

#menu
{
	height: 46px;
	width: 890px;
	float: left;
}

#menu .menu { list-style:none; }
#menu .menu li { display:inline; }
#menu .menu .home a { background:url(./images/menu_home.png) top left no-repeat; display:block; float: left; width:148px; line-height:46px; text-decoration: none; }
#menu .menu .home a:hover { background:url(./images/menu_home_h.png) top left no-repeat !important; text-decoration: none; }
#menu .menu .about a { background:url(./images/menu_about.png) top left no-repeat; display:block; float: left; width:148px; line-height:46px; text-decoration: none; }
#menu .menu .about a:hover { background:url(./images/menu_about_h.png) top left no-repeat !important; text-decoration: none; }
#menu .menu .services a { background:url(./images/menu_services.png) top left no-repeat; display:block; float: left; width:148px; line-height:46px; text-decoration: none; }
#menu .menu .services a:hover { background:url(./images/menu_services_h.png) top left no-repeat !important; text-decoration: none; }
#menu .menu .test a { background:url(./images/menu_test.png) top left no-repeat; display:block; float: left; width:148px; line-height:46px; text-decoration: none; }
#menu .menu .test a:hover { background:url(./images/menu_test_h.png) top left no-repeat !important; text-decoration: none; }
#menu .menu .links a { background:url(./images/menu_links.png) top left no-repeat; display:block; float: left; width:149px; line-height:46px; text-decoration: none; }
#menu .menu .links a:hover { background:url(./images/menu_links_h.png) top left no-repeat !important; text-decoration: none; }
#menu .menu .contact a { background:url(./images/menu_contact.png) top left no-repeat; display:block; float: left; width:149px; line-height:46px; text-decoration: none; }
#menu .menu .contact a:hover { background:url(./images/menu_contact_h.png) top left no-repeat !important; text-decoration: none; }

#menu_right
{
	background: url('./images/menu_right.png') no-repeat top left;
	height: 46px;
	width: 119px;
	float: left;
}

#menu_footer
{
	background: url('./images/menu_footer.png') no-repeat top left;
	height: 8px;
	width: 1132px;
	float: left;
	text-align: center;
}

#content
{
	background: url('./images/content_body.png') repeat top left;
	padding-top: 7px;
	min-height: 480px;
	width: 1132px;
	float: left;
	text-align: center;
	position: relative;
}

#lavander
{
	background: url('./images/lavander.png') no-repeat bottom right;
	height: 134px;
	width: 261px;
	position: absolute;
	bottom: -20px;
	right: 80px;
}

#content_left
{
	width: 99px;
	float: left;
}

#content_body
{
	width: 637px;
	padding-left: 10px;
	padding-right: 20px;
	float: left;
	text-align: left;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 0.9em;
	color: #2f7b92;
}
#content_body h1 { color: #6f67b9; }

#content_body ul { list-style: disc; margin-left: 20px; line-height: 1.3; }
#content_body ol { list-style: decimal; margin-left: 20px; line-height: 1.3; }
#content_body a { color: #6f67ba; font-weight: bold; text-decoration: none; }
/* #content_body a:visited { color: #6f67ba; text-decoration: underline; } */
#content_body a:hover { color: #6f67ba; text-decoration: underline; }

.alignleft {
	display: inline;
	float: left;
	margin-right: 15px;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 15px;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#sidebar
{
	width: 256px;
	padding-left: 20px;
	padding-right: 12px;
	float: left;
	text-align: left;
	font-family: Arial, sans-serif;
	color: #FFFFFF;
	position: relative;
	z-index: 1;
}

#sidebar a { color: #FFFFFF; text-decoration: none; }
#sidebar a:hover { color: #FFFFFF; text-decoration: underline; }

#content_right
{
	width: 78px;
	float: left;
}

#lower_container
{
	background: url('./images/popular_services.png') no-repeat top left;
	height: 354px;
	width: 1132px;
	float: left;
	text-align: center;
}

#popular_services
{
	padding-top: 128px;
	padding-left: 122px;
	float: left;
	text-align: left;
	font-family: Arial, sans-serif;
	font-size: 0.9em;
	color: #FFFFFF;
}

#popular_services .heading { height: 26px; }
#popular_services a { color: #FFFFFF; text-decoration: none; }
#popular_services a:hover { color: #FFFFFF; text-decoration: underline; }


#footer
{
	background: url('./images/footer.png') no-repeat top left;
	height: 83px;
	width: 1127px;
	float: left;
	text-align: center;
	padding-top: 5px;
	padding-left: 5px;
	font-family: "Futura-Light", Arial, sans-serif;
	font-size: 0.9em;
	color: #6f67ba;
}

#footer a { color: #67a8ba; text-decoration: none; }
#footer a:hover { color: #67a8ba; text-decoration: underline; }
#footer .plaintext { color: #67a8ba; }

/* Signup sidebar form */
#wpcf7-f13-w1-o1 { color: #000000; }
.signup-field {
	width: 232px;
	height: 22px;
	background: #e6e6e6;
}
.signup-field input {
   	border: none; 
	background: none;
	width: 228px;
	padding-left: 4px;
	height: 22px;
	color: #2f7b92;
}
.signup-field .watermark { color: #2f7b92 !important; }

/* Contact form */
#book-now td {
	padding-top: 2px;
}
