body, html {
	background: #c79c19 url('http://discomposed.net/bts_back.gif') repeat-y 100% 100% ;
	*background: #c79c19 url('http://discomposed.net/bts_back.gif') repeat-y top right;
	margin-bottom: 2em;
	font-family: Arial, Tahoma, Verdana;
	font-size: 8pt;
	color: #414040;
	overflow-x: hidden;
	}
a {
	color: #414040;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #0ebc91;
	text-decoration: none;
	font-weight: bold;
	cursor: crosshair;
	}
h4 {
	font-size 9pt;
}
table {
	font-size: 8pt;
	}
select, input, textarea {
	font-family: Arial, Tahoma, Verdana;
	font-color: #414040;
	color: #414040;
	font-size: 8pt;
	background-color: #90f6dd;
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	}
#commentspopup input, #commentspopup textarea {
	font-family: Arial, Tahoma, Verdana;
	font-color: #414040;
	color: #414040;
	font-size: 8pt;
	background-color: #c79c19;
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
}
div {
	text-align: justify;
	font-family: Arial, Tahoma, Verdana;
	font-size: 8pt;
	color: #414040;
	}
.history {
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	}

hr {
	color: #414040;
	width: 100%;
	}

/* WORDPRESS */

#commentform textarea {
	width: 90%;
}
#commentspopup, #comments {
	background: #c79c19;
	font-size:8pt;
	font-family: Arial, Tahoma, Verdana;
	color: #414040;
	padding: 2px;
	max-width: 300px;
	margin-left: 90px;
}
blockquote {
	border-left: 5px solid #c79c19;
	margin-left: 1.5em;
	padding-left: 5px;
}
#wpcommentable {
background: #c79c19;
color: #414040;
width: 300px;
margin: 0px;
padding: 0px;
border-style: solid;
border-width: 0px;
border-color: #000000;
vertical-align: top;
}
#gap {
background: #c79c19;
}
#wpcommenttd {
vertical-align: top;
}
/* WORDPRESS FUNKY COMMENT LAYOUT */

#comments ol li{
	border: 1px solid #000000;
	list-style: none;
	min-height: 100px;
	padding: 2px;
	
}
.color1 {
	width: 243px;
	background-color: #c79c19;
	color: #414040;
	border:1px solid #000000;
	margin-bottom:30px;
	padding: 2px;
	text-align: justify;
}

.color2 {
	width: 243px;
	background-color: #c79c19;
	color: #414040;
	border:1px solid #000000;
	margin-bottom:30px;
	padding: 2px;
	text-align: justify;
}
.postedbyavatar {
	float:left;
	padding-left: 2px;
	padding-right: 4px;
}
.postedby {
	float:right;
	background-color: #c79c19;
	color: #414040;
	border: 1px solid #000000;
	text-align: right;
	padding: 2px;
	margin-top: -20px;
	margin-right: -15px;
}

* html .postedby { float: none; text-align: right; margin-top: 0px; margin-right: 0px; border: 0px;} 
/* this is done because IE is stupid and refuses to be standards-compliant in the stupidest areas. switch to Firefox people! */

.dinner {
	border: 1px solid #000000;
	padding: 2px;
	color: #414040;
}