/* base
----------------------------------------------- */

body {
margin: 0;
padding: 0;
font-family: "Helvetica Neue LT Std", "Helvetica Neue", Helvetica, sans-serif;
color: #333;
background-color: #fff;
font-size: 150%;
}

html>body {
	font-size: 24px;
}

blockquote, p, li {
padding-right: 10px;
padding-left: 10px;
line-height: 1.5em;
}
blockquote {
display: block;
margin: 0 2em 0 .5em;
border-left: 2px solid #cdcdcd;
color: #999;
}
blockquote p {
text-align: justify;
}
blockquote cite {
display: block;
text-align: right;
margin-top: 0;
}
h3+p {
	margin-top: 0;
}
h3 {
padding: 2em 10px 0;
margin: 0;
line-height: 1.5em;
}

blockquote {
margin-right: 0;
margin-left: 20px;
}

h1, h2, h3 {
font-weight: normal;
color: #999;
}


h2 {
font-size: 1em;
font-style: italic;
}

small, .small {
font-size: 0.75em;
	color: #ccc;
}
.author {
	font-size: .75em;
	color: #ccc;
}

acronym {
text-transform: lowercase;
font-variant: small-caps;
padding-bottom: 0;
font-size: 1.1em;
border-bottom: 1px dotted #cdcdcd;
cursor: help;
}

/* links
----------------------------------------------- */

a:link, a:visited {
text-decoration: none;
color: #6ab5da;
background-color: inherit;
padding: 2px 0;
}
a:hover {
	background-color: #fefdbb;
	color: #6ab5da;
padding: 2px 0;
text-decoration: none;
}
a:visited:after {
	content: " \2713";
}
#head a:visited:after {
	content: "";
}
h3 a {
font-size: 1.5em;
}

/* overrides
----------------------------------------------- */

#search-bar {
font-size: 0.5em;
line-height: 1.5em;
}

#content hr {
margin: 2em 0;
width: 66%;
color: #ccc;
background-color: inherit;
}



img.divider {
margin: 2em 0;
text-align: center;
}

/* global layout
----------------------------------------------- */

#accessibility {
position: absolute;
top: -10000px;
}

#container {
margin: 10px;

}

#head {
margin-bottom: 20px;
}

#head h1 {
	margin: 50px 0 10px;
}

#head h1 a#site-title {
	text-indent: -9999px;
	height: 72px;
	width: 566px;
	display: block;
	background: transparent url(http://blog.mormonanswers.com/images/3.png) top left no-repeat;
	float: right;
}

#search-bar {
margin:0;
display: block;
width: 100%;
background-color: #6ab5da;
}
#search-bar fieldset {
margin: 0 auto;
border: 0;
text-align: center;
}
#search-bar input {
	display: inline;
}
#search-bar label {
	display: inline;
	color: #fff;
	font-weight: bold;
}

#content {
margin: 0 50px 0 0;
padding-top: 30px;
clear: both;
}

#foot {
margin-top: 5px;
clear: both;
text-align: center;
}

p.author {
	margin: -20px 0 20px;
}

/* comments
----------------------------------------------- */

.comments_error {
color: #000;
background-color: #fff4f4 
}

ul.comments_error {
padding : 0.3em;
list-style-type: circle;
list-style-position: inside;
border: 2px solid #fdd;
}

div#cpreview {
color: #000;
background-color: #f1f1f1;
border: 2px solid #ddd;
}

form#txpCommentInputForm td {
vertical-align: top;
}


#txpCommentInputForm div.comments-wrapper dl dd input{
	font-size: 16px;
	width: 25em;
	padding: 5px;
}

#txpCommentInputForm div.comments-wrapper dl dt {
	clear: left;
	width: 120px;
	text-align: right;
	float: left;
}

a#txpCommentHelpLink {
	font-size: 14px;
}

#txpCommentInputForm div.comments-wrapper dl dd {
	float: left;
	display: block;
	margin: 0 0 15px 10px;
}

input + label {
	font-size: 16px;
	color: silver;
	margin: 0;
	padding: 0;
}

div#article-nav {
	clear: left;
}

input#remember.checkbox {
	width: 17px !important;
	margin: 0 0 0 5px;
}

textarea#message.txpCommentInputMessage {
	width: 25em;
	font-size: 16px;
	padding-top: 10px;
	padding-bottom: 10px;
	height: 160px;
	line-height: 24px;
	text-align: left;
}

#txpCommentInputForm div.comments-wrapper dl dt span {
	font-size: 12px
}

#txpCommentInputForm div.comments-wrapper input.button {
	clear:  left;
	display:block;
	font-size: 16px;
	font-weight: bold;
	margin-left: 25em;
	width: 130px;
}

#content ol.comments {
	list-style-type: lower-greek;
	list-style-position: outside;
}

#content ol.comments li p.small {
	text-align: right;
	font-weight: bold;
}

#content ol.comments li {
	color: gray;
	border: 1px solid transparent;
}
#content ol.comments li:hover {
	color: black;
	border: 1px solid #6ab5da;
}

#content ol.comments li p {
	font-size: 16px;
}

p.footnote {
font-size: 15px;
color: #999;margin-bottom: 16px;
}