
body {
background: url(../images/general-images/wp_mini_acanthus_005-faded.png) fixed;
direction: auto;
}

.border {
background: url(../images/general-images/bord_mini_acanthus_005-faded.png) repeat-x;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 75px;
z-index: 2;
}

.border-title {
position: fixed;
width: 800px;
height: 75px;
margin: 0 auto;
left: 0;
right: 0;
top: 0;
z-index: 2;
opacity: 0.95;
}

.middle-column {
position: relative;
width: 800px;
margin: 100px auto 0;
text-align: center;
direction: rtl;
}

/* memorization image */

.partial-image {
background-repeat: no-repeat;
border-top-left-radius: 50% 75px;
border-top-right-radius: 50% 75px;
border-bottom-right-radius: 50% 50px;
border-bottom-left-radius: 50% 50px;
box-shadow: 
   -8px 0px 0px 0px #ddd,
    8px 0px 0px 0px #ddd;
}

.full-image {
position: relative;
top: 0px;
opacity: 0;
}

.full-image:hover {
opacity: 1.0;
}

.full-image img {
border-top-left-radius: 50% 75px;
border-top-right-radius: 50% 75px;
border-bottom-right-radius: 50% 50px;
border-bottom-left-radius: 50% 50px;
box-shadow: 
   -8px 0px 0px 0px #ddd,
    8px 0px 0px 0px #ddd;
}

/* commentary image */

.commentary-image img {
margin: 0 auto 0;
border-top-left-radius: 50% 75px;
border-top-right-radius: 50% 75px;
border-bottom-right-radius: 50% 50px;
border-bottom-left-radius: 50% 50px;
box-shadow: 
   -8px 0px 0px 0px #ddd,
    8px 0px 0px 0px #ddd;
opacity: 1.0;
}

.makegap {
margin-top: 70px;
}

.makegap40 {
margin-top: 40px;
}

.hidden {
visibility: hidden;
}

.no-display {
display: none;
}


/* navigation buttons */

.english-button,
.hebrew-button {
position: fixed;
top: 16px;
right: 1%;
width: 150px;
height: 40px;
border-width: 3px;
border-style: solid;
border-color: #ddd;
border-top-left-radius: 50% 25%;
border-top-right-radius: 50% 25%;
border-bottom-right-radius: 50% 25%;
border-bottom-left-radius: 50% 25%;
box-shadow: 
   -10px 0px 0px 0px #ddd,
    10px 0px 0px 0px #ddd;
z-index: 2;
}

.english-button:hover,
.hebrew-button:hover {
right: 1.2%;
}

.english-button {
background-image: url(../images/navigation-buttons/english.png);
}

.hebrew-button {
background-image: url(../images/navigation-buttons/hebrew.png);
}

.home-page-button,
.top-of-page-button,
.previous-page-button,
.next-page-button {
position: fixed;
right: 1%;
width: 125px;
height: 30px;
border-width: 2px;
border-style: solid;
border-color: #ddd;
border-top-left-radius: 50% 25%;
border-top-right-radius: 50% 25%;
border-bottom-right-radius: 50% 25%;
border-bottom-left-radius: 50% 25%;
box-shadow: 
   -10px 0px 0px 0px #ddd,
    10px 0px 0px 0px #ddd;
opacity: 1;
}

.home-page-button {
top: 90px;
}

.top-of-page-button {
top: 135px;
}

.previous-page-button {
top: 195px;
}

.next-page-button {
top: 240px;
}

.home-page-button:hover,
.top-of-page-button:hover,
.previous-page-button:hover,
.next-page-button:hover {
opacity: 0.7;
}

/* end of navigation buttons */

/* link buttons */

.link-button {
position: fixed;
left: 1%;
width: 125px;
height: 30px;
border-width: 2px;
border-style: solid;
border-color: #ddd;
border-top-left-radius: 50% 25%;
border-top-right-radius: 50% 25%;
border-bottom-right-radius: 50% 25%;
border-bottom-left-radius: 50% 25%;
box-shadow: 
   -10px 0px 0px 0px #ddd,
    10px 0px 0px 0px #ddd;
opacity: 1;
}

.link-button:hover {
opacity: 0.7;
}

.link-button-one {
top: 90px;
}

.link-button-two {
top: 135px;
}

.link-button-three {
top: 180px;
}

.link-button-four {
top: 240px;
}

.link-button-five {
top: 285px;
}

.link-button-six {
top: 330px;
}

.link-button-seven {
top: 390px;
}

.link-button-eight {
top: 435px;
}

.link-button-nine {
top: 480px;
}

.link-button-ten {
top: 575px;
}

body {
width: 800px;
margin: 30px auto 0 auto;
direction: rtl;
}

.content-container {
  background: url(../../images/general-images/wp_moire_003.png) repeat;
  text-align: center;
  margin: 100px auto 10px;
  padding: 10px 20px 45px;
  width: 700px;
  border-top: 8px solid #ccc;
  border-bottom: 38px solid #ccc;
  border-top-left-radius: 50% 75px;
  border-top-right-radius: 50% 75px;
  border-bottom-right-radius: 50% 75px;
  border-bottom-left-radius: 50% 75px;
}

.container {
position: relative;
text-align: center;
font-size: 33px;
font-weight: bold;
z-index: 1;
}
.centered {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
font-family: "Times New Roman";
}

div img {
opacity: 0.6;
}

.shadow-outline {
  color: black; /* Text fill color */
  text-shadow: 
    -2px -2px 0 #fff,  
     2px -2px 0 #fff,
    -2px  2px 0 #fff,
     2px  2px 0 #fff;
}

.siman-title {
margin: 0px auto 15px auto;
text-align: center;
width: 600px;
font-family: "Times New Roman";
font-size: 34.5px;
font-weight: bold;
line-height: 1.25;
direction: rtl;
}

.maintext {
margin: 0px auto 22px auto;
text-align: justify;
width: 600px;
font-family: "Times New Roman";
color: transparent;
font-size: 32.5px;
font-weight: bold;
line-height: 1.25;
text-indent: 0.8em;
direction: rtl;
}


.maintext:hover {
color: black;
}

u {
text-decoration: none;
color: black;
}

.maintext span {font-family: "Times New Roman"; font-weight: normal; font-size: 115%; line-height: 1.0}

small{
font-size: 27.5px;
line-height: 1.0;
}

.maaintext span {font-family: "Times New Roman"; font-weight: normal; font-size: 115%; line-height: 1.0}

.background-lemon-chiffon {
width: 550px;
margin: 25px auto 30px auto;
background-color: #fffacd;
border-radius: 20px;
border-top: 2px solid #b0b0b0;
border-bottom: 1px solid #b0b0b0;
border-right: 2px solid #b0b0b0;
border-left: 1px solid #b0b0b0;
padding: 15px 0 10px;
}

.background-blanched-almond {
width: 550px;
margin: 25px auto 30px auto;
background-color: #fffbcd;
border-radius: 20px;
border-top: 2px solid #b0b0b0;
border-bottom: 1px solid #b0b0b0;
border-right: 2px solid #b0b0b0;
border-left: 1px solid #b0b0b0;
padding: 15px 0 10px;
}

.background-pastel-orange {
width: 550px;
margin: 25px auto 30px auto;
background-color: #fac898;
border-radius: 20px;
border-top: 2px solid #b0b0b0;
border-bottom: 1px solid #b0b0b0;
border-right: 2px solid #b0b0b0;
border-left: 1px solid #b0b0b0;
padding: 15px 0 10px;
}

.halachah-number {
float: right;
width: 66px;
height: 44px;
margin: 2px 10px -6px -18px;
}

.n001 {background: url(../images/numbers-66-44/red-001.png)}
.n002 {background: url(../images/numbers-66-44/red-002.png)}
.n003 {background: url(../images/numbers-66-44/red-003.png)}
.n004 {background: url(../images/numbers-66-44/red-004.png)}
.n005 {background: url(../images/numbers-66-44/red-005.png)}
.n006 {background: url(../images/numbers-66-44/red-006.png)}
.n007 {background: url(../images/numbers-66-44/red-007.png)}
.n008 {background: url(../images/numbers-66-44/red-008.png)}
.n009 {background: url(../images/numbers-66-44/red-009.png)}
.n010 {background: url(../images/numbers-66-44/red-010.png)}
.n011 {background: url(../images/numbers-66-44/red-011.png)}
.n012 {background: url(../images/numbers-66-44/red-012.png)}
.n013 {background: url(../images/numbers-66-44/red-013.png)}
.n014 {background: url(../images/numbers-66-44/red-014.png)}
.n015 {background: url(../images/numbers-66-44/red-015.png)}
.n016 {background: url(../images/numbers-66-44/red-016.png)}
.n017 {background: url(../images/numbers-66-44/red-017.png)}
.n018 {background: url(../images/numbers-66-44/red-018.png)}
.n019 {background: url(../images/numbers-66-44/red-019.png)}
.n020 {background: url(../images/numbers-66-44/red-020.png)}
.n021 {background: url(../images/numbers-66-44/red-021.png)}
.n022 {background: url(../images/numbers-66-44/red-022.png)}
.n023 {background: url(../images/numbers-66-44/red-023.png)}
.n024 {background: url(../images/numbers-66-44/red-024.png)}
.n025 {background: url(../images/numbers-66-44/red-025.png)}
.n026 {background: url(../images/numbers-66-44/red-026.png)}
.n027 {background: url(../images/numbers-66-44/red-027.png)}
.n028 {background: url(../images/numbers-66-44/red-028.png)}
.n029 {background: url(../images/numbers-66-44/red-029.png)}
.n030 {background: url(../images/numbers-66-44/red-030.png)}
.n031 {background: url(../images/numbers-66-44/red-031.png)}
.n032 {background: url(../images/numbers-66-44/red-032.png)}
.n033 {background: url(../images/numbers-66-44/red-033.png)}
.n034 {background: url(../images/numbers-66-44/red-034.png)}
.n035 {background: url(../images/numbers-66-44/red-035.png)}
.n036 {background: url(../images/numbers-66-44/red-036.png)}
.n037 {background: url(../images/numbers-66-44/red-037.png)}
.n038 {background: url(../images/numbers-66-44/red-038.png)}
.n039 {background: url(../images/numbers-66-44/red-039.png)}
.n040 {background: url(../images/numbers-66-44/red-040.png)}
.n041 {background: url(../images/numbers-66-44/red-041.png)}
.n042 {background: url(../images/numbers-66-44/red-042.png)}
.n043 {background: url(../images/numbers-66-44/red-043.png)}
.n044 {background: url(../images/numbers-66-44/red-044.png)}
.n045 {background: url(../images/numbers-66-44/red-045.png)}
.n046 {background: url(../images/numbers-66-44/red-046.png)}
.n047 {background: url(../images/numbers-66-44/red-047.png)}
.n048 {background: url(../images/numbers-66-44/red-048.png)}
.n049 {background: url(../images/numbers-66-44/red-049.png)}
.n050 {background: url(../images/numbers-66-44/red-050.png)}
.n051 {background: url(../images/numbers-66-44/red-051.png)}
.n052 {background: url(../images/numbers-66-44/red-052.png)}
.n053 {background: url(../images/numbers-66-44/red-053.png)}
.n054 {background: url(../images/numbers-66-44/red-054.png)}
.n055 {background: url(../images/numbers-66-44/red-055.png)}
.n056 {background: url(../images/numbers-66-44/red-056.png)}
.n057 {background: url(../images/numbers-66-44/red-057.png)}
.n058 {background: url(../images/numbers-66-44/red-058.png)}
.n059 {background: url(../images/numbers-66-44/red-059.png)}
.n060 {background: url(../images/numbers-66-44/red-060.png)}
.n061 {background: url(../images/numbers-66-44/red-061.png)}
.n062 {background: url(../images/numbers-66-44/red-062.png)}
.n063 {background: url(../images/numbers-66-44/red-063.png)}
.n064 {background: url(../images/numbers-66-44/red-064.png)}
.n065 {background: url(../images/numbers-66-44/red-065.png)}
.n066 {background: url(../images/numbers-66-44/red-066.png)}
.n067 {background: url(../images/numbers-66-44/red-067.png)}
.n068 {background: url(../images/numbers-66-44/red-068.png)}
.n069 {background: url(../images/numbers-66-44/red-069.png)}
.n070 {background: url(../images/numbers-66-44/red-070.png)}
.n071 {background: url(../images/numbers-66-44/red-071.png)}
.n072 {background: url(../images/numbers-66-44/red-072.png)}
.n073 {background: url(../images/numbers-66-44/red-073.png)}
.n074 {background: url(../images/numbers-66-44/red-074.png)}
.n075 {background: url(../images/numbers-66-44/red-075.png)}
.n076 {background: url(../images/numbers-66-44/red-076.png)}
.n077 {background: url(../images/numbers-66-44/red-077.png)}
.n078 {background: url(../images/numbers-66-44/red-078.png)}
.n079 {background: url(../images/numbers-66-44/red-079.png)}
.n080 {background: url(../images/numbers-66-44/red-080.png)}
.n081 {background: url(../images/numbers-66-44/red-081.png)}
.n082 {background: url(../images/numbers-66-44/red-082.png)}
.n083 {background: url(../images/numbers-66-44/red-083.png)}
.n084 {background: url(../images/numbers-66-44/red-084.png)}
.n085 {background: url(../images/numbers-66-44/red-085.png)}
.n086 {background: url(../images/numbers-66-44/red-086.png)}
.n087 {background: url(../images/numbers-66-44/red-087.png)}
.n088 {background: url(../images/numbers-66-44/red-088.png)}
.n089 {background: url(../images/numbers-66-44/red-089.png)}
.n090 {background: url(../images/numbers-66-44/red-090.png)}
.n091 {background: url(../images/numbers-66-44/red-091.png)}
.n092 {background: url(../images/numbers-66-44/red-092.png)}
.n093 {background: url(../images/numbers-66-44/red-093.png)}
.n094 {background: url(../images/numbers-66-44/red-094.png)}
.n095 {background: url(../images/numbers-66-44/red-095.png)}
.n096 {background: url(../images/numbers-66-44/red-096.png)}
.n097 {background: url(../images/numbers-66-44/red-097.png)}
.n098 {background: url(../images/numbers-66-44/red-098.png)}
.n099 {background: url(../images/numbers-66-44/red-099.png)}
.n100 {background: url(../images/numbers-66-44/red-100.png)}
.n101 {background: url(../images/numbers-66-44/red-101.png)}
.n102 {background: url(../images/numbers-66-44/red-102.png)}
.n103 {background: url(../images/numbers-66-44/red-103.png)}
.n104 {background: url(../images/numbers-66-44/red-104.png)}
.n105 {background: url(../images/numbers-66-44/red-105.png)}
.n106 {background: url(../images/numbers-66-44/red-106.png)}
.n107 {background: url(../images/numbers-66-44/red-107.png)}
.n108 {background: url(../images/numbers-66-44/red-108.png)}
.n109 {background: url(../images/numbers-66-44/red-109.png)}
.n110 {background: url(../images/numbers-66-44/red-110.png)}
.n111 {background: url(../images/numbers-66-44/red-111.png)}
.n112 {background: url(../images/numbers-66-44/red-112.png)}
.n113 {background: url(../images/numbers-66-44/red-113.png)}
.n114 {background: url(../images/numbers-66-44/red-114.png)}
.n115 {background: url(../images/numbers-66-44/red-115.png)}
.n116 {background: url(../images/numbers-66-44/red-116.png)}
.n117 {background: url(../images/numbers-66-44/red-117.png)}
.n118 {background: url(../images/numbers-66-44/red-118.png)}
.n119 {background: url(../images/numbers-66-44/red-119.png)}
.n120 {background: url(../images/numbers-66-44/red-120.png)}
.n121 {background: url(../images/numbers-66-44/red-121.png)}
.n122 {background: url(../images/numbers-66-44/red-122.png)}
.n123 {background: url(../images/numbers-66-44/red-123.png)}
.n124 {background: url(../images/numbers-66-44/red-124.png)}
.n125 {background: url(../images/numbers-66-44/red-125.png)}
.n126 {background: url(../images/numbers-66-44/red-126.png)}
.n127 {background: url(../images/numbers-66-44/red-127.png)}
.n128 {background: url(../images/numbers-66-44/red-128.png)}
.n129 {background: url(../images/numbers-66-44/red-129.png)}
.n130 {background: url(../images/numbers-66-44/red-130.png)}
.n131 {background: url(../images/numbers-66-44/red-131.png)}
.n132 {background: url(../images/numbers-66-44/red-132.png)}
.n133 {background: url(../images/numbers-66-44/red-133.png)}
.n134 {background: url(../images/numbers-66-44/red-134.png)}
.n135 {background: url(../images/numbers-66-44/red-135.png)}
.n136 {background: url(../images/numbers-66-44/red-136.png)}
.n137 {background: url(../images/numbers-66-44/red-137.png)}
.n138 {background: url(../images/numbers-66-44/red-138.png)}
.n139 {background: url(../images/numbers-66-44/red-139.png)}
.n140 {background: url(../images/numbers-66-44/red-140.png)}
.n141 {background: url(../images/numbers-66-44/red-141.png)}
.n142 {background: url(../images/numbers-66-44/red-142.png)}
.n143 {background: url(../images/numbers-66-44/red-143.png)}
.n144 {background: url(../images/numbers-66-44/red-144.png)}
.n145 {background: url(../images/numbers-66-44/red-145.png)}
.n146 {background: url(../images/numbers-66-44/red-146.png)}
.n147 {background: url(../images/numbers-66-44/red-147.png)}
.n148 {background: url(../images/numbers-66-44/red-148.png)}
.n149 {background: url(../images/numbers-66-44/red-149.png)}
.n150 {background: url(../images/numbers-66-44/red-150.png)}
.n151 {background: url(../images/numbers-66-44/red-151.png)}
.n152 {background: url(../images/numbers-66-44/red-152.png)}
.n153 {background: url(../images/numbers-66-44/red-153.png)}
.n154 {background: url(../images/numbers-66-44/red-154.png)}
.n155 {background: url(../images/numbers-66-44/red-155.png)}
.n156 {background: url(../images/numbers-66-44/red-156.png)}
.n157 {background: url(../images/numbers-66-44/red-157.png)}
.n158 {background: url(../images/numbers-66-44/red-158.png)}
.n159 {background: url(../images/numbers-66-44/red-159.png)}
.n160 {background: url(../images/numbers-66-44/red-160.png)}
.n161 {background: url(../images/numbers-66-44/red-161.png)}
.n162 {background: url(../images/numbers-66-44/red-162.png)}
.n163 {background: url(../images/numbers-66-44/red-163.png)}
.n164 {background: url(../images/numbers-66-44/red-164.png)}
.n165 {background: url(../images/numbers-66-44/red-165.png)}
.n166 {background: url(../images/numbers-66-44/red-166.png)}
.n167 {background: url(../images/numbers-66-44/red-167.png)}
.n168 {background: url(../images/numbers-66-44/red-168.png)}
.n169 {background: url(../images/numbers-66-44/red-169.png)}
.n170 {background: url(../images/numbers-66-44/red-170.png)}
.n171 {background: url(../images/numbers-66-44/red-171.png)}
.n172 {background: url(../images/numbers-66-44/red-172.png)}
.n173 {background: url(../images/numbers-66-44/red-173.png)}
.n174 {background: url(../images/numbers-66-44/red-174.png)}
.n175 {background: url(../images/numbers-66-44/red-175.png)}
.n176 {background: url(../images/numbers-66-44/red-176.png)}
