/* CSS Document */
/* Margaret Cornils */
body
{
	background: #2c3b33 url(../images/background.jpg) repeat;
	margin: 0px;
}

#container
{
	margin: 0 auto 0 auto;
	width: 930px;
	color: #ffffff;
	clear:both;
}

#home
{
	width: 930px;
	height: 830px;
	background: url(../images/homeback.jpg) no-repeat;
	margin: 0px;
	padding:0px;float:left;
}

.hmcopy
{
	width: 450px;
	margin: 471px 0 0 438px;
	color: #9eb99d;
	font-size: 12px;
	line-height: 17px;
	font-family: "Lucida Grand", Arial, Geneva, Verdana, Helvetica, sans-serif;
	
}

.highcopy /*Highlighted copy, usually first paragraph on pages*/
{
	
	color: #d5e6dc;
	font-size: 15px;
	line-height: 17px;
	font-family: Georgia,Garamond,"Times New Roman","MS Serif","New York",serif;
	letter-spacing:1px
	
}

.aboutpic { width: 930px; background: url(../images/aboutpic.jpg) 600px 60px no-repeat;}

.healingpic { background: url(../images/healingpic.jpg) 710px 55px no-repeat;}

.small
{
	
	color: #d5e6dc;
	font-size: 10px;
	line-height: 14px;
	
}

b.small
{
	
	color: #b5cab5;
	font-size: 11px;
	line-height: 16px;
	
}


#header
{
	width: 930px;
	height: 295px;
	background: url(../images/topback.jpg) no-repeat;
	margin: 0px padding:0px;
}

/*************************************************************
NAVIGATION
************************************************************/

ul.nav
{
	width: 239px;
	margin: 0 0 0 630px !important;
	margin: 0 0 0 673px;
	padding-top: 68px;
	list-style-type: none;
}

ul.nav li
{
	
	font-size: 11px;
	margin-bottom: -4px;
	/*pushes nav doen to align with background*/
	padding: 0px;
}

ul.nav li a:link, ul.nav li a:visited /*this hides the bottom border on all links*/ { border: 0; }

/***********************/

ul.hmnav
{
	width: 239px;
	float:left;
	margin: 441px 0 0 125px !important;
	margin: 441px 0 0 62px;
	padding:0;
	list-style-type: none;
	
}

ul.hmnav li
{	font-size: 11px;
	margin-bottom: -4px;
	/*pushes nav doen to align with background*/
	padding: 0px;
	
}

/***********************/

#content
{
	width: 930px;
	float:left;
	color: #9eb99d;
	font-size: 12px;
	line-height: 17px;
	font-family: "Lucida Grand", Arial, Geneva, Verdana, Helvetica, sans-serif;
	background: url(../images/blankback.jpg) no-repeat;
}

p, td
{
	
	color: #9eb99d;
	font-size: 12px;
	line-height: 17px;
	font-family: "Lucida Grand", Arial, Geneva, Verdana, Helvetica, sans-serif;
}

.copy
{
	width: 460px;
	margin: 0 0 0 185px;
	padding:0;
}

.copymid
{
	width: 650px;
	margin: 0 0 0 185px;
	position:relative;
	z-index:600;
	
}

.sidecopy
{
	width: 220px;
	float:right;
	margin: -190px 0 0 700px;
}




.copywide
{
	width: 730px;
	margin: 0 0 0 185px;
}

.copy p, .copymid p, .copywide p, .hmcopy p {text-indent: 20px}

p.noindent {text-indent: 0px}


.album
{
	width: 200px;
	float:left;
	margin: 0 0 0 0px;
}

.albumdesc
{
	width: 415px;
	float:left;
	margin: 0 0 0 18px;
}

.albumtracks td
{
	border-bottom:1px solid #4f665d;
}

.btmborder
{
	border-bottom:1px solid #4f665d;
}

.pagehead { margin: 0 0 0 165px; font-weight:bold;}

#footer
{
	width: 960px;
	display: block;
	clear: both;
}

.copyright
{
	font-size: 11px;
	padding: 1px 15px;
	color: #778c79;
	text-align: right;
}

/*************************************************************
UNIVERSAL STYLES - LINKS, UNORDERED LISTS
************************************************************/

a:link, a:active, a:visited
{
	color: #b3c793;
	text-decoration: underline;
	font-weight: normal;
}

a:hover
{
	color: #ddecd0;
	text-decoration: underline;
}

a:focus { outline: none; }

INPUT, textarea, select, checkbox, option
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	border: 1px solid #aaa;
	background-color: #eeeeee;
}

.submit
{
	color: #ffffff;
	background-color: #1D7CAC;
	font-weight: bold;
	height: 23px;
	/*border: 3px double #C4DCE9;
border-top-color:#AFD9EE;
border-left-color:#AFD9EE;
border-right-color:#0A4C6E;
border-bottom-color:#0A4C6E;*/
}

/*************************************************************
Float Clear Fix
************************************************************/

.clearfix:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix { display: inline-block; }

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }

/* End hide from IE-mac */