
/*Dharma Sun Healing*/

/*to overcome idiosyncratic browser defaults: and to center the thing (using text-align command)*/
html, body {
  margin: 0px;
  padding: 0px;
  border: 0px;
  text-align: center;
  background-color: #e8f5fb;
}

body2 {
  margin: 0px;
  padding: 0px;
  border: 0px;
  text-align: center;
  background-color: transparent;
}
/*this box is meant to hold the entire page within a container*------------page bkg sun upper left corner-----------------------------*/
div.page {
	width: 100%;
	height: 9500;
	margin-left: auto;  
	margin-right: auto;  
	text-align: center;
	color: #ffffff;
	background-image: url(images/pgbkg2.jpg);
  background-repeat: no-repeat;
  background-position: top-left;
  background-attachment: fixed;
        padding: 0px;
        border: 0px;
       
}

/*-----------------------------------------------page bkg sun faded centre: ARTICLES---------------------------------------*/
/*this box is meant to hold the entire page within a container*/
div.page3 {
	width: 100%;
	height: 9500;
	margin-left: auto;  
	margin-right: auto;  
	text-align: center;
	color: #ffffff;
	background-image: url(images/pgbkg3.jpg);
  background-repeat: no-repeat;
  background-position: top-left;
  background-attachment: fixed;
        padding: 0px;
        border: 0px;
       
}


/*this box holds the entire page within a container---------ENTRY PAGE full colour painting page bkg(INDEX PG ONLY):-----------*/
div.page2 {
	width: 100%;
	height: 9500;
	margin-left: auto;  
	margin-right: auto;  
	text-align: center;
	color: #ffffff;
	background-image: url(images/enterbkg.png);
  background-repeat: no-repeat;
  background-position: top-left;
  background-attachment: fixed;
        padding: 0px;
        border: 0px;
       
}


/*box for body left, -------------------------------------------holds NAVIGATION:--------------------------------------------*/
div.box5 {

margin: 0px;
padding-left: 5px;
padding-right: 5px;
background-color: transparent;
font-size: 12px;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
border-top: none;
border-right: solid;
border-bottom: none;
border-left: none;
border-width: thin;
border-color: #ffff00;
width: 20%;
float: left;
text-decoration: none;

}

/*nav ID code inserted into div box 5----------------NAV CODE:--------------------------------------------------------------*/
#navigation {
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0;
   padding: 0;
	text-align: right;
	text-decoration: none;
	
}

#navigation ul {
list-style: none;
margin: 0 5% 0 0;
padding: 0;
text-decoration: none;
}

#navigation li {
border-bottom: none;
margin: 0px;
padding: 0px;
text-decoration: none;
}

#navigation li a {
display: block;
margin: 0px;
padding: 0px;
border-left: none;
border-right: none;
background-color: transparent;
color: #330066;
text-decoration: none;
}

#navigation li a:link {
width: 100%;
background-color: transparent;
color: #330066;
}

#navigation li a:visited {
width: 100%;
background-color: transparent;
color: #330066;
}

/*text on hover and active:*/
#navigation li a:hover {
width: 100%;
background-color: transparent;
color: #d73948;
}

#navigation li a:active {
width: 100%;
background-color: transparent;
color: #330066;
}

/*--"you are here"--*/
#navigation li a#current{
background-color: transparent;
color: #0000ff;	
}
/*------------------------------------------SUB NAv!!--------------------------------------------------*/
#navigation ul ul li {
width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin: 0;
   padding: 0;
	text-align: right;
	text-decoration: none;
	border-bottom: none;
margin:0 0 0 10%;
padding: 0px;
}
#navigation ul ul a:link, #navigation ul ul a:visited {
background-color: transparent;
color: #ffff00;
}
#navigation ul ul a:hover {
background-color: transparent;
color: #d73948;
}


/*BOX 6: text & imgs, ---------------------------------------------------MAIN body of page:---------------------------:*/
div.box6 {
color: #ffffff;
background-color: #transparent;
/*78% causes it to "clear" in FF:------------WORKAROUND------------*/
width: 75%;
border: 0px;
margin-left: 10;
padding: 0;
float: left;
}


/*-------------------------------------------------------clearboth break:--------------------------------------------*/
/*used with line-break between rows of thumbnails!*/
.clearboth { clear: both;
text-decoration: none; }

/*-------------------------------------------------------skinny break:--------------------------------------------*/
/*used with line-break between rows of thumbnails!*/
.skinny { 
clear: both;
line-height: 50%;
text-decoration: none; }


/*TYPE:---------------------------------------------------paragraphs & indents:--------------------------------------*/

/*main paragraph:*/
p {
font-family: Arial,Helvetica,sans-serif;
font-size: 13px;
font-weight: normal;
color: #330066;
background-color: transparent;
text-align: left;
line-height: 145%;
text-decoration: none;
margin: 0 10% 0 10%;
padding: 0px;
border: 0px;
}

/*----------------------------------------------columnar/thumbnail list for psychotherapy & stress reduction pgs---------------------------*/
.column {
font-family: Arial,Helvetica,sans-serif;
font-size: 13px;
font-weight: normal;
color: #330066;
background-color: transparent;
text-align: left;
line-height: 145%;
text-decoration: none;
margin: 0 1% 1% 10%;
padding: 0px;
border: 0px;
}
/* ------------------------------------------not exactly centre per se, but moved over---------------------------------*/
.centred{
font-family: Arial,Helvetica,sans-serif;
font-size: 13px;
font-weight: normal;
color: #330066;
background-color: transparent;
text-align: left;
text-decoration: none;
margin: 0 0 0 35%;
padding: 0px;
border: 0px;
}

/* ------------------------------------------OK, this one IS centred!!-----------------------------------------------------------*/
.centredreally{
font-family: Arial,Helvetica,sans-serif;
font-size: 13px;
font-weight: normal;
color: #330066;
background-color: transparent;
text-align: center;
text-decoration: none;
margin: 0;
padding: 0px;
border: 0px;
}

/* ------------------------------------------this one is centred PLUS indented-----------------------------------------------------------*/
.centredindent{
font-family: Arial,Helvetica,sans-serif;
font-size: 13px;
font-weight: normal;
color: #330066;
background-color: transparent;
text-align: center;
text-decoration: none;
margin: 0 20% 0 20%;
padding: 0px;
border: 0px;
}
/*------------------------------------------------------------------------------------------------------------------------------*/


/*used for top title banner*/
.indent{
	margin-right: 15%;
	margin-left: 0;
	text-align: left;
	text-decoration: none;
}

/*-------------------------used for quotations indented-----------------------------*/
.indent2{
clear: both;
	margin-right: 20%;
	margin-left: 20%;
	margin-top: 2%;
	margin-bottom: 0;
	font-size: 12px;
	text-decoration: none;
	text-align: justify;

}

/*------------------------------------used for Tim's home page:-----------------------------------------------*/
.indent3{
	margin-right: 8%;
	margin-left: 8%;
	text-align: justify;
	font-size: 13px;
	font-weight: normal;
	line-height: 145%;
	text-decoration: none;
}

/*------------------------------------used for citing quotes:-----------------------------------------------*/
.indent4{
	margin-right: 8%;
	margin-left: 8%;
	text-align: right;
	font-size: 12px;
	font-weight: regular;
	line-height: 155%;
	text-decoration: none;
}
/*----------------------------------------------headlines:----------------------------------------------*/

h1{
font-family: Arial,Helvetica,sans-serif;
font-size: 14px;
font-weight: bold;
color: #0000ff;
background-color: transparent;
text-align: center;
text-decoration: none;
margin: 0 1% 1% 2%;
padding: 0px;
border: 0px;
}

h2{
font-family: Arial,Helvetica,sans-serif;
font-size: 14px;
font-weight: bold;
color: #0000ff;
background-color: transparent;
text-align: center;
text-decoration: none;
margin: 0 1% 1% 2%;
padding: 0px;
border: 0px;
}

h3{
font-family: Arial,Helvetica,sans-serif;
font-size: 12px;
font-weight: bold;
color: #0000ff;
background-color: transparent;
text-align: center;
text-decoration: none;
margin: 0 1% 1% 2%;
padding: 0px;
border: 0px;
}
/*--------------------------------------------IMAGE HOLDERS:---------------------------------*/

/*IMAGES--all but the 7&8 pages*/
.thumbnail{
float: left;
position: relative;
width: 22%;
border: none;
margin: 0;
padding: 5px;
font-family: sans-serif;
font-size: 12px;
color: #ffffff;
background-color: transparent;
text-decoration: none;
}

/*--------------------------------------------on psych page---------------------------------------------------------*/
.thumbnail2{
float: left;
position: relative;
width: 35%;
border: none;
margin: 0 0 0 5%;
padding: 5px;
font-family: sans-serif;
font-size: 10px;
color: #ffffff;
background-color: transparent;
text-decoration: none;
}


.thumbnail3{
float: left;
position: relative;
width: 45%;
border: none;
margin: 0 0 0 5%;
padding: 5px;
font-family: sans-serif;
font-size: 10px;
color: #ffffff;
background-color: transparent;
text-decoration: none;
}

/*for text beside images:*/
.thumbnail4{
float: right;
position: relative;
width: 35%;
border: none;
margin: 0;
padding: 5px;
font-family: sans-serif;
font-size: 10px;
color: #f5b081;
background-color: transparent;
text-decoration: none;
}



/*NOTHING BELOW HERE USED YET-------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------*/

/*text BELOW image choices:*/
.lowertext{
clear: both;
margin-right: 5px;
margin-right: 5px;
padding: 0px;
border: 0px;
width:75%;
float: left;	
font-family: Arial, Helvetica, sans-serif;
font-weight: normal;
font-size: 11px;
color: #4F8636;
}

/*image on catalogue-intro page:*/
.rightcolumn{
margin-right: 10px;
width: 60%; 
padding: 0px;
border: 0px;
float: right;	
}




.youarehere{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #f5b081;
background-color: transparent;
font-weight: bold;
text-align: center;
text-decoration: underline;  
}



