body {
	background: #999;
	color: #000;
	line-height: 18px;
	font-family: 'Droid Sans', arial, sans;
	font-size: 14px;
}

/* layout */

#wrapper { 		/* <div id="wrapper"> */
	width: 940px;
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

#font_controls {
	width: 300px;
	float: right;
	vertical-align: center;
	margin: 50px 10px 10px 0px;
	display: inline-block;
	color: #FFF;
	line-height: 18px;
	font-family: arial, sans;
	font-size: 14px;
	font-weight: 600;
}

#passage_picker {
	width: 400px;
	float: right;
	vertical-align: center;
	margin: 50px 10px 10px 0px;
	display: inline-block;
	color: #FFF;
	line-height: 18px;
	font-family: arial, sans;
	font-size: 18px;
	font-weight: 600;
}

#font_slider {
	float: right;
	width: 200px;
	margin: 0 auto;
	margin-top: 0px;
	margin-bottom: 0px;
	display: inline-block;
}

#search_wrapper {   /* Set the search_wrapper to be hidden by default via css */
    display: none;
}


nav {
	width: 940px;
	height: 35px;
	margin: 0 auto;
}

header {
	width: 940px;
	height: 150px;
	margin: 0 auto;
	background: #fff url(/images2/headerimg.jpg) no-repeat left top;
}

#main {  /*<section id="main">*/
	width: 940px;
	margin: 0 auto;
	padding-top: 20px;
	background: #FFF url(/images2/colbg.png) repeat-y;
	overflow: hidden;
}

#content {  /*<section id="content"> holder for the articles, left column*/
	float: left;
	width: 640px;
	margin-left: 25px;
}

#sidebar { /*<section id="sidebart"> links and pics, right column*/
	float: right;
	padding-left: 20px;
	width: 220px;
}

#greek_reference { /* <section id="greek_reference"> */
	float: left;
	width: 190px;
	height: 70px;
	border-style:solid;
	border-width:0px;
	margin-bottom: 10px;
}

#greek_display { /* <section id="greek_display"> */
	margin-left: 30px;
	margin-bottom: 30px;
	position:relative;
	z-index: 1;
}

#greek_loading { /* <section id="greek_loading"> */
	margin-left: 230px;
	margin-bottom: 30px;
	position:absolute;
	z-index: -10;
}

#greek_reference input {
	margin: -15px 0px 0px 0px;
	height: 32px;
	font-size: 24px;
}

@font-face {
    font-family: 'sbl_hebrew_markofcain';
    src: url('/fonts/sbl_hbrw_markofcain.eot');
    src: url('/fonts/sbl_hbrw_markofcain.eot?#iefix') format('embedded-opentype'),
         url('/fonts/sbl_hbrw_markofcain.woff') format('woff'),
         url('/fonts/sbl_hbrw_markofcain.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

#hebrew_reference { /* <section id="hebrew_reference"> */
	float: left;
	width: 180px;
	height: 70px;
	border-style:solid;
	border-width:0px;
	margin-bottom: 10px;
}

#hebrew_reference input {
	margin: -15px 0px 0px 0px;
	height: 32px;
	font-size: 24px;
}

#hebrew_history { /* <section id="greek_history"> */
	float: left;
	width: 190px;
	height: 200px;
	border-style:solid;
	border-width:2px;
	margin-bottom: 10px;
}

.clickable_reference {
	margin: 0px 0px 0px 6px;
	height: 14px;
	font-size: 14px;
}

#greek_search { /* <section id="greek_search"> */
	float: left;
	width: 190px;
	height: 60px;
	border-style:solid;
	border-width:2px;
	margin-bottom: 10px;
}

#greek_history { /* <section id="greek_history"> */
	float: left;
	width: 190px;
	height: 200px;
	border-style:solid;
	border-width:2px;
	margin-bottom: 10px;
}

#info_box { /* <section id="info_box"> */
	float: left;
	width: 190px;
	height: 200px;
	border-style:solid;
	border-width:2px;
	padding: 0px 6px 6px 6px;
	margin-bottom: 10px;
}

footer {
	width: 940px;
	margin: 0 auto;
	clear: both;
}


h1,h2,h3,h4,h5 {
	font-weight: bold;
	clear: both;
	color: #333;
}

header h1 {
	font-family: 'Droid Sans', arial, sans;
	color: #FFF;
	margin: 0;
	padding: 40px 0px 0px 150px;
	line-height: normal;
	float: left;
	font-size: 48px;
}

a:link, a:visited {
	color:#444;
}

a:hover, a:active {
	color: #333;
}

p {
	margin-bottom: 12px;
}

li {
	padding-left: 5px;
}

/* nav */
nav .menu { /*<div class="menu">*/
	font-family: 'Droid Serif', serif;
	font-weight: bold;
	font-size: 18px;
}

nav .menu ul {
	margin: 0;
	padding: 9px 0 0 20px;
	list-style: none;
	line-height: normal;
}

nav .menu li {
	display: block;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 25px 0px 0px;
	text-decoration: none;
	color: #E47404;
	font-family: 'Droid Serif', serif;
	font-weight: bold;
	font-size: 18px;
}

nav .menu a {
	display: block;
	float: left;
	margin: 0px 0px 0px 0px;
	text-decoration: none;
	color: #FFF;
	font-family: 'Droid Serif', serif;
	font-weight: bold;
	font-size: 18px;
}

nav .menu a:hover {
	text-decoration: underline;
}


/** ARTICLES **/
article img {
	border: none;
	-webkit-box-shadow: 1px 1px 3px 0px #777;
	-moz-box-shadow: 3px 3px 7px  0px #777;
}

#content p, ul, ol, hr {
	font-family: 'Droid Sans', arial, sans;
	color: #444;
	margin: 0;
	padding: 0px 0px 0px 10px;
	line-height: normal;
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 18px;
}

#content ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
}

#content h2 {
	color: #E47404;
	margin: 20px -5px 0px 0px;
	font-size: 18px;
	font-weight: bold;
}


#content h6 {
	font-family: 'Droid Sans', arial, sans;
	color: #999;
	margin: 0;
	padding: 0px 0px 15px 10px;
	line-height: normal;
	font-size: 12px;
}


/* sidebar and footer widget blocks */
aside h3 {
	color: #E47404;
	margin: 0px -5px 18px 0px;
	font-size: 18px;
	font-weight: bold;
}

#history_box_title, #reference_box_title  {
	color: #E47404;
	margin: 0px -5px 18px 0px;
	font-size: 18px;
	font-weight: bold;
}

#info_box_title {
	color: #E47404;
	margin: 0px -5px 18px 0px;
	font-size: 18px;
	font-weight: bold;
}

#search_box_title  {
	color: #333333;
	margin: 0px -5px 18px 0px;
	font-size: 18px;
	font-weight: bold;
}


aside ul {
	list-style: none;
	margin-bottom: 20px;
	margin-top: -5px;
}

#footer-area {
	background: #050304;
	color: #FFF;
	font-size: 90%;
	padding: 18px 0px 0px 0px;
	overflow: hidden;
}

.footer-segment {
	float: left;
	margin-right: 20px;
	margin-left: 20px;
	width: 190px;
}

.hover {
	background-color: #E3D8CC;
	cursor: pointer;
}

.search_panel {
	width: 160px;
	position: relative;
	top: 0;
	left: 0;
	background: #F0F0F0 url(/images/menu_bg.gif) left repeat-y;
	border: 1px solid #E47404;
	padding: 2px 0;
	z-index: 9;
}

.item_split {
	height: 6px;
	background: url(/images/m_splitLine.gif) center repeat-x;
	font-size: 0px;
	margin: 0 2px;
}

.search_item{
	padding: 4px 2px;
	margin: 0 2px 0 3px;
	cursor: default;
	line-height:100%;
	font-family: arial, serif;
	font-size: 12px;
	font-weight: normal;

}

.search_item img {
	margin-right: 8px;
}

.search_item:hover {
	background: url(/images/m_item.gif) repeat-x bottom;
	border: 1px solid #AACCF6;
	padding: 3px 1px ;
    margin: 0 2px 0 3px;
    cursor: default;
    line-height:100%;
}

.greek {
	font-family: 'Noto Serif', serif;
	font-size: 120%;
	font-weight:500;
	line-height: 120%;
	padding: 0px 0px 2px 1px;
}

.greek_static {
	font-family: 'Noto Serif', serif;
	font-size: 120%;
	font-weight:500;
	line-height: 120%;
	padding: 0px 0px 2px 1px;
}

.high_light {
	background-color: #FDFF8A;
	font-family: 'Noto Serif', serif;
	font-size: 100%;
	font-weight:500;
	line-height: 100%;
}

footer aside h4 {
	color: #FFF;
	font-size: 16px;
	line-height: 32px;
}

footer a {
	color: #FFF;
}
footer a:hover {
	color: #E47404;
}

footer p {
	margin-top: 1px;
}

.slide-out-div_help{
	padding:  10px 10px 0px 25px;
	width: 340px;
	background: #f2f2f2;
	border: #29216d 2px solid;
	z-index: 200;
}

.slide-out-div_mtot{
	padding:  10px 10px 0px 25px;
	width: 340px;
	background: #f2f2f2;
	border: #29216d 2px solid;
	z-index: 200;
}

.slide-out-div_contact{
	padding:  10px 10px 0px 20px;
	width: 270px;
	height: 98px;
	background: #f2f2f2;
	border: #29216d 2px solid;
	z-index: 200;
}

.slide-out-div_feedback{
	padding:  10px 10px 0px 20px;
	width: 270px;
	background: #f2f2f2;
	border: #29216d 2px solid;
	z-index: 200;
}
