/* @group Global Reset */

/* Global Reset */
/* Based upon 'reset.css' in the Yahoo! User Interface Library: http://developer.yahoo.com/yui */

*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h5, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0 }
table { border-collapse:collapse; border-spacing:0 }
fieldset, img { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
ol, ul, li { list-style:none }
caption, th { text-align:left }
h1, h2, h3, h5, h5, h6 { font-size:100% }
q:before, q:after { content:''}

/* @end */

/* @group Sensible Reset */

/* Sensible Global Defaults (reset-RESET) */
/* The below restores some sensible defaults */

strong { font-weight: bold }
em { font-style: italic }
ol, ul, li { list-style:none }
* a { position:relative } /* Gets links displaying over a PNG background */
a { outline:none } /* Gets rid of Firefox's dotted borders */
a img { border:none } /* Gets rid of IE's blue borders */

/* @end */


/* Basic CSS for William record | energy healing site */

body {
	background: #e6e3d7 url(images/header.gif) no-repeat center top;
	text-align: center; /* IE5 Win */
  	voice-family: "\"}\""; 
  	voice-family: inherit;
	font: small "Lucida Grande", Lucida, Verdana, sans-serif;
}

html>body { /* be nice to Opera */
	font-size: small;
}

h2 {
	color: #999;
	font: normal 160%/140% Georgia, "Times New Roman", Times, serif;
	margin-right: 0;
	margin-bottom: 6px;
	margin-left: 0;
}

h3 {
	color: #ed86ab;
	font: normal normal 140%/140% Georgia, "Times New Roman", Times, serif;
	margin-top: 12px;
	margin-bottom: 6px;
}



p {
	font-size: 85%;
	line-height: 180%;
	color: #5c4c5b;
	margin-bottom: 6px;
}

a {
	text-decoration: none;
	font-weight: bold;
	color: #505580;
}

a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #47588a;
}



#wrapper {
	background-color: transparent;
	width: 664px;
	margin-top: 130px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}

#wrapper h1 {
	float: none;
	position: absolute;
	text-indent: -9999px;/* This is to HIDE the Heading */

}

#languages {
        text-align:right;
        padding-right:10px;
}

#languages li img {
        width:28px;
        height:19px;
}

/* NAV Styling */

#nav {
	background-color: transparent;
	font-family: Georgia, "Times New Roman", Times, serif;
	width: auto;
	margin: 0 0 12px 12px;
	padding: 0;
	list-style-type: none;
	float: left; /* Contain Floated List Items */
	}

#nav li {
	margin: 0;
	padding: 0;
	float: left; /* Corrects the */
	}

#nav a {
	color: #999;
	display: block;
	line-height: 200%;
	/* border-right: 1px solid #999;*/
	text-decoration: none;
	float: left;
	width: auto;
	text-align: center;
	text-transform: uppercase;
	font-size: 80%;
	letter-spacing: 0.1em;
	font-weight: bold;
	padding-bottom: 6px;
	padding-right: 10px;
	padding-left: 10px;
}

li.sep {
	font-weight: bold;
	color: #bebebe;
}

#nav a:hover {
	background: transparent url(images/hover_tab.gif) no-repeat center bottom;
	color: #999;
}

#nav_home a {
	border-right-style: none;
	padding-left: 0;
}

#nav_contact a {
	border-right-style: none;
	}
	
#body_home #nav_home a,
#body_treat #nav_treat a,
#body_benefits #nav_benefits a,
#body_william #nav_william a,
#body_book #nav_book a,
#body_oneness #nav_oneness a,
#body_contact #nav_contact a {
	background: transparent url(images/nav_tab.gif) no-repeat center bottom}
	


/* Main CONTENT Styling */

#content {
	clear: left;
	background: #f3f1e9 url(images/background.gif) repeat-y;
	padding-right: 14px;
	padding-left: 14px;
}

#content img.corner {
	position: relative;
	right: -18px;
	float: right;
	top: 0;
}

#image {
	width: 220px;
	float: left;
	height: auto;
}

#text {
	padding: 20px 20px 16px 240px;
}

#text ul {
	font-size: 85%;
	color: #5c4c5b;

}

#text ul li {
	list-style-image: url(images/flower_icon.gif);
	list-style-position: inside;
	margin-top: 12px;
}

#text p img {
	float: left;
	margin: 6px 16px 8px 0;
}

#text img {
	margin-top: -20px;
	margin-left: -20px;
}

#text p.email a img {
	margin: 4px 12px 0 0;
}

p.clarify {
	font-style: italic;
	line-height: 140%;
	font-size: 70%;
	margin-top: 12px;
}

p.source {
	font-style: italic;
	line-height: 100%;
	font-size: 70%;
	margin: 4px 0 12px 0;
}

td {
	font-size: 85%;
	color: #5c4c5b;
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding: 4px 12px 4px 4px;
}

table {
	margin-bottom: 8px;
}

#text dl {
	font-size: 85%;
	line-height: 160%;
	color: #5c4c5b;
	padding: 4px 4px 4px 10px;
	background-color: #e6e3d7;
	margin-bottom: 6px;
}

#text dl.first_dl {
	margin-top: 12px;
}

#text dl.last_dl {
	margin-bottom: 16px;
}

#text dt {
	font-weight: bold;
}

.clearfloat {
	clear: both;
	display: block;
	background-color: #CC0000;
	}

/* FOOTER Styling */

#footer {
	background: url(images/footer.gif) no-repeat 0 top;
	text-align: left;
	padding: 12px 0px 4px 0px;
	color:#999;
	font-size: 80%;
	clear: both;
	margin-bottom: 40px;
	}



#footer .copyright {
	float: left;
	margin-left: 24px;
	text-align: left;
	}
	
#footer .owned {
	float: right;
	margin-right:20px;
	text-align: right;
	}

#footer .owned-pink {
	color: #ed86ab;
	float: right;
	margin-right:20px;
	text-align: right;
	}
	
#footer .owned-pink a {
	color: #ed86ab;
}


