/* Comments */
#comments {
	/* The main comments holder div */
	clear: both;
	text-align: left;
	margin: 0 2%;
	font-size: 0.75em;
	overflow: hidden;
}
#comments hr {
	border: none;
	border-top: 1px dotted #191919;
	margin-bottom: 25px;
}
#comments blockquote {
	margin: 0 20px 5px 25px;
	padding-left: 5px;
	background: #0C0003;
	border-left: 3px solid #121212;
}
#comments blockquote p {
	line-height: 1.5em;
	margin-bottom: 0.5em;
	color: #393939;
}

#addcomment	{
	/* The add_comment form holder div */
	float: right;
	width: 320px;
	padding: 0 2%;
}
#commentPreview {
	overflow: hidden;
	height: 0px;
}
#previewBox { padding: 5px; }
#commentPreview #previewBox p,
#commentPreview #previewBox li { color: #999; }
#commentPreview #previewBox blockquote,
#commentPreview #previewBox blockquote p,
#commentPreview #previewBox blockquote li { color: #666; font-style: normal; }

.error {
	clear: both;
	margin: 15px 0 -15px;
	border: 1px dotted #000;
	background: #930;
	text-align: center;
}
#add_comment .error p {
	color: #CCC;
	font-size: 0.95em;
	line-height: 1.4em;
	padding: 0 3px;
	margin-bottom: 0.35em;
}
#add_comment {
	line-height: 2.5;
	padding-bottom: 7%;
}
#add_comment input, 
#add_comment textarea {
	width: 100%;
	margin: 0;
	padding: 1px 0;
	color: #797979;
	border: 1px solid #000;
	border-bottom-color: #222;
	border-right-color: #222;
	font-size: 1em;
	background-color: #190000;
}
#add_comment label, #addcomment .label {
	color: #474747;
	background-color: transparent;
	letter-spacing: 0.3em;
	font-size: 0.9em;
}
#add_comment textarea {
	width: 320px;
	font-size: 12px;
	line-height: normal;
}

#info_inputs div {
	text-align: left;
	width: 100px; /* Damn you IE */
	padding: 0 0 10px;
	margin: 0 5px 0 0;
	float: left;
}
html>body #info_inputs div	{ /* IE be damned */
	width: 103px;
}
#info_inputs #homepage_input {
	float: right;
	margin: 0;
}
#captcha_input {
	clear: both;
	padding-bottom: 15px;
}
#captcha_input label {
	color: #666;
	letter-spacing: normal;
	font-size: 0.95em;
}
#add_comment #submit {
	clear: both;
	width: 160px;
	color: #555;
	background: #230000;
	border-left-color: #454545;
	border-top-color: #454545;
	padding: 2px 0;
}
#addcomment ul {
	list-style-type: none;
	margin: 0 0 1em 1em; padding: 0;
}
#addcomment p, #addcomment li {
	color: #474747;
	font-size: 11px;
	line-height: 1.5em;
	margin: 0; padding: 0;
	margin-bottom: 0.5em;
}
#addcomment blockquote {
	border: none;
	font-style: italic;
	margin-left: 15px;
}

#oldStuff {
	padding: 0 2%;
/*	margin-right: 345px;*/
}
#newStuff {
	padding: 0 2%;
/*	margin-right: 345px;*/
}
#newStuff .comment {
	opacity: 0;
	filter: alpha(opacity=0);
}
.comment {
	/* Each individual comment */
	margin: 2% 345px 2% 0;
	padding: 0 2% 2% 0;
	border-bottom: 1px dotted #131313;
	color: #490A12;
}
.comment p.meta {
	color: #490A12;
}
.comment p {
	color: #545454;
	line-height: 1.4em;
	margin-bottom: 1.4em;
}
#comments img {
	float: right;
	margin-left: 2%;
	margin-bottom: 1%;
/*	border-width: thin;*/
/*	border-style: solid;*/
/*	border-color: #111;*/
}
.anonymous {
	color: #430000;
	font-style: italic;
	background-color: transparent;
}
#comments .commentreply img {
	float: none;
	vertical-align: middle;
}
#comments a.permalink {
	color: #343434;
	background-color: transparent;
	font-size: 0.75em;
}
#comments a:hover.permalink	{
	color: #454545;
	background-color: transparent;
}
#status	{
	display: none;
	float: left;
	width: 100%;
	color: #6C3;
	background: transparent;
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
}
#status ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#status li {
	margin: 0;
	padding: 1px;
	float: left;
	display: block;
}
