/* --------------------------------------------------------------------------------------------------------
								Community Bible Church, Pierre SD

web:			http://www.cbcpierre.org/
stylesheet:		content.css
date:			December 2, 2008
author:			Ron Duvall

-----------------------------------------------------------------------------------------------------------*/

#content {
	float: right;
	width: 748px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.4em;
	font-size: 0.9em;
	padding-top: 30px;
	padding-right: 7px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#content a:link {
	color: #0000CC;
}
#content a:visited {
	color: #009933;
}
.imgfloatright  {
	padding-right: 3px;
	padding-left: 5px;
	float: right;
	padding-top: 6px;
}

.floatbulletclear {
	clear: both;
	padding-bottom: 5px;
	padding-top: 5px;
	border-top-width: 2px;
	border-top-style: dashed;
	border-top-color: #204500;
}


.imgfloatleft {
	float: left;
	padding-right: 8px;
	padding-left: 3px;
	padding-top: 6px;
}

#content a:hover {
	text-decoration: underline;
}
#wrapper #subwrapper #content ul {
	margin-left: 10px;
	padding-left: 10px;
	list-style-type: circle;
}

/* The second bullet list to right of picture would not indent properly (probably due to float in picture) so I put the bullets in a div tag and used following style to indent (pad) to desired position. */

.listindiv {
	padding-left: 180px;
}

#wrapper #subwrapper #content li {
	margin-left: 10px;
}

#wrapper #subwrapper #content ol {
	margin-left: 10px;
}

#wrapper #subwrapper #content blockquote {
	margin-right: 30px;
	margin-left: 30px;
}

#wrapper #subwrapper #content hr {
	color: #284907;
}
.infoboxright {
	float: right;
	width: 200px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	border: 2px solid #000000;
	background-color: #660000;
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 5px;
	padding-left: 5px;
	color: #FFFFFF;
}

.infoboxrightlight {
	float: right;
	width: 200px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	border: 2px solid #000000;
	background-color: #CC9900;
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 5px;
	padding-left: 5px;
	color: #FFFFFF;
}

.infoboxrightlarge {
	float: right;
	width: 400px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 5px;
	padding-left: 5px;
	color: #000000;
	background-image: url(/layoutimages/infoboxrightlargebkgd.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-left-color: #000000;
	font-size: .9em;
	line-height: 1.3em;
}

.infoboxleft {
	float: left;
	width: 200px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	border: 2px solid #000000;
	background-color: #660000;
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 5px;
	padding-left: 5px;
	color: #FFFFFF;
}

.infoboxleftlarge {
	float: left;
	width: 200px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 5px;
	padding-left: 5px;
	color: #000000;
	background-image: url(/layoutimages/infoboxleftlargebkgd.jpg);
	background-repeat: repeat-y;
	background-position: right top;
	border-top-width: 0px;
	border-right-width: thin;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #000000;
	font-size: .9em;
	line-height: 1.3em;
}

.contactinfo {
	font-size: 0.9em;
}

/* The margin and padding settings were necessary to get the entire bullet symbol to appear in IE 6.0 */
.floatleftbullet {
	float: left;
	padding-right: 10px;
	width: 320px;
	margin-left: -6px;
	list-style-position: outside;
	padding-left: 6px;
	padding-bottom: 20px;
}
.floatrightbullet {
	float: right;
	width: 320px;
	list-style-position: outside;
	margin-left: -6px;
	padding-left: 6px;
	padding-bottom: 20px;
}
.bkgrd4txt {
	background-color: #D8E9C5;
	padding: 5px;
	border: 1px solid #284907;
	display: block;
	margin-bottom: 6px;
}
.bkgrd4txtwht {
	background-color: #FFFFFF;
	padding: 4px;
	display: block;
	border: 2px dashed #D8E9C5;
}

/* Following CSS code is for Logos RefTagger for styling the box containing the scripture reference. */

.lbsTooltip
{
	border: 1px solid #000000;
	z-index: 99;
	text-align: left;
	text-indent: 0;
	background-color: #F2F2F2;
}

.lbsTooltipHeader
{
	color: #FFFFFF;
	font-weight:bold;
	font-size:15px;
	line-height: 18px;
	font-family:Arial, Helvetica, serif;
	margin: 0;
	padding:4px;
	position:relative;
	border: 0;
	background-color: #330000;
}

.lbsTooltipBody 
{
	padding: 4px 8px 0 8px;
	margin:0;
	position:relative;
	z-index: 2;
	border: 0;
	line-height:16px;
}

.lbsTooltipBody p, .lbsTooltipBody span
{
	display: inline;
	color: black;
	font-family:Arial,Helvetica,serif;
	font-size: 14px;
	line-height:16px;
}

.lbsTooltipFooter
{
	font-size:11px;
	font-family:Helvetica,Arial,serif;
	bottom:4px;
	margin-top: 4px;
	position:absolute;
	text-align:right;
	border: 0;
}

.lbsTooltipFooter a:link, .lbsTooltipFooter a:visited, .lbsTooltipFooter a:hover 
{
	color: blue;
	text-decoration: underline;
	font-weight: normal;
	font-size:11px;
	font-family:Helvetica,Arial,serif;
}

.lbsTooltipBody .ch-ref, .lbsTooltipBody .verse-ref
{
	font-size: 85%;
	top: -1px;
	position: relative;
}

.lbsTooltipBody .ch-ref
{
	font-weight: bold;
}

.lbsTooltipBody .verse-ref
{
	color: dimgray;
}

.lbsTooltip, .lbsTooltipBody span, .lbsTooltip a, .lbsTooltipBody p
{
	margin: 0;
	padding: 0;
}

.lbsLibronix img
{
	float: none !important;
}

/* End CSS code for Logos RefTagger for styling the box containing the scripture reference. */

/* Start tooltip text by hovering over a link. 1/24/2009 */

<style type="text/css">
.ToolText{position:relative; }
.ToolTextHover{position:relative;}
.ToolText span{display: none;}

.ToolTextHover span{
  display:block;
  position:absolute;
  border:1px solid black;
  top:1.3em;
  left:5px;
  width:250px;
  text-decoration:none;
  background-color:gray; color:white;
  text-align: center;
}
</style>
/* End of tooltip text by hovering over a link. 1/24/2009 */


/*   "Example of placement of span tags for tooltip displays"
    
	<p class="ToolText" onMouseOver="javascript:this.className='ToolTextHover'" 
						onMouseOut="javascript:this.className='ToolText'">
		This is the text that will cause the tooltip
		<span> And this is the Tooltip's text </span>
	</p>
*/
