.left {
  float: left;
}

.right {
  float: right;
}

/* general layout */

#content img {
    margin: 5px;
    border: 1px solid black;
}

/* contact */
.contact-info {
    display: inline-block;
    margin-right: 10px;
}

/* IE hacks */
*:first-child+html .contact-info, * html .contact-info {
    display: inline;
}

/* daily-life */
h5 {
    text-decoration: underline;
    font-weight: bold;
}

dt {
    font-weight: bold;
}

dd {
    margin-left: 1em;
}

.side-note {
    color: #903;
    font-size: smaller;
    margin-left: 20px;
}

.prayer {
    font-weight: bold;
    color: #903;
}

th {
    vertical-align: top;
    font-weight: bold;
}

tr {
    border-top: 1px dashed black;
    padding-top: 5px;
}

/* homepage slideshow */
#slideshow {
    width: 160px;
    height: 120px;
    position: relative;
}

#slideshow img {
    position: absolute;
    top: 0;
    left: 0;
    width: 160px;
    height: 120px;
    border: 0;
    display: none;
    margin: 0;
    -moz-box-shadow: 3px 3px 6px #666;
    cursor: pointer;
}

#slideshow-wrapper {
    text-align: center;
    width: 160px;
    margin-left: 10px;
}

#slideshow-tabs a {
    width: 6px;
    height: 6px;
    display: inline-block;
    border: 1px solid black;
    margin-right: 2px;
}

/* IE hack */
* html #slideshow-tabs a {
    display: inline;
}

#slideshow-tabs a:hover {
    background-color: #ccc;
}

#slideshow-tabs a.current {
    background-color: #390;
}

/* welcome video */
#welcome-video-button {
    width: 160px;
    height: 120px;
    background: url(/static/overseas/images/pages/homepage/welcome.jpg);
    cursor: pointer;
}

#welcome-video {
    display: none;
    -moz-box-shadow: 0 0 20px #666;
}

#welcome-video .close {
    background: url(/static/images/close.png);
    position: absolute;
    right: -35px;
    top: -35px;
    cursor: pointer;
    height: 35px;
    width: 35px;
}

/* homepage */
blockquote.intro {
    font-size: 14pt;
    font-weight: bold;
    color: #660;
    padding-left: 10px;
    text-align: center;
}

blockquote.intro .source {
    font-size: 10pt;
    color: #000;
    text-align: right;
}

#welcome-video-button div {
    width: 85px;
    height: 32px;
    background: url(/static/overseas/images/pages/homepage/play.png);
    float: left;
    margin-left: 37px;
    margin-top: 44px;
}

#flowplayer {
    display: block;
    width: 320px;
    height: 240px;
}

p.main {
    padding: 10px 10px 10px 0;
    text-align: justify;
}

div.ravkook {
    float: left;
    margin-top: 15px;
    margin-right: 15px;
}

#content img.ravkook {
    margin: 0;
    border: 0;
    width: 150px;
}

blockquote.ravkook {
    font-size: 14pt;
}

blockquote.ravkook .source {
    font-size: 10pt;
}

.band {
    display: table;
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
}

.band .cell {
    display: table-cell;
    vertical-align: middle;
}

/* IE hack */
* html .main {
    width: 300px;
    float: left;
}

* html .band .cell {
    display: inline-block;
    display: inline;
}

* html .band {
    clear: both;
}

* html #slideshow-tabs a {
    margin-top: 2px;
    width: 14px;
}

.band.odd {
    background-color: #eff;
}

.band.even {
    background-color: #ffd;
}

/* daily life shiurim */
#shiurim h5.pointer {
  cursor: pointer;
  color: black;
  clear: both;
  background-color: #ccc;
  border: 2px solid black;
  text-decoration: none;
  padding: 3px;
  margin: 3px;
}

#shiurim div {
    margin-left: 20px;
}

#primary-navbar a:active, #primary-navbar a:focus, #aux-navbar a:active, #aux-navbar a:focus {
	outline: none;
}

