@import url(normalize.css);
@import url(lasb.css);
@import url(nltsb.css);
@import url(nltse.css);

#header {
  background-color: #000;
}

#logo {
  padding-left: 5px;
  padding-right: 5px; 
}

#beta_label {
	color: #fffef6;
	font-family: sans-serif;
	font-size: 150%;
	border-left: 1px solid #888;
	padding-left: 1ex;
	padding-top: 30px;
	text-transform: uppercase;
}

#header a {
	color: #fff;
}

#breadcrumbs {
  padding-left: 5px;
  padding-right: 5px;
  margin: 5px;
  
}

#main {
  margin-left: 220px;
  margin-right: 220px;
}

#right_col {
  width: 200px;
  float: right;
  margin: 0;
  margin-right: 5px;
}

#right_col_items {
  position:fixed;
  right: 5px;
  top: 210px;
  width: 200px;
}

#left_col {
  width: 200px;
  float: left;
  clear: left;
  margin: 0;
}

#right_col a, #left_col a {text-decoration: none;}

#footer {
  clear: both;
  margin-top: 5ex;
  font-size: 80%;
  font-style: italic;
  border-top: 1px solid grey;
}

h1 {
  font-size: 150%;
  margin-top: 9pt;
}

h2 {
  margin-top: 9pt;
  font-size: 110%;
}

p {
  margin-top: 6pt;
  margin-bottom: 6pt;
}

li {
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.0;
  padding-top: 1.5pt;
  padding-bottom: 1.5pt;
}

.section {
  border: 1px solid #bec7c8;
  padding: 5px;
  background-color: #d5dfe0;
  margin: 5px;
}

.section * { margin: 0; }

.section h1 { 
  font-size: 110%; 
  font-family: sans-serif;
}

.section h2 { 
  font-size: 100%; 
}

#main .section {
	background-color: #fff;
}

#main .section h1 {
	border-bottom: 1px solid #bec7c8;
}

.subsection {
  border: 1px solid #ccd;
}

.include_item {
  float: right;
  clear: right;
  margin-left: 1em;
  margin-bottom: 1ex;
  font-size: 90%;
}

.include_item h2 {
  font-family: sans-serif;
}

.two_col {
  width: 45%;
}

.three_col {
  width: 30%;
}

.left {float: left;}
.right {float: right;}

.highlight {background-color: yellow;}

.note {
  font-style: italic;
  font-size: 90%;
}

tr {
  vertical-align: top;
}

ul, ol {
  padding-left: 2ex;
}

textarea {
  font-family: serif;
}

.chapter_list {
  margin-left: 1em;
  text-indent: -1em;
}

.notice {
  background-color: #d5dfe0;
  border: 1px solid #bec7c8;
  padding-left: 1ex;
  padding-right: 1ex;
  padding-top: 1.5pt;
  padding-bottom: 1.5pt;
  font-family: sans-serif;
  font-size: 90%;
}

.error {
  background-color: #ffccbb;
  border: 1px solid red;
  padding-left: 1ex;
  padding-right: 1ex;
  padding-top: 1.5pt;
  padding-bottom: 1.5pt;
  font-family: sans-serif;
  font-size: 90%;
}

.break {
  margin-top: 6pt;
}

excuse, .excuse {display: none;}

.i {font-style: italic;}
.b {font-weight: bold;}
.vn {
  padding-right: 1.5pt;
  font-weight: bold;
}

a:link, .s {
  text-decoration: none;
  color: #5c0d12;
}

a:active, .s:active {
  color: #9d2e35;
}

.s {
  cursor: pointer;
}

a.term {
  cursor: pointer;
}

a:visited {
  color: #444;
  text-decoration: none;
}

.hidden {
	display: none;
}

#List_OldTestament a:visited, #List_NewTestament a:visited {
	color: #5c0d12;
}

.interlinear_term {
	margin-top: 1ex; 
	border-left: 1px solid grey;
	float: left;
	margin-bottom: 2ex;
}

.interlinear_verse {
	margin-top: 1ex; 
	margin-bottom: 2ex;
	margin-left: 2em;
	margin-right: 1ex;
	float: left;
}
