/*enter comment here*/

   * {
      padding:0;
      margin:0;
   }
   
body
{
     background:#44443C url('') no-repeat fixed top left;
	margin:10px;
	color:#353535;

/*     font:"Trebuchet MS" "New Gothic MT" "Verdana" "Lucida Sans Unicode";
	font-size:100%;*/
	   }

   h1
 {
/*position:absolute;
top:85px;
left:300px;*/
font-size:2.0em;
text-align:center;
   }
   
   h2 
{
font-size:1.75em;
   }

h3
{
font-size:1.5em;
}

  
   a:link {color: teal; text-decoration: none; }
     
   a:visited {color: purple; text-decoration: none; }
   
   a:hover {color: fuchsia; text-decoration: underline;}
        
   a:active {color: red; text-decoration: underline; }
   
   a.blog:link {color: teal; text-decoration: blink; }
        
   a.blog:visited {color: purple; text-decoration: none; }
      
   a.blog:hover {color: fuchsia; text-decoration: underline;}
           
   a.blog:active {color: red; text-decoration: underline; }

   a.offsite:link {color: black; text-decoration: underline; }
        
   a.offsite:visited {color: black; text-decoration: none; }
      
   a.offsite:hover {color: fuchsia; text-decoration: underline;}
           
   a.offsite:active {color: red; text-decoration: underline; }


	p
{
font-size:1em;
    margin:.75em .2em .75em .2em;
}


#everything
{
margin-left:auto;
margin-right:auto;
width:900px;
}

#banner
{
background-color:#F7F3F7;
margin-top:20px;
}

#logo
{
float:left;
text-align:center;
width:40%;
margin:30px 0px 0px 0px;
}

#sitename
{
float:right;
text-align:left;
width:60%;
margin:85px 0px 85px 0px;
}

/* base nav styles */  
/*nav { display:block; margin:0 auto 20px; border:1px solid #222; position:relative; background-color:#6a6a6a; font:16px Tahoma, Sans-serif; }  
nav ul { padding:0; margin:0; }  
nav li { position:relative; float:left; list-style-type:none; }  
nav ul:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }  
nav li a { display:block; padding:10px 20px; border-left:1px solid #999; border-right:1px solid #222; color:#eee; text-decoration:none; }  
nav li a:focus { outline:none; text-decoration:underline; }  
nav li:first-child a { border-left:none; }  
nav li.last a { border-right:none; }  
nav a span { display:block; float:rightright; margin-left:5px; }  
nav ul ul { display:none; width:100%; position:absolute; left:0; background:#6a6a6a; }  
nav ul ul li { float:none; }  
nav ul ul a { padding:5px 10px; border-left:none; border-right:none; font-size:14px; }  
nav ul ul a:hover { background-color:#555; }  
*/

nav#menu
{
clear:both;
padding:10px 0px 10px 0px;
margin-bottom:10px;
}

ul#menu
{
list-style-type:none;
overflow:hidden;
background-color:#F7F3F7;
text-align:center;
margin-left:auto;
margin-right:auto;
}

li#menulist
{
display:inline;
margin-left:10px; margin-right:10px;
}


#content
{
margin:5px 0px 10px 0px;
float:left;
width:66%;
overflow:auto;
padding:10px;
border-style:dashed;
border-width:2px;
border-color:#660066;
border-radius:10px;
background-color:#F3F5F7;
}


#rightbar
{
margin:5px 0px 10px 0px;
padding:10px;
float:right;
width:28%;
overflow:auto;
border-style:dotted;
border-width:2px;
border-color:#009999;
border-radius:10px;
background-color:#C0A0C0;
}

#articles
{
border-style:solid;
border-width:1px;
}



/*
ul#rightbarmenu
{
margin-left: 2em;
}

li#rightbarmenu
{
display:inline;
}
*/


#footer
{
clear:both;
margin:0px 0px 20px 0px;
padding:10px 0px 10px 0px;
text-align:center;
background-color:#F7F3F7;
}


blockquote
{
border-left:solid;
border-left-width:3px;
border-left-color:#303030;
margin:0px 30px 0px 50px;
}



   
 
#navbar { 
text-align:center;
padding:5px;
margin-left:auto;
margin-right:auto;
overflow:auto;
border-style:solid;
border-width:5px;
border-color:#44443C;
border-radius:0px;
background-color:#F3F7F3;

	/*font: bold 10pt "century gothic"; */
   }

   #navbar li {
   	list-style-type: none;
   }

      
 /*  #content{
     float: left;
     padding: 5px 20px 5px 20px;
     background: #FFCCFF;
     width:60%;
     margin-left : 50px;
     margin-bottom: 50px;
   }
*/


   .copyright {
      font-size:.75em;
   }
 
 
   sup {
     font-size: 0.75em;
     }

 
   #sources {
      font-size: 1.0em;
      }


   #footnotes {
      font-size: 0.75em;
      }

   #notes {
      font-size: 0.75em;
      }

   .notes {
      font-size: 0.75em;
      }


/* Page specific stuff after this */
 

/* pages*/
   #call {
     text-align: center;
   }

   #brigidpoems {
      text-align: center;
      }

/* reiki pages */

   #reikicharacter {
      float: left;
      }

   #firstbodytext {
      margin-top: 90px;
      }

   #reikititle {
	margin-top: 70px;
      }

   #reikititle1 {
	margin-top: 50px;
      }


   #images {
      float: left;
      }

   #reikiprinciples {
      text-align: center;
      font: 14pt "basset";
      }
   
   #reiki1certificate {
      float: left;
      text-align: center;
      font-size: 10pt;
      margin-left: 20px;
	margin-right:5px;
      }

   #reiki2certificate {
      float: right;
      text-align: center;
      font-size: 10pt;
	margin-left:5px;
	margin-right:20px;
      }

   #reiki3certificate {
	clear:both;
      text-align: center;
      font-size: 10pt;
      }

   ul.reikicourses {
margin-left:100px;
}

   #handpositions {
      margin-left: 30px;
      margin-right: 30px;
      }
         
   #kilevels {
     margin-left: 30px;
     margin-right: 30px;
     }

/*chakra page*/

   #chakras {
     margin-left: 30px;
     margin-right: 30px;
     }



/*martial arts pages*/

   #kukkiwoncertificate1 {
     font-size: 10pt;
     text-align: center;
     float: right;
     margin-left: 150px;
     }



/*spiritual development pages*/

   #bodytext {
	clear: both;
    	}

   #fear{
      float: left;
      margin-left: 100px;
   }
	
	#anger{
      float: right;
      margin-right: 100px;
	}

   #beliefs{
      float: left;
      margin-left: 100px;
   }
   
   #beliefsinvert{
	float: right;
	margin-right: 100px;
   }

   #manifestation{
      float: left;

      margin-left: 100px;
   }

   #manifestationinvert{
	float: right;
	margin-right: 100px;
   }

   #lightthroughdark{
   	float: left;
   	margin-left: 50px;
   }

   #lightthroughdarkinvert{
	float: right;
	margin-right: 50px;
	margin-top: 0px;
   }

   #pain{
   	text-align: center;
   }

   #four_elements{
	text-align: center;
   }


   #greeting_manannon{
   	float: left;
   	margin-left: 20px;
   }

   #soaring{
	float: right;
	margin-right: 20px;
   }

   #cave{
   	text-align: center;
   }

   #fire{
      	float: left;
      	margin-left: 100px;
   }

   #water{
   	float: right;
   	margin-right: 100px;
   }

   #writing{
      text-align: center;
      }

 
 

