/*Copyright "Jewish Life in Jericho!" No unauthorised copying of this stylesheet!!*/
body {
border:  none;
  margin: 0;
  padding: 0;
  color: black;
text-align: right;
  direction: rtl;
  font-size: 14px;
  font-weight: normal;
  line-height: 19px; 
background-color: white;
  font-family: Arial,Helvetica,sans-serif;
  font-style: normal;
  list-style-type: square;
  list-style-position: outside;
}

h1, h2, h3, h4, h5, h6 {
  font-family: Arial,Helvetica,sans-serif;
  font-weight: bold;
  /* line-height: 1em; */
}
h1 {
  text-align: center;
  font-size: 1.5em;
  letter-spacing: 2px; 
}
h2 {
  text-align: right;
  /*font-style: italic;*/
  font-weight: bold;
  font-size: 1.3em;  
}
h3 {
  text-align: right;
  font-weight: bold;
  font-size: 1.1em; 
}
h4 {
  text-align: right;
  font-weight: bold;
  font-size: 1em;
}
.intable {
  color: black;
  }
.inheader {
  color: white;
} 
.fineprint {
  font-size: 0.9em;
}

img.arrow  {
border: none;
vertical-align: middle;
width: 25px;
height: 25px;
}

ul {
list-style-type: square;
list-style-position: outside;
}
li{
  margin: 6px;
}
a:link {
  color: blue;
  font-weight: bold;
  text-decoration: none;
}
a:visited {
  color: purple;
  font-weight: bold;
  text-decoration: none;
}
a:hover {
  color: fuchsia;
  font-style: italic;
  text-decoration: none;
}
a:active {
  background-color: yellow;
  color: red;
  text-decoration: none;
}
a.audiolink {
font-size: 0.9em;
}

td.thintable {
	border:1px solid black; 
	width: 50%; 
	vertical-align: top;
}

/* EVENTS PAGES; recurring and once-only in the past > orange = #058895 */
.events{
color: #058895;
border-color: #058895;
}
.events h1 {
color : #954105;
}
.events h2 {
color : #954105;
}
.events h3 {
color : #058895; /*#954105; */
}
.events h4 {
color : #696969;
}
.eventsmain {
color: #058895;

background-color: gray;
border-color: #058895;
}
.eventsaux
{
color: black;
border-color: #058895;
background-color: #fffff0;
}
.eventsaux h4 {
color: #404040;
}
.eventspagebkgd{
/* theme colour with luminosity 220*/
background-color: white;
}
.events1 {
color: white;
background-color: #058895;
border-color: #058895;
}
.events1 ul {
list-style-type:none;
margin:0;
/*padding:5px;*/
}
.events1 a{
color: white;
/*text-decoration:none;*/
}
.events1 h1 {
color: white;
line-height: 5px;

}
.events1 h2 {
color: white;
}
.events1 h3 {
color: white;
}
.events1 h4 {
color: white;
}
a.eventsbutton  {
  border: 0px;
  padding: 5px;
  color:white ;
  background-color: #058895;  
  text-align: center;
  font-size: 0.85em; 
  font-weight: normal;
}
a.eventsbutton:hover {
color: yellow;
background-color: gray;
text-decoration: underline;
}
.eventssidemenu {
  font-size: 0.9em;
  text-align: right;
  color: white;
}
.eventssidemenu h2 {
color: black;
text-align: center;
}
.eventssidemenu h3 {
color: black;
text-align: center;
}
.eventssidemenu p {
text-align: right;
color: black; 
font-weight: bold;

}
.eventssidemenu a{
font-weight:  normal;
padding: 2.5px;
}
a.eventssidemenulnk:hover {
color: yellow;
background-color: gray;
}


/* SLIDESHOW */

.slideshow {
width: 420px;
height: 360px;
vertical-align: middle;
text-align: center;
border: none;
color: white;
background-color: black;
font-size: 0.9em;
font-style: italic;
line-height: 10px;
padding: 10px;
 margin: 5px;
}
.whitebackground {
color: black;
background-color: white;
}

.slideshow .headline  {
color: #5b7306; /* green */
}
.slideshow h2 {
font-size: 1.1em;
font-style: normal;
color: white;
text-align:center;
}
.slideshow h3 {
font-size: 1.1em;
font-style: normal;
color: white;
text-align:center;
}

.slideshow img {
border: none;
vertical-align: middle;
}
.slideshow a{
color: white;
text-decoration: none;
}




/*FLOATING MENUS */
 
/*ul.eventsmakeMenu, */
ul.eventsmakeMenu ul {
  width: 150px;                 /* sets the size of the menu blocks */
  border: 0px;      /* puts a black border around the menu blocks */
  background-color: gray;      /* makes the menu blocks teal - a bg-color MUST be included for IE to work properly! */
  
  padding: 5px;           /* stops the usual indent from ul */
  cursor: default;             /* gives an arrow cursor */
  margin-left: 0px;            /* Opera 7 final's margin and margin-box model cause problems */
  z-index: 5;
}
ul.eventsmakeMenu li {
  list-style-type: none;       /* removes the bullet points */
  margin: 0px;                 /* Opera 7 puts large spacings between li elements */
  position: relative;          /* makes the menu blocks be positioned relative to their parent menu item
                                  the lack of offset makes these appear normal, but it will make a difference
                                  to the absolutely positioned child blocks */
  color: white;                 /* sets the default font colour to white */
  
}
ul.eventsmakeMenu li > ul {          /* using the > selector prevents many lesser browsers (and IE - see below) hiding child ULs */
  display: none;               /* hides child menu blocks - one of the most important declarations */
  position: absolute;          /* make child blocks hover without leaving space for them */
  top: 19px;                    /* position slightly lower than the parent menu item */
  right: 0px;                  /* this must not be more than the width of the parent block, or the mouse will
                                  have to move off the element to move between blocks, and the menu will close */
}
ul.eventsmakeMenu li:hover, ul.eventsmakeMenu li.CSStoHighlight {
  background-color: gray;      /* gives the active menu items a teal background */
  color: #058895;                 /* makes the active menu item text orange */ 
}
ul.eventsmakeMenu li.makemenu_intro:hover, ul.eventsmakeMenu li.makemenu_intro, ul.eventsmakeMenu li.makemenu_intro1:hover, ul.eventsmakeMenu li.makemenu_intro1 {
  background-color: gray;      /* gives the active menu items a teal background */
  color: black;                 /* makes the active menu item text black */ 
}
ul.eventsmakeMenu ul.CSStoShow {     /* must not be combined with the next rule or IE gets confused */
  display: block;              /* specially to go with the className changes in the behaviour file */
}
ul.eventsmakeMenu li:hover > ul {    /* one of the most important declarations - the browser must detect hovering over arbitrary elements
                                  the > targets only the child ul, not any child uls of that child ul */
  display: block;              /* makes the child block visible - one of the most important declarations */
}
/* and some link styles */
ul.eventsmakeMenu li hr {
color: gray;
 border-color: gray; 
}
ul.eventsmakeMenu li a { 
 color: white; 
 display: block; 
 width: 100%;
 font-size: 0.85em;
  font-weight: normal;
  text-align: right;
 }
ul.eventsmakeMenu li a:hover, ul.eventsmakeMenu li a.CSStoHighLink { 
 color: yellow;
 background-color: gray;
 text-decoration: underline;
 }
ul.eventsmakeMenu li:hover > a {
 color: yellow;
 background-color: gray; 
 text-decoration: underline;
 } /* supports links in branch headings - should not be display: block; */
 


 /* .................ALL.................... */
.makemenu_intro {
 color: black; 
 display: block; 
 width: 100%;
 font-size: 0.85em;
 font-weight: normal;
 font-style: italic;
 text-align: right;
}
.makemenu_intro1 {
 color: black; 
 display: block; 
 width: 100%;
 font-size: 0.85em;
 font-weight: bold;
 text-align: right;
}

/* MULTIPAGE HORIZONTAL NAVIGATION BAR */
.multipage_bar {
font-size: 0.9em;
font-weight: normal;
color: black;
vertical-align: middle;
text-align: center;
width: 651px;
height:25px;
margin-left: auto;
margin-right: auto;
margin-top: 20px;
margin-bottom: 20px; 
padding: 1px;
border: none;
background-color: yellow; /* blue = theme foreground colour for bottom bar */
}
.multipage_bar a {
font-weight: normal;
/*text-decoration: none; */
}
.multipage_bar a:hover {
font-weight: bold;
}
.multipage_bar img {
border: 0px solid ; 
width: 25px; 
height: 25px; 
vertical-align: middle;
}
