﻿#tipitaka-id {font-size:small;text-align:center;}
#pts-id, #alt-id {}
#sutta-note {margin-bottom:.5em;}
#sutta-summary {margin-top:1em;}
#alt-formats {}

#header {width:100%;}
#title {}
#book-title, #pali-title, #english-title {
	font-size:2em;
	font-weight:bold;
	text-align:center;
	margin:.67em 0;
}
#book-subtitle, #book-subtitle2, #english-subtitle {
	font-size:1.5em;
	font-weight:bold;
	text-align:center;
	margin:.75em 0;
}
#author, #author-altname, #author2 {
	font-size:1.17em;
	font-weight:bold;
	margin-bottom:.5em;
	text-align:center;
}
#by, #by2 {
	font-size:small;
	margin-top:1em;
	text-align:center;
}

#rights {
	background:white;
	color:black;
	width:30%;
	font-size:x-small;
	padding:5px;
	padding-left:2%;
	border-left:1px dotted #395AB9;
}
#rights hr {
	border:1px dotted #395AB9;
}
#ati-title, #ati-copy, #ati-license, #ati-extra {
	margin-bottom:0.5em;
}
#source-title, #source-copy, #source-isbn, #source-extra {
	margin-bottom:0.5em;
}
#main {
	margin-top:0em;
	padding-top:0em;
	clear:both;
}

/* For use in #rights-free pages (e.g., the FAQ), which need some extra info */
#title #ati-copy {
	font-size:small;
	text-align:center;
}
#title #ati-license {
	font-size:small;
	text-align:center;
}

div.sutta {}

/***** VERSE TEXT *****/
/*	For verses or other indented chunks */
div.verse {
	margin-left:5%;
	margin-right:5%;
	margin-bottom:0em;
}

/* For poetry, use preformatted text. */
.verse pre {
	font-size:100%;
	font-family: Georgia, Courier New, Arial, Helvetica, Verdana, sans-serif;
	margin-top:0;
	/* To prevent a blank line after a preceding line like "<i>[Ananda:]</i>"*/
	margin-bottom:0;
}

.pali pre {
	font-family: "Gentium", "Arial Unicode MS";
}

/* A sutta citation (e.g., "[SN XLVI.11]") that follows a sutta verse. */
.verse p.cite {
	text-align:left;
	font-size:small;
	margin-left:10%;
	margin-bottom:2em;
}

p + .verse {margin-top:1em;}
/**********/

/******* Footnotes and Endnotes **********/
div.notes {
	margin-left:2%;
	margin-right:2%;
	margin-bottom:2em;
	font-size: 8pt;
}
.notes div.note {/* for each individual note. */
	margin-top:1.5em;
	margin-left:+1em;
}

/* these notes are close-up to each other. 
Saves space when there are lots of short notes -- see "Nibbana As Living Experience".*/
.notes div.note0 {margin-left:+1em;}
.note-tag {
	vertical-align:super;
	font-size: small;
}
/**********/
