/* Yoga Bindu style sheet           */
/* 2006 Sep 08 Kerry Tani           */
/* 2008 Apr 08 Kerry Tani           */
/* 2009 Oct 30 Kerry Tani change td.classtime from 8px to 10px */
/* 2010 May 13 Kerry Tani add image border=none */

body {
  color: #000;                                    /* black text */
  background-color: #ffe680;                      /* lt orange background color */
  font-family: Arial, sans-serif;
  font-weight: normal;
  font-size: small;
  margin: 0;
  padding: 0;
  }

h1 {
  font-size: 150%;
  }

h2 {
  font-size: 120%;
  font-family: Perpetua, "Times New Roman", serif;
  }

h3 {
  padding: 0 0 1em 0;
  }

p {
	padding: 0 0 0 0;
}

li {
  margin: 0 0 0 0;	
}

#wrap {                                           /* main text */
  padding: 0;
  margin: 30px 30px 30px 30px;
  border: 2px solid black;
  background-color: #fff;                         /* white background */
}

#header {
  margin: 0;
  padding: 0;
 }

#header dl {                                      /* definition list technique */
  margin: 10px 20px 0 0;                          /* from Cederholm */
  padding: 0;
}

#header dt {                                      /* definition list technique */
  float: right;                                   /* from Cederholm */
  margin: 0 0 10px 0;
  padding: 0 0 0 0;
}

#header dd.img img {                              /* definition list technique */
  float: left;                                    /* from Cederholm */
}

#content {
  float: left;
  width: 65%;
}

#content div {
  padding-right: 30px;
  margin: 0 0 0 40px;
}

#content h2 {
  padding: 10px 0 0 0;
}

#sidebar {
  float: right;
  width: 30%;
  margin: 10px 10px 0 0;
}

#footer {
  clear: both;
  padding: 10px 0 0 0;
  margin: 10px 0 0 20px;
  font-size: 75%;
}


#nav {
  clear: both;
  float: left;
  width: 95%;                                     /* trying to align to right border */
  margin: 0 0 10px 0;
  padding: 0 0 0 40px;
  list-style: none;
  background-image: url(../images/nav-bg.gif);
  background-repeat: repeat-x;
  background-position: bottom left;
}

#nav li {
  float: left;
  margin: 0;
  padding: 0;
  font-family: Perpetua, "Times New Roman", serif;
  font-size: 100%;
  font-weight: bold;
}

#nav a {
  float: left;
  display: block;
  margin: 0 2px 0 0;
  padding: 4px 12px;
  color: #333;
  text-decoration: none;
  border: 1px solid #404040;
  border-bottom: none;
  background-color: #ffe680;
  background-image: url(../images/off-bg.gif);
  background-repeat: repeat-x;
  background-position: top left;
}

#nav a:hover, body#intro #t-home a {
  color: #333;
  padding-bottom: 5px;
  border-color: #404040;
  background: #fff url(../images/on-bg.gif) repeat-x top left;
  }

#nav a:hover, body#intro #t-classes a {
  color: #333;
  padding-bottom: 5px;
  border-color: #404040;
  background: #fff url(../images/on-bg.gif) repeat-x top left;
  }
 
#nav a:hover, body#intro #t-privates a {
  color: #333;
  padding-bottom: 5px;
  border-color: #404040;
  background: #fff url(../images/on-bg.gif) repeat-x top left;
  }
  
#nav a:hover, body#intro #t-events a {
  color: #333;
  padding-bottom: 5px;
  border-color: #404040;
  background: #fff url(../images/on-bg.gif) repeat-x top left;
  }

#nav a:hover, body#intro #t-mantras a {
  color: #333;
  padding-bottom: 5px;
  border-color: #404040;
  background: #fff url(../images/on-bg.gif) repeat-x top left;
  }
 
#nav a:hover, body#intro #t-points a {
  color: #333;
  padding-bottom: 5px;
  border-color: #404040;
  background: #fff url(../images/on-bg.gif) repeat-x top left;
  }

#nav a:hover, body#intro #t-about a {
  color: #333;
  padding-bottom: 5px;
  border-color: #404040;
  background: #fff url(../images/on-bg.gif) repeat-x top left;
  }


.box {
  width: 273px;
  background: url(../images/box-bottom.gif) no-repeat bottom left;
  margin: 0 0 2em 0;
  padding: 0 5em 0 0;
  }
  
.box h2 {
  background: url(../images/box-top.gif) no-repeat top left;
  margin: 0;
  padding: 6px 8px 4px 12px;
  border-bottom: 2px solid #ffcc00;
  }

.box h3 {
  font-size: 90%;
  font-family: Perpeua, "Times New Roman", serif;
  margin: 0 5em 0 1em;
  }
 
.box ul {
  margin: 0;
  padding: 14px 10px 14px 10px;
}
  
.box li {
  margin: 0 0 6px 14px;
  padding: 0;
  list-style-image: url(../images/bullet.gif);
  }

.studio {
  font-weight: bold;
}

.strong {
  font-weight: bold;
}

  
tr {
  vertical-align: top;
}

td.day {
  font-size: 120%;
  font-weight: bold;
  font-family: Perpetua, "Times New Roman", serif;
  background-color: #ffe680;
  margin-top: 2em;
  padding-left: 1em;
  }

td.classname {
	border-bottom: 1px dotted #808080;
	padding-left: 5%;
}

td.classtime {
	border-bottom: 1px dotted #808080;
	padding-left: 5%;
	width: 10em;
}
    
.sanskrit {
  font-style: italic
}

.indent {
	margin-left: 2em;
}

a img {border: none; }