/* Hidden Elements */
area, /*base, */head, link, map, meta, noscript, param, script, style, title {
	display: none;
}

/* Root Elements */
html {
	display: block;
}
body {
	display: block;
	margin: 0;
	background: #866A4D url("/Media/Background.jpeg") repeat fixed 0% 0%;
	font: normal normal normal 12px "Georgia", "Times New Roman", serif;
	color: #000000;
}

/* Hypertext */
:link, :visited, :link:active, :visited:active {
	cursor: pointer;
	text-decoration: none;
	color: #0000FF;
}
:link:hover, :visited:hover {
	text-decoration: underline;
	color: inherit;
}

/* Page Divisions */
#WidthContainer {
	width: 960px;
	margin: 0 auto;
}

#Content {
	position: relative;
	float: right;
	width: 682px;
	margin: 12px 0;
	border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	padding: 12px;
	background-color: #FFFFFF;
	opacity: 0.75;
	filter: alpha(opacity=75);
}
#FlashNotice, .flash {
	clear: both;
	border: solid 2px #FF0000;
	padding: 2px;
	background-color: #FFFFFF;
}
#LimitInformation {
	font-size: .75em;
}
.Entry {
	clear: both;
}
.Entry .AuthorNote {
	margin: 1em 0;
	border: 2px solid maroon;
	padding: 0 1em;
	font-size: .83em;
	background-color: #FFFF80;
}
.Entry p {
	line-height: 1.5;
}
.MetaInformation {
	font-size: .75em;
}
.PullQuote {
	float: right;
	width: 200px;
	margin: .5em 0 .5em 1em;
	border-top: 3px solid #000000;
	border-bottom: 3px solid #000000;
	padding: .5em 0;
	text-align: center;
	font-weight: bold;
	font-size: 1.17em;
}
.EntryBody p {
	text-align: justify;
	text-indent: 3em;
}
.Quote {
	clear: both;
	padding-left: 3em;
	text-indent: -3em;
}
.Footnotes {
	font-size: .75em;
}
.CurrentAction {
	clear: both;
}
.CurrentAction img {
	float: right;
	clear: right;
	max-width: 100px !important;
	margin: 1em;
}
.ResponseBar {
	clear: both;
	text-align: right;
}
.Comments {
	display: none;
	clear: both;
}
.FinishedComments {
	clear: both;
}
.CommentForm {
	clear: both;
}
#NavigationBar {
	clear: both;
	text-align: right;
	font-weight: bold;
}
#Copyright {
	clear: both;
	text-align: center;
	font-size: .75em;
}
#Menu {
	float: left;
	width: 244px;
	font-size: .75em;
}
#Menu .MenuItem {
	width: 220px;
	margin: 12px 0;
	border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	padding: 12px;
	background-color: #FFFFFF;
	opacity: 0.7;
	filter: alpha(opacity=70);
}
#Menu .MenuItem:hover {
	opacity: 0.9;
	filter: alpha(opacity=90);
}
.ArchiveList > li {
	margin: 1em 0;
	font: normal small-caps bold 1.17em "Tahoma", sans-serif;
	letter-spacing: 0.1em;
}
#PersonalWebsites, .ArchiveList > li > ul {
	column-count: 2;
	-moz-column-count: 2;
	-webkit-column-count: 2;
	column-gap: 1em;
	-moz-column-gap: 1em;
	-webkit-column-gap: 1em;
}
.ArchiveList > li > ul{
	display: none;
	font: normal normal normal .86em "Georgia", "Times New Roman", serif;
	letter-spacing: normal;
}
#Search {
	position: absolute;
	right: 16px;
	top: 16px;
}
#Splashscreen {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#Splashscreen p {
	text-align: center;
	font-weight: bold;
	font-size: 2em;
}

/* Custom Styles */
.Note {
	clear: both;
	border: solid 2px #FF0000;
	padding: 2px;
	background-color: #FFFFFF;
}
.Invalid, .Invalid:focus {
	border: 2px solid #FF0000 !important;
	padding: 1px !important;
}
.SearchWord {
	background-color: #A0A040;
}
.JesusSpeaking {
	color: #FF0000;
}
.Tetragrammaton {
	font-variant: small-caps;
}
.Undisplayed {
	background-color: #FF0000;
}
.Unreviewed {
	background-color: orange;
}

/* Block-level Elements */
div {
	display: block;
}
h1 {
	display: block;
	margin: .67em 0;
	font: normal small-caps bold 2em "Tahoma", sans-serif;
	letter-spacing: 0.1em;
}
h2 {
	display: block;
	margin: .83em 0;
	font: normal small-caps bold 1.5em "Tahoma", sans-serif;
	letter-spacing: 0.1em;
}
h3 {
	display: block;
	margin: 1em 0;
	font: normal small-caps bold 1.17em "Tahoma", sans-serif;
	letter-spacing: 0.1em;
}
h4 {
	display: block;
	margin: 1.33em 0;
	font: normal small-caps bold 1em "Tahoma", sans-serif;
	letter-spacing: 0.1em;
}
h5 {
	display: block;
	margin: 1.67em 0;
	font: normal small-caps bold .83em "Tahoma", sans-serif;
	letter-spacing: 0.1em;
}
h6 {
	display: block;
	margin: 2.33em 0;
	font: normal small-caps bold .67em "Tahoma", sans-serif;
	letter-spacing: 0.1em;
}
p {
	display: block;
	margin: 1em 0;
}
blockquote {
	display: block;
	margin: 1em 3em;
	text-align: justify;
}
.EntryBody blockquote p {
	text-indent: 0;
}
li {
	display: list-item;
}
ol {
	display: block;
	margin: 1em 0;
	padding-left: 2em;
}
ol li {
	list-style-type: decimal;
}
ul {
	display: block;
	margin: 1em 0;
	padding-left: 2em;
}
ul li {
	list-style-type: square;
}
ul ul li {
	list-style-type: disc;
}
ul ul ul li {
	list-style-type: circle;
}
li ul, li ol {
	margin-top: 0;
	margin-bottom: 0;
}
dl {
	display: block;
	margin: 1em 0;
}
dt {
	display: block;
	margin: 0;
	font-weight: bold;
}
dd {
	display: block;
	margin: 3em;
}
br {
	display: block;
}
hr {
	display: block;
	margin: 1em 0;
	border: 1px solid #000000;
}

/* Table Elements */
table {
	display: table;
	border-collapse: collapse;
	border-spacing: 0;
}
caption {
	display: table-caption;
	text-align: center;
}
colgroup {
	display: table-column-group;
}
col {
	display: table-column;
}
thead {
	display: table-header-group;
}
tbody {
	display: table-row-group;
}
tfoot {
	display: table-footer-group;
}
tr {
	display: table-row;
}
td {
	display: table-cell;
	vertical-align: top;
	padding: 2px;
}
th {
	display: table-cell;
	vertical-align: top;
	padding: 2px;
	text-align: inherit;
	font-weight: bold;
}

/* Style Elements */
abbr, acronym {
	border-bottom: 1px dotted #000000;
}
b, dfn, strong {
	font-style: inherit;
	font-weight: bolder;
}
i, cite, em, var {
	font-style: italic;
}
ins {
	text-decoration: underline;
}
del {
	text-decoration: line-through;
}
tt, code, kbd, samp {
	font-family: monospace;
}
sup {
	vertical-align: top;
	font-size: .75em;
	line-height: normal;
}
sub {
	vertical-align: sub;
	font-size: .75em;
	line-height: normal;
}
big {
	font-size: 1.33em;
}
small {
	font-size: .75em;
}
.Left {
	text-align: left;
}
pre {
	display: block;
	white-space: pre;
	margin: 1em 0;
	font: 9pt "Courier New", monospace;
}
address {
	display: block;
	font-style: italic;
}
span {
	display: inline;
}

/* Form Elements */
form {
	display: block;
	margin: 1em 0;
}
fieldset {
	margin: 1em 0;
	border: 2px solid #000000;
	padding: 4px;
}
legend {
	padding: 0 5px;
	font-weight: bold;
}
input, select, option, textarea, optgroup, button {
	max-width: 500px;
	padding: 1px;
	font: 13px "Tahoma", "Arial", "Helvetica", sans-serif;
}
input.Short, select.Short, textarea.Short, button.Short {
	max-width: 200px;
}
optgroup {
	font-weight: bold;
}
optgroup option {
	padding-left: 3em;
}
button img {
	vertical-align: text-top;
}

/* Image Controls */
#Content img {
	max-width: 680px;
}
img {
	border: none;
}
.ImageLeft {
	float: left;
	clear: left;
	margin: 0 1em 1em 1em;
}
.ImageCentre {
	clear: both;
	margin-top: 1em;
	margin-bottom: 1em;
	text-align: center;
}
.ImageRight {
	float: right;
	clear: right;
	margin: 0 1em 1em 1em;
}
.ImageNone {
	margin: 1em;
}
.ImageCaption {
	display: block;
	margin-bottom: .5em;
	text-align: center;
	font-size: .75em;
}
#MugShot {
	float: right;
	clear: right;
	margin: 0 1em 1em 1em;
}

/* Internet Explorer errors */
legend {
	color: #000000;
}
img {
	margin: 0;
}

/* Print rules */
@media print {
	
	body {
		background: #FFFFFF none repeat fixed 0% 0%;
	}
	
	:link, :visited {
		text-decoration: underline;
	}
	
	#WidthContainer {
		width: auto;
		margin: 0;
	}
	#Content {
		float: none;
		width: auto;
		padding: 1em;
		background: transparent;
	}
	.ResponseBar, .CommentForm, #NavigationBar, #Menu, #Search {
		display: none;
	}
	.Comments {
		display: block;
	}
	
}

/* Mobile rules */
@media only screen and (max-device-width: 480px) {

	body {
		background: #866A4D none repeat fixed 0% 0%;
	}

	/* Page Divisions */
	#WidthContainer {
		width: auto;
		margin: 0;
	}

	#Content {
		float: none;
		width: auto;
		margin: 12px;
	}
	#Menu {
		float: none;
		width: auto;
	}
	#Menu .MenuItem {
		width: auto;
		margin: 12px;
	}
	#Search {
		position: static;
	}
	.CurrentAction {
		display: none;
	}
	.PullQuote {
		width: 150px;
	}

	/* Image Controls */
	.ImageLeft, .ImageCentre, .ImageRight {
		float: none;
		clear: both;
		text-align: center;
	}
	#Content img {
		max-width: 300px;
	}

	.NotMobileContent {
		display: none;
	}
	
}

