body {
  margin: 0 auto;
  padding: 0;
  background: #262626 url(background.jpg) repeat-x fixed left bottom;
}
.Main {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}
.cleared {
  border:  none;
  margin: 0;
  padding: 0;
  float: none;
  clear: both;
  font-size: 1px;
}
.Sheet {
  margin: 0 auto;
  overflow: hidden;
  min-width: 3px;
  min-height: 3px;
  position: relative;
  z-index: 0;
  width: 900px;
}
.Sheet-body {
	margin: 1px;
	position: relative;
	z-index: 0;
	background: #595959;
	background-color: #333333;
}
.Sheet-tl {
  position: absolute;
  overflow: hidden;
  z-index: -1;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  background-image: url(images/Sheet-s.png);
}
.Sheet-tr {
  position: absolute;
  overflow: hidden;
  z-index: -1;
  top: 0;
  right: 0;
  width: 1px;
  height: 1px;
}
.Sheet-tr div {
  position: absolute;
  z-index: -1;
  top: 0px;
  left: -1px;
  width: 2px;
  height: 2px;
  background-image: url(images/Sheet-s.png);
}
.Sheet-bl {
  position: absolute;
  overflow: hidden;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 1px;
  height: 1px;
}
.Sheet-bl div {
  position: absolute;
  z-index: -1;
  top: -1px;
  left: 0;
  width: 2px;
  height: 2px;
  background-image: url(images/Sheet-s.png);
}
.Sheet-br {
  position: absolute;
  overflow: hidden;
  z-index: -1;
  bottom: 0;
  right: 0;
  width: 1px;
  height: 1px;
}
.Sheet-br div {
  position: absolute;
  z-index: -1;
  top: -1px;
  left: -1px;
  width: 2px;
  height: 2px;
  background-image: url(images/Sheet-s.png);
}
.Sheet-tc {
  position: absolute;
  overflow: hidden;
  z-index: -1;
  top: 0;
  left: 1px;
  right: 1px;
  height: 1px;
}
.Sheet-tc div {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-image: url(images/Sheet-h.png);
}
.Sheet-bc {
  position: absolute;
  overflow: hidden;
  z-index: -1;
  bottom: 0;
  left: 1px;
  right: 1px;
  height: 1px;
}
.Sheet-bc div {
  position: absolute;
  z-index: -1;
  top: -1px;
  left: 0;
  width: 100%;
  height: 2px;
  background-image: url(images/Sheet-h.png);
}
.Sheet-cl {
  position: absolute;
  overflow: hidden;
  z-index: -1;
  top: 1px;
  left: 0;
  width: 1px;
  bottom: 1px;
}
.Sheet-cl div {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 2px;
  height: 100%;
  background-image: url(images/Sheet-v.png);
}
.Sheet-cr {
  position: absolute;
  overflow: hidden;
  z-index: -1;
  top: 1px;
  right: 0;
  width: 1px;
  bottom: 1px;
}
.Sheet-cr div {
  position: absolute;
  z-index: -1;
  top: 0;
  left: -1px;
  width: 2px;
  height: 100%;
  background-image: url(images/Sheet-v.png);
}
.Sheet-cc {
  position: absolute;
  overflow: hidden;
  z-index: -2;
  top: 1px;
  left: 1px;
  right: 1px;
  bottom: 1px;
  background-image: url(images/Sheet-c.png);
}
.Sheet {
  margin-top: 10px ! important;
}
div.Header {
  margin: 0 auto;
  position: relative;
  z-index: 0;
  width: 898px;
  height: 100px;
}
div.Header-jpeg {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 898px;
	height: 100px;
	background-image: url(images/site/header.jpg);
	background-repeat: no-repeat;
	background-position:  center center;
}
.logo {
  display: block;
  position: absolute;
  left: 0px;
  top: 69px;
  width: 269px;
}
h1.logo-name {
  display: block;
  text-align: center;
}
h1.logo-name, h1.logo-name a, h1.logo-name a:link, h1.logo-name a:visited, h1.logo-name a:hover {
  margin: 0;
  padding: 0;
  font-family: "Bradley Hand ITC",Arial,Helvetica,Sans-Serif;
  font-size: 38px;
  font-style: normal;
  font-weight: bold;
  text-decoration: none;
  color: #545454 ! important;
}
.logo-text {
  display: block;
  text-align: center;
}
.logo-text, .logo-text a {
  margin: 0;
}
.artmenu a, .artmenu a:link, .artmenu a:visited, .artmenu a:hover {
  text-align: left;
  text-decoration: none;
  letter-spacing: normal;
  word-spacing: normal;
}
.artmenu, .artmenu ul {
  border:  none;
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: block;
}
.artmenu li {
	border:  none;
	margin: 0;
	padding: 0;
	background: transparent none repeat scroll 0%;
	display: block;
	float: left;
	position: relative;
	z-index: 5;
}
.artmenu li:hover {
  z-index: 10000;
  white-space: normal;
}
.artmenu li li {
  float: none;
}
.artmenu ul {
  background: transparent none repeat scroll 0%;
  visibility: hidden;
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
}
.artmenu li:hover > ul {
  visibility: visible;
  top: 100%;
}
.artmenu li li:hover > ul {
  top: 0;
  left: 100%;
}
.artmenu:after, .artmenu ul:after {
  content: ".";
  height: 0;
  display: block;
  visibility: hidden;
  overflow: hidden;
  clear: both;
}
.artmenu, .artmenu ul {
  min-height: 0;
}
.artmenu ul {
  margin: -10px 0 0 -30px;
  padding: 10px 30px 30px;
  background-image: url(images/spacer.gif);
}
.artmenu ul ul {
  margin: -30px 0 0 -10px;
  padding: 30px 30px 30px 10px;
}
.nav {
	margin: 0 auto;
	position: relative;
	width: 898px;
	height: 27px;
	z-index: 100;
	background-color: #1F1F1F;
}
.artmenu {
  padding: 0px;
}
.nav .l, .nav .r, .nav .r div {
  top: 0;
  position: absolute;
  z-index: -1;
  overflow: hidden;
  height: 27px;
}
.nav .l {
  left: 0;
  right: 0px;
}
.nav .r {
  right: 0;
  width: 0px;
}
.nav .r div {
  width: 898px;
  right: 0;
}
.nav .l, .nav .r div {
  background-position: left top;
  background-repeat: no-repeat;
  background-image: url(images/nav.png);
}
.artmenu ul li {
  clear: both;
}
.artmenu a, .artmenu a span {
  height: 27px;
  display: block;
}
.artmenu a {
  cursor: pointer;
  text-decoration: none;
  margin-right: 0px;
  margin-left: 0px;
}
.artmenu a span span {
  margin: 0 0px;
  padding: 0 22px;
  font-family: Tahoma,Arial,Helvetica,Sans-Serif;
  font-size: 13px;
  color: #d9d9d9;
  line-height: 27px;
  text-align: center;
  background-image: url(images/item-center.png);
  background-position: left top;
  background-repeat: repeat-x;
}
.artmenu a:hover span span {
	color: #f0f0f0;
	background-position: left -27px;
	background-color: #000000;
}
.artmenu li:hover a span span {
  color: #f0f0f0;
  background-position: left -27px;
}
.artmenu a.active span span {
	color: #1c1c1c;
	background-position: left -54px;
	background-color: #999999;
}
.artmenu ul a {
	border: 1px solid #595959;
	display: block;
	text-align: center;
	white-space: nowrap;
	height: 23px;
	width: 191px;
	overflow: hidden;
	line-height: 23px;
	margin-right: auto;
	background-position: left top;
	background-repeat: repeat-x;
	background-color: #000000;
}
.nav ul.artmenu ul span, .nav ul.artmenu ul span span {
  margin: inherit;
  padding: inherit;
  display: inline;
  float: none;
  background-image: none;
  text-align: inherit;
  text-decoration: inherit;
}
.artmenu ul a, .artmenu ul a:link, .artmenu ul a:visited, .artmenu ul a:hover, .artmenu ul a:active, .nav ul.artmenu ul span, .nav ul.artmenu ul span span {
  text-align: left;
  text-indent: 12px;
  text-decoration: none;
  line-height: 23px;
  color: #f5f5f5;
  font-family: Tahoma,Arial,Helvetica,Sans-Serif;
  font-size: 13px;
}
.artmenu ul ul a {
  margin-left: auto;
}
.artmenu ul li a:hover {
  border-color: #595959;
  color: #f2f2f2;
  background-position: 0 -23px;
}
.artmenu ul li:hover > a {
  border-color: #595959;
  color: #f2f2f2;
  background-position: 0 -23px;
}
.nav .artmenu ul li a:hover span, .nav .artmenu ul li a:hover span span {
  color: #f2f2f2;
}
.nav .artmenu ul li:hover > a span, .nav .artmenu ul li:hover > a span span {
  color: #f2f2f2;
}
.contentLayout {
  margin-bottom: 0px;
  width: 898px;
  position: relative;
}
.Block {
  margin: 0 auto;
  overflow: hidden;
  min-width: 1px;
  min-height: 1px;
  position: relative;
  z-index: 0;
}
.Block-body {
  margin: 0px;
  position: relative;
  z-index: 0;
}
.Block {
  margin: 7px;
}
.BlockHeader {
  padding: 0 8px;
  position: relative;
  overflow: hidden;
  height: 30px;
  z-index: 0;
  line-height: 30px;
  margin-bottom: 4px;
}
.BlockHeader-text {
  white-space: nowrap;
  color: #000000;
  font-family: Tahoma,Arial,Helvetica,Sans-Serif;
  font-size: 13px;
  line-height: 30px;
}
.BlockHeader .l, .BlockHeader .r, .BlockHeader .r div {
  top: 0;
  position: absolute;
  z-index: -1;
  overflow: hidden;
  height: 30px;
}
.BlockHeader .l {
  left: 0;
  right: 11px;
}
.BlockHeader .r {
  right: 0;
  width: 11px;
}
.BlockHeader .r div {
  width: 898px;
  right: 0;
}
.BlockHeader .l, .BlockHeader .r div {
  background-position: left top;
  background-repeat: no-repeat;
  background-image: url(images/BlockHeader.png);
}
.header-tag-icon {
  margin: 0 0 0 5px;
  padding: 0 0 0 20px;
  background-position: left top;
  background-image: url(images/BlockHeaderIcon.png);
  background-repeat: no-repeat;
  min-height: 12px;
}
.BlockContent {
  margin: 0 auto;
  overflow: hidden;
  min-width: 1px;
  min-height: 1px;
  position: relative;
  z-index: 0;
}
.BlockContent-body {
  margin: 7px;
  position: relative;
  z-index: 0;
}
.BlockContent-body {
  color: #d4d4d4;
  font-family: Tahoma,Arial,Helvetica,Sans-Serif;
  font-size: 13px;
}
.BlockContent-body a:link {
  color: #dbdbdb;
  font-family: Tahoma,Arial,Helvetica,Sans-Serif;
}
.BlockContent-body a:visited, .BlockContent-body a.visited {
  color: #a8a8a8;
  font-family: Tahoma,Arial,Helvetica,Sans-Serif;
  text-decoration: none;
}
.BlockContent-body a:hover, .BlockContent-body a.hover {
  color: #757575;
  font-family: Tahoma,Arial,Helvetica,Sans-Serif;
  text-decoration: none;
}
.BlockContent-body ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  color: #a8a8a8;
}
.BlockContent-body li {
  font-family: Tahoma,Arial,Helvetica,Sans-Serif;
  font-size: 13px;
}
.Post {
  margin: 0 auto;
  overflow: hidden;
  min-width: 1px;
  min-height: 1px;
  position: relative;
  z-index: 0;
}
.Post-body {
  margin: 12px;
  position: relative;
  z-index: 0;
}
.Post {
  margin: 10px;
}
.PostHome {
	overflow: hidden;
	min-width: 1px;
	min-height: 1px;
	position: relative;
	z-index: 0;
}
.PostArtist {
	background-color: #CCCCCC;
	margin: 20px;
	height: 460px;
}

a img {
  border:  none;
}
.article img, img.article {
  border: 0px solid #454545;
  margin: 1em;
}
.metadata-icons img {
  border:  none;
  margin: 2px;
  vertical-align: middle;
}
.article table, table.article {
	margin: none;
	border-collapse: collapse;
	width: inherit;
}
.article table, table.article .article tr, .article th, .article td {
	background-color: transparent;
	padding: 10px;
}
.article th, .article td {
  padding: 2px;
  vertical-align: top;
  text-align: left;
}
.article th {
  padding: 7px;
  text-align: center;
  vertical-align: middle;
}
.PostHeaderIcon-wrapper {
  margin: 0.2em 0;
  padding: 0;
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  word-spacing: normal;
  text-decoration: none;
  font-variant: normal;
  text-transform: none;
  text-align: left;
  text-indent: 0;
  line-height: inherit;
  font-family: Verdana,Geneva,Arial,Helvetica,Sans-Serif;
  font-size: 24px;
  color: #e0e0e0;
}
.PostHeaderIcon-wrapper, .PostHeaderIcon-wrapper a, .PostHeaderIcon-wrapper a:link, .PostHeaderIcon-wrapper a:visited, .PostHeaderIcon-wrapper a:hover {
  font-family: Verdana,Geneva,Arial,Helvetica,Sans-Serif;
  font-size: 24px;
  color: #e0e0e0;
}
.PostHeader a:link {
  font-family: Verdana,Geneva,Arial,Helvetica,Sans-Serif;
  text-decoration: none;
  text-align: left;
  color: #d9d9d9;
}
.PostHeader a:visited, .PostHeader a.visited {
  font-family: Verdana,Geneva,Arial,Helvetica,Sans-Serif;
  text-decoration: none;
  text-align: left;
  color: #c7c7c7;
}
.PostHeader a:hover, .PostHeader a.hovered {
  font-family: Verdana,Geneva,Arial,Helvetica,Sans-Serif;
  text-decoration: none;
  text-align: left;
  color: #757575;
}
.PostHeaderIcons, .PostHeaderIcons a, .PostHeaderIcons a:link, .PostHeaderIcons a:visited, .PostHeaderIcons a:hover {
  font-family: Tahoma,Arial,Helvetica,Sans-Serif;
  color: #e0e0e0;
}
.PostHeaderIcons a, .PostHeaderIcons a:link, .PostHeaderIcons a:visited, .PostHeaderIcons a:hover {
  margin: 0;
}
.PostHeaderIcons a:link {
  font-family: Tahoma,Arial,Helvetica,Sans-Serif;
  text-decoration: none;
  color: #757575;
}
.PostHeaderIcons a:visited, .PostHeaderIcons a.visited {
  font-family: Tahoma,Arial,Helvetica,Sans-Serif;
  font-style: italic;
  font-weight: normal;
  text-decoration: none;
  color: #757575;
}
.PostHeaderIcons a:hover, .PostHeaderIcons a.hover {
  font-family: Tahoma,Arial,Helvetica,Sans-Serif;
  font-style: italic;
  font-weight: normal;
  text-decoration: underline;
  color: #a8a8a8;
}
body {
  font-family: Tahoma,Arial,Helvetica,Sans-Serif;
  font-size: 13px;
  color: #d4d4d4;
}
.PostContent {
  font-family: Tahoma,Arial,Helvetica,Sans-Serif;
  color: #d4d4d4;
}
a {
  font-family: Tahoma,Arial,Helvetica,Sans-Serif;
  text-decoration: none;
  color: #757575;
}
a:link {
  font-family: Tahoma,Arial,Helvetica,Sans-Serif;
  text-decoration: none;
  color: #757575;
}
a:visited, a.visited {
  font-family: Tahoma,Arial,Helvetica,Sans-Serif;
  text-decoration: none;
  color: #c2c2c2;
}
a:hover, a.hover {
  font-family: Tahoma,Arial,Helvetica,Sans-Serif;
  text-decoration: none;
  color: #a8a8a8;
}
h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited {
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
}
h1, h1 a, h1 a:link, h1 a:visited, h1 a:hover {
  font-family: Verdana,Geneva,Arial,Helvetica,Sans-Serif;
  font-size: 32px;
  color: #a8a8a8;
}
h2, h2 a, h2 a:link, h2 a:visited, h2 a:hover {
  font-family: Verdana,Geneva,Arial,Helvetica,Sans-Serif;
  font-size: 24px;
  color: #a8a8a8;
}
h3, h3 a, h3 a:link, h3 a:visited, h3 a:hover {
  font-family: Verdana,Geneva,Arial,Helvetica,Sans-Serif;
  font-size: 19px;
  color: #757575;
}
h4, h4 a, h4 a:link, h4 a:visited, h4 a:hover {
  font-family: Verdana,Geneva,Arial,Helvetica,Sans-Serif;
  font-size: 16px;
  color: #d4d4d4;
}
h5, h5 a, h5 a:link, h5 a:visited, h5 a:hover {
  font-family: Verdana,Geneva,Arial,Helvetica,Sans-Serif;
  font-size: 13px;
  color: #d4d4d4;
}
h6, h6 a, h6 a:link, h6 a:visited, h6 a:hover {
  font-family: Verdana,Geneva,Arial,Helvetica,Sans-Serif;
  font-size: 11px;
  color: #d4d4d4;
}
ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  color: #a8a8a8;
}
li {
  font-family: Tahoma,Arial,Helvetica,Sans-Serif;
  font-size: 13px;
}
.Post ul li {
	margin: 0.5em 0;
	padding: 0px 0 0px 12px;
	background-repeat: no-repeat;
	line-height: 1.2em;
}
blockquote p {
  color: #080808;
  font-family: Tahoma,Arial,Helvetica,Sans-Serif;
}
blockquote {
	border: 0px solid #c7c7c7;
	margin: 10px 10px 10px 50px;
	padding: 5px 5px 5px 38px;
	background-color: #333333;
	background-image: url(images/PostQuote.png);
	background-position: left top;
	background-repeat: no-repeat;
}
button.Button, a.Button {
  border:  none;
  margin: 0;
  padding: 0;
  background: transparent none repeat scroll 0%;
  position: relative;
  width: auto;
  line-height: 35px;
  overflow: visible;
  cursor: default;
  text-decoration: none ! important;
}
*:first-child + html button.Button, *:first-child + html a.Button {
  display: list-item;
  list-style-type: none;
  float: left;
}
.Button .btn {
  position: relative;
  overflow: hidden;
  display: block;
  width: auto;
  z-index: 0;
  height: 35px;
  color: #f2f2f2;
  white-space: nowrap;
  float: left;
}
.Button .t {
  padding: 0 24px;
  height: 35px;
  white-space: normal;
  font-family: Tahoma,Arial,Helvetica,Sans-Serif;
  font-size: 13px;
  text-align: left;
  line-height: 35px;
  text-decoration: none ! important;
}
input, select {
  font-family: Tahoma,Arial,Helvetica,Sans-Serif;
  font-size: 13px;
}
.Button .active {
  color: #f2f2f2;
}
.Button .hover, a.Button:hover {
  color: #f0f0f0;
  text-decoration: none ! important;
}
.Button .active .r {
  top: -70px;
}
.Button .hover .r {
  top: -35px;
}
.Button .r {
  display: block;
  position: absolute;
  overflow: hidden;
  z-index: -1;
  top: 0;
  right: 0;
  width: 9px;
  height: 105px;
}
.Button .r span {
  display: block;
  position: absolute;
  overflow: hidden;
  z-index: -1;
  top: 0;
  right: 0;
  width: 411px;
  height: 105px;
}
.Button .active .l {
  top: -70px;
}
.Button .hover .l {
  top: -35px;
}
.Button .l {
  display: block;
  position: absolute;
  overflow: hidden;
  z-index: -1;
  top: 0;
  left: 0;
  right: 9px;
  height: 105px;
}
.Button .l, .Button .r span {
  background-image: url(images/Button.png);
}
.Footer {
  margin: 5px auto 0px;
  position: relative;
  z-index: 0;
  overflow: hidden;
  width: 898px;
}
.Footer .Footer-inner {
  padding: 8px;
  height: 1%;
  position: relative;
  z-index: 0;
  text-align: center;
}
.Footer .Footer-background {
  position: absolute;
  z-index: -1;
  background-repeat: no-repeat;
  background-image: url(images/Footer.png);
  width: 898px;
  height: 100px;
  bottom: 0;
  left: 0;
}
.Footer .Footer-text p {
  margin: 0;
}
.Footer .Footer-text {
  color: #d9d9d9;
  font-family: Tahoma,Arial,Helvetica,Sans-Serif;
}
.Footer .Footer-text a:link {
  color: #1a1a1a;
  font-family: Tahoma,Arial,Helvetica,Sans-Serif;
  text-decoration: none;
}
.Footer .Footer-text a:visited {
  color: #949494;
  font-family: Tahoma,Arial,Helvetica,Sans-Serif;
  text-decoration: none;
}
.Footer .Footer-text a:hover {
  color: #e0e0e0;
  font-family: Tahoma,Arial,Helvetica,Sans-Serif;
  text-decoration: none;
}
.page-footer, .page-footer a, .page-footer a:link, .page-footer a:visited, .page-footer a:hover {
  font-family: Arial;
  font-size: 10px;
  letter-spacing: normal;
  word-spacing: normal;
  font-style: normal;
  font-weight: normal;
  text-decoration: underline;
  color: #949494;
}
.page-footer {
  margin: 1em;
  text-align: center;
  text-decoration: none;
  color: #525252;
}
.contentLayout .content {
  border:  none;
  margin: 0;
  padding: 0;
  position: relative;
  float: left;
  overflow: hidden;
  width: 897px;
}
#footer {
  text-align: center;
}
ul li {
  text-align: left;
  background-image: none;
  display: block;
}
.tabs, .links {
  margin: 0px;
  padding-left: 0px;
}
.tabs li, .links li {
  padding: 0 0 0 1em;
  float: left;
  display: block;
}
#user-login-form {
  text-align: left;
}
#user-login-form ul li {
  background-image: none;
  padding-left: 0;
}
fieldset {
  border: 1px solid ;
  margin: 1em 0;
  padding: 1em;
  width: 95%;
}
fieldset legend {
  display: block;
}
.breadcrumb {
  display: none;
  padding-bottom: 0.7em;
}
.form-text, .form-textarea {
  width: 95%;
  text-align: left;
}
.tags {
  float: left;
}
.messages {
  margin: 5px 0;
  padding: 5px;
}
.status {
  border: 1px solid #009900;
  margin: 5px 0;
  background: #c9fbc8 none repeat scroll 0%;
}
.messages li {
  margin: 5px 0;
}
tr.even, tr.odd {
  background-color: transparent;
}
#forum table {
  width: 99%;
  margin-top: 15px;
}
#forum td.container {
  border-left: medium none;
  border-right: medium none;
  padding-top: 15px;
}
#forum td.active {
	background-color: transparent;
	color: #CCCCCC;
}
#forum td.forum, #forum td.topics, #forum td.posts, #forum td.last-reply {
  padding-top: 4px;
  padding-bottom: 4px;
}
#forum td.container {
  font-weight: bold;
}
#forum td.active {
  background-color: transparent;
}
.forum-topic-navigation {
  border-top: 0px none transparent;
  border-bottom: 0px none transparent;
}
.forum-topic-navigation .topic-previous {
  text-align: left;
  float: left;
}
.forum-topic-navigation .topic-next {
  text-align: right;
  float: right;
}
.read_more {
  margin: 5px 0px;
  text-align: left;
}

