.post {
	/* might we need to align this center and everything else left in order to get the query box centered in IE? */
}
em {font-style: normal;}

#query {
	background: #ddd;
	color: #666;
	margin: 0 auto 40px auto;
	padding: -2px;
	font: 12px verdana;
	font-weight: bold;
	text-align: center;
	width: 500px;
	border: 0px;
}
h1 {
	color: navy;
	font: 36px georgia;
	font-weight: normal;
	background: white;
	margin: 10px 0px 0 0px;
	padding: 30px 10px;
	text-align: center;
}
h1 span {
	font: 12px verdana;
	display: block;
	color: #999;
}
h3 {
	font: 12px verdana;
	font-weight: bold;
	border-bottom: 1px solid #999999;
	background: #ccc;
	padding: 5px 10px;
	margin: 0;
}
.transport { position: relative; margin-right: 10px;}
.transport a {
	color: gray;
	text-decoration: none;
}
.transport a img { float: right; border: none; }
.transport a span { display: none; }
.transport a:hover span {
	position: absolute;
	top: 2px;
	right: 85px;
	display: block;
}
#main {
	margin: 0 3px 0 3px;
}
#usefullinks {
	border-left: 1px solid #ccc;
	margin-left: 10px;
	margin-bottom: -10px;
	padding: 0;
	background: #eee;
}
#searchresultswrap {
	font: 11px verdana;
	width: 20%;
	float: left;
	border: 0px solid #ccc;
	border-left-width: 0;
	margin-right: 1px;
	background: #eee;
}
#searchresultswrap h3 {
	margin: 0;
	background: #eee;
}
#searchresults {
	margin-right: 10px;
	padding: 10px;
	
	overflow: auto;
}
#searchresults ul {
	margin-left: 0;
	padding-left: 0px;
}
#searchresults ul {
	padding-left: 15px;
	list-style: circle;
	list-style-position: inside;
}
#resultStrongswrap {
	font: 11px verdana;
	width: 30%;
	float: right;
	margin-left: -10px;
	border: 0px solid #ccc;
	border-right-width: 0;
	background: #eee;
}
#resultStrongswrap h3 {
	margin: 0;
	margin-left: 10px;
	background: #eee;
}
#resultStrongswrap dl {
	margin: 0 0 10px 0px;
	background: #eee;
	padding: 10px;
}
#resultStrongswrap dl dd {
	padding-left: 0;
	margin-left: 0;
}
#resultStrongs, #resultRmac, #strongsCrossRefs {
	margin-left: 10px;
	background: #eee;
	padding: 10px;
	padding-bottom: 0px;
}
#resultwrap {
	width: 50%;
	float: left;
	background: white;
	
}
#resultwrap h3 {
	margin: 0;
	font: 18px georgia;
	background: white;
	font-weight: bold;
	padding: 0 10px;
}
#resultwrap center { /* nav */
	margin: 10px 20px;
	font: 10px verdana;
	display: block;
	background: #eef;
	padding: 10px 10px;
}
#result {
	font: 13px georgia;
	margin: 10px;
	line-height: 200%;
}
#result a {
	color: black;
	text-decoration: none;
	border-bottom: 1px #999999;
	border-bottom-style:dashed;
	/* _border-bottom: 1px solid lightgray;  IE */
}
#result a:hover {
	border-bottom: 1px solid blue;
	color: blue;
}
#result em , #result em a {
	/* color: firebrick; */
}

#strongsCrossRefs h4 {
	margin: 0 5px 0 0;
	font-size: 12px;
}
#strongsCrossRefs h5 {
	/*display: inline;*/
	margin: 0;
	font-size: 10px;
}
#strongsCrossRefs {
  margin-left: 12px;
}
.scr {
 padding: 9px;
 border-top: 1px solid #777;
}

#notes, #resources {
	background: #eee;
	padding: 10px;
	margin: 0;
}
#footer {
	padding: 5px 10px;
	color: white;
	background: navy;
	margin: 0px 0 0 0;
}
#footer a {
	color: #0099FF;
}

#main .block {
 width: 800px;
 margin: 0px 36px 0px 36px;
}

#main .block h3 {
 margin-bottom: 6px;
 background-color: white;
}

#main .block p {
	padding: 0px 12px;
	margin: 0px;
}

#passage {font-family: helvetica, arial, sans-serif; margin-bottom: 6px;}

#new {
	position: absolute;
	top: 60px;
	left: 24px;
	width: 20%;
	height: 100px;
}
