body {
	padding: 2px;
	margin: 2px;
	background: #FFFFFF url('../images/voodoo/bg_tile.gif') fixed;
	font: normal 12px Tahoma, Arial, Helvetica, sans-serif;
	color: #805f5f;
}

h1, h2, h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #814848;
	margin:0 0 10px 0;
}
h2 {
  font-size: 18px;
}

p, ol, ul {
	line-height: 160%;
	padding:0;
	margin:0;
}

blockquote {
  margin:2px 0;
  border-top: 1px dashed #6b0404;
  border-bottom: 1px dashed #6b0404;
  border-right: 1px dashed #6b0404;
  border-left: 2px solid #6b0404;
  padding:5px;
}

a {
	color: #865a5a;
}

a:hover {
	text-decoration: none;
	color: #814848;
}

.image {
  border: 1px solid #805f5f;
}

/* Various divs */

#file_menu {
  padding: 5px;
	background: #4a1a1a;
	text-align: center;
	border:1px dashed #6b0404;
}
#ftp_menu {
  padding: 5px;
	background: #4a1a1a;
	text-align: left;
	border:1px dashed #6b0404;
}
#file_menu h1 {
  font: bold 15px Tahoma, Arial, Helvetica, sans-serif;
  margin:0;
  padding:0;
}
.file_box {
  padding: 5px;
	background: #320f0f;
	text-align: left;
	border-left:1px solid #6b0404;
}
.checkbox {
  padding: 5px;
	background: #4a1a1a;
	text-align: right;
	border: 1px solid #6b0404;
}
.file_options {
  text-align: right;
  margin-top: 5px;
  border-top:1px solid #6b0404;
  border-bottom:1px solid #6b0404;
  padding: 5px 0 5px 0;
}
#general_message {
  text-align: center;
  font-weight: bold;
  color: #c44444;
  border-top:1px solid #805f5f;
  border-bottom:1px solid #805f5f;
  padding: 10px 0 10px 0;
}
#page_numbers {
  text-align: right;
  font-weight: bold;
  color: #814848;
  border:1px dashed #6b0404;
  background: #4a1a1a;
  padding: 5px;
  margin-top: 5px;
}
#page_numbers a {
  color: #814848;
  font-weight: bold;
}
.options {
  padding: 5px;
	background: #320f0f;
	text-align: center;
	border-left:1px solid #6b0404;
	padding-left:10px;
}
.file_upload {
  border-left:1px solid #6b0404;
  height: 70px;
}
.file_upload_info {
  width: 87%;
  float: left;
  padding:5px;
}
.file_status {
  border:1px solid #6b0404;
  padding:5px;
  background:#4a1a1a;
}
.file_status_image {
  float: left;
  text-align:right;
  vertical-align: bottom;
  width: 10%;
  height: 60px;
  padding-top: 5px;
}
.file_status_image {
  float: left;
  text-align:right;
  vertical-align: bottom;
  width: 10%;
  height: 60px;
  padding-top: 5px;
}
.other_member_data {
  width: 77%;
  float: left;
  padding:5px;
}
.other_member_view {
  float: left;
  text-align:right;
  vertical-align: bottom;
  width: 20%;
  height: 60px;
  padding-top: 2px;
}
.other_member_file_box {
  padding: 3px;
	background: #320f0f;
	text-align: left;
	border-left:1px solid #6b0404;
	border-bottom:1px solid #6b0404;
	height: 50px;
}
.news {
  border-left:1px solid #6b0404;
  height: auto;
  padding: 5px;
}
.news_options {
  text-align: left;
  border:1px solid #6b0404;
  padding: 5px;
  background:#4a1a1a;
  margin-bottom: 8px;
}
.mark_as_read {
  float: right;
}
.banner {
  text-align: center;
  margin: 8px 0 5px 0;
  clear: both;
}
.banner_left {
  text-align: center;
  margin: 8px 0 5px 0;
  height: auto;
  float:left;
  width: 200px;
  clear:both;
}
.spacer {
 height: 400px;
}
#paypal {
  text-align: center;
}

/* View File */

#view_file_header {
  padding:5px;
  background:#320f0f;
  text-align:center;
  border: 1px solid #6b0404;
  margin:3px;
}
#view_file {
  padding:5px;
  margin:3px;
  background:#320f0f;
  text-align:center;
  border: 1px solid #6b0404;
}
#view_file_footer {
  padding:5px;
  background:#320f0f;
  text-align:center;
  border: 1px solid #6b0404;
  margin:3px;
}

/* Boxed */

.boxed {
	float: left;
	clear: left;
	width: 200px;
	margin: 0 0 5px 0;
	padding: 0;
	background: #4a1a1a;
	border-top:1px solid #814848;
	border-right:1px solid #814848;
	border-bottom:1px solid #814848;
}

.boxed .heading {
	margin-top: 0;
	padding: 8px 10px;
	background: #814848 url('../images/voodoo/sidehead.jpg') no-repeat center bottom;
	text-transform: uppercase;
	letter-spacing: 2px;
	font: bold 11px Tahoma, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	border-bottom:1px solid #814848;
}

.boxed .content {
	margin: 0;
	padding: 0px 14px 10px 14px;
}

.boxed ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

.boxed li {
	padding: 5px 3px 5px 0;
	border-top: 1px dotted #1F1F21;
}

.boxed li.first {
	border: none;
}

.boxed a {
	padding-left: 10px;
	text-decoration: none;
}

/* Upload/FTP boxes/div */

.upload {
  display: block;
  padding:5px;
  border:1px solid #6b0404;
  margin-bottom: 5px;
  background-color: #4a1a1a;
}

.upload_box {
	width: 55%;
	padding: 4px;
	border: 1px solid #A5ACB2;
	font: bold 12px Tahoma, Arial, Helvetica, sans-serif;
	color: #814848;
}

.ftp_process {
  display: block;
  padding:5px;
  border:1px solid #6b0404;
  margin-bottom: 5px;
  background: #4a1a1a url('../images/ftp/ok.gif') no-repeat right center;
}

.ftp_error {
  display: block;
  padding:5px;
  border:1px solid #6b0404;
  margin-bottom: 5px;
  background: #4a1a1a url('../images/ftp/error.gif') no-repeat right center;
}

/* Wrapper */

#wrapper {
	width: 1006px;
	margin: 2px auto;
	background-color: #320f0f;
	border:1px solid #814848;
}

/* Header */

#header {
	width: 1006px;
	height: 291px;
	background: url('../images/voodoo/header.jpg') no-repeat;
	border-bottom: 1px solid #814848;
}

#topmenu {
	float: right;
}

#topmenu ul {
	margin: 0;
	padding: 260px 10px 0 0;
	list-style: none;
	line-height: normal;
}

#topmenu li {
	display: inline;
}

#topmenu a {
	display: block;
	float: left;
	margin: 0 0 0 30px;
	padding: 10px 0 0 40px;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

#topmenu a:hover {
	text-decoration: underline
}

#topmenu1 {
	background: url('../images/voodoo/home.png') no-repeat left center;
}

#topmenu2 {
	background: url('../images/voodoo/contact.png') no-repeat left center;
}

#topmenu3 {
	background: url('../images/voodoo/dish.png') no-repeat left center;
}

/* images */
.button_image {
  border:0;
}
.image_preview {
  padding:5px;
}
img.preview {
  border: 1px solid #814848;
}
img.image_fullsize {
  padding: 2px;
  border: 1px solid #6b0404;
  background: #4a1a1a;
}

/* Content */

#content {
	clear: both;
	padding-top: 5px;
}

/* Posts */

#posts {
	float: right;
	width: 780px;
	padding-right: 20px;
	margin-top:5px;
}

.post .title {
	margin: 0;
	font-size: 20px;
}

.post .posted {
	margin-top: 0;
	font: normal 12px Tahoma, Arial, Helvetica, sans-serif;
	color: #cc99aa;
}

/* Forms */

form {
	margin: 0;
	padding: 0;
}

#form_area {
}

#form_area .content {
	padding-bottom: 12px;
}

.textfield {
	width: 156px;
	padding: 4px;
	border: 1px solid #805f5f;
	font: bold 12px Tahoma, Arial, Helvetica, sans-serif;
	color: #814848;
}

textarea {
	width: 65%;
	padding: 4px;
	border: 1px solid #805f5f;
	font: bold 12px Tahoma, Arial, Helvetica, sans-serif;
	color: #814848;
}

.form_box {
	width: 50%;
	padding: 4px;
	border: 1px solid #805f5f;
	font: bold 12px Tahoma, Arial, Helvetica, sans-serif;
	color: #814848;
}

select {
  font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding: 0px;
	color: #814848;
}

.codebox {
	width: 15%;
	padding: 4px;
	border: 1px solid #805f5f;
	font: bold 12px Tahoma, Arial, Helvetica, sans-serif;
	color: #814848;
}

label {
  display:block;
  color: #814848;
  font-weight: bold;
  margin:0 0 3px 0;
}

label.lclass {
  display:block;
  color: #805f5f;
  font-weight: bold;
  margin:0 0 3px 0;
}

.button {
  border: 1px solid #814848 outset;
	font: bold 12px Tahoma, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color:#320f0f;
}
p.submit {
  text-align: right;
}

/* Footer */

#footer {
	clear: both;
	width: 1006px;
	height: 271px;
	background: url('../images/voodoo/footer.jpg') no-repeat;
	padding: 0 0 0 0;
        border-top: 1px dotted #814848;
	color: #cc99aa;
	text-align: center;
	vertical-align:middle;
}
#footer p {
        margin-top: 110px;
}
#footer a {
	color: #cc99aa;
}
.error {
  color: #6b0404;
}
.login_error {
  color: #814848;
}
.admin_files {
  color: #6b0404;
}

/* various span classes */

.text_bold {
  font-weight: bold;
}
.radio_button {
  border:1px solid #6b0404;
  padding: 5px 2px 3px 1px;
  background: #4a1a1a;
  margin:2px 5px;
}
.text_bold_blue {
  font-weight: bold;
  color: #6b0404;
}
.no_bold {
  font-weight: normal;
}

/* Paragraph formatting */

p.no_ftp {
  display: block;
  text-align: center;
  border-top:1px solid #6b0404;
  padding-top: 10px;
}
