
@font-face {
  font-family: aclonica; /* set name */
  src: url(Aclonica.ttf); /* url of the font */
}

#header {
	background: black; /* url(bloodball2.gif) no-repeat; */
	background-position: 2% 50%; 
    border-radius: 25px;
	border: none;
}

#header img {
	float: none;
	padding-left: 150px; 
}

body {
    font-family: aclonica;
	background: beige url(watertile.png) fixed;
	color: black;
}

tbody {
	border: none;
}

#content, #sidebar-left, #sidebar-right {
	background: beige no-repeat;
	color: black;
    border-radius: 25px;
	border: none;
}

#footer {
	background: black; /* url(bloodball2.gif) no-repeat; */
	color: silver;
    border-radius: 25px;
	border: none;
}

#content {
	height: 400px;
}

.form-item label {
  color: black;
}

.sticky {
	background-color: transparent;
	border: none;
	padding: 0em;
}

li.active a.active {
	text-transform: uppercase;
	font-weight: bold;
}

h1, h2, h3 {
	color: black;
	font-variant: small-caps;
/*	font-family: serif; */
}

a:link, a:visited, a:hover {
	color: black;
	font-weight: normal;
	font-style: italic;
}

.admin-panel a:link, .admin-panel a:visited, .admin-panel a:hover
 {
	color: black;
	font-style: normal;
}

.tabs a:link, .tabs a:visited, .tabs a:hover
 {
	font-style: normal;
}

.tabs.primary a:link, .tabs.primary a:visited, .tabs.primary a:hover
 {
	color: #660000;
}

.tabs.secondary a:link, .tabs.secondary a:visited, .tabs.secondary a:hover
{
	color: black;
	border-bottom: none;
}


#sidebar-left, #sidebar-left a:link, #sidebar-left a:visited, #sidebar-left a:hover, 
#sidebar-right, #sidebar-right a:link, #sidebar-right a:visited, #sidebar-right a:hover
 {
	color: black;
	font-style: normal;
}

#sidebar-left h3, #sidebar-right h3 {
	color: black;
	font-variant: normal;
	font-weight: normal;
	text-decoration: underline;
}

.block .title {
	color: black;
	background-color: transparent;
}

.block {
  background-color: transparent;
/* 
  padding-bottom: 0px;
*/
  margin-bottom: 0px;
}

td.menu-disabled, tr.even, tr.odd {
	background-color: transparent;
}

td.menu-disabled, tr.even, tr.odd, div.admin-panel h3, div.admin-panel .body {
	background-color: transparent;
	border: thin solid black;
}

.messages {
	background-color: transparent;
	color: yellow;
}

#forum td.container, #forum td.forum, #forum td.posts, #forum td.topics, #forum td.last-reply, 
.comment-even, .comment-odd, .comment-right .title, pre {
	background-color: transparent;
}

#forum td.container a {
	color: black;
	font-weight: bold;
	text-transform: uppercase;
}

.comment-right .content {
/*	background-color: red; */
	padding: 0 10px 0 10px;
}

/*
.comment .content {
	margin: 0 0 0 0;
	background-color: blue;
}
*/

.comment {
	padding: 0;
}

/*
.comment-left {
	border-right: 1px solid #abc;
}
*/

.comment-right {
	border: none;
}

.comment-center {
	width: 1px;
	border-right: 1px solid #abc;
}

.taxonomy {
	width: 85%;
	text-align: right;
}

