/* BASIC ELEMENTS */

html
{
	margin: 0px;
	padding: 0px;
}

body
{
	margin: 0px;
	padding: 0px;
	font: 10pt 'Trebuchet MS', Verdana, sans-serif;
	color: #5A5444;
	text-align: center;
	background: #78705B;
}

form, input
{
	margin: 0px;
	padding: 0px;
}
input
{
	font: 8pt 'Trebuchet MS', Verdana, sans-serif;
	color: #5A5444;
	background-color: expression(this.type == "submit" ? '#D9CDAF' : '#FFFFFF'); /* IE only */
}
input[type="submit"]
{
	background-color: #D9CDAF;
}

a,
a:link,
a:active,
a:visited
{
	text-decoration: underline;
	color: #78705B;
}
a:hover
{
	color: #C8B78D;
}
a img
{
	border: 0px;
}

ol, ul, blockquote
{
	margin-top: 5px;
	margin-bottom: 5px;
}


/* STANDARD HELPER CLASSES */

/* .pkg class wraps enclosing block element around inner floated elements */
.pkg:after
{
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0px;
}
* html .pkg
{
	display: inline-block;
}

/* no ie mac \*/
* html .pkg
{
	height: 1%;
}
.pkg
{
	display: block;
}
/* */


/* PAGE LAYOUT */

#container
{
        position: relative;
	margin: 0px auto; /* center on everything else */
	width: 780px;
	text-align: left;
}
#container-inner
{
	position: static;
	width: auto;
	background: #C8B78D;
}

#pagebody
{
	position: relative;
	width: 100%;
}
#pagebody-inner
{
	position: static;
	width: 100%;
}

#leftcol,
#rightcol
{
	display: inline; /* ie win bugfix */
	position: relative;
	min-height: 1px;
}

#leftcol
{
	width: 255px;
	float: left;
	background: #C8B78D;
}

#rightcol
{
	width: 522px;
	float: right;
	background: #FFFFFF url(http://www.christianvisionproject.com/img/bg-content.gif) right top no-repeat;
}

#leftcol-inner,
#rightcol-inner
{
	position: static;
	margin: 15px;
}

#leftcol-inner
{
	color: #FFFFFF;
}

#leftcol-inner a:link,
#leftcol-inner a:visited
{
	text-decoration: underline;
	color: #FFFFFF;
}
#leftcol-inner a:hover
{
	color: #78705B;
}

#leftcol-inner ul
{
	margin: 0px;
	padding-left: 20px;
	list-style: url(http://www.christianvisionproject.com/img/bullet.gif);
}

#leftcol-inner ul li
{
	margin: 0px 0px 5px 0px;
}


/* CONTENT */
.title
{
	font: bold 19pt "Adobe Garamond", AGaramond, Garamond, Georgia, "Times New Roman";
	text-transform: uppercase;
	color: #CBC577;
}
.title a:link,
.title a:visited
{
	text-decoration: none;
	color: #CBC577;
}
.title a:hover
{
	color: #C8B78D;
}

.title-toc
{
	font: bold 17pt "Adobe Garamond", AGaramond, Garamond, Georgia, "Times New Roman";
	font-variant: small-caps;
	color: #CBC577;
}
.title-toc a:link,
.title-toc a:visited
{
	text-decoration: none;
	color: #CBC577;
}
.title-toc a:hover
{
	color: #78705B;
}

.deck
{
	font-size: 8pt;
}
.deck p
{
	display: inline;
}

.byline
{
	font-weight: bold;
	font-size: 8pt;
	color: #BFB692;
}

p.break
{ 
	display: block;
	background: #FFFFFF url(http://www.christianvisionproject.com/img/separator.gif) center no-repeat scroll;
	height: 11px;
}

h1
{
	font: bold 14pt "Adobe Garamond", AGaramond, Garamond, Georgia, "Times New Roman";
	color: #5A5444;
}

.callout-spacer
{
	position: relative;
	float: right;
	width: 1px;
	height: 135px;
}

.callout
{
	position: relative;
	float: right;
	clear: both;
	border-color: #D3CB69;
	border-width: 1px 0px 1px 0px;
	border-style: solid;
	padding: 10px;
	margin: 25px 0px 10px 10px;
	text-align: center;
	width: 175px;
	font: bold 15pt "Adobe Garamond", AGaramond, Garamond, Georgia, "Times New Roman";
	color: #D3CB69;
}

.postscript
{
	font-size: 8pt;
	color: #BFB692;
}

.navheader
{
	font-weight: bold;
}

.header
{
	font: bold 14pt "Adobe Garamond", AGaramond, Garamond, Georgia, "Times New Roman";
	color: #78705B;
}

#bio a:link,
#bio a:visited
{
	text-decoration: none;
}

#comments
{
	background: url(http://www.christianvisionproject.com/img/bg-comments.gif) center top no-repeat;
	min-height: 140px;
	color: #FFFFFF;
}

#comments-inner
{
	margin: 70px 15px 15px 15px;
}

#comments-box
{
	width: 390px;
	float: right;
	padding-left: 25px;
	border-left: solid #FFFFFF 1px;
}

.comment
{
	font-size: 10pt;
	color: #FFFFFF;
}

.comment-postscript
{
	font-size: 8pt;
	color: #78705B;
}

.comment-postscript a:hover
{
	color: #FFFFFF;
}

#footer
{
	clear: both;
	text-align: center;
	color: #FFFFFF;
	font-size: 8pt;
	width: 100%;
	background: url(http://www.christianvisionproject.com/img/bg-footer.gif) center bottom no-repeat;
}
#footer a
{
	color: #FFFFFF;
}

#globalMenu
{
	font: 8pt Verdana, Arial, Helvetica, sans-serif;
	position: absolute;
	z-index: 1000;
	background: #FFFFFF;
	border: solid #DEE0EB 1px;
	border-top: none;
}

#globalMenu a
{
	text-align: left;
	display: block;
	padding: 2px 5px 2px 5px;
	text-decoration: none;
	background: #FFFFFF;
	color: #717CAB;
	border-top: solid #DEE0EB 1px;
}

#globalMenu a:hover
{
	background-color: #DEE0EB;
	color: #717CAB;
}
