* {
	margin: 0;
	padding: 0;
}

body {
	/*menu*/
	margin-top: 20px;
	background: url(../../haltal/image/tmplt/blue_stc.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	/*color: dark blue;*/
}

#inline-list ul, #inline-list li {
	display: none;
}

form {
}

.minWidth {
    min-width:1000px;
    /* IE Dynamic Expression to set the width */
    width:expression(document.body.clientWidth < 1000 ? "1000px" : "100%" );
  }

input, textarea {
	display: none;
}

h1, h2, h3, td {
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
}

p {
	/* main body text*/
	padding-top:.75em;
	padding-bottom:0.75em;
	font-family: Times, serif;
	font-size: 1.2em;
}

h1 {
	font-size: 3em;
	text-align: center;
}

h2 {
	font-size: 2em;
}

h3 {
	font: bold 1em;
}

a {
	color: dark blue;
}

a:hover {
	text-decoration: none;
}

/* Header */

#header {
	height: 200px;
	margin: 0 auto;
	background: url(../../haltal/image/tmplt/mast_body.png) repeat-x ;
	background-position: 450px 0px;
}

#logo {
	display: none;
}

#logo h1 {
	display: none;
}

#logo p {
	display: none;
}

#logo a {
	display: none;
}

#search {
	display: none;
}

#search form {
	display: none;
}

#search fieldset {
	display: none;
}

#search-text {
	display: none;
}

#search legend, #search-submit {
	display: none;
}

#menu {
	display: none;
}

#menu ul {
	display: none;
}

#menu li {
	display: none;
}

#menu a {
	display: none;
}

#menu a:hover {
	display: none;
}

#menu .current_page_item a {
	display: none;
}

/* Page */

#page {
	width: 95%;
	padding: 0px 20px 0px 20px;
	background: url(../../haltal/image/tmplt/blue_stc.jpg);
}

#back2top {
	display: none;
}

#back2top a {
	display: none;
}

#back2top a:hover {
	display: none;
}

.dropcap {
/*margin-right:12px;*/
color:black;
display: block;
float:left;
font-size:2.7em;
line-height:35px;
padding: 4px 0px 2px 7px;
/*padding-top:7px;
padding-bottom:2px;
padding-left:7px;*/
font-family: Times, serif;
margin-right:5px;
} 

/* Footer */

#footer {
	display: none;
}

#footer p {
	display: none;
}

#footer a {
	display: none;
}

/* Signature */

#signature {
	margin-left: 2.5%;
}

#revised {
	color: #666666;
	font-style: italic;
	font-size: .95em;
	padding-bottom: 5px;
}

BLOCKQUOTE {
	/* Canonical Scripture */
	/*padding-top: 20px;
	padding-right:30px; 
	padding-bottom: 20px; 
	padding-left:30px;*/
	padding: 20px 30px;
	margin:20px 20px;
	background: url(../../haltal/image/tmplt/med_blue_stc.jpg);
	display: block;
	width: 100;
	font-family: Verdana, sans-serif;
}

.NONCANON {
	font-family: Arial, sans-serif;
}

.GREEK{
	font-family: "Times New Roman", Times, serif;
}

.HEBREW{
	font-family: "Times New Roman", Times, serif;
}

.FOCUS {
	color: #400000;
}

.REFERENCE {
	/*  Scriture Reference */
	font-family: Verenda;
}

.TRANSLATION {
	/* Hebrew / Greek translation 
	Also clarification for meaning */
	font-family: Georgia;
	font-style: italic;
}

.CLARIFICATION {
	/* Clarificaition wihtin Scripture */
	font-family: Arial;
}

.SOURCE {
	/* Biblical Source e.g. NKJV */
	font-family: Times;
	font-style: italic;
	font-weight: bold;
}

.TIMES{
	/* Used on some Biblical Sources e.g. p. 12, vol. 1, Bible Dictionary */
	font-family: Times;
}

 ul
{
	font-family: Verdana, sans-serif;
}

ol
{
	font-family: Times, serif;
	font-size: 1.2em;
}

li {
	margin: 0px 0px 0px 30px;
}

.item {border-top: 1px solid Black;  padding: 1.25em 0px 0;font-family: Times, serif;}
.item h4.title {text-align: left;font-size: 1.8em; } 
a.title {text-decoration: none; color: Black; }
a:hover.title {color: Gray; }
.date {text-align: left;font-size: 1.1em;margin-bottom: .75em;font-style: italic; }
p.ishinfo {margin: 0 0 0.25em; padding: 0; text-align: justify;margin-bottom: 1em; }

/*
<div class="item">
      <h4 class="title"><a href="link">CSS Design</a></h4>
        <p class="ishinfo"><a href="/issues/151" class="ishno">Issue <b class="ishno">151</b></a><span class="ishdate">September <b>27, 2002</b></span></p>
        <p> TEXT</p>
    </div>*/
