/* Please update all comments as necessary if you change or add any styles */

/*Styles for Parsha pages*/

body			{ font-family: Arial; font-size: 12pt }
.heading		{ font-size: 24pt; font-weight: bold;
					margin: 10 auto 20; text-align: center }	/* Header of weekly Parsha page */
.heading td		{ margin: 0; padding: 0 1.5em }

.authLinksSect,
	.sponsorSect { vertical-align: top; width:15%;  padding: 1em .3em 0;
					background-image: url("http://koltorah.org/Images/background.jpg") }
.authLinksHead	{ font-weight: bold }	/* Title of list of author links ("in this issue") */
.authLink		{ font-weight: bold }	/* Links to Parsha authors */

.mainSect		{ padding: .4em .5em }
.artsSect		{ font-size: 10pt } /*Section containing articles*/
.article		{  } /* All of an article */
.artHeader		{ padding-top: 0; margin-top: 0 }	/* Overall header section of each article */
.artTitle		{ font-weight: bold; margin-bottom: 0 }	/* Title of Parsha article */
.artAuthor		{ font-style: italic; margin-top: 0 }	/* Author of Parsha article */
.artBodySect	{ text-align: justify }	/* Section of body text of Parsha article */
.artBody		{ margin-top: 0; margin-bottom: 0 }	/* Body text of Parsha article */
.artEndComment	{ margin-top: 0; margin-bottom: 0; font-style: italic }	/* Any comment, such as "Adapted from..." or "...in memory of...", at the end of an article */

.fftSect		{ text-align: left }
.fftHead		{ }	/* Overall header section of the HOTW*/
.fftTitle		{ font-weight: bold; margin-bottom: 0 }	/* Food for Thought title */
.fftAuth		{ font-style: italic; margin-top: 0 }	/* Food for Though author */
.fftBodySect	{ }
.fftBody		{ }	/* Food for Thought paragraph */
.fftFoot		{ text-align: center }
.fftRespRequest	{ font-weight: bold; margin-bottom: 0 }	/* Food for Thought - "If you have a response,..." */
.fftRespInfo	{ font-style: italic; margin-top: 0  }	/* Food for Thought - "Responses may be published..." */

.hotwSect,		/* Section, e.g. div or table, containing hotw and fft */
	.fftSect	{ border: medium ridge silver; margin: 1.5em 2em; padding: 0 1em }
.hotwHeadSect	{ text-align: center; margin-bottom: 0 }	/* Overall header section of the HOTW */
.hotwAuthedHeadSect	{ text-align: center; margin-bottom: 1em }	/* Header if HOTW has author*/
.hotwTitle		{ font-weight: bold; margin-bottom: 0 }	/* Halacha of the Week title */
.hotwAuth		{ font-style: italic; margin-top: 0 }	/* Author of HOTW */
.hotwBodySect	{ margin-top: 0; padding-bottom: 1em; padding-bottom: 1em }	/* Halacha of the week paragraph */
.hotwBody		{ text-align: center; margin-top: 0; margin-bottom: 0 }

.staffSectWrapper { text-align: center }	/*  Hack to get around IE's inability to center tables */
.staffSect		{ text-align: left; width: 30em; margin: 0 auto; padding-top: 0 }
.staffHead		{ font-weight: bold; text-align: center }	/* Title of staff box ("staff at time of publication") */
.staffGroup		{ margin-bottom: 0; padding-bottom: 0; margin-top: 0; padding-top: 0 }	/* Each group of the actual staff box itself */
.staffGroupName	{ }	/* The title of particular groups of staff members */
.staffNames		{ }	/* The names of particular staff members */

.sponsor		{ font-weight: bold; text-align: center }	/* Sponsor text */

.mainFooterSect { text-align: center }	/* Footer of Parsha File mainSect */
.mainFooterSect a	{ }	/* Links at bottom of Parsha page (subscription info, report error) */
