﻿*
{
	margin: 0;
	padding: 0;
	text-align: left;
}

html
{
	color: #333;
	background-color: #f9f9f9;
	font: medium/1.5	Verdana;
}
	
indent
{
	text-indent: 26px;
}


/* Links */

a
{
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px dotted transparent; 
}

a:link
{
	color: #5b6526;
	border-bottom-color: #5b6526;
	text-decoration: underline;
}

a:visited
{
	color: #8e9859;
	border-bottom-color: #8e9859;
}

a:active
{
	color: #000000;
	border-bottom-color: #000000;
}

a:hover
{
	color: #000000;
	border-bottom-color: #000000;
}

/* Headings */

h6
{
	color: #26655b;
	margin: 0 0 10px;
	font-weight: normal;
	text-transform: uppercase;
}

h5
{
	color: #26655b;
	margin: 0 0 10px;
	font-weight: normal;
	text-transform: uppercase;
}

h4
{
	color: #26655b;
	margin: 0 0 10px;
	font-weight: normal;
	text-transform: uppercase;
}

h3
{
	color: #26655b;
	margin: 0 0 10px;
	font-weight: normal;
	text-transform: uppercase;
}

h2
{
	color: #26655b;
	margin: 0 0 10px;
	font-weight: normal;
	text-transform: uppercase;
}

h1
{
	color: #26655b;
	margin: 0 0 10px;
	font-weight: normal;
	text-transform: uppercase;
}

h6 a
{
	font-weight: normal;
	border-bottom-width: 0;
}

h5 a
{
	font-weight: normal;
	border-bottom-width: 0;
}

h4 a
{
	font-weight: normal;
	border-bottom-width: 0;
}

h3 a
{
	font-weight: normal;
	border-bottom-width: 0;
}

h2 a
{
	font-weight: normal;
	border-bottom-width: 0;
}

h1 a
{
	font-weight: normal;
	border-bottom-width: 0;
}

h1 
{
	font-size: 1.4em;
}

h2
{
	font-size: 1.2em;
}

h3
{
	font-size: 1.0em;
	font-weight: bold;
}

h3 a
{
	font-weight: bold;
}

h6
{
	font-size: 1.0em;
}

h5
{
	font-size: 1.0em;
}

h4
{
	font-size: 1.0em;
}

.sitetitle
{
	font-size: x-large;
}

.sitesubtitle
{
	font-size: large;
}

/* Lists */

ol
{
	line-height: 1.7em;
}

ul
{
	line-height: 1.7em;
}

ul
{
	margin: 25px 35px;
	list-style-type: square;
}

ol
{
	margin: 25px 40px;
}

/* Other HTML Elements */

p
{
	margin: 10px 0;
}

cite
{
	color: #777;
	cursor: help;
	font-style: normal;
	border-bottom: 1px solid #777;
}

acronym
{
	color: #777;
	cursor: help;
	font-style: normal;
	border-bottom: 1px solid #777;
}

abbr
{
	color: #777;
	cursor: help;
	font-style: normal;
	border-bottom: 1px solid #777;
}

/* Structure */

body
{
	width: 90%;
	margin: 0 auto;
}

#navigation
{
	padding: 3% 0 0 0;
	float: left;
	width: 100%;
}

#header
{
	clear: both;
	padding: 10px 0;
	background-color: #fff;
}

#wrapper
{
	float: left; 
	width: 100%;
	clear: both;
	padding: 20px 0 10px;
}

#content
{
	border-style: groove;
	border-width: thin;
	padding: 2% 3% 0% 3%;
	width: 65%;
	float: left;
	text-align: left;
}

#sidebar
{
	padding: 0% 0 0 0;
	width: 26%;
	float: right;
}

#footer
{
	clear: both;
	padding: 10px 0;
	font-size: 0.9em;
	text-align: center;
	background-color: #e8ecd8;
}

/* Navigation */

#navigation ul
{
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
	list-style-type: none;
	background-color: #e8ecd8;
	border-top: 10px solid #5b6526;
}

#navigation li
{
	float: left; 
}

#navigation a
{
	float: left;
	display: block;
	padding: 5px 10px;
	margin-top: -10px;
	font-weight: normal;
	border-bottom-width: 0;
	text-transform: uppercase;
	border-top: 10px solid #5b6526;
}

#navigation a:active
{
	border-top-color: #8e9859;
}

#navigation a:hover
{
	border-top-color: #8e9859;
}

#navigation li.active a
{
	background-color: #fff;	
	border-top-color: #9fa96a;
}

/* Header */

#header h1
{
	margin: 0;
	padding: 0 10px 10px;
}

#header h2
{
	margin: 0;
	padding: 0 10px;
	font-size: 1.0em;
}

/* Content */

.post
{
	margin: 0 20px 0 10px;
}

.post-footer
{
	color: #555;
	font-size: 0.8em;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 10px solid #e8ecd8;
}

.post-footer a
{
	border-bottom-width: 0;
}

.post-footer a:link
{
	color: #8e9859;
}

.post-footer a:active
{
	color: #555;
}

.post-footer a:hover
{
	color: #555;
}

.last .post-footer
{
	margin-bottom: 0;
	border-bottom-width: 0;
}

/* Sidebar */

.block
{
	padding: 0 5px 0 0px;
	margin: 0 5px 20px 15px;
	border-bottom: 10px solid #e8ecd8;
}

.block h2
{
	margin-left: 0;
	margin-bottom: 5px;
}

.block ul
{
	margin-top: 0;
	margin-left: 20px;
	
#about_me p
{
	font-size: 0.9em;
}

/* Footer */

#footer a:link
{
	color: #8e9859;
}

#footer a:active
{
	color: #5b6526;
}

#footer a:hover
{
	color: #5b6526;
}

/* Color Code */
}
span.Ciasm1
	{
	color: #993366;
	border: none windowtext 1.0pt;
	padding: 0cm;
	font-weight: bold;
	text-decoration: none;
	text-decoration: none;
	vertical-align: baseline;
}
span.Ciasm2
	{
	color: green;
	border: none windowtext 1.0pt;
	padding: 0cm;
	font-weight: bold;
}
span.Closure
	{
	color: #CC0066;
}
span.Horizontal1
	{
	color: #3399FF;
	border: none windowtext 1.0pt;
	padding: 0cm;
	text-decoration: none;
	text-decoration: none;
	vertical-align: baseline;
}
span.Horizontal2
	{
	color: teal;
	border: none windowtext 1.0pt;
	padding: 0cm;
	font-weight: bold;
}
span.Horizontal3
	{
	color: maroon;
	border: none windowtext 1.0pt;
	padding: 0cm;
	font-weight: bold;
}
span.InternalParallel
	{
	color: lime;
}
span.Vertical1
	{
	color: #FF9900;
}
span.HE 
	{text-align: right;
}
span.HMC
	{
	text-align: center;
	line-height: 12.0pt;
	direction: rtl;
	font-size: 9.5pt;
	
}
.center {
	text-align: center;
	line-height: 13pt;
	font-size: medium;
	font-family: Verdana;
}
div.Mesechet
	{
	margin-right:0cm;
	
	margin-bottom:0cm;
	margin-left:0cm;
	margin-bottom:.0001pt;
	text-align:right;
	
	direction:rtl;
	
	font-size:16.0pt;
	font-family:Arial;
	
	
	font-weight:bold;}
li.Mesechet
	{
	margin-right:0cm;
	
	margin-bottom:0cm;
	margin-left:0cm;
	margin-bottom:.0001pt;
	text-align:right;
	
	direction:rtl;
	
	font-size:16.0pt;
	font-family:Arial;
	
	
	font-weight:bold;}
p.Mesechet
	{
	margin-right:0cm;
	
	margin-bottom:0cm;
	margin-left:0cm;
	margin-bottom:.0001pt;
	text-align:right;
	
	direction:rtl;
	
	font-size:16.0pt;
	font-family:Arial;
	
	
	font-weight:bold;}
div.Perek
	{
	margin-right:0cm;
	
	margin-bottom:0cm;
	margin-left:0cm;
	margin-bottom:.0001pt;
	text-align:left;
	
	direction:rtl;
	
	font-size:16.0pt;
	
	color:#000066;
	font-weight:bold;}
li.Perek
	{
	margin-right:0cm;
	
	margin-bottom:0cm;
	margin-left:0cm;
	margin-bottom:.0001pt;
	text-align:left;
	
	direction:rtl;
	
	font-size:16.0pt;
	
	color:#000066;
	font-weight:bold;}
p.Perek
	{
	margin-right:0cm;
	
	margin-bottom:0cm;
	margin-left:0cm;
	margin-bottom:.0001pt;
	text-align:left;
	
	direction:rtl;
	
	font-size:16.0pt;
	
	color:#000066;
	font-weight:bold;}
div.Unit
	{
	margin-right:0cm;
	
	margin-bottom:0cm;
	margin-left:0cm;
	margin-bottom:.0001pt;
	text-align:center;
	
	direction:rtl;
	
	font-size:12.0pt;
	
	font-weight:bold;}
li.Unit
	{
	margin-right:0cm;
	
	margin-bottom:0cm;
	margin-left:0cm;
	margin-bottom:.0001pt;
	text-align:center;
	
	direction:rtl;
	
	font-size:12.0pt;
	
	font-weight:bold;}
p.Unit
	{
	margin-right:0cm;
	
	margin-bottom:0cm;
	margin-left:0cm;
	margin-bottom:.0001pt;
	text-align:center;
	
	direction:rtl;
	
	font-size:12.0pt;
	
	font-weight:bold;}
span.Subunit
	{
	font-weight:bold;
	text-decoration:none;

	text-decoration:none;
	}
.lefttorightparagraph {
	direction: ltr;
}

.noindent {
	text-indent: 0px;
}
html.hebrew {
	color: #333;
	background-color: #f9f9f9;
	font: medium/1.5 Verdana;
	text-align: right;
}p.logo, li.logo, div.logo
	{mso-style-name:logo;
	margin:0in;
	margin-bottom:.0001pt;
	text-align:center;
	direction:rtl;
	unicode-bidi:embed;
	font-size:20.0pt;
	color:black;
	font-weight:bold;
}
table {
	border-collapse: collapse;
}
td  {
	border: thin solid #000000;
	padding: .5em;
	border-collapse: collapse;
}
