body {
	margin-left: 0;
	background: white url(/images/pentagram.png) no-repeat fixed center center;
}

a#logo img {
	border-style: none;
}

#main {
	margin-left: 200px;
	margin-right: 100px;
}

#main h1, #main h2 {
	text-align: center;
	font-variant: small-caps;
}

#main h2 {
	font-variant: normal;
	font-weight: normal;
	font-style: normal;
	font-size: 150%;
}

#main h1 {
	font-size: 250%;
	border-bottom-style: solid;
	border-top-style: solid;
	border-bottom-color: gray;
	border-top-color: gray;
}

#leftbar {
	position: fixed;
}

#topmenu {
	margin: 10px 0 0;
	padding: 0;
	font-variant: small-caps;
	border-top: thin solid gray;
}

#topmenu li {
	list-style-type: none;
	margin: 0;
	text-align: right;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	border-bottom: thin solid gray;
	background: url(/images/small_pentagram.png) no-repeat 5px center;
}

#topmenu li a {
	display: block;
	background-color: white;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: -5px;
	margin-top: -5px;
	text-decoration: none;
	padding-right: 5px;
	margin-right: -5px;
	background-image: none;
}

#topmenu li a:hover {
	color: maroon;
	background: url(/images/small_pentagram.png) no-repeat 5px center;
	text-decoration: underline;
}

a.more {
	font-size: 125%;
	display: block;
	margin-top: 5px;
	text-align: right;
	font-style: italic;
	text-decoration: none;
	border-bottom: thin solid gray;
}

div.paginationlinks {
	text-align: center;
	width: 70%;
	margin-left: 15%;
	color: #924d25;
	font: bold large "Courier New", Courier, mono;
}

div.paginationlinks a {
	text-decoration: none;
}

div.paginationlinks hr {
	display: none;
}

div.faqanswer {
	padding: 5px 15px;
	background-color: #f2f2f2;
	margin-right: 20px;
	margin-left: 20px;
}

div.faqanswer p.writer, div.question p.date {
	text-align: right;
	font-size: small;
	font-style: italic;
	padding-right: 11px;
}

div.answers h2 {
	display: none;
}

div.question p.date {
	float: right;
}

hr.faq {
	display: none;
}

div.question {
	margin-bottom: 15px;
	padding-bottom: 10px;
	padding-left: 0;
	margin-top: 5px;
	background-color: #d6d6d6;
	border: thin solid gray;
}

div.question .content {
	margin-left: 10px;
	margin-right: 10px;
	clear: both;
}

#main div.question h2 {
	color: gray;
	text-align: left;
	float: left;
	background-color: white;
	padding: 4px 6px 4px 4px;
	border-bottom-style: solid;
	border-right-style: solid;
	margin-left: -1px;
	margin-top: -1px;
	border-right-width: thin;
	border-bottom-width: thin;
}

textarea {
	width: 100%;
}

button.submit {
	border: thin solid gray;
	background-color: #fdda97;
	margin: 1px 2px -5px;
	padding: 3px;
}

button.submit:hover {
	background-color: orange;
}

input {
	background-color: #fdda97;
	border: thin solid gray;
	margin: 2px;
	padding: 2px;
}

div.faqquestion button.submit {
	float: right;
	margin: 2px;
	padding: 2px;
	clear: both;
}

div.faqquestion + hr {
	display: none;
}

div.faqquestion {
	border-style: solid;
	border-width: thin;
	margin-bottom: 5px;
	margin-top: 5px;
}

div.faqquestion.approved {
	background-color: #bffeb0;
}

div.faqquestion.pending {
	background-color: #fdefcb;
}

div.faqquestion.deleted {
	background-color: #fb6273;
}

div.faqquestion form {
	margin: 0;
	padding-left: 10px;
	padding-right: 10px;
}

div.faqquestion p {
	margin: 14px;
}

div.faqquestion p.writer {
	text-align: right;
	font-size: small;
	font-style: italic;
}

div.faqquestion .faqanswer {
	background-color: transparent;
}

#main form table {
	width: 100%;
}