/* basic styles */

/* overall */
* {
	margin: 0;
	padding: 0;
	border: 0;
}
body {
	overflow: auto;
	position: relative;
	font-family: "DejaVu Sans", "Bitstream Vera Sans", sans-serif;
	font-size: medium;
			margin: 0.5em;
		border-width: 1px;
		border-style: solid;
		padding: 0.5em;
}
body.full {
	margin: 0;
	position: absolute;
		top: 0.5em;
	bottom: 0.5em;
	left: 0.5em;
	right: 0.5em;
	
}
html.whizzy body, body.mceContentBody {
	padding: 0.5em;
	height: auto;
	border: none;
}
html.whizzy body {
	width: 95%;
}

/* heading */
h1, h2, h3, h4 {
	font-weight: bold;
	margin: 1em 0 0.2em;
}
h1 {
	clear: both;
	font-size: 2.4em;
	font-weight: normal;
}
h2 {
	font-size: 1.25em;
}
h3 {
	font-size: 1em;
}
h4 {
	font-size: 0.9em;
	padding-top: 0;
	font-weight: bold;
}
h1 small, h2 small, h3 small {
	display: block;
	float: right;
	font-size: 70%;
	font-style: normal;
	font-weight: normal;
	}
* > h1:first-child, * > h2:first-child, * > h3:first-child/*, h1 + h2, h1 + h3, h2 + h3, h3 + h4*/ {
	margin-top: 0.5em;
}


/* horizontal rule */
hr {
	visibility: hidden;
	height: 2em;
	border: none;
}

/* paragraph */
p {
	margin: 0;
	text-align: left;
}
p + p {
	margin-top: 0.4em;
}
p.centre {
	text-align: center;
}

/* link */
a:link, a:visited {
	text-decoration: none;
}
a:hover, a:active {
	text-decoration: underline;
}

/* image */
img {
	border-style: none;
	}
img.centre {
	display: block;
}
.caption {
	display: block;
	text-align: center;
	font-style: italic;
}
p img {
	vertical-align: middle;
}

/* table */
table {
	border-collapse: collapse;
	font-size: 100%;
}
table.nolines th, table.nolines td {
	border-style: none;
}
th {
	text-align: center;
	font-weight: bold;
	font-size: 90%;
	vertical-align: bottom;
	padding: 0 0.3em;
}
td {
	border-width: 1px;
	border-style: dotted none;
	text-align: left;
	font-size: 90%;
	padding: 0 2px;
	vertical-align: top;
}
th.right, td.right {
	text-align: right;
}
td.centre {
	text-align: center !important;
	margin: inherit;
}
td.total {
	font-weight: bold;
	border-top-style: solid;
}
td.phantom {
	border: none !important;
	background-color: transparent !important;
	background-image: none !important;
}
table table {
	margin: 0.2em;
}
td.nobottom {
	border-bottom-style: none;
}
.popup > td {
	border-top-style: none;
}

/* list */
p + dl, p + ul, p + ol {
	margin-top: 0.5em;
}
dl + p, ul + p, ol + p {
	margin-top: 0.5em;
}
dl {
	margin: 0.5em;
}
ul {
	margin-left: 20px;
}
ol {
	margin-left: 35px;
}
ol ol {
	list-style-type: lower-roman;
}
dt {
	margin-top: 0.1em;
	font-weight: bold;
}
dd {
	margin-left: 3em;
}
ul {
	list-style-type: square;
}

/* linear list menu */
ul.menu {
	font-size: 85%;
	padding: 0;
	margin: 0 0 1em;
}
ul.menu li {
	list-style: none;
	float: left;
}
ul.menu li a, ul.menu li span.current, ul.menu li span.inactive {
	padding: 0.3em;
}
ul.menu li a:hover, ul.menu li a:active {
	text-decoration: none;
}
ul.menu li span.current {
}

/* big and small */
small {
	display: block;
	font-size: 70%;
}
big {
	display: block;
	margin: 0.5em 1em; /*note em here are massive!*/
	padding: 0.5em;
	border-style: dashed;
	border-width: 1px 0;
	font-size: 180%;
	position: relative;
	overflow: hidden;
}
.bgtext {
	position: absolute;
	font-size: 400%;
	top: 50%;
	right: 0;
	font-weight: bold;
	line-height: 0;
}

/* acronym and help span */
acronym {
	/*border-bottom-width: 1px;
	border-bottom-style: dotted;*/
	cursor: help;
}
span.help {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	cursor: help;
	font-weight: normal;
	font-style: normal;
}

/* code */
code {
	font-size: 85%;
	padding: 0 0.3em;
	font-family: "Deja Vu Sans Mono", "Bitstream Vera Sans Mono", "Anonymous", "Lucida Console", monospace;
}
.codeblock {
	white-space: pre;
	font-family: 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', Anonymous, 'Lucida Console', monospace;
	border-width: 1px;
	border-style: solid;
	font-size: 80%;
	margin: 0.5em 0;
	padding: 0 0.3em;
	overflow: auto;
}
code i, .codeblock i {
	font-family: "DejaVu Sans", "Bitstream Vera Sans", sans-serif;
}

/* blockquote */
blockquote {
	font-size: 90%;
	margin: 0.5em 1em;
	border-left-width: 4px;
	border-left-style: dotted;
	padding-left: 0.5em;
	font-style: italic;
}
cite + blockquote {
	margin-top: 0;
}
blockquote + blockquote {
	margin-top: 1em;
}
blockquote i {
	font-style: normal;
}

/* address */
address {
	text-align: center;
	font-style: italic;
}

/* form */
button {
	background-color: transparent;
}
input, textarea, select, .whizzywigdiv, .htmlarea {
	font-weight: normal;
	font-family: "DejaVu Sans", "Bitstream Vera Sans", sans-serif;
	border-width: 1px;
	border-style: solid;
	overflow: auto;
}
textarea.preformatted {
	font-family: monospace;
	white-space: pre;
	font-size: 110%;
}
input, textarea, select {
	font-size: 95%;
}
input.inputtext, input.inputcheckboxradio, input.inputbutton, textarea, select {
	display: block; /* don't want to make type="hidden" ones visible */
}
input.inputtext + input.inputtext, input.inputbutton + input.inputbutton {
	margin-top: 3px;
}
label input.inputtext, label input.inputcheckboxradio, label input.inputbutton, label select, input.inputimage {
	display: inline;
}
input.inputbutton {
	font-size: 80%;
	margin: 0 1px;
}
input.inputbutton.compact {
	display: inline;
}
input.inputimage, input[type="image"] {
	background-color: transparent;
	background-image: none;
	border: none;
	margin: 0;
	padding: 0;
	width: auto;
	height: auto;
}
option {
	padding: 0.05em 0.4em;
}
input, textarea, .whizzywigdiv, .htmlarea {
	width: 98%;
	margin: 0 5px 0 0;
}
input.small {
	width: 6em;
}
input.medium {
	width: 10em;
}
textarea {
	height: 300px;
}
textarea.medium {
	height: 150px;
}
textarea.small {
	height: 75px;
}
input.inputcheckboxradio {
	/* note:
		firefox applies background-image to box and ignores background-color and border
		opera applies background-color to box (but if it does so you can't check it!), ignores background-image and uses border as the outline of the checkbox itself
		ie6 and 7 apply background-color to area around box, ignore background-image and put the border round the lot
	*/
		width: auto;
	height: auto;
	vertical-align: middle;
	display: inline;
}
input.inputcheckboxradio[type="radio"] {
	border: none;
}
input.inputbutton {
	width: auto;
	padding: 0;
	font-weight: bold;
}
input.inputbutton, input.inputtext, textarea, html.whizzy body, body.mceContentBody {
	padding: 0.05em 0.2em;
}
input.inputbutton.massive {
	font-size: 100%;
	display: block;
	margin: 0.5em auto;
	padding-left: 1.5em;
	padding-right: 1.5em;
}

/* whizzywig */
.wzmaintoolbar input, .wzmaintoolbar select {
	display: inline;
}
iframe.whizzywigframe {
	width: 100%;
	height: 350px;
}
iframe.whizzywigframe.medium {
	height: 200px;
}
iframe.whizzywigframe.small {
	height: 125px;
}
div.wzCtrl {
	background-color: #e4e4e4;
	text-align: left;
	color: black;
	padding: 0.05em;
}
div.wzCtrl select, div.wzCtrl option, div.wzCtrl input.inputtext, div.wzCtrl input.inputcheckboxradio, div.wzCtrl input.inputbutton {
	background-color: white;
	background-image: none;
	color: black;
}
div.wzCtrl input.inputbutton {
	background-color: inherit;
	border: 1px solid #666666;
}
div.whizzywigdiv, div.wzCtrl {
	clear: none;
	margin-top: 0;
}

/* form grid */
.gridform {
	border-collapse: separate;
	border-spacing: 0.1em 0.4em;
	width: 100%;
}
.gridform th, .gridform td {
	vertical-align: top;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	border: none;
	margin: 0;
	padding: 0.2em;
	font-size: 95%;
}
.gridform th {
	text-align: right;
}
.gridform td {
	text-align: left;
}
.gridform th label {
}
.gridform td label {
	display: block;
	margin-left: 0.4em;
}
.gridform td.compact label, .gridform td.compact input, .gridform td.compact select {
	display: inline;
	margin-right: 0.7em;
}
.gridform td.set {
	border-left-width: 1px;
	border-left-style: solid;
}
.gridform small {
	display: block;
}

/* gallery */
.gallerybox {
	padding: 0.5em;
	clear: both;
}
.gallerybox h2 {
	padding-top: 0;
	margin-top: 0;
}
.thumbs {
	text-align: center;
}
.thumbs a img {
	padding: 5px;
	vertical-align: middle;
}

/* misc classes */
.centre {
	margin-left: auto;
	margin-right: auto;
}
.textcentre {
	text-align: center;
}

.floatleft, .floatright {
	margin-bottom: 0.5em;
	}
.floatleft {
	float: left;
	margin-right: 0.5em;
}
.floatright {
	float: right;
	margin-left: 0.5em;
}

.right {
	text-align: right;
}

.clearer {
	clear: both;
	height: 0px;
	overflow: hidden;
	margin-top: -1px;
}

.above {
	position: relative;
	z-index: 1;
}

.warning {
	color: red !important;
	background-color: yellow !important;
	font-weight: bold !important;
}

.smallcaps {
	font-variant: small-caps;
}

.truncateh {
	width: 100%;
	overflow: hidden;
}

.hidden {
	display: none !important;
}

.boxout, .messagebox, .sidebox {
	padding: 0.5em;
	border-width: 1px;
	border-style: solid;
}

.boxout, .messagebox {
	margin: 2em auto;
}

.boxout {
	width: 90%;
}

.messagebox {
	width: 60%;
}

.sidebox {
	width: 15em;
}

.sidebox h1, .sidebox h2, .sidebox h3, .sidebox h4,
.messagebox h1, .messagebox h2, .messagebox h3, .messagebox h4 {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.clearleft {
	clear: left;
}
.clearright {
	clear: right;
}
.clear {
	clear: both;
}

.googlemap {
	width: 99%;
	height: 25em;
}
	.googlemap.small {
		width: 10em;
		height: 10em;
	}
	.googlemap.large {
		width: 99%;
		height: 40em;
	}

#footer .floatleft, #footer .floatright {
	margin-bottom: 0;
}
#footer p {
	margin-top: 0;
	margin-bottom: 0;
}

.normaltext {
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	font-family: "DejaVu Sans", "Bitstream Vera Sans", sans-serif;
}

.smalltext {
	font-size: 80%;
}

.mceEditor iframe {
	background: transparent !important;
}
html.full {
	height: 100%;
	margin: 0;
	padding: 0;
}
body {
	background-color: #1f1f1f;
	background-image: url(/images/diagstripe.png);
	border: 0;
	padding: 1.5em;
	margin: 0;
	font-family: "Trebuchet MS", Trebuchet, Tahoma, "DejaVu Sans", "Bitstream Vera Sans", sans-serif;
	color: #cccccc;
	font-size: small;
}
html.full body {
	overflow: hidden;
	height: 100%;
	padding: 0;
}
body.mceContentBody {
	background-image: none;
	background-color: transparent;
}

/* heading */
h1, h2, h3, h4 {
	padding-top: 0;
	margin: 1.5em auto 0.5em;
	position: relative;
	width: auto;
	font-size: 100%;
	color: white;
	font-weight: bold;
	text-align: left;
	padding: 0.1em;
}
h1 {
	font-size: 110%;
	border-color: #ff9b00;
	border-left-width: 0.4em;
	border-bottom-width: 1px;
	border-style: none none solid solid;
	background-color: #0d0d0d;
	padding-left: 0.5em;
	padding-top: 0.2em;
	margin-top: 2.5em;
			background-image: url(/images/guitarguy2007.png);
		background-position: right bottom;
		background-repeat: no-repeat;
	}
	.googlemap h1 {
		background-position: 95% bottom;
	}
	h1.two {
		background-image: url(/images/bassguy2007.png);
	}
	h1.three {
		background-image: url(/images/drumsguy2007.png);
	}
	h1.four {
		background-image: url(/images/voxguy2007.png);
	}
	h1.five {
		background-image: url(/images/keysguy2007.png);
	}
	h1.blank {
		background-image: none;
	}
h2 {
	border-left: 0.2em solid #ff9b00;
	padding-left: 0.5em;
			background-image: url("commonimages/onepix.png.php?r=1&g=1&b=1&a=.85");
	}

/* link */
a:link, a:visited {
	color: #d98400;
}
a:hover, a:active {
	color: #ff9b00;
}

/* horizontal rule */
hr {
	visibility: visible;
	border: none;
	border-top: 1px dashed #666666;
	height: 0;
	width: 90%;
	margin: 1.5em auto;
}

/* small */
small {
	font-size: 90%;
}

/* help class */
span.help {
	color: #8f8f8f;
}

/* table */
td {
	border-color: #3c3c3c;
}
.row0 td, div.row0 {
					background-image: url("commonimages/onepix.png.php?r=0&g=0&b=0&a=0.65");
	}
.row1 td, div.row1 {
	background-color: transparent;
}
td.bad {
	border-color: #3c3c3c;
}

/* quotation */
blockquote {
	border-style: none none none solid;
	border-width: 3px;
	border-color: #ff9b00;
	font-style: normal;
	font-size: 90%;
	margin-top: 1em;
	margin-bottom: 1em;
		background-image: url("commonimages/onepix.png.php?r=1&g=1&b=1&a=0.88");
	padding-top: 0.2em;
	padding-bottom: 0.2em;
}
blockquote i {
	font-style: italic;
}

/* form */
button {
	background-color: transparent;
}
input, textarea, select {
	border-color: #676767;
	font-family: inherit;
}
input, textarea, select {
			background-color: transparent;
				background-image: url("commonimages/onepix.png.php?r=1&g=1&b=1&a=0.85");
		color: #d4d4d4;
}
.mceEditor.defaultSkin iframe {
			background-color: transparent !important;
				background-image: url("commonimages/onepix.png.php?r=1&g=1&b=1&a=0.85") !important;
		color: #d4d4d4 !important;
}
input.dim, textarea.dim {
	color: #676767;
	font-weight: normal !important;
}
option {
	background-color: #020202;
}
input.inputcheckboxradio {
	/* note:
		firefox applies background-image to box and ignores background-color and border
		opera applies background-color to box (but if it does so you can't check it!), ignores background-image and uses border as the outline of the checkbox itself
		ie6 and 7 apply background-color to area around box, ignore background-image and put the border round the lot
	*/
	background-image: none;
	}
input.inputbutton {
	border-color: #8c5500;
	color: #e9e9e9;
				background-color: transparent;
		background-image: url("commonimages/onepix.png.php?r=1&g=0.607843137255&b=0&a=0.85");
		cursor: pointer;
}
input.inputbutton.bad {
	border-color: #8c0000;
					background-image: url("commonimages/onepix.png.php?r=1&g=0&b=0&a=0.85");
		color: #e9e9e9;
}
input.inputbutton:focus, input.inputbutton:hover {
	border-color: #cc7c00;
					background-image: url("commonimages/onepix.png.php?r=1&g=0.607843137255&b=0&a=0.75");
	}
input.disabled {
	border-color: #8c8c8c;
					background-image: url("commonimages/onepix.png.php?r=0.4&g=0.4&b=0.4&a=0.85");
		color: #e9e9e9;
}
input.medium {
	width: 15em;
}
textarea.medium {
	height: 210px;
}
.htmlarea, textarea {
	width: 100%;
}
input.inputtext[disabled], textarea[disabled] {
	background-color: #333;
	color: #555;
	border-color: #444;
	background-image: none;
}
.defaultSkin table.mceLayout {
	background-color: transparent !important;
	border: 1px solid #676767 !important;
}
.defaultSkin .mceIframeContainer {
	border: none !important;
}
.defaultSkin td.mceToolbar {
	background-color: #f0f0ee !important;
}

/* form grid */
.gridform td.set {
	border-left-color: #676767;
}

/* misc classes */
.bad {
	color: #cccccc;
}
td.bad {
	background-color: #525252;
}
.fadedtext {
	color: #888888;
}
.fadedtext a {
	color: #d4d4d4;
}

/* gallery */
.thumbs a img {
	padding: 5px;
	background-color: #444;
	border: 1px solid #666;
	margin: 3px;
}
.thumbs a:hover img {
	border-color: #ff9b00;
}
.gallerybox {
	cursor: pointer;
	padding: 1px 0 0;
	margin: 0.5em 0;
}
.gallerybox:hover, .gallerybox.current {
	padding: 0;
	border: 1px solid #ff9b00;
	border-style: solid none none;
	background-color: #2b2b2b;
}
.gallerybox.current {
	background-color: #313131;
	cursor: auto;
}
.gallerybox .gallerydescription {
	margin: 0.5em;
}
.thumbs a.current img {
	background-color: #ff9b00;
}

/* specific stuff */
#container {
	position: relative;
	background-color: #262626;
	border: 1px solid #525252;
	max-width: 1168px;
	margin: 0 auto;
}
html.full #container {
	position: absolute;
	top: 2em;
	bottom: 2em;
	left: 2em;
	right: 2em;
	padding-bottom: 6em;
	max-width: none;
}

#header {
	display: block;
	position: relative;
	height: 104px;
	background-color: #404040;
	background-image: url(/images/band2008.png);
	background-repeat: no-repeat;
	background-position: bottom center;
}
#headerpic {
	position: absolute;
	width: 214px;
	height: 56px;
	left: 25px;
	top: 24px;
	behavior: url("/include/iepngfix.htc.php");
}
#logo {
	position: absolute;
	width: 73px;
	height: 66px;
	right: 8px;
	top: 24px;
}
.bar {
	background-color: black;
	border: 1px solid #525252;
	border-style: solid none;
	color: #b3b3b3;
}
.bar.bottom {
	font-weight: bold;
	font-size: 90%;
	padding: 0.2em 0.5em;
	border-bottom-style: none;
}
#footer {
	width: 100%;
	background-color: black;
}
html.full #footer {
	position: absolute;
	bottom: 2px;
	height: 22px;
}
	
#contentarea {
	padding: 0.5em;
			background-image: url(/images/bandbackground2008.png);
		background-position: bottom center;
		background-repeat: no-repeat;
	}
html.full #contentarea {
	position: absolute;
	top: 132px;
	bottom: 22px;
	left: 0;
	right: 0;
}
.fullcol {
	clear: both;
	margin: 0 0.4%;
}
.onethirdcol {
			width: 32.5%;
		float: left;
	}
.twothirdscol {
			width: 65%;
		float: left;
	}
.onethirdcol + .onethirdcol, .onethirdcol + .twothirdscol, .twothirdscol + .onethirdcol, .quartercol + .quartercol {
	margin-left: 1.25%;
}
.quartercol {
			width: 25%;
		float: left;
	}
.messagebox {
	border: 1px solid #3c3c3c;
					background-image: url("commonimages/onepix.png.php?r=1&g=1&b=1&a=0.92");
	}
dt {
	font-weight: bold;
	color: #e6e6e6;
}
dd + dt {
	margin-top: .6em;
}

ul.menu {
	font-size: inherit;
}
ul.menu li {
	margin-right: 0.2em;
	position: relative;
}
ul.menu li a, ul.menu li span.active, ul.menu li a.active, ul.menu li span.disabled {
	display: block;
	border-style: none;
	padding: 0.1em 0.4em;
}
ul.menu li a:hover, ul.menu li a:active, ul.menu li span.active, ul.menu li span.disabled {
	padding-top: 0.1em;
}
#mainmenu {
	font-weight: bold;
		}
#mainmenu li {
	margin-right: 0;
}
#mainmenu li a, #mainmenu li span.active, #mainmenu li a.active, #mainmenu li span.disabled {
	padding: 0.3em 1em;
}
#mainmenu li a {
	color: #ff9b00;
}
#mainmenu li a:hover, #mainmenu li a:active, #mainmenu li span.active, #mainmenu li span.disabled {
	padding-top: 0.3em;
}
#mainmenu li a:hover, #mainmenu li a.active:hover, #mainmenu li:hover > a, #mainmenu li:hover > a.active {
	background-color: #ff9b00;
	color: black;
}
#mainmenu li span.active, #mainmenu li a.active {
	background-color: #666666;
}
#mainmenu li span.active {
	color: white;
}
#mainmenu ul {
	display: none;
	position: absolute;
	z-index: 100;
	background-color: black;
	border-color: #525252;
	border-style: none solid solid;
	border-width: 1px;
	left: -1px;
	margin: 0;
	min-width: 10em;
	}
#mainmenu li:hover > ul {
	display: block;
}
#mainmenu ul li {
	width: 100%;
	font-size: 90%;
}
.committeepic {
	float: right;
	margin: 0 0 0.5em 0.5em;
}
.gmnoprint {
	color: black;
}
.skill0 { }
.skill1 { }
.skill2 {
	font-weight: bold;
}
.skill3 {
	font-weight: bold;
	font-style: italic;
}
.committeelist dt {
	clear: both;
}


/* forum------------------------------------------------------------------------------- */
.metadata {
	display: none;
}
.forumnav {
	text-align: center;
	font-size: 90%;
					background-image: url("commonimages/onepix.png.php?r=1&g=1&b=1&a=0.92");
		padding: 0.2em 0.5em;
	margin: 1em;
}
.breadcrumbs {
	float: left;
}
.pageselector {
	float: right;
}
.pageselector:before {
	content: "page ";
}
.pageselector .highlighted {
	font-weight: bold;
	background-color: #5f3a00;
	padding: 0 0.3em;
}
.pageselector .current {
	font-weight: bold;
	padding: 0 0.3em;
}
.post {
	margin: 1em 0;
	clear: both;
}
.postbody {
	margin-left: 14em;
	border-width: 1px;
	border-style: solid;
	border-color: #ff9b00;
	padding: 0.5em;
	background-color: black;
	position: relative;
	min-height: 2em;
}
.post.mine .postbody {
	margin-right: 14em;
	margin-left: 0;
}
.postbody .top {
	position: absolute;
	top: 0.7em;
	left: -10px;
	width: 10px;
	height: 13px;
	background-image: url(/images/ob_speech_left.png);
}
.post.mine .postbody .top {
	left: auto;
	right: -10px;
	background-image: url(/images/ob_speech_right.png);
}
.post.highlight {
	border-width: 2px;
	border-style: dashed none;
	border-color: #ffd500;
					background-image: url("commonimages/onepix.png.php?r=1&g=0.833333333333&b=0&a=0.7");
		padding: 0.5em;
	margin-right: -0.5em;
	margin-left: -0.5em;
}
.post.deleted, p.edited {
	color: #595959;
}
.post.deleted a, p.edited a {
	color: #737373;
}
.post.deleted .postbody {
	border-color: #4d4d4d;
	border-style: dashed;
	background-color: transparent;
	min-height: 0;
}
.post.highlight.deleted, .post.highlight {
	color: #999999;
}
.post.highlight.deleted a {
	color: #b3b3b3;
}
.post.highlight.deleted .postbody {
	border-color: #808080;
}
p.edited {
	background-color: #141414;
	border: 1px solid #333333;
	padding: 0.2em;
	width: 70%;
	margin-top: 0.5em;
}
.post.deleted .postbody .top {
	display: none;
}
p.edited, p.deleted {
	font-size: 90%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.postsubject {
	font-weight: bold;
	background-color: #282828;
	margin: -0.5em -0.5em 0.5em -0.5em;
	padding: 0.1em 0.5em 0.2em;
	background-image: url(/images/blackdiagonal.png);
	background-repeat: no-repeat;
	background-position: top right;
}
.postmessage {
	position: relative;
	width: 100%;
	overflow: auto;
}
.postmessage cite, body.mceContentBody cite {
	display: block;
	font-style: italic;
	font-weight: bold;
	font-size: 90%;
	margin-left: 1.5em;
	margin-top: 1em;
}
.postmessage cite:after, body.mceContentBody cite:after {
	content: ' said:';
	font-weight: normal;
}
.postmessage p + blockquote, body.mceContentBody p + blockquote {
	margin-top: 0;
}
.postinfo {
	float: left;
	width: 13em;
	text-align: right;
	overflow: hidden;
}
.post.mine .postinfo {
	float: right;
	text-align: left;
}
.postinfo h3 {
	display: block;
	margin: 1em 1em 0.2em !important;
	padding: 0 0 0.1em;
	font-weight: bold;
	border-bottom: 1px solid #8c5500;
	color: inherit;
	text-align: inherit;
}
.post .actions {
	direction: rtl;
	margin-left: 0;
	margin-right: 20px;
}
.post .actions a {
	unicode-bidi: bidi-override;
	direction: ltr;
}
.post.mine .actions {
	direction: ltr;
	margin-left: 20px;
	margin-right: 0;
}
.postauthor, .postpost {
	font-size: 110%;
	font-weight: bold;
	color: white;
}
.postinfo .smallinfo {
	font-size: 85%;
}
.avatar {
	float: left;
	margin-right: 0.3em;
	max-width: 64px;
	max-height: 64px;
	overflow: hidden;
}
.post.mine .avatar {
	float: right;
	margin-right: 0;
	margin-left: 0.3em;
}
.post textarea, .post .mceEditor iframe {
	background-image: none;
	background-color: transparent;
	border-style: none;
	padding: 0;
}
.post body.mceContentBody {
	background-color: black;
}
.post .htmlarea {
	border-style: none;
}
.postsubject input.inputtext {
	font-weight: inherit;
	border-style: none;
	background-image: none;
	background-color: transparent;
	font-size: inherit;
}

table.threadlist {
	width: 100%;
}
table.threadlist tr.header {
	background-image: none !important;
}
table.threadlist td {
	padding: 0.4em;
}
table.threadlist tr:hover td {
	background-image: none;
}
table.threadlist tr:hover {
		background-image: url("commonimages/onepix.png.php?r=1&g=1&b=1&a=0.94");
}
table.threadlist col.subject, table.threadlist col.replies {
					background-image: url("commonimages/onepix.png.php?r=1&g=1&b=1&a=0.98");
	}
table.threadlist .threadsubject {
	font-size: 110%;
	font-weight: bold;
}
table.threadlist tr.sticky .threadsubject {
	font-style: italic;
}
.emblem {
	float: left;
	width: 16px;
	height: 16px;
	margin: 0 0.2em;
	/*no pngfix for IE since background position (what's visible) matters */
}
table.threadlist .emblem {
	float: right;
}
.emblem.true {
	background-position: bottom left;
}
.emblem.false {
	background-position: top left;
	display: none;
}
.emblem.subscribed {
	background-image: url(/include/commonimages/star_transorange_16.png);
	display: block;
}
.emblem.newposts {
	background-image: url(/images/forum/newposts.png);
	display: block;
}
.emblem.closed {
	background-image: url(/images/forum/closed.png);
}
.emblem.sticky {
	background-image: url(/images/forum/sticky.png);
}
.emblem.noreplies, .emblem.manyreplies {
	display: none;
}
.threadtools ul {
	margin-top: 0.5em;
	list-style-type: none;
	margin-left: 0;
}

#venuesinfobox {
		background-image: url("commonimages/onepix.png.php?r=0&g=0&b=0&a=0.25");
	position: absolute;
	width: 260px;
	left: 55px;
	top: 1%;
	max-height: 96%;
	overflow: auto;
}
#venuesinfobox .toggle {
	display: block;
	width: 100%;
	height: 1.5em;
	background-color: #444;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	color: white;
	border-top: 1px solid #555;
	cursor: pointer;
}
#venuesinfobox .toggle:hover {
	background-color: #555;
}
.tag {
	font-variant: small-caps;
}


dl.blockmenu dt a {
	display: block;
	width: 100%;
}
dl.blockmenu dt a:hover {
	color: black;
	background-color: #ff9b00;
	text-decoration: none;
}
dl.blockmenu dt.current a, dl.blockmenu dt.current a:hover {
	cursor: auto;
	color: white;
	background-color: #666666;
	text-decoration: none;
}

.stars { 	position: relative;
	display: inline-block;
	width: 80px;
	height: 16px;
}
.stars .off, .stars .on {
	position: absolute;
	height: 100%;
	background-image: url(/include/commonimages/star_transorange_16.png);
	background-repeat: repeat-x;
}
.stars .off {
	background-position: right top;
	right: 0;
}
.stars .on {
	background-position: left bottom;
	left: 0;
}
.stars.settable {
	cursor: pointer;
}

ul.taglist li {
	display: inline;
	position: relative;
	padding-right: 20px;
}
ul.taglist li .remove, ul.taglist li .add {
	position: absolute;
	visibility: hidden;
	right: 2px;
	top: 0;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	width: 16px;
	height: 16px;
	cursor: pointer;
	}
ul.taglist li .remove {
	background-image: url(/include/commonimages/remove.png);
}
ul.taglist li .add {
	background-image: url(/include/commonimages/add.png);
}
ul.taglist li:hover .remove, ul.taglist li:hover .add {
	visibility: visible;
}
ul.taglist:before {
	content: "Tags: ";
}
ul.taglist input.addtag {
	display: inline;
	width: 10em;
}

/*tinymce*/
.darkSkin a.mceButtonActive, .darkSkin a.mceButtonSelected,
.darkSkin .mceSplitButtonActive a.mceAction,
.darkSkin .mceMenu .mceMenuItemEnabled a:hover, .darkSkin .mceMenu .mceMenuItemActive {
	border-color: #ff9b00 !important;
}
