/* CSS Document */
/* B-lines: Updated June 4, 2007 */
/* reset
--------------------------------------------------*/
body,h1,h2,h3,h4,h5,h6,p,form,fieldset {margin:0;padding:0;}
.low {display:none;}


/* body
--------------------------------------------------*/
body {
	margin:0;
	padding:0px 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:70%;
	line-height:27px;
	text-align:center;
	color: #663300;
	background-color: #003366;
	background-image: url(../dx/bg.gif/$file/bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
}


/* headings
--------------------------------------------------*/
h1 {
	font-size:18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
}

#content h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	font-weight:bold;
	text-transform: uppercase;
	padding-top: 20px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 18px;
	margin-left: 0;
	padding-right: 30px;
	padding-left: 30px;
	color: #003366;
}

#content h3 {
	font-size:1em;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 6px;
	margin-left: 0;
	padding-right: 30px;
	padding-left: 30px;
}

#content h4 {
 margin:0;
 font-size:1em;
}

#content.archive h2 {margin:0 0 26px 0;}

#content.archive h3 {
 margin:0 0 10px 0;
 font-family:Georgia, serif;
 font-size:1.3em;
 font-weight:normal;
}

#content.archive h4 {
 margin:0 0 18px 0;
 font-size:1em;
}

#content.archive h5 {
 margin:0;
 font-size:1em;
}


/* links
--------------------------------------------------*/
a {text-decoration:underline;}

a img {border:none;}


/* paragraphs, lists, etc
--------------------------------------------------*/
p {
 margin:0;
 padding:0 0 18px 0;
}

ul {
	margin:0 0 0 30px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 10px;
	list-style-image: none;
	list-style-type: none;
}

ul ul {padding:0;}

blockquote {
 margin:0;
 padding:0 18px;
 font-style:italic;
}

pre {
 overflow:auto;
 margin:0 0 18px 0;
 padding:4px;
}

pre, code, kbr {font-family:Courier, Monaco, monospace;}

code, kbr {padding:0 2px;}

abbr, acronym {
 font-size:0.9em;
 letter-spacing:1px;
}


/* images
--------------------------------------------------*/
img.left {
 float:left;
 margin:0 12px 0 0;
}

img.right {
 float:right;
 margin:0 0 0 12px;
}

img.center {
 display: block;
 margin:0 auto;
}


/* container
--------------------------------------------------*/
#container {
	width:840px;
	margin:0 auto;
	padding:0;
	text-align:left;
	list-style-type: none;
	list-style-position: inside;
	background-image: url(../dx/bg_content.gif/$file/bg_content.gif);
	background-repeat: repeat-y;
	background-position: left top;
}


/* header
--------------------------------------------------*/
#header {
	height:145px;
	background-image: url(../dx/2headb.jpg/$file/2headb.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 840px;
}

#header h1 {
	padding-top:20px;
	line-height: normal;
	color: #FFFFFF;
	display: none;
}



/* navigation
--------------------------------------------------*/
#navigation {
	height:50px;
	margin: 0px;
	background-image: url(../dx/2navb.gif/$file/2navb.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#navigation ul {
	padding:0;
	line-height: 27px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 25px;
}

#navigation li {
	float:left;
	margin:0;
	padding:0;
	list-style-type:none;
}

#navigation li a {
	display:block;
	padding:0 10px;
	font-size:11px;
	text-transform:uppercase;
	letter-spacing:1px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #663300;
	text-decoration: none;
	font-weight: bold;
	margin: 0px;
}

* html #navigation a {
	text-decoration: none;
} /* http://www.positioniseverything.net/explorer/escape-floats.html */

#navigation form {
	float:right;
	height:27px;
	width:240px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

#navigation form fieldset {
 /* centering the search form could've
 been done way more elegant but IEWin
 and Opera refused to follow the rules */
 margin-top:0px;
 border: 0 solid; /* Opera */
}

#navigation #Query {
	/*width:148px;*/
 width:140px;
	font-size:10px;
	padding: 0px;
	border: 1px solid #CCCCCC;
	height: 18px;
	background-color: #DADFE3;
	vertical-align: middle;
	margin: 0px;
}

#navigation #searchSubmit {
}


/* content
--------------------------------------------------*/
#content {
	float:right;
	width:610px;
	background-image: url(../dx/2contenthead.jpg/$file/2contenthead.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	margin: 0px;
	display: block;
	clear: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.singlecol #content {
 float:none;
 width:550px;
 margin:0 70px;
}



/* Entry
--------------------------------------------------*/
.entry {margin:0 0 40px 0;}

.entry .info {
	padding:3px 3px 20px;
	font-size:.9em;
}

.entry .single .info {margin:0 0 22px 0;}

.entry .info a {
	margin-right:6px;
	padding-right:10px;
	border-right:1px solid #5B4B39;
}

.entry .info em {font-style:normal;}

.entry #filedunder {
 clear:both;
 padding:3px 0 0 0;
 font-size:0.9em;
 border-top:1px solid;
}


/* Mini-Entry
--------------------------------------------------*/
.minientry {
	margin:0px 0 10px 0;
	padding:10px 0;
	background-image: url(../dx/bottom_shadow.jpg/$file/bottom_shadow.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}

.minientry p {padding:0;}

.minientry .commentlink {
 margin-left:3px;
 padding-right:7px;
 border-right:1px solid;
 font-size:0.9em;
}

.minientry .permalink {
 margin-left:3px;
 padding:0 8px 0 15px;
 font-size:0.9em;
 font-style:normal;
}

.entrydetail{
	text-align: right;
	border-top-color: #663300;
	border-right-color: #663300;
	border-bottom-color: #663300;
	border-left-color: #663300;
	padding-right: 10px;
}


/* Comments
--------------------------------------------------*/
#comments h2 {margin-bottom:24px;}

#comments h2 a {
 margin-left:2px;
 padding-left:6px;
 border-left:1px solid;
 font-family:Arial,Helvetica,sans-serif;
 font-size:0.55em;
}

#comments ul {margin:0 0 0 20px;}

#comments li {margin-bottom:18px;}

#comments li p {padding:0 0 10px 0;}

#comments .header {
 position:relative;
 min-height:19px; /* 19 + 3 +3 = 25px = height of gravatar */
 margin:0 0 10px 0;
 padding:3px 6px;
}

* html #comments .header {height:19px;} /* IEWin */

#comments .header strong {font-family:Georgia,sans-serif;}

#comments .header .gravatar {
 position:absolute;
 top:1px;
 right:1px;
}


/* form
--------------------------------------------------*/
form {padding:6px 0;}

#dxcommentform, #contactform {margin-bottom:18px;}

form fieldset {border: 0 solid;} /* Opera */

form p {
	padding:6px 0;
	border-bottom-width: 1px;
	border-bottom-style: none;
}

form label {
 display:block;
 float:left;
 width:60px;
}

#dxcommentform label {margin:0 15px 0 15px;}
#contactform label {margin:0 15px 0 0;}

form em {
 margin-left:5px;
 font-size:0.9em;
 font-style:normal;
}

form input, form textarea {
}

form textarea {overflow:auto;}

#dxcommentform input {
}
#dxcommentform textarea {width:325px;}
#contactform textarea, #contactform #bx_subject {width:465px;}

* html #dxcommentform textarea {
	width:320px;
	border: 1px solid #CCCCCC;
}

/* IE WIN; but why? */
* html #contactform textarea,
* html #contactform #bx_subject {width:445px;}
/* IE WIN; but why? */

form .button {
}

#dxcommentform .button {
}
#contactform .button {}

form .hiddenfield {display:none;}

form .info {padding-left:90px;}


/* Archives
--------------------------------------------------*/
.archive .postspermonth {
 margin:0;
 list-style:none;
}


/* content: misc.
--------------------------------------------------*/
#entrynavigation a {margin:0 15px 0 0;}


/* subcontent
--------------------------------------------------*/
#subcontent {
	float:left;
	width:230px;
	font-size:0.9em;
	line-height:1.5em;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-image: 
url(../dx/2cubcontenthead.jpg/$file/2cubcontenthead.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
}

* html #subcontent {
} /* dirty fix for IEWIN; temporary! */

#subcontent ul, #subcontent p {
	margin:0 20px 0 30px;
	border: 1px none #CCCCCC;
}


/* subcontent headings
--------------------------------------------------*/
#subcontent h2 {
	margin:0px 0 5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1.25em;
	line-height:1em;
}

#subcontent h2 em {
	display:block;
	font-style:normal;
	font-size: 11px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
}


/* subcontent list
--------------------------------------------------*/
#subcontent ul li {
	margin:2px 0 2px 18px;
	padding-bottom:2px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
}

#subcontent li a {
 display:block;
 padding:1px 0;
 height:1%; /* IE WIN */
}

#subcontent .sidenotes li a {display:inline;} /* this can be used for links 
that are part of a "sidenote" */

#subcontent ul.categories li ul {margin:0;}

#subcontent ul.categories li li {
 margin:0;
 padding:0 0 3px 0;
 border-bottom:none;
}

#subcontent ul.categories li ul ul {margin:0 0 0 16px;}

/* archive page
--------------------------------------------------*/
#archivepage {
 width:205px;
 padding:15px 0 0 15px;
 font-size:0.9em;
 line-height:1.5em;
}

* html #archivepage {padding-top:32px;} /* dirty fix for IEWIN; temporary! */

#archivepage ul, #archivepage p {margin:0 10px;}

#archivepage h2 {
 margin:18px 0 10px 0;
 font-family:Georgia,serif;
 font-size:1em;
 line-height:1em;
}

#archivepage h2 em {
 display:block;
 padding:5px 10px;
 font-style:normal;
}

#archivepage ul li {
 margin:2px 0 2px 18px;
 padding-bottom:2px;
 border-bottom:1px solid;
}

#archivepage li a {
 display:block;
 padding:1px 0;
 height:1%; /* IE WIN */
}

#archivepage .sidenotes li a {display:inline;} /* this can be used for links 
that are part of a "sidenote" */

#archivepage ul.categories li ul {margin:0;}

#archivepage ul.categories li li {
 margin:0;
 padding:0 0 3px 0;
 border-bottom:none;
}

#archivepage ul.categories li ul ul {margin:0 0 0 16px;}

/* archivepage
--------------------------------------------------*/
/* #archivepage 
{background:url(../dx/archivepage_bg.gif/$file/archivepage_bg.gif) top left 
no-repeat;}*/


/* archivepage headings
--------------------------------------------------*/
#archivepage h2 {
 color:white;
}

#archivepage h2 em {}


/* archivepage list
--------------------------------------------------*/
#archivepage ul li {border-bottom-color:#F0F0F0;}

#archivepage li a:hover {background-color:#FFFBF0;}

#archivepage ul.categories li,
#archivepage ul.months li 
{list-style-image:url(../dx/categories_yellow.gif/$file/categories_yellow.gif);}

#archivepage ul.links li 
{list-style-image:url(../dx/links_yellow.gif/$file/links_yellow.gif);}

#archivepage ul.feeds li 
{list-style-image:url(../dx/feeds_yellow.gif/$file/feeds_yellow.gif);}

#archivepage ul.posts li 
{list-style-image:url(../dx/post_yellow.gif/$file/post_yellow.gif);}

#archivepage ul.categories li li 
{list-style-image:url(../dx/sub_categories_yellow.gif/$file/sub_categories_yello
w.gif);}

/* footer
--------------------------------------------------*/
#footer {
	font-size:0.9em;
	clear: both;
	margin: 0px;
	padding: 0px;
}

.singlecol #footer {
 padding:25px 0 15px 0;
}

#footer p {
}

#footer strong {
	font-weight:normal;
}

.singlecol #footer p {
 padding:12px 70px 18px 70px;
}


/* headings
--------------------------------------------------*/
h1, h1 a,
h2, h2 a,
h3 a,
h4 a
 {
	color:#003366;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover
 {}


/* links
--------------------------------------------------*/
a {
	color:#663300;
} /*a:link*/

a:hover {
}

a.commentlink {
 padding-left:16px;
 background:url(../dx/comments.gif/$file/comments.gif) center left no-repeat;
}

a.more {
 padding-right:10px;
 background:url(../dx/more.gif/$file/more.gif) center right no-repeat;
}


/* paragraphs, lists, etc
--------------------------------------------------*/
pre,
code
 {background-color:#F8FAF2;}

kbr {color:#009193;}


/* container
--------------------------------------------------*/
#container {
}

#container.singlecol {background-image:none;}


/* header
--------------------------------------------------*/
#header {
 background-image:
}


/* navigation
--------------------------------------------------*/
#navigation {
}
#navigation li {}
#navigation a:link {}
#navigation a:hover {
	text-decoration: none;
	font-weight: bold;
}
#navigation a:visited {}
#navigation a:active {}
#navigation .selected {
}
#navigation .selected a:link {
}
#navigation .selected a:hover {
}
#navigation .selected a:visited {
}
#navigation .selected a:active {
	border-bottom-style: none;
}
#navigation a:hover {
	text-decoration: none;
	background-image: url(../dx/nav_hover.gif/$file/nav_hover.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

#navigation form {
	float: right;
}

#navigation #s {border-color:#FFF9EA;}

#navigation #searchbutton {
 color:white;
 background-color:#A3C159;
}


/* Entry
--------------------------------------------------*/
.entry {
	margin:0px;
	padding-top: 0px;
	background-repeat: no-repeat;
	background-position: right top;
	padding-left: 30px;
	padding-right: 30px;
}

.entry .info {
	text-align: right;
}

.entry .info a {
}

.entry a.more {
 padding-left:12px; /* ########################################### */
 background:url(../dx/more.gif/$file/more.gif) center left no-repeat;
}

.entry .info em {
	padding:0 8px 0 15px;
	text-align: right;
	background-image: url(../dx/icon4.gif/$file/icon4.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

.entry #filedunder {border-color:#F3F4F4;}


/* Mini-Entry
--------------------------------------------------*/
.minientry  {
	border-top-color: #663300;
	border-right-color: #663300;
	border-bottom-color: #663300;
	border-left-color: #663300;
	padding-right: 30px;
	padding-left: 30px;
}

.minientry .commentlink {border-color#949494;}

.minientry .permalink {
 padding:0 8px 0 15px;
 background:url(../dx/post.gif/$file/post.gif) center left no-repeat;
}


/* Comments
--------------------------------------------------*/
#comments h2 {margin-bottom:24px;}

#comments h2 a {color:#6C8C37;}

#comments li.comment 
{list-style-image:url(../dx/comments.gif/$file/comments.gif);}

#comments li.trackback,#comments li.pingback 
{list-style-image:url(../dx/pingtrackback.gif/$file/pingtrackback.gif);}

#dxcommentform {
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}

#comments .header {background-color:#EDF3DE;}

#comments .header.alt {background-color:#E9F7F6;}


/* form
--------------------------------------------------*/
form {
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}

#dxcommentform, #contactform {margin-bottom:18px;}

form fieldset {border: 0 solid;} /* Opera */

form p {
	padding:6px 0;
	border-bottom-width: 1px;
	border-bottom-style: none;
}

form label {
 display:block;
 float:left;
 width:60px;
}

#dxcommentform label {margin:0 15px 0 15px;}
#contactform label {margin:0 15px 0 0;}

form em {
 margin-left:5px;
 font-size:0.9em;
 font-style:normal;
}

form input, form textarea {

}

form textarea {overflow:auto;}

#dxcommentform input {}
#dxcommentform textarea {width:325px;}
#contactform textarea, #contactform #bx_subject {width:465px;}

* html #dxcommentform textarea {width:320px;} /* IE WIN; but why? */
* html #contactform textarea,
* html #contactform #bx_subject {width:445px;} /* IE WIN; but why? */

form .button {
 font-weight:bold;
}

#dxcommentform .button {
	margin-left:107px;
	font-size: 10px;
}
#contactform .button {margin-left:75px;}

form .hiddenfield {display:none;}

form .info {padding-left:90px;}



/* Archives
--------------------------------------------------*/
.archive .postspermonth {color:#A0A0A0;}


/* subcontent
--------------------------------------------------*/
#subcontent {
}


/* subcontent headings
--------------------------------------------------*/
#subcontent h2 {
 color:#012586;
}

#subcontent h2 em {
	color: #003366;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 30px;
}


/* subcontent list
--------------------------------------------------*/
#subcontent ul li {border-bottom-color:#663300;}

#subcontent li a:hover {
	text-decoration: none;
}

#subcontent ul.categories li,
#subcontent ul.months li {
	list-style-image:url(../dx/icon1.gif/$file/icon1.gif);
	list-style-position: outside;
}

#subcontent ul.recententries li {
	list-style-position: outside;
}

#subcontent ul.recentcomments li {
	list-style-position: outside;
}

#subcontent ul.links li {
	list-style-image:url(../dx/icon2.gif/$file/icon2.gif);
	list-style-position: outside;
}

#subcontent ul.feeds li {
	list-style-image:url(../dx/icon3.gif/$file/icon3.gif);
	list-style-position: outside;
}
#subcontent ul.admin li {
}
#subcontent ul.posts li 
{list-style-image:url(../dx/post_yellow.gif/$file/post_yellow.gif);}

#subcontent ul.categories li li 
{list-style-image:url(../dx/sub_categories_yellow.gif/$file/sub_categories_yello
w.gif);}

/* footer
--------------------------------------------------*/
#footer {
	background-image: url(../dx/foot.jpg/$file/foot.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin: 0px;
	height: 100px;
	vertical-align: bottom;
	padding: 0px;

}

.singlecol #footer {background-image:none;}

#footer p {}

#footer a {color:#663300;}

#footer a:hover {color:#414141;}

#footer strong {
	color:#663300;
	vertical-align: bottom;
	line-height: 8px;
} 
#container #content .entry li {
	padding-bottom: 5px;
}
#container #content .entry .bodysubhead {
	color: #5B4B39;
	font-weight: bold;
}
#container #content #entry .categories {
	list-style-image: url(../dx/icon1.gif/$file/icon1.gif);
	list-style-position: outside;
	padding-left: 20px;
}
#container #content .entry em {
	list-style-type: square;
	list-style-position: outside;
}
#container #content .entry ul {
	list-style-type: square;
}
#container #content .entry #comments #dxcommentform h2 {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#container #footer img {
	top: 0px;
	margin-top: 90px;
	margin-right: 65px;
	margin-bottom: 0px;
	margin-left: 65px;
	padding: 0px;
}
#container #footer .scripture {
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 228px;
	font-size: 1em;
}
#container #footer .scripture .ref {
	color: #AA7300;
	text-align: right;
}
#container #header a {
	color: #335EA8;
	font-family: Georgia, "Times New Roman", Times, serif;
}
ul.recententries {
	color: #5B4B39;
}
ul.recentcomments {
	color: #5B4B39;
}
#container #content .entry #comments #dxcommentform #remember {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#container #content .entry #comments #dxcommentform #comment {
	border: 1px solid #CCCCCC;
}
#container #footer #copyright {
	margin: 35px 0px 0px 260px;
}
#container #subcontent .recententries a {
	text-decoration: none;
}
#container #subcontent .recentcomments a {
	text-decoration: none;
}
#container #subcontent .categories a {
	text-decoration: none;
}
#container #subcontent .links a {
	text-decoration: none;
}
#container #subcontent .feeds a {
	text-decoration: none;
}
#container #content .entry h2 a {
	text-decoration: none;
	color: #003466;
}
#container #navigation #searchForm {
	text-align: right;
	margin-right: 25px;
	font-size: 9px;
	padding-top: 4px;
}
#container #content .entry h2 {
	padding-right: 0px;
	padding-left: 0px;
	font-size: 18px;
}
#container #navigation #searchForm #searchSubmit {
	font-size: 10px;
	vertical-align: middle;
	font-weight: bold;
}
#container #navigation .selected a {
	background-image: url(../dx/nav_select.gif/$file/nav_select.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
#container .search {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 60px;
	margin-left: 0;
	padding-left: 30px;
	padding-top: 10px;
}



