/******* General ********/
html,
body {
margin: 0;
padding: 0;
}

body {
text-align: center;
background: #fff url(/i/design/joy-ananda.gif) no-repeat;
padding-top: 10px;
}

a,
#sectionnav div#level3-extra a {
color: #00f;
background: transparent;
text-decoration: underline;
}

a:visited,
#sectionnav div#level3-extra a:visited {
color: #707;
background: transparent;
text-decoration: underline;
}

a:hover,
#sectionnav div#level3-extra a:hover {
color: #00a;
background: transparent;
}

h1,
h2,
h3,
h4,
h5,
h6,
legend {
font-weight: bold;
}

p {
line-height: 1.3;
}

.sidenote p {
line-height: 1.15;
}

h1 {
font-size: 140%;
letter-spacing: 0.02em;
margin-top: 0;
}

h2 {
font-size: 125%;
letter-spacing: 0.02em;
margin-top: 1.2em;
}

.sidenote h2 {
font-size: 105%;
font-weight: bold;
}

h3 {
font-size: 112%;
margin-top: 1.2em;
}

.sidenote h3 {
font-size: 100%;
font-style: italic;
}

h4 {
font-size: 100%;
font-weight: bold;
}

h5 {
font-size: 100%;
font-style: italic;
}

abbr,
acronym,
.help {
border-bottom: 1px dotted #000; 
cursor: help;
}

button {
display: block;
margin: 1em 0;
}

input {
width: 14em;
}

input.radio {
width: 1.5em;
margin: 0 0.5em;
}

input.submit {
width: auto;
}

ins {
text-decoration: none;
font-style: italic;
}

del {
text-decoration: line-through;
}

address {
font-style: normal;
margin-top: 1em;
}

.alert {
color: red;
background: transparent;
font-weight: bold;
}

.note {
font-style: italic;
}

.note em {
font-style: normal;
}


cite.article {
font-style: normal;
}

cite.book,
span.term {
font-style: italic;
}

p.last-updated {
size: 85%;
font-style: italic;
}

/******* Layout ********/

div#logo {
position: absolute;
top: 0;
left: 0;
}

table#head td,
table#wrapper td {
margin: 0;
padding: 0;
}

table#head, table#wrapper {
margin: 0 auto;
padding: 0;
text-align: left;
}


table#wrapper {

}

td#banner {

}

td#sitenav {

}

td#content {

}

div#content-outer {
position: relative; /* placeholder &#8211; doesn't work in IE 5.0 */
}

div#content-inner,
div#l2-gallery1 div#p-galleryIndex div#content-inner {
width: 430px; /* placeholder 460 for IE */
margin-left: 15px;
}

body div.sidenote {
font: 80% Arial, Geneva, Helvetica, Verdana, sans-serif;
/* position: absolute;
top: auto;
right: 0; */
width: 150px;
float: right;
clear: right;
/* Why, Divine Mother, does this work? */
}

div.sidenote .image-caption img {
margin: 0 auto;
}

td#sectionnav {
font:  96% Arial, Helvetica, sans-serif;
}

td#sectionnav h2 {
font:  90% Arial, Helvetica, sans-serif;
margin: 2em 0 0 0;
color: #444;
}

td#sectionnav a,
td#sectionnav a:visited {
color: #d64;
text-decoration: none;
}

td#sectionnav a:hover {
color: #910;
text-decoration: underline;
}

td#sectionnav ul {
margin: 0 0 0 10px;
padding: 0;
list-style-type: none;
}

td#sectionnav ul ul {
margin-left: 18px;
list-style-type: circle;
}

td#sectionnav ul li {
margin: 1ex 0;
}

td#sectionnav ul ul li {
}

td#content .sidenote ul {
margin: 1em 0 1em 1.1em;
padding: 0;
}

td#content  .sidenote li {
margin: 0.5em 0;
padding: 0;
}

div.sitesearch .submit {
width: 8ex;
}

div.sitesearch .text {
width: 100px;
margin: 0 0 0.5em;
}

#footer {
text-align: center;
}

#footer p,
#footer address {
margin: 0.5em 0 0;
font-size: 95%;
}

#footer img {
margin: 10px auto;
}

div#footer {
clear: both;
}

#footer ul.globalnav {
margin-top: 1em;
}

ul.globalnav {
margin: 0;
padding: 0;
}

ul.globalnav li {
margin: 0;
padding: 0;
display: inline;
}

ul.globalnav li.last {
border-width: 0;
}

/****** Floating and Centering ******/

#content .right,
#content .info {
float: right;
clear: right;
margin-left: 1em;
margin-top: 1em;
margin-bottom: 1em;
}

#content .left {
float: left;
clear: left;
margin-right: 1em;
margin-top: 1em;
margin-bottom: 1em;
}

#content div.sidenote .right,
#content div.sidenote .left,
#content div.sidenote .info {
margin-left: 0em;
margin-top: 0em;
margin-bottom: 0em;
}

#content .top {
margin-top: 0;
}

.clear {
clear: both;
}

#wrapper .center {
text-align: center;
margin-left: auto;
margin-right: auto;
}

.center p {
text-align: center;
}

/******** Links ********/



/******* Lists *********/

td#content ol,
td#content ul {
margin: 1em 0;
padding: 0 0 0 2em;
}

td#content ol li,
td#content ul li {
list-style-position: outside;
margin: 0.3em 0;
}

td#content ul ul li {
margin-left: 1em;
}

td#content ul li ul li {
list-style-type: circle;
}

td#content li li {
list-style-type: lower-latin;
}

dl {
margin: 1em 0;
}

dt {
font-weight: bold;
}

dd {
margin-bottom: 0.5em;
}

td#content ol.detailed-nav {
list-style: none;
margin: 1em 0;
padding: 0;
}

td#content ol.detailed-nav li {
margin: 1em 0;
padding: 0;
clear: left;
}

td#content ol.detailed-nav img {
float: left;
margin: 0 1em 1em 0;
border: 1px solid black;
}

td#content ol.detailed-nav p {
margin: 1em 0 0;
}

td#content ol.detailed-nav p.h1-subtitle,
td#content ol.detailed-nav p.h2-subtitle,
td#content ol.detailed-nav p.h3-subtitle {
margin: 0;
}

td#content ol.detailed-nav h3 {
	font-weight: bold;
	margin: 0;
	font-size: 100%;
	display: inline;
}

td#content ol.detailed-nav li ul {
list-style: disc inside;
padding: 0;
margin: 0 0 0 165px;
}

td#content ol.detailed-nav li div.sidenote ul {
margin: 0;
}

td#content ol.detailed-nav li ul li {
clear: none;

}


/******* Tables *********/

table {
border-collapse: collapse;
}

th {
border-bottom: 1px solid #000;
text-align: left;
}

td {
vertical-align: top;
}

table.simple {
margin: 1em 0;
}

table.simple td {
vertical-align: top;
}

table#wrapper table.simple td.a {
font-weight: bold;
text-align: left;
padding-right: 1ex;
}

/********** Images **********/

img {
display: block;
border: 0;
}

/********** Subtitles **********/
h1.subtitle,
h2.subtitle,
h3.subtitle,
h1.subtitled,
h2.subtitled,
h3.subtitled {
margin-bottom: 0;
}

p.h1-subtitle {
font-size: 117%;
font-style: italic;
margin-top: 0;
}

p.h2-subtitle {
font-size: 90%;
font-style: italic;
margin-top: 0;
}

p.h3-subtitle {
margin-top: 0;
font-style: italic;
}


/***** Image - Caption *****/
/* declare div width in page: image width + 10px border */
div.image-caption {
	margin: 1em 0;
	text-align: center;
	/*position: relative;*/
}

div.image-caption img {
	border: 1px solid #000;
}
/*div.image-caption .caption {
	background: url(/i/design/white-transparent.png) repeat;
	position: absolute;
	width: 100%;
	bottom: 0px;
	border: 1px solid #000;
	border-width: 0 1px 1px;
}*/


div.image-caption p.title {
font-style: italic;
font-size: 100%;
margin: 0.5em auto 0.5em;
}

div.image-caption p.title cite {
font-style: normal;
}

div.image-caption p {
font-size: 90%;
width: 80%;
margin: 0.5em auto;
}

/****** Quotes ********/

blockquote {
margin: 1em 2em;
}

div.quote {
text-align: center;
margin: 1em 20px;
padding: 0.5em 0;
}

div.quote blockquote p {
margin: 0;
}

div.quote p {
text-align: left;
margin: 1em 1.5em;
}

div.quote p.attribution {
text-align: center;
margin-left: 20px;
}

div.page-lead {
padding: 0;
}

div.page-lead  p {
font-style: italic;
margin: 0.2em 0 0;
}

div.page-lead p.more {
margin: 0 1em 0 0;
text-align: right;
}

body #content div.pullquote p {
color: #449;
font-size: 90%;
font-style:italic;
line-height: 1.3;
}

body #content div.testimonial p {
font-style:italic;
line-height: 1.3;
margin: 1em 2em 1em 2em;
}

body #content div.sidenote div.pullquote p {
font-size: 100%;
}

body #content div.pullquote cite {
font-style: normal;
}



/**** Gallery ****/
#l2-gallery1 td#content {
text-align: center;
}

table#gallery-nav {
margin: 0 auto 1em;
}

table#gallery-nav td {
vertical-align: middle;
text-align: center;
}

table#gallery-nav img {
margin: 0 auto;
}

div#image-list {
margin: 0 auto;
text-align: center;
}

div#l2-gallery1 div#content-inner {
width: 570px; /* placeholder 460 for IE */
margin-left: 15px;
}

div#p-screensaverNature div#content-inner {
text-align: left;
}

div#p-screensaverNature div#content-inner ol li {
margin: 1em;
}

table#gallery-index {
margin: 0 auto;
}

table#gallery-index td {
padding: 3px;
text-align: center;
}

table#gallery-index td img {
margin: 0 auto;
}


/********** Misc ************/
div.skip {
position: absolute;
left: -9999px;
font-size: 70%;
z-index: 999;
}

div.skip a {
text-decoration: none;
}

div.skip a:focus {
background: #fff;
display: block;
position: absolute;
top: 70px;
text-indent: 0;
line-height: 1;
left: 9999px;
width: 7em;
margin-left: 1em;
padding: 1em;
font-size: 150%;
text-align: center;
border: 1px solid #bdf;
}

hr.clear {
visibility: hidden;
line-height: 0;
height: 0;
clear: both;
}

/* Pages with their own styles:





#wrapper #content .quotation img {
	margin: 0 1em 0 0;
	float: left;
	border: 1px solid #000;
}*/

#wrapper #content .quotation {
	margin: 25px 50px;
	/*background: 2px solid #999;*/
}

#wrapper #content .swami blockquote {
background: url(/i/quotes/kriyananda-namaste.jpg) #fff left top no-repeat;
	padding: 10px 10px 10px 120px;
	min-height: 100px;
}

#wrapper #content .yogananda blockquote {
background: url(/i/quotes/yogananda-arms-folded.jpg) #fff right top no-repeat;
	padding: 10px 110px 10px 10px;
	min-height: 100px;
}

#wrapper #content .quotation h2 {
	font-size: 100%;
	font-weight: normal;
	margin: 0 0px 0.5em;
	font-style: italic;
}
#wrapper #content .quotation blockquote {
margin: 0 0.5em;
}
#wrapper #content .quotation blockquote p {
margin: 0;
}
#wrapper #content .quotation p.attribution {
margin-top: 0.5em;
}

#news h3 {
font-size: 100%;
font-weight: bold;
margin: 1em 0 0 0;
/* float: left;
width: 4ex;
margin: 3px 1ex 1ex 0;
padding: 1ex;
text-align: center;
text-transform: uppercase;
border: 1px solid #ccc;
background: #efefef; */
}

#news p {
margin: 0;
}

.more,
#news p.more {
margin: 0 1em 1em 0;
}

#level3-extra {
padding-left: 10px;
}

#level3-extra h2 {
font-size: 90%;
font-weight: bold;
margin: 1em 0 1em 0;
}

#level3-extra h2.subtitled {
margin-bottom: 0;
}

#level3-extra p {
font-size: 90%;
}

td#head-swami img {
float: right;
}

img#head-banner-text {
margin-left: 24px;
}
span.external-site {
	font-style: italic;
}

.sample {
margin-left: 2em;
}

.required {
color: red;
}

.attribution {
font-style: italic;
}

.attribution em {
font-style: normal;
}