/*
Ad Hominem
(c) 2004 Trenton Davies
All Rights Reserved.
*/

/* --<< General >>-- */

img {
	border: 0;
	}
	
/* --<< Text >>-- */

h1 {
	margin-top: 0;
	padding: 0;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 150%;
	}

h2 {
	margin-top: 0;
	padding: 0;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 130%;
	}

h3 {
	font-family: verdana, sans-serif;
	font-size: 110%;
	margin: .7em 0 .7em 0;
	}

h4 {
	font-size: 100%;
	margin: .5em 0 .5em 0;
	color: #565656;
	}

h1, h2, h3, h4 {
	color: #2A3442;
}
	
cite {
	font-variant: small-caps;
	font-style: normal;
	font-size: 110%;
	text-align:right;
	}

abbr, acronym {
	font-style: normal;
	cursor: help;
	}
	
acronym.parenthetical {
	font-style: italic;
	text-decoration: underline;
}

blockquote {
	color: #666;
}

a {
	color: #930;
	font-weight:bold;
	text-decoration: none;
	border-bottom: 1px dotted #930;
}
	
a:hover {
	text-decoration:none;
	border-bottom: 1px solid #930;
}

a.comment {
	background: url(/assets/i/comment.gif) left no-repeat;
	padding-left: 14px;
	border:0;
}

a.permalink {
	background: url(/assets/i/permalink.gif) left no-repeat;
	padding-left: 12px;
	border:0;
}

a.comment:hover, a.permalink:hover {
	text-decoration:underline;
}

a.ext {
	background: url(/assets/i/link-ext.gif) left no-repeat;
	padding-left: 12px;
}

a.none {
	text-decoration:none !important;
	border:0 !important;
}

.small {
	font-size: 92%;
	}

.bold {
	font-weight: bold;
	}
.italic {
	font-style: italic;
	}

.spacer { clear:both }

.hide {
	height: 0;
	width: 0;
	overflow: hidden;
	position: absolute;  /* for the benefit of IE5 Mac */
	}
.center { margin-left: auto; margin-right: auto; }
.right {text-align:right;}

.imageLeft {float:left;margin:4px 4px 4px 0;}
.imageRight {float:right; margin:4px 0 4px 4px; }

.error {color:#900;font-weight:bold;}

.highlight { background-color: #ffc; }
.strikeout { text-decoration: line-through; }
.more { background: url(/assets/i/raq-orange.gif) 100% 3px no-repeat; padding-right: 12px;}

.bdr { border: 1px solid #555; padding: 3px; }

.category {
	/* font-size: 90%; */
}

.category a {
	color: #2A3442;
	border: 0;
	font-weight: bold;
	font-style: normal;
}

.category a:hover {
	background-color: #2A3442;
	color:#fff;
	border: 0;
	font-weight: bold;
	font-style: normal;
}

pre {
	margin-left: 10px;
	padding: 6px;
	border-left: 1px dotted #333;
	background-color: #ffffde;
}

code {
	font-family: Monaco, Courier, serif;
	color: #945928;
}

/* --<< Layout >>-- */
body {
	background: #fff;
	margin: 0;
	padding: 0;
	border: 0;
	font-family: "Lucida Grande", verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.4em;
	}

#worshipthestandards {
	background: #fff;
	position: relative;
	margin: 10px auto;
/* 	width: 772px; */
/* 	voice-family: "\"}\""; */
/* 	voice-family:inherit; */
	width: 770px;
}

html>#worshipthestandards {
	width: 770px; /* Opera-friendly */
}

#toolbar {
	text-align:right;
	padding-bottom: 3px;
	font-weight:bold;
}

#toolbar a {
	margin-left: 6px;
	border: 0;
}
#toolbar a:hover {
	color: #fff;
	background-color: #930;
}

#header {
	position:relative;
	padding:0;
	border: 1px solid #888;
	height: 77px;
	background: url(/assets/i/evolution.gif) bottom right no-repeat;
}

#header p {
	padding: 0px;
	margin: 0px;
	color: #888;
/* 	color: #7E907A; */
/* 	color: #8A9A5D; */
/* 	color: #003333; */
/* 	color: #2A3442; */
	position: absolute;
	text-align:right;
	font-weight: bold;
	font-style: italic;
	top: 1px;
	right: 5px;
}

a#logo {
	text-decoration:none;
	border: 0;
}

#nav-main ul {
	list-style:none;
	margin:0;
	padding:0;
	font-weight:bold;
	font-size: 100%;
	margin-left: 20px;
}

#nav-main ul li {
	float: left;
}

#nav-main ul li a {
	float: left;
	text-align:center;
	padding: 0 15px 0 15px;
	border: 0;
	border-top: 3px solid #fff;
}

#nav-main ul li a:hover {
	border-top: 3px solid #888;
}

#page {
	padding:0;margin:0;
	text-align:left;
	background: url(/assets/i/cols.gif) repeat-y;
	}

#singlepane {
	padding:0; margin:0;
	text-align:left;
}

#prevnext {
	text-align:right;
	font-size:90%;
}

#content {
	position:relative;
	background:transparent;
	float:left;
	padding: 10px 20px 0px 10px;
	border:0;
	width: 550px;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: 520px;
}

#sidebar {
	background: url(/assets/i/sidebar-cap.gif) top no-repeat;
	margin-top: 20px;
	padding: 8px;
	margin: 0 0 0 550px;
	height:100%;

}

#footer {
	border-top: 1px solid #888;
	border-left: 1px solid #888;
	padding: 5px;
	color: #aaa;
	font-style: italic;
}

div.entry {
	line-height:150%;
	font-size:11px;
	margin-bottom: 30px;
	padding-bottom: 20px;
	border-bottom: 1px solid #f1f1f1;
}

div.entry h2 a {
	color: #2A3442;
	text-decoration:none;
	border:0;
}
div.entry h3 {
	color: #454643;
}

.dateline {
	text-align:right;
	color: #aaa;
}

div.entrybody {
	clear:both;
}

div.entrydetails {
	background: url(/assets/i/partial-rule.gif) top left no-repeat;
	padding-top: 15px;
	padding-bottom: 5px;
}

div.comment {
	background-color: #E1E5DC;
	border: 1px dotted #888;
	padding: 10px;
	margin: 5px 0 10px 0;
}

/* --<< Sidebar >>-- */

#sidebar dl {
	margin:0;
/* 	margin-bottom: 20px; */
	padding:0;
}

#sidebar dl dt {
	font-weight: bold;
	font-size: 90%;

}

#sidebar dl dd {
	margin:0;
	padding:0;
	font-size: 90%;
	margin-bottom: 20px;
}

#sidebar dl dd ul {
	list-style:none;
	margin:0;
	padding:0;
}
#sidebar dl dd ul li {
	background: url(/assets/i/link-ext.gif) 0 4px no-repeat;
	padding-left: 12px;
	margin-bottom: 5px;
}
/* --<< Selectors >>-- */

#body-home #t-log, #body-archives #t-archives, #body-links #t-links {
	border-top: 3px solid #888;
}

#nav-context {
	margin:0; padding:0;
	list-style:none;
}
#nav-context li {
	display:inline;
	margin:0;
	padding: 0 7px 0 7px;
	border-right: 1px solid #222;
}

#nav-context li a {
	border:0;
}

#nav-context li.current a {
	color: #888;
}

#nav-context li.first {
	padding-left:0;
}

#nav-context li.last {
	border:0;
	padding-right:0;
}

#links-category {
	margin-top: 10px;
}

#links-category dt {
	color: #333;
	font-weight:bold;
	font-size: 110%;
}

#links-category dt a {
	color: #333;
	border:0;
}

#links-category dt a:hover {
	color: #930;
}

#links-category dd {
	margin:0; padding: 6px;
	margin-bottom: 25px;
	border: 1px solid #888;
	background: #eee;
}

a.octothorpe {
	color:#666;
	border:0;
	text-decoration:none;
}
a.octothorpe:hover {
	color:#fff;
	background:#333;
}

.book {
	padding:3px;
	width:150px;
	float:right;
	text-align:center;
}
.book img {
	margin:auto;
	border:0;
}
.book p {
	text-align:left;
}
.book a {
	font-size:9px;
	color:#999;
	border:none;
}

.calloutRight {
	width:100px;
	float:right;
	padding:5px;
	text-align:center;
}

.grayTable {
	border-top:1px solid #ccc;
	border-left: 1px solid #ccc;
}
.grayTable td {
	padding:3px;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
}
.grayTable caption {
	font-size: 10px;
	text-align:right;
	font-style:italic;
}