/* CSS Document */

body,html {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  margin: 0px;
  padding: 0px 0px 20px 0px;
}
body {
	background-color: #000000;
	color: #ffffff;
}
td.leftborder {
	background-image: url(lo/brdr_lft_extnd.jpg);
	background-repeat: repeat-y;
}
td.rightborder {
    background-image:url(lo/brdr_rt_extnd.jpg);
    background-repeat: repeat-y;
}

#navigation {
    margin-left: 4px;
	width: 175px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
#navigation ul {
	list-style: none;
	margin: 7px 0px 5px 0px;
	padding: 0;
	
}
#navigation li {
	border-bottom: 1px solid #000;
	margin-bottom: 0px;
	text-align: center;
}
#navigation li a:link, #navigation li a:visited  {
	display: block;
	padding: 3px 3px 3px 3px;
	color: #6cf;
	background-color: #0b2d75;
    border-right: 1px solid #000000;
    border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	text-decoration: none;
	
}
#navigation li a:hover {
	text-align: center;
	color: #fff;
	background-color: #0b2d75;
	border-right: 7px solid #000;
    border-bottom: 1px solid #000;
	border-left: 7px solid #000;

}
p { 
          font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
	      font-size: .95em;
          color : #6cf;
          padding: 0px 1px;
}
.captionsm {
	      font-size: .70em;
}
.date {
  font-family: Courier, "Courier New" mono;
  font-size: 9px;
  text-align: right;
  color: #ff0000;
  background-color: #000;
  padding: 1px;
  margin-top: 0px;
  margin-right: 7px;
  margin-bottom: 7px;
  margin-left: 0px;
}
.biblical {
  font-family : Verdana, Arial, Geneva, Helvetica, sans-serif;
  font-size: .80em;
}
.thumbnail{
	padding: 3px 3px 8px 3px;
	background-color: #222;
	border: 1px solid #2a2a2a;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	}	
p.excerpt {
 font-family:"Courier New", Courier, mono;
 font-size: 15px;
 color: #FFFFCC;
}
p.praise {
 font-size: .85em;
 margin-right: 2em;
 margin-bottom: .5em;
 margin-left: 2em;
}
p.attrib {
 font-size: .85em;
 color: #69c;
 margin-top: -.25em;
 margin-right: 2em;
 margin-bottom: 1em;
 margin-left: 4em;
}
p.bigbold {
 color: #fff;
 font-size: 1.50em;
 margin-right: 2em;
 margin-bottom: .5em;
 margin-left: 2em;
 text-align:center;
 background-color:#ff0000;
 border: 2px solid #fff;

}
a:link {
         color: #fff;
         text-decoration: none;
}
a:visited {
	   color: #ccc;
       text-decoration: underline;
}
a:hover {
	   color: #f00;
	   text-decoration: none;
}
h1 {
    font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 1.25em;
	color: #6cf;
	margin-right: 10px;
	border-right: 1px solid #f00;
	border-bottom: 1px solid #f00;
	border-left: 5px solid #f00;
	padding: 3px;
    margin-top: .5em;
	margin-bottom: -.50em;
    margin-left: 2px;
}
h2 {
    font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 1.20em;
	color: #6cf;
	background-color: #0b2d75;
	border: 1px solid #f00;
	padding: 3px;
    margin-top: .5em;
	margin-right: 10px;
	margin-bottom: -.40em;
    margin-left: 2px;
}
h3 {
    font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 1.15em;
	color: #6cf;
	margin-right: 20px;
	border-right: 5px solid #f00;
	border-bottom: 1px solid #f00;
	border-left: 1px solid #f00;
	padding: 3px;
	margin-top: .35em;
	margin-bottom: -.45em;
}
h4 {
    font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 1.10em;
	color: #99f;
	margin-right: 20px;
	border-bottom: 2px dotted #93f;
    margin-top: .35em;
	margin-bottom: -.45em;
}
td.footer {
          color: #ccc;
          font-weight: bold;
          font-size: 10px;
          text-align: center;
          background-color: #7171ff;
          height: 35px;
          background-image: url(cbnav/footer.jpg);
          background-repeat: no-repeat;
}
p.footer {
          font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
          color: #ccc;
          font-weight: bold;
          font-size: 10px;
          text-align: center;
}
.clear {
    clear: both;
}
dl {
		  font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
		  color: #000;
		  font-size: .9em;
}
dt {
          font-weight: bold;
}
dd {
          font-weight: normal;
		  margin-bottom: .5em;
}
.leftimg {
     float: left;
	 margin-left: 0px;
	 margin-right: 4px;
	 margin-bottom: 4px;
}
.rightimg {
    float: right;
	margin-right: 0px;
	margin-left: 4px;
	margin-bottom: 4px;
}
hr.violet {
  border: none;
  background-color: #99f;
  color: #99f;
  height: 1px;
  width: 85%;
}
.gotop {
  text-align: right;
}
.gotop a:link {
  font-size: .75em;
  color: #f9c9e0;
  background-color: #93f;
}
.gotop a:visited {
  font-size: .75em;
  color: #f9c9e0;
  background-color: #93f;
}
.gotop a:hover {
  font-size: .75em;
  color: #93f;
  background-color: #f9c9e0;
}
p.smgray {
   font-size: .6em;
   color: #999;
   text-align: center;
}
.gotop {
  text-align: right;
}
.gotop a:link {
  font-size: .75em;
  color: #fff;
  background-color: #6cf;
  text-decoration: none;
}
.gotop a:visited {
  font-size: .75em;
  color: #fff;
  background-color: #6cf;
  text-decoration: none;
}
.gotop a:hover {
  font-size: .75em;
  color: #fff;
  background-color: #0b2d75;
  border: 1px solid #f00;
}
hr.red {
   background-color: #ff0000;
   width: 75%;
   text-align: center;
}
