@charset "utf-8";

html { min-height: 100%; }
body {
	font: 100%/1 Verdana, Arial, Helvetica, sans-serif;
	min-height: 100%;
	background: url(images/hb_back2.png) #F4EEE7 repeat;
	padding: 0;
	margin: 0;
	color: #000;
}
ul, ol, dl { padding: 0; margin: 0; }
h1, h2, h3, h4, h5, h6, p { margin-top: 0; padding-right: 15px; padding-left: 15px; }
a img { border: none; }
a:link { color: #52517C; text-decoration: underline; }
a:visited { color: #6E6C84; text-decoration: underline; }
a:hover, a:active, a:focus { text-decoration: none; }
.frame {
	min-width: 530px;
	max-width: 800px;
	margin: 0 auto;
	padding: 0 0 40px 0;
}
.content {
	padding: 0;
}
.top_header, .menu_strip {
	border: 1px solid #999;
	box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);
}
.top_header {
	background: linear-gradient(to bottom, rgba(254,255,255,0.3) 0%,rgba(221,241,249,0.3) 35%,rgba(160,216,239,0.3) 100%);
/*	background: linear-gradient(to bottom, rgba(254,255,255,0.3) 0%,rgba(249,247,221,0.3) 35%,rgba(239,237,160,0.3) 100%);  yellow instead of blue  */
	border-radius: 0 0 8px 8px;
	border-top: 0;
	padding-top: 10px;
	color: #057;
}
.menu_strip {
	border-radius: 8px;
	padding: 7px 0 7px 0;
	margin: -20px 0 30px 0;
	display: inline-block;
	background: url(images/light_gradient.jpg) #d7d7d7 repeat;
	font-weight: bold;
	font: 120%/1 Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif;
	position: relative;
}
.menu_strip a {
	padding: 2px 10px 2px 10px;
	margin: 0;
	text-decoration: none;
}
.menu_strip a:hover, .menu_strip a:active, .menu_strip a:focus {  /* highlight hovered/active button */
	background-color:rgba(255, 255, 255, 0.3);
	color: #8E8CA4;
}
.menu_strip a + a {  /* "a + a" indicates all but first a in the menu_strip; used for adding border between buttons */
	border-left: 1px solid #bbb;
}

.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the overflow:hidden on the .container is removed */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.frame .content h2, .frame .content h3 {
	font-family: "Lucida Bright", Georgia, serif; font-size: 30pt;
}
.frame .content h3 { font-size: 24pt; }
.hebrew_font {
	font-family: Times New Roman, Times, serif; font-size: 40pt; color: #e00; font-weight: bold;
}
.scripture {
	font: 130%/1 Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif; padding-top: 30px;
}

.bordered_image {
	border-radius: 5px;
	border: 2px solid #FFF;
	box-shadow: 0 0 0 1px #DB7;
}


/* tweak some things for narrow (generally mobile device) displays */
@media screen and (max-width: 799px)
{
	body, .frame { margin: 0; }
}
