/*--------------------------------*/
/*     72Bits.com Stylesheet      */
/*  Created by Bob Cruickshank    */
/*--------------------------------*/

/*----------- Imports ----------- */

/*----------- Layout ------------ */

img, div, #content h1, #content h2, #callout h1, #nav li.no2 ul { behavior: url(iepngfix.htc) }

* {
	margin: 0 auto;
	padding: 0 auto;
}

html, body {
    background: #1e1e1e url(../i/c/bg.gif) repeat;
    background-attachment: fixed;
	text-align: center;
}

#sitewrapper {
    width: 760px;
    margin-top: 20px;
    height: 100%;
}

#header {
    height: 137px;
    padding-top: 5px;
    background: url(../i/c/Header-bg.png) no-repeat;
}

#contentwrapper {
    text-align: left;
    background: url(../i/c/Content-bg.png);
    padding-top: 10px;
    padding-left: 20px;
    overflow: auto;
}

#content {
    float: left;
    width: 450px;
}

html>body #callout { /* Modern Browsers */
	width: 250px;
    padding-bottom: 20px;
}

    #callout { /* IE6 */
        float: right;
        width: 265px;
        padding-bottom: 20px;
    }

    #callout h1{
        background: url(../i/c/H1-bg.png) no-repeat;
        height: 35px;
        width: 200px;
        margin-top: 15px;
        padding: 4px 5px 0 0;
        text-align: right;
        font-family: Lucida Fax;
        font-size: 1.1em;
    }

        #callout h1 a {
            text-decoration: underline;
            color: #ddd;
        }

    #callout ul {/* IE6 */
        text-align: right;
        padding-right: 35px;
        padding-bottom: 25px;
        list-style-image: url(../i/c/chevron.gif);
        list-style-position: outside;
    }

    html>body #callout ul {/* Modern Browsers */
        padding-right: 27px;
    }

        #callout ul li {
        }

        #callout ul li a {
            font-size: 1.4em;
            line-height: 1.4em;
            padding-left: 0;
        }

#footer {
    height: 130px;
    background: url(../i/c/Footer-bg.png) no-repeat bottom left;
    margin-bottom: 20px;
    width: 760px;
}

    #footerleft {
        float: left;
        padding-top: 5px;
        *padding-top: 0;
        padding-left: 27px;
        text-align: left;
        width: 348px;
    }

    #footerright {
        float: right;
        text-align: right;
        padding-right: 20px;
        padding-top: 10px;
        *padding-top: 5px;
        width: 348px;
    }

    #footerleft p, footerright p {
        padding: 5px;
    }

    #footerleft p a, footerright p a {
        color: #8f8f8f;
    }

.hidden {
    display: none;
}

.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;
  background-color:grey; color:white;
  text-align: center;
}

/*---------- Typography --------- */
/* child pixels / parent pixels = child ems */
body {
	font-family: Arial, Helvetica, Verdana, Sans-serif;
	font-size: 62.5%;
	color: #8f8f8f;
}

a {
    padding-left: 2px;
}

a, a:hover {
	color: #0099ff;
    text-decoration: underline;
}

a:visited {
    color: #c0540c;
    text-decoration: underline;
}

a.pdf {
    background: url(../i/pdf.gif) no-repeat bottom right;
    padding-right: 15px;
    white-space: nowrap;
}

a.document {
    background: url(../i/document.gif) no-repeat bottom right;
    padding-right: 15px;
    white-space: nowrap;
}

#callout ul li a {
    color: #0099ff;
}

h1 {
    font-size: 2.0em;
    color: #ddd;
    height: 3.0em;
    margin-bottom: -0.8em;
    margin-top: 15px;
    padding-left: 7px;
    font-family: Lucida Fax;
    background: url(../i/c/H1-bg.png) no-repeat;
}

h2 {
    font-size: 1.6em;
    color: #ddd;
    width: 250px;
    float: left;
    margin-top: 15px;
    margin-bottom: 1.0em;
    padding-bottom: 0.5em;
    padding-left: 7px;
    font-family: Lucida Fax;
    background: url(../i/c/H1-bg.png) no-repeat bottom;
}

    h2 a {
        font-size: 0.6em;
        font-weight: normal;
        padding-left: 4px;
    }

h3 {
    clear: both;
	color: #ddd;
	font-size: 1.2em;
    margin-bottom: 0.5em;
}

h4 {
	font-size: 1.2em;
}

#content p {
    clear: both;
    padding-left: 15px;
    padding-bottom: 25px;
    font-size: 1.2em;
    line-height: 1.6em;
}

    #content p b {
        color: #ddd;
    }

    #content ul, #content ol {
        clear: both;
        padding-left: 30px;
        font-size: 1.2em;
        line-height: 1.4em;
        padding-bottom: 2.0em;
        }
		
	#content ul li b {
		color: #ddd;
	}

        #content ul li, #content ol li {
            padding-bottom: 1.0em;
        }

        #content ul li ul, #content ol li ul, #content ul li ol {
            font-size: 1.0em;
            line-height: 1.0em;
            margin-top: 10px;
            padding-bottom: 0;
        }

        #content ul li ul li, #content ol li ul li, #content ul li ol li {
            padding-bottom: 0.5em;
        }

#content p.scripture, #content p.verse {
    margin-bottom: -2.0em;
    font-style: italic;
    color: #00CD00;
    font-size: 1.4em;
}

#content p.verse {
    margin-bottom: 0em;
    text-align: right;
    font-weight: bold;
}