/*******************************************************
CSS for HebrewVisions.org
*******************************************************/


/* *** Body Text *** */

body {
  font-family: arial, verdana, tahoma, helvetica, sans-serif;
  font-size: 103%;
  margin: 0;
}

h1, h2, h3 {
  font-family: arial, verdana, tahoma, sans-serif;
}

h1 {
  font-size: 165%;
  font-style: italic;
  font-weight: bold;
  padding-top: 1em;
  border-top-style: solid;
  border-top-width: 1px;
  text-decoration: underline;
}

h2 {
  font-size: 125%;
  font-weight: bold;
  padding-top: .5em;
  border-top-style: solid;
  border-top-width: 1px;
}

p {
  padding-bottom: 1ex;
}

hr {
  width: 50%;
  height: 3px;
  text-align: center;
  color:blue;
}

textarea {
  font-size: 13pt;
  line-height: 20pt;
  text-align: right;
  color: black;
}

img {
  border: none;
}

dt {
  font-weight: bold;
}

dd {
  padding-bottom: 1.5em;
}


#bodyText {
  text-align: left;
  line-height: 1.5em;
  margin-left: 12em;
  padding: 1ex 2em 13em 2em;
  border-left-style: solid;
  border-left-width: 1px;
}

#bodyText a {
  /* See color-scheme.css */
}

#bodyText a:hover {
  text-decoration: none;
}


/* *** Header *** */

#header {
  height: 4em;
  padding: 0.25em 2.5mm 0 .5mm;
}

br{
   line-height: 1em;
}

/* *** Left Sidebar *** */

.leftSideBar {
  font-size: 95%;
  width: 12.62em;
  float: left;
  clear: left;
}

.leftSideBar a, .leftSideBar span {
  text-decoration: none;
  font-weight: bold;
  line-height: 1.3em;
  padding: 0.5ex 1ex 0ex 5ex;
  display: block;
}

[class~="leftSideBar"] a, [class~="leftSideBar"] span {
  line-height: 1.5em;
}

.leftSideBar a:hover {
  text-decoration: underline;
 }

.leftSideBar .sideBarTitle {
  font-size: 117%;
  font-weight: bold;
  padding: 0.75ex 1ex;
}

.leftSideBar .sideBarText {
  font-weight: normal;
  padding: 1ex 0.75ex 1ex 1ex;
}



/* *** Footer ***  */

#footer {
  font-size: 80%;
  text-align: right;
  line-height: 1.50em;
  padding: 1em 4mm 1.5em 4mm;
  clear: left;
}

#footer div {
  padding-bottom: 1ex;
}

#footer a {
  text-decoration: none;
  font-weight: bold;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.copyright{
font-size: 85%;
padding: 1mm 0mm 1.5em 4mm;
}

#footer a:hover {
  border-bottom: 0;
}