@import url(/core/css/reset.css);


body {
	color:Black;
	font-family:Arial,Helvetica,sans-serif;
	font-size:0.8em;
	line-height:1.5em;
}

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(/core/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;
}










h1 {
	color: #CC3C00;
	font-size: 1.6em;
	font-weight: normal;
	margin-bottom: 0.5em;
}

body.home h1 {
	margin: 0;
	position: relative;
	top: -30px;
	left: -45px;
}

h2 {
	font-size: 1.2em;
	font-weight: bold;
	margin: 1em 0 0.5em 0;
}

h3 {
	margin: 1em 0 0.5em 0;
	font-weight: bold;
	line-height: 1em;
}


p {
	margin-bottom: 1em;
}

div.footer {
	font-size: 0.9em;
	line-height: 1.2em;
	margin: 2em 0 0 0;
}

div.footer p {
	margin: 0;
}

p.copyright, p.copyright a {
	color: #AAA;
}

p.links {
	margin-top: 80px;
}

a {
	color: #066;
}

a:hover {
	text-decoration: none;
}

img {
	border: none;
}

dl {
	margin: 1em 0 1em 0;
}

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

body.articles dl, body.articles dd {
	margin-left: 20px;
	margin-right: 20px;
}

body.articles dd  {
	font-style: italic;
}

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

ul.flat {
	list-style-type: none;
	margin-left: 0;
}

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;
}


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;
}



table {
	border-collapse:collapse;
	clear:both;
	margin:1em 0;
	width:auto;
}
td, th.label {
	border-bottom:1px solid #2C4F7E;
}
th.label {
	background-color:transparent;
	color:#2C4F7E;
	text-align:right;
}
td.noborder {
border:medium none;
}
th {
background-color:#2C4F7E;
color:White;
font-weight:bold;
}
th a {
color:White;
}
tr.disabled {
color:#AAAAAA;
}
td, th {
line-height:1.3em;
padding:5px 3px;
vertical-align:top;
}

table ul {
	margin-left: 1.2em
}


/**********************************************************
 * 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: #AAA;
	font-size: 0.9em;
}


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

.left {
	float: left;
	clear: left;
	margin: 5px 10px 10px 0;
	position: relative;
	left: -30px;
}

.right {
	float: right;
	clear: right;
	margin: 5px 0 10px 10px;
	position: relative;
	right: -30px;
}

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;
	margin: 0 0 15px 0;
	padding: 5px 10px;
	border-bottom: 2px solid #066;
	position: relative;
	float: right;
	clear: right;
}

div.boxout h2 {
	color: White;
	border: none;
	text-align: center;
	margin: 0 0 0.6em 0;
	padding: 3px 5px;
	width: 100%;
	font-size: 1.5em;
	background-color: #066;
	float: left;
	line-height: 1em;
}

div.boxout h2 a {
	float: right;
	margin: 0;
	line-height: 1em;
}

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;
}


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

.articlenav {
	padding: 10px;
	background-color: #5E9999;
	text-align: center;
	float: right;
	width: 565px;
	margin: 0 0 10px 0;
	font-size: 0.8em;
}

.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;
}