/* @override http://apioh.net/css/web-memorials.css */

/* @override http://apiohs-mac-mini:8888/gabriel/css/web-memorials.css */

/* @override http://apioh.net/css/web-memorials.css */


#header {
  background: #3E7DB4 url(../img/home_slogan_bg.png) repeat-y right 0;
  color: white;
  position: relative;
  height: 150px;
}

#header h1 {
  font-size: 22px;
  float: left;
  padding-left: 25px;
}

#header #logo img {
  max-width: 160px;
  max-height: 115px;
}

#navigation {
  margin-bottom: 15px;
}

#content {
  padding: 0;
  width: 860px;
}

#col1 {
  width: 286px;
  float: left;
}

#col2 {
  width: 286px;
  float: left;
}

#col3 {
  width: 286px;
  float: left;
}

#sponsorScroller {
  width: 280px;
  height: 120px;
  position: absolute;
  right: 15px;
  top: 15px;
}

#sponsorScroller img {
  height: 120px;
  max-width: 180px;
  float: right;
}

#sponsorScroller p {
  float: right;
  width: 100px;
  text-align: right;
  display: table;
  margin: 0 10px;
  height: 120px;
}

#sponsorScroller p span {
  display: table-cell;
  vertical-align: middle;
}

#sponsorScroller div {
  width: 100%;
  height: 100%;
}

h2 {
  margin: 10px 0;
  text-align: center;
  font-size: 32px;
}

.sponsor {
  color: #666;
  width: 268px;
  height: 9em;
  padding: 12px 0;
  float: left;
}

.sponsor .items {
  height: 100%;
  width: 100%;
}

.sponsor .items div {
  height: 100%;
  width: 100%;
}

.sponsor h3 {
  font-weight: bold;
  text-align: left;
  padding: 0 20px;
  font-family: Georgia, Times, "Times New Roman", serif;
  font-size: 11px;
  margin-bottom: 6px;
  color: #555;
}

.sponsor img {
  height: 50px;
  max-width: 75px;
  margin: 0 0 0 20px;
  float: left;
}

.sponsor p {
  display: table;
  width: 100px;
  margin: 0 10px;
  font-size: 10px;
  height: 50px;
  float: left;
  text-align: left;
}

.sponsor p span {
  display: table-cell;
  vertical-align: middle;
}


/*#orgSponsors.sponsor p {
  float: right;
  text-align: right;
}

#orgSponsors.sponsor img {
  margin: 0 20px 0 0;
  float: right;
}

#orgSponsors.sponsor h3 {
  text-align: right;
}*/

#banner {
  clear: both;
  background: #102a3c;
  color:#d4e0e9;
  padding: .4em 0;
  font-size: 13px;
  margin: 15px 0;
}

.plaque {
  background: #d4e0e9;
  width: 268px;
  height: 9em;
  line-height: 1;
  font-size: 11px;
  text-align: center;
  float: left;
  margin: 0 9px 9px 9px;
  color: #102a3c;
}

.plaque:hover {
  background: #b7c1c8;
  cursor: pointer;
}

.plaque:active {
  color: white;
}

.plaque .name {
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: bold;
}

.plaque .name p, .plaque .date p {
  margin: .5em 0;
}

.notice {
  background-color: #e9ddd4;
  width: 238px;
  height: 40em;
  margin: 0 9px;
  margin-bottom: 15px;
  font-size: 12px;
  padding: 10px 15px;
  color: #2c190b;
  color: #081620;
}

.notice .items {
  height: 100%; width: 100%;
}

.notice h4 {
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  line-height: 1.1;
}
.notice img {
  display: block;
  height: 100px;
  margin: 10px auto;
  max-width: 230px;

}

.notice img.tall {
  height: 140px;
}

#currentPlaqueWrapper {
  width: 268px;
  margin: 0 10px;
  background: #d4e0e9;
}

#currentPlaqueWrapper .items {
  width: 268px;
  height: 9em;
}

#currentPlaqueWrapper .plaque {
  margin: 0;
}
#currentPlaqueWrapper h3 {
  font-family: Georgia, Times, "Times New Roman", serif;
  font-size: 20px;
  text-align: center;
  background: #aacfe9;
  color: #102a3c;
  margin: 0;
}

.plaque .candle {
  float: left;
  margin-left: 15px;
  margin-top: 20px;
  width: 9px;
  height: 55px;
}

.plaque .candle.lit {
  background:url(../img/candle.png);
}

.plaque .candle.unlit {
  /*background:url(../img/candle_faded.png);*/
}

#plaquesWrapper {
  clear: both;
  float: left;
  margin-top: 15px;
}

#controls {
  clear: both;
  float: left;
  width: 260px;
  padding: 3px 4px;
  margin: 0 9px;
  border-top: 2px solid #1b4664;
  border-bottom: 1px solid #1b4664;
  text-align: left;
  background: #eee;
}

#controls h3 {
  font-weight: bold;
  font-size: 11px;
  color: #102a3c;
  margin: 0;
  width: 10em;
  display: inline;
}

#controls label {
  font-size: 9px;
  line-height: 2.5em;
  margin-right: 1px;
}

#controls input {
  width: 60px;
}

#controls div {
  float: left;
}

#controls input.submit {
  width: 50px;
  margin-left: 3px;
}


.submit {
  width: 10px;
}

#controls #searchButton {
  font-size: 11px;
  color: #1b4664;
  padding: 0 20px;
}


#extendedInfo {
  position:absolute;
  top:196px;
  left:10px;
  width:650px;
  color:white;
  z-index:100;
  padding:20px;
  border:1px solid #999;
  border-right:0;
  background:url(../img/controls_bg.png) repeat;
  height: 465px;
}

#extendedInfo #portrait {
  height:120px;
  max-width:100px;
  border:none;
  float:right;
  margin-right:15px;
  margin-top:0px;
  border:1px solid #999;
}

#extendedInfo .closeButton {
  position:absolute;
  top:0;
  right:10px;
}

#extendedInfo #importantInfo {
  width:490px;
  font-size:18px;
  margin-bottom:25px;
}

#extendedInfo #importantInfo ul {
  list-style: none;
}

#extendedInfo #importantInfo li {
  margin: 0;
}

#extendedInfo h1 {
  width:490px;
  font-size:30px;
  margin-bottom:3px;
  line-height: 1;
}

#extendedInfo #hebrewName {
  font-size:20px;
  margin-bottom:8px;
}

#extendedInfo #content {
  width:455px;
  overflow:auto;
  height: 310px;
  padding-right:10px;
  padding-bottom:10px;
  border-right:1px solid #ccc;
}

#extendedInfo dt {
  font-weight:normal;
  margin-top:10px;
}

#extendedInfo dd {
  color:#ccc;
  padding-left:7px;
  margin: 0;
}

#extendedInfo dd a {
  text-decoration: underline;
}

#extendedInfo dd a:hover {
  cursor: pointer;
}

#extendedInfo #links {
  width:134px;
  position:absolute;
  top:170px;
  right:35px;
}

#extendedInfo #links ul {
  font-size: 15px;
  text-transform: uppercase;
}

#extendedInfo #links ul li {
  width: 100%;
}

#extendedInfo #links ul li a {
  width:100%;
  display:block;
  padding:4px 0;
  text-align: right;
}

#extendedInfo #links ul li a:hover {
  cursor:pointer;
}

#extendedInfo #links ul li a.active {
  color:#ffca00;
}

#extendedInfo #links ul li ul li {
  font-size: 10px;
  float: none;
  text-align: left;
  padding: 0;
}

#extendedInfo #bio, #extendedInfo #memorial {
  font-size:12px;
  line-height:1.5;
}

#extendedInfo h2 {
  font-size:20px;
  text-align:center;
  background:white;
  color:black;
  margin:1em 0;
}

#extendedInfo #memorial img {
  height:95px;
  max-width:275px;
  float:left;
  margin:0 15px 5px 0;
}

#extendedInfo #main_image {
  height:220px;
}

#extendedInfo #main_image img {
  margin:0 auto;
  display:block;
  max-height:200px;
  max-width:400px;
}

#extendedInfo .galleria {
  list-style:none;
  width:100%;
  float: left;
  height: 270px;
  overflow: auto;
}

#extendedInfo .galleria li {
  display:block;
  width:40px;
  height:40px;
  overflow:hidden;
  float:left;
  margin:0 9px 9px 0;
  border:3px solid transparent;
}

#extendedInfo .galleria li.active {
  border:3px solid white;
}

#extendedInfo .galleria li a {
  display:none
}

#extendedInfo .galleria li div {
  position:absolute;
  display:none;
  top:0;
  left:180px;
}

#extendedInfo .galleria li div img {
  cursor:pointer
}

#extendedInfo .galleria li.active div img,.galleria li.active div {
  display:block;
}

#extendedInfo .galleria li img.thumb {
  cursor:pointer;
  top:auto;
  left:auto;
  display:block;
  width:auto;
  height:auto;
}

#extendedInfo .galleria li .caption {
  display:block;
  padding-top:.5em
}

.closeButton {
  border:1px solid #666;
  background:#222;
  color:white;
  font-size:18px;
  line-height:20px;
  padding-left:1px;
  font-weight:normal;
  text-align:center;
  height:22px;
  width:20px;
  float:right;
  margin:5px -6px 0 0;
}

.closeButton:hover {
  cursor:pointer;
}

.closeButton:active {
  background-color:white;
  color:black;
}

.controls {
  z-index:100;
  background:url(../img/controls_bg.png) repeat;
  color:white;
  position:absolute;
  padding:0 10px 25px 25px;
  width:733px;
  top:196px;
  left:10px;
  border-color:#999;
  border-style:solid;
  border-top-width:1px;
}

.controls em {
  font-style:italic;
}

.controls form {
  float:left;
  width:270px;
  margin-top:20px;
}

.controls form label {
  width:200px;
  display:block;
  width:200px;
  padding-left:2px;
  margin-bottom:2px;
}

.controls form input {
  padding:8px 1px;
  font-size:16px;
  margin-bottom:10px;
  width:219px;
  border:3px solid transparent;
}

.controls form input.active {
  border:3px solid #ffca00;
}

.controls .submit {
  background:#222;
  color:white;
  height:44px;
  width:106px;
  padding:0;
  margin-top:11px;
  float:left;
  margin-right:13px;
  border:1px solid #666;
}

.controls .submit:active {
  background:white;
  color:black;
}

#searchButton:hover {
  text-decoration: underline;
  cursor: pointer;
}

.closeButton {
  border:1px solid #666;
  background:#222;
  color:white;
  font-size:18px;
  line-height:20px;
  padding-left:1px;
  font-weight:normal;
  text-align:center;
  height:22px;
  width:20px;
  float:right;
  margin:5px -6px 0 0;
}

.closeButton:hover {
  cursor:pointer;
}

.closeButton:active {
  background-color:white;
  color:black;
}

.controls h2 {
  font-size:24px;
  margin:5px 0 10px 0;
  padding-bottom:2px;
  font-weight:bold;
  color: white;
  text-align: left;
}

.controls h3 {
  font-weight:bolder;
  margin-bottom:5px;
  font-size: 14px;
}

#searchResults {
  width:430px;
  float:right;
  border-left:1px solid #666;
  padding-left:15px;
  height:240px;
  overflow-y:auto;
}

#searchResults ul {
}

#searchResults li {
  padding:3px 0;
  margin: 0;
}

#searchResults li a {
  line-height:1.1em;
  padding:6px 0px;
  font-size:14px;
  color:lightblue;
}

#searchResults li a:active {
  background:white;
  color:black;
}



.keyboard {
  width:500px;
  clear:both;
  float:left;
  margin:15px 0;
}

.keyboard .row {
  clear:both;
  display:block;
}

.keyboard #row2 {
  margin-left:22px;
}

.keyboard #row3 {
  margin-left:73px;
}

.keyboard.extended #row3 {
  margin-left:22px;
}

.keyboard .row div {
  float:left;
  border:1px solid #666;
  width:43px;
  text-align:center;
  line-height:40px;
  font-size:20px;
  background:#000;
  margin-left:5px;
  margin-bottom:5px;
}

.keyboard #tab {
  width:93px;
  font-size:16px;
}

.keyboard #spacebar {
  width:193px;
  font-size:16px;
}

.keyboard #backspace {
  width:93px;
  font-size:16px;
}

.keyboard #enter {
  width:93px;
  font-size:16px;
}

.keyboard .row div:hover {
/*  background: #191919;*/
  cursor:pointer;
}

.keyboard .row div:active {
  background-color:white;
  color:black;
}


