/* Updated 2008.02.12 */
body { margin: 0em 0em 0em 0em; }

/* Sets link styling */
/* Sets general link styling */
/* Sets the mouseover effect for the links  */
A:hover
{
	color: #cc3333;
	text-decoration: underline;
}

h1 A:hover
{
	color: inherit;
	text-decoration: none;
}

a:visited { color: red; }

/* Start Styling for page parts */
/* skip links for accessibility for all pages except main index */
#skiplinks { display: none; }

/* start lifeissues logo for all pages except main index */
/* Sets the position of the logo  */
#toplogo
{
	margin-left: 14px;
	margin-top: 14px;
}

/* Sets the styling of the word life in the logo  */
.logo1
{
	background-color: #339;
	color: #fff;
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 28px;
	font-weight: normal;
}

/* Sets the styling of the issues.net in the logo  */
.logo2
{
	background-color: transparent;
	color: #339;
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 28px;
	font-weight: normal;
}

/* Sets the styling of clear thinking text in the logo  */
.logo3
{
	background-color: transparent;
	color: #339;
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 14px;
	font-style: normal;
	left: 8px;
	position: relative;
	top: -2px;
}

/* end lifeissues logo */
/* sets the margins for the navigation bar and article text and copyright notice */
#page
{
	margin-left: 10%;
	margin-right: 10%;
}

/* navigation bar  for all pages except main index*/
.navtrail
{
	background-color: #eeeeee;
	border-color: #9999ff;
	border-style: outset;
	border-width: 13px;
	color: #000000;
	font-family: arial, helvetica, sans-serif;
	font-size: 90%;
	margin-left: 10%;
	margin-right: 10%;
	margin-bottom: 1.6em;
	margin-top: 22px;
	padding: 5px;
}

/* end navigation bar*/
/* Previous publication information styling */
#prevpub { display: none; }

/* Main header of page or article */
h1
{
	background-color: #ffffff;
	color: #990033;
	font-size: 21px;
	font-family: Georgia, Times, "Times New Roman", serif;
	font-weight: bold;
	margin: 1em 0em 1em 0em;
}

/* sets style for breaking news link */
div.breakingnews
{
	font-size: .8em;
	text-align: right;
	font-weight: bold;
}

/* Sets size and color for all the headers EXCEPT number one*/
h2
{
	color: #990033;
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 18px;
	font-weight: bold;
}

h3
{
	color: #990033;
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 16px;
	font-weight: bold;
}

h4
{
	color: #990033;
	font-family: verdana, arial, geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

h5
{
	color: #990033;
	font-family: verdana, arial, geneva, sans-serif;
	font-weight: bold;
}

h6
{
	color: #990033;
	font-family: verdana, arial, geneva, sans-serif;
	font-weight: bold;
}

hr { margin: 2em; }

/* Sub title styling */
.subtitle
{
	font-size: smaller;
	font-style: italic;
	font-weight: normal;
	display: block;
}

/* Printer icon label*/
.printer
{
	font-size: 80%;
	margin-bottom: 20px;
	text-align: right;
}

/* Information below author's name */
#authorid
{
	font-size: 95%;
	font-family: Georgia, Times, "Times New Roman", serif;
	font-weight: bold;
	padding-bottom: 2em;
	text-align: right;
}

/* Sets styling for that yellow box that has the GOL quotes on the subsection pages*/
.secdef
{
	background-color: #ffff99;
	border-color: #9999ff;
	border-style: ridge;
	border-width: 9px;
	color: #000000;
	font-family: arial, helvetica, sans-serif;
	font-size: 90%;
	margin-left: 0%;
	margin-right: 0%;
	margin-bottom: 2em;
	padding: 5px;
	text-indent: 0px;
}

/* Next Page and To the top styling*/
p.nextpage
{
	font-weight: bold;
	text-align: right;
	margin: 25px 0px 0px 0px;
	line-height: 1.6em;
}

/* Article text stuff begins*/
/* Start first paragraph styling*/
/* Turns the first line into all caps*/

/*
p.initial:first-line { text-transform: uppercase; }
*/

/* Sets the first paragraph's first letter styling */
p.initial:first-letter
{
	font-family: Georgia, Times, "Times New Roman", serif;
	color: #990033;
	float: left;
	font-size: 4em;
	padding: 0 5px 4px 0;
}

/* Sets the indent to zero on the first paragaph*/
p.initial { text-indent: 0; }

/* End first paragraph styling*/
/* Sets the styling on regular paragraph text, including space between paragraphs*/
p
{
	color: #000000;
	font-family: verdana, arial, geneva, sans-serif;
	font-size: 12px;
	margin-bottom: 0em;
	margin-top: .2em;
	text-align: justify;
	text-indent: 1.2em;
}

/* Sets styling for the reference numbers in articles*/
.refnum
{
	font-size: 80%;
	line-height: 1em;
	vertical-align: super;
	margin-left: 2px;
	margin-right: 5px;
}

/* Sets styling for the footnotes at the end of articles*/
p.footnote
{
	font-family: verdana, arial, geneva, sans-serif;
	font-style: italic;
	text-align: left;
	padding: 1em 0px .5em 2em;
	text-indent: 0px;
}

p.footnote em { text-decoration: underline; }

p.footnote a
{
	font-weight: bold;
	color: #933;
}

/* Start styling for blurbs in the news or on the index pages of the subsections */
/* Sets the space between blurbs and the indent of the first line*/
p.blurb
{
	margin-top: 12px;
	text-indent: 0px;
}

/* Sets styling for the little titles like article or website or news item */
.blurbtype
{
	color: #333366;
	font-weight: bold;
	font-size: 9px;
	text-transform: uppercase;
}

/* Sets styling for the for the titles of the news items and the articles listed on the subsection index pages*/
.blurbhead { font-weight: bold; }

/* End styling for blurbs in the news or on the index pages of the subsections */
/* Sets styling for the for the various types of lists used throughout the site*/
ul
{
	color: #333366;
	font-family: verdana, arial, geneva, sans-serif;
	font-size: 12px;
	list-style: disc;
	text-align: justify;
}

ol
{
	color: #333366;
	font-family: verdana, arial, geneva, sans-serif;
	font-size: 12px;
	text-align: justify;
}

DL DT
{
	font-family: verdana, arial, geneva, sans-serif;
	font-weight: bold;
	font-size: 12px;
	margin: 1em;
}

DD
{
	font-family: verdana, arial, geneva, sans-serif;
	font-weight: normal;
	font-size: 12px;
}

li { margin-bottom: 1em; }

CITE UL OL LI
{
	font-family: verdana, arial, geneva, sans-serif;
	font-weight: bold;
	font-size: 12px;
}

LI P
{
	text-indent: 0px;
}

/* Sets blockquote styling*/
blockquote, blockquote p
{
	color: #009;
	font-family: arial, helvetica, sans-serif;
	font-weight: normal;
	text-align: justify;
	font-style: italic;
}

blockquote p
{
	text-indent: 0px;
	padding: 1em 0 0em 0;
}

q
{
	font-style: italic;
	color: #005;
}

/* End Blockquote*/
/* Start News Briefs*/

.newsitem
{
	background-color: #eeffff;
	padding: 20px;
	margin-bottom: 0px;
	margin-top: 50px;
}

.newsitem p
{
	text-indent: 0px;
	margin-top: .5em;
}

/* End News Briefs*/
/* Odd and ends*/
/* Sets in-line work title styling*/
.worktitle { font-style: italic; }

/* Sets em styling*/
em { font-style: italic; }

/* Sets strong styling*/
strong { font-weight: bold; }

cite
{
	font-style: italic;
	font-weight: normal;
}

p.footnote span.booktitle, p.footnote cite
{
	font-style: italic;
	font-weight: normal;
	color: #000;
	background-color: #cfc;
	font-family: georgia, serif;
}

/* Sets subsection index article title styling*/
.articletitle { font-weight: bold; }

/* Sets  in-line site title styling*/
.site { font-weight: bold; }

/* Sets foreign words styling*/
.foreign { font-style: italic; }

/* Sets note styling*/
.note
{
	margin: 2em;
	text-indent: 0px;
}

/* Sets omi styling*/
span.omititle { font-size: 75%; }

/* Sets whole paragraph in italics for an article that had myths and facts styling*/
p.myth { font-style: italic; }

/* Sets next page arrow styling*/
.nextarrow
{
	background-color: white;
	color: #990000;
	font-size: 160%;
	font-weight: bold;
}

/* Sets general Q and A styling*/
.qanda
{
	color: #990033;
	font-family: verdana, arial, geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-indent: 0px;
	margin-top: 1.4em;
}

/* Sets stringer styling whatever the heck that is*/
.stringer
{
	font-weight: bold;
	padding-bottom: 4px;
	padding-right: 2em;
	padding-top: 4px;
}

/* Sets styling of categories link group near the top of the search and links pages*/
.listnav
{
	display: block;
	font-weight: bold;
	margin-bottom: 25px;
	text-align: center;
}

.section_number
{
	font-weight: bold;
	margin-right: 1.0em;
	font-size: .9em;
}

div.pullquote
{
	width: 200px;
	height: auto;
	float: left;
	clear: none;
	border-color: #009;
	border-width: 5px 0px 5px 0px;
	border-style: double;
	margin: 10px 20px 10px 0px;
	padding: 8px 8px 8px 0px;
	font-size: 12px;
	font-weight: bold;
}
.pullquote p {text-indent: 0; text-align: left;}

.secnum
{
	font-size: x-small;
	font-weight: bold;
	color: #903;
	background-color: white;
}

#copyright p { text-align: right; }

.poem
{
	font-family: verdana, arial, geneva, sans-serif;
	font-size: 14px;
	margin-bottom: 0em;
	margin-top: .2em;
	text-align: justify;
	line-height: 1.8em;
	text-transform: inherit;
}

cite.scripture
{
	color: #C03;
	font-family: Georgia, Times, "Times New Roman", serif;
}

.center
{
	text-align: center;
	margin: 1em auto 1em auto;
}