body {
	font-size: small;
	color: #2C3517;
}


body, input, select, textarea, button {
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
}

/**********************************************************
 * General Styles                                         *
 **********************************************************/

p, li, cite {
	margin-bottom: 1em;
}

p, dt, dd, li, cite, em, strong, i, b, s, a, span {
	line-height: 1.6em;
}

#page {
	font-size: 0.9em;
}



blockquote {
	background-image: url(/graphics/blockquote_background.png);
	background-position: 10px 0;
	background-repeat: no-repeat;
	padding: 0 60px;
	margin: 2em 0;
	font-style: italic;
	font-size: 0.9em;
}

blockquote em {
	font-style: normal;
}

cite {
	font-size: 0.9em;
	font-style: italic;
	text-align: right;
	display: block;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

hr {
	background-color: White;
	color: White;
	border: none;
	border-top: 1px dotted Gray;
	height: 1px;
	width: 100%;
	margin: 0.5em 0 1em 0;
	padding: 0;
	float: left;
	clear: both;
}


.center {
	text-align: center;
}


.hidden {
	position: absolute;
	top: -5000px;
	left: 0;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.IE6only.hidden {
	display: none;
}

img {
	border: none;
}



#footer {
	text-align: center;
	font-size: 0.8em;
	font-weight: bold;
}


/**********************************************************
 * Forms                                                  *
 **********************************************************/

input {
	border: 1px solid #778B3B;
	font-size: 12px;
	padding: 3px;
	vertical-align: top;
}

input.blur {
	color: #CCC;
}

button {
	border: none;
	background-color: #778B3B;
	color: white;
	font-size: 12px;
	padding: 3px;
	cursor: pointer;
}

label {
	font-weight: bold;
}

div.boxout input,div.boxout button{
	font-size: 10px;
	padding: 2px;
}




/**********************************************************
 * Links                                                  *
 **********************************************************/

a {
	color: #017FC6;
}

a:hover {
	text-decoration: none;
}

a:visited {
	color: #05A;
}

a.biblical {
	background-image: url(/graphics/cross_sm.gif);
	background-position: 0 50%;
	background-repeat: no-repeat;
	padding-left: 10px;
}

/**********************************************************
 * Lists                                                  *
 **********************************************************/
dl {
	margin: -1em 0 1em 0;
}

dt {
	margin-top: 1em;
	font-weight: bold;
}

ul {
	list-style-type: square;
	display: block;
	list-style-position: outside;
	margin-left: 3em;
	margin-bottom: 1em;
}

ol {
	list-style-type: decimal;
	display: block;
	list-style-position: outside;
	margin-left: 3em;
	margin-bottom: 1em;
}

li {
	display: list-item;
	margin-bottom: 0.5em;
}

dl.inline dt {
	clear: left;
	padding-top: 1em;
}

dl.inline dd {
	float: left;
	width: 3em;
}

dl.inline dd.block {
	float: none;
	width: auto;
}

dl.details {
	position: relative;
	margin-top: 0;
}

dl.details dt {
	width: 6em;
	position: absolute;
	left: 0;
	margin: 0;
	padding-top: 0em;
}

dl.details dd {
	margin: 0 165px 0 7em; /* If left margin changed, also change dt margin in ie6 css */
	padding-top: 0em;
	line-height: 1.5em;
}


/**********************************************************
 * Headings                                               *
 **********************************************************/

h1, h2 {
	clear: left;
}

h1, h2, h3 {
	font-family: Georgia, "Times New Roman", serif;
	font-weight: normal;
}

h1 {
	color: #5C6B2E;
	font-size: 2.4em;
	text-align: center;
	letter-spacing: -0.05em;
	margin: 1em 0 0.3em 0;
	line-height: 1em;
}

h2 {
	color: #778B3B;
	font-size: 1.8em;
	font-style: italic;
	border-top: 1px dotted #778B3B;
	margin: 1em 0 0.3em 0;
	padding: 0.3em 0 0 0;
}

div.headline h2 a {
	color: #778B3B;
	text-decoration: none;
}

h3 {
	font-weight: bold;
	margin: 2em 0 1em 0;
}

h3, 
dl.inline dt {
	font-size: 1.2em;
	font-style: italic;
}

h4 {
	font-size: 1.1em;
	font-weight: bold;
	margin: 1.5em 0 1em 0;
}


/**********************************************************
 * Tables                                                 *
 **********************************************************/
 
table {
	font-size: 0.8em;
	border-collapse: collapse;
	border-bottom: 2px solid #2C3517;
}

tr.disabled {
	color: Gray;
}

td {
	border-top: 1px dotted #778B3B;
	border-bottom: 1px dotted #778B3B;
	padding: 3px;
}

th {
	text-align: left;
	border-top: 2px solid #2C3517;
	border-bottom: 2px solid #2C3517;
	padding: 3px;
}





/**********************************************************
 * Article Navigation                                     *
 **********************************************************/

.articlenav {
	padding: 10px;
	background-color: #778B3B;
	text-align: center;
	float: right;
	width: 665px;
	margin: 3px 0 10px 0;
}

.articlenav p.rss {
	float: right;
}

.articlenav p.ordering {
	font-size: 0.8em;
	font-style: italic;
	text-align: center;
	color: White;
}
.articlenav h2 {
	color: White;
	display: inline;
	font-size: 1.2em;
	border: none;
}

.articlenav ul {
	list-style-type: none;
	padding: 0;
	display: inline;
}

.articlenav li {
	display: inline;
	margin-left: 2em;
	text-align: center;
}

.articlenav a {
	color: White;
}

.articlenav ul.navi {
	padding: 0;
	margin: 0;
}

.articlenav ul.navi li.prev {
	float: left;
	width: 20%;
	margin: 0;
}

.articlenav ul.navi li.next {
	float: right;
	width: 20%;
	margin: 0;
}

.articlenav ul.navi li.cat {
	margin: 1em auto 0 auto;
	width: 50%;
}

.articlenav ul.navi li.cont {
	margin: 0px auto;
	width: 50%;
}

.articlenav ul.navi li {
	display: block;
	list-style-type: none;
	margin: 0 1em;
}


/**********************************************************
 * Article List                                           *
 **********************************************************/

ul.articlelist {
	list-style-type: none;
	margin-left: 0;
}
.articlelist li {
	margin-bottom: 1em;
}

.articlelist p {
	margin-bottom: 0;
}

.articlelist p.title a{
}

.articlelist p.abstract {
	font-size: 0.9em;
}

.articlelist p.info {
	color: #B3CC66;
	font-size: 0.9em;
}



/**********************************************************
 * Articles                                               *
 **********************************************************/

div.article {
	clear:both;
	padding: 1em 0;
}





/**********************************************************
 * Side Boxes & Boxouts                                   *
 **********************************************************/

.left {
	float: left;
	clear: left;
	margin: 5px 10px 10px 0;
}

.right {
	float: right;
	clear: right;
	margin: 5px 0 10px 10px;
}

img.left {
	margin-right: 1em;
	clear: none;
}

img.right {
	margin-left: 1em;
}

div.sidebar {
	float: right;
	margin: 5px 0 10px 10px;
	padding-left: 15px;
	background-color: White;
	position: relative;
}

div.left {
	padding-right: 15px;
	background-color: White;
}


div.boxout {
	width: 180px;
	font-size: 0.8em;
	line-height: 1.3em;
	background-image: url(/graphics/bg_boxout.gif);
	background-position: top center;
	background-repeat: no-repeat;
	background-color: White;
	margin: 0 0 15px 0;
	padding: 5px 10px;
	border-bottom: 1px solid #5C6B2E;
	position: relative;
	float: right;
	clear: right;
}

div.boxout h2 {
	color: White;
	border: none;
	text-align: center;
	margin: 0 0 0.6em 0;
	padding: 5px 0 0 0;
	font-size: 1.4em;
	background-color: #778B3B;
	background-image: url(/graphics/bg_boxout.gif);
	background-position: -10px -5px;
	background-repeat: no-repeat;
}

div.boxout h2 a {
	position: absolute;
	top: 3px;
	right: 3px;
}

div.boxout ol, div.boxout ul {
	margin: 0;
	padding: 0;
}

div.boxout ol li, div.boxout ul li {
	margin: 0 0 0 20px;
	padding: 0;
}

#page div.boxout ol.articlelist li {
	margin-bottom: 0.3em;
}

div.boxout span.category {
	display: block;
	color: #AAA;
}

div.boxout p.info {
	display: none;
}


div.boxout p.donate {
	text-align: center;
}

div.boxout input {
	width: 4em;
}

div.boxout button {
	margin-top: 4px;
}

div.boxout select {
	width: 100%;
	font-size: 0.9em;
}

div.boxout label {
	font-weight: bold;
}

div.boxout ul.bible_references {
	max-height: 200px;
	overflow: auto;
}

div.boxout blockquote {
	background: none;
	padding: 0;
	margin: 0 0 1em 0;
	font-style: normal;
	font-size: 1em;
	border: none;
}



/**********************************************************
 * News Archive                                           *
 **********************************************************/

div.archive {
	float: left;
	width: 100%;
	margin: 0 0 1em 0;
}

div.archive h3 {
	clear: both;
	margin: 0;
	padding: 1.25em 0 0 0;
}

div.archive ul.months {
	margin: 0;
	padding: 0;
	width: 145px;
}

div.archive ul.months li {
	list-style-type: none;
	display: block;
	float: left;
	width: 30px;
	height: 1.2em;
	margin-right: 5px;
	margin-left: 0;
	color: Gray;
}

p.added {
	font-size: 0.9em;
	color: #AAA;
	font-style: italic;
	margin-top: -1em;
}

div.boxout span.added {
	color: #AAA;
}

div.boxout ul.headlines li {
	margin-bottom: 0.3em;
}




/**********************************************************
 * Selectors                                              *
 **********************************************************/

ul.selector {
	list-style-type: none;
	margin: 0 0 1em 0;
	text-align: center;
}

ul.selector li {
	display: inline;
}

ul.selector a {
	display: inline;
	position: relative;
	margin: 0 5px 0 0;
	padding: 0 5px;
	border: 1px solid #778B3B;
	background-color: #778B3B;
	color: White;
	text-decoration: none;
	outline: none;
}

ul.selector a:hover,
ul.selector li.current a:hover {
	background-color: #9C0;
	color: White;
}

ul.selector li.current a {
	color: #778B3B;
	background-color: White;
}

ul.selector li.prev a,
ul.selector li.next a {
	color: #778B3B;
	background-color: transparent;
	border: none;
}

ul.selector li.prev a:hover,
ul.selector li.next a:hover {
	text-decoration: underline;
}

ul.selector li.disabled a {
	color: #AAA;
	cursor: default;
}

ul.selector li.disabled a:hover {
	text-decoration: none;
}





/**********************************************************
 * Search                                                 *
 **********************************************************/



.search-form input {
	width: 250px;
}

p.provided-by {
	font-size: 0.8em;
	text-align: right;
	font-style: italic;
}

ol.search-results {
	list-style-type: none;
	margin-left: 0;
}

ol.search-results li h3{
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-style: normal;
	font-size: 1em;
}

ol.search-results li p {
	margin-bottom: 0;
	font-size: 0.9em;
}

ol.search-results li h3 {
	font-weight: normal;
	color: Gray;
}

ol.search-results li h3 a {
	font-size: 1.1em;
}

ol.search-results li p.url{
	color: #A6C462;
	font-size: 0.8em;
}