/* $Id: dwd_etext.css,v 1.38.2.1 2008/02/05 09:27:26 goba Exp $ */

/**
 * TEMP, for Drupal 6.x
 * Darren Huckey, diggingwithdarren [dot] com
 *
 */


/* MISCELLANEOUS ========================== */
h1.larger {
	font-size: 32px; 
	line-height: 36px; 
	margin-bottom: 1em;
	text-align: center;
}
h1 span.reduced {
	font-size: 22px;
}
li.excerpt {
	margin-left: 1em;
}
li.listing a.listTitle {
	font-size: 130%;
	font-weight: bold;
}

/* HEBREW ==============================*/
p.hebrew {
/*	color: #963;*/
	text-align: right;
	direction: rtl;
	font-size: 16px;
/*	font-weight: bold;*/
}
/* ETEXT LAYOUT ============================== */
p.odeNotes {
	font-style: italic;
	color: #817259;
}

span.verse {
	color: #AAA;
	font-size: 80%;
	position: relative;
	top: -.3em;
}