/* -- basic styling of elements -- */
/* -- note margin and padding thingies are top-right-bottom-left -- */

/* this isn't valid CSS.  what's it supposed to do?
table { `:none; cell}
*/
td { vertical-align:top; text-align:left; }
img { border:none; }
img.floatLeft { 
    float: left; 
    margin: 4px; 
}
img.floatRight { 
    float: right; 
    margin: 4px; 
}

blockquote {
    font-family: "Helvetica","verdana", sans-serif;
    margin: 1.5em 3em 2em 3em;
    font-size: 13px;
    font-style: none;
}
body {
    background-color: #fff;
		background-image: url(/images/sfbc_door2.jpg);
		background-repeat: repeat-x;
}
hr {
    border: 1;
    width: 100%;
    color:#2A6EBB;
    background-color: #f93;
    text-align:left;
}
p { 
    font-family: "verdana", sans-serif;
    margin:1em .5em 0em 1em; 
    font-size: 13px; 
}

ol {
    font-family: "verdana", sans-serif;
    margin-left: 3em;
    font-size: 13px;
}

ul {
    font-family: "verdana", sans-serif;
    list-style: circle; 
    margin-left: 1em; 
    font-size: 13px; 
}
li {
    font-family: "verdana", sans-serif;
    margin-bottom: .5em;
}


h1 {
    font-family: "verdana", sans-serif;
    font-size: 36px; 
    color: #2A6EBB; 
    font-weight: bold;
    letter-spacing: 2px;
    border-bottom:2px solid #57584F ;
}
h2 {
    font-family: "verdana", sans-serif;
    font-size: 18px;
    color: #660;
    font-weight: bold;
    letter-spacing: 2px;
    margin: 2em 2em 0 0em;
}
/* -- h2 line is: border-bottom:1px solid #660;-- */

h3 {
    font-family: "verdana", sans-serif;
    font-size: 12px;
    color: #812990;
    letter-spacing: 1px;
    margin:2em .5em 0em 1em; 
}
h4 {
    font-family: "verdana", sans-serif; 
    font-weight: 600;
    color: #434345;
    font-size: 12px;
    letter-spacing: 1px;
    margin:1em .5em 0em 1em; 
}
a {
    font-family: "verdana", sans-serif;
    color: #fc6; 
}

a:hover { 
    color: #57584F;
    text-decoration: overline;
    background-color: #F2AF00;
}

a:link { 
    color:#366; 
}

a:visited { 
    color:#666; 
}

/* -- common classes -- */
.menu_heading {
    font-family: "verdana", sans-serif;
    font-weight: bold;
    color: #c33;
    font-size: 12px;
    margin: 1em 0 .5em 1em;
}
.foreign { font-style:italic; }
.book { font-style:italic; }
.stats { margin:1em 2em 0 2em; }
.important { font-style:italic; }
.related_topics {
    font-family: "verdana", sans-serif;
    font-size: 11px;
    margin: 1em .5em 0em 1em; 
    border: 0px dotted #57584F;
    padding: 0px;
}
.toc {
    font-family: "verdana", sans-serif;
    font-style: italic;
    font-size: 13px;
    font-color: #069;
    margin: 1em 0 2em 4em; 
}
p.toc a { white-space:nowrap; }
p.toc b { margin:0 0.4em; color:#F93; font-weight:normal; }
.price {
    margin: .5cm .5cm 0.4cm 1cm;
    font-style: italic;
    font-size: 11px;
}


/* -- navigation  F2AF00 -- */
td.nav-left {
    width: 145px;
    font-family: "Helvetica", sans-serif;
    background-color: #fff;
    padding: 20px;
    border-bottom: #F7B535 solid medium;
    border-top: #F7B535 solid medium;
    border-left: #F7B535 solid medium;
		border-right: #F7B535 solid thin;
}
td.nav-left div.nav-left div { 
font-size: 10px; 
font-family: "Helvetica", sans-serif; 
}

table.nav-bottom { 
width:90%; 
margin:1em auto; 
}

table.nav-bottom td.title {
    text-align:right; 
    color:#C33; 
    font-family: "Helvetica", sans-serif;
}
table.nav-bottom td.links {
 		text-align:center; 
		font-size: 13px; 
}

/* -- main content -- */
/* --      -- */
td.main-content {
    font-family: "Helvetica", sans-serif;
    background-color: #ffc;
    padding: 50px 50px 50px 50px ;
    border-top: #f93 solid medium; 
    border-bottom: #f93 solid medium;
		border-right: #f93 solid medium;
		border-left: #f93 solid thin;
}
/* -- program content -- */


/* -- sangha section -- */
table.bio-grid { text-align:center; }
table.bio-grid td { padding:1em 2em; }
table.bio-grid td .name { font-weight:bold; }
.sangha-bio .content img { margin:0 1em 1em 1em; float:left; }


/* -- misc leftover from old version of site (consider these "cleanup to do")
-- */
.style4 
{ 
    font-size: 11px; 
    font-family: "Helvetica", sans-serif;
    letter-spacing: 1.1px;
    margin: 2em 2em 2em 1em;
}



