BODY
{
	font-family: "Trebuchet MS" , Tahoma;
	font-size: small;
	color: darkgray;
	background-color: #574949;
	SCROLLBAR-BASE-COLOR: red;
	SCROLLBAR-TRACK-COLOR: black;
	SCROLLBAR-SHADOW-COLOR: black;
	background-image: url(images/bg.jpg);
  background-attachment: fixed;
	background-repeat: repeat;
	background-position: 625px 0;
}
/* start - screen layout */
#content
{
	position: absolute;
	top: 120px;
	left: 180px;
	margin: 0;
	background-color: black;
	vertical-align: top;
	color: white;
	border: solid 1px red;
	width: 420px;
	padding: 10px;
	vertical-align: top;
	text-align: left;
	font-size: 9pt;
	margin-bottom: 20px;
	min-height:  405px;
}
#mainphoto
{
  background-image: url(images/af-jams.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-color: black;
	color: white;
	border: solid 1px red;
	position: absolute;
	top: 120px;
	left: 180px;
	width: 460px;
	padding: 10px;
	vertical-align: top;
	text-align: center;
	font-size: 9pt;
	height: 530px;
}
a#logo
{
	position: absolute;
	top: 0;
	left: 175px;
	height: 100px;
	width: 450px;
	background-image: url(images/af.jpg);
	background-repeat: no-repeat;
	display: block;
}
.ivorykey
{
	background: white;
	text-align: right; 
	width: 100%; 
	height: 33px;	
	border: solid 1px darkgray; 
	border-bottom: none; 
	border-left: none;
	padding: 0;
	vertical-align: bottom;
}
.ebonykey
{
	position: relative; 
	top: -40px; 
	margin-bottom: -22px; 
	width: 80px; 
	height: 22px; 
	background: black;
}

.pianokeys
{
	position: absolute;	
	left: 0;
	top: 10px;
	width: 160px;	
	padding: 0;
	border: solid 1px black;
	border-bottom: solid 1px darkgray;
	border-left: solid 1px black;
}
* html .pianokeys {
	width: 165px;
}
.pianokeys a {
	display: block;
	height: 23px;
	padding: 5px 10px 5px 0;
	text-align: right;
}
.pianokeys .selected a, .pianokeys .selected a:hover {
	background-color: #eee;
	text-decoration: none;
	color: black;
}
#sitename {
	position: absolute; 
	top: 100px; 
	left: 650px; 
	color: red;
	font-size: 8pt;
	line-height: 8pt;
}
#guitar {
	position: absolute;
	top: 325px;
	left: 5;
	width: 146px;
	height: 340px;
	padding: 0;
	margin: 5px;
	background-image: url(images/aaronguitar.jpg);
	background-repeat: no-repeat;
	background-position: center;
	border: dashed 1px red;
}
#sidebar {
	position: absolute;
	top: 120px;
	left: 620px;
	width: 200px;
	text-align: center;
	border: dashed 1px red;
	padding: 10px;
	font-size: .85em;
}
* html #sidebar {
	left: 599px;
  width: 230px;
	height: 450px;
}
/* hyperlinks */
a {
	text-decoration: underline;
	color: red;
	font-weight: normal;
}
a:Hover {
	color: white;
	text-decoration: underline;
	font-weight: normal;
}
.ivorykey a:Hover
{
	color: white;
	text-decoration: underline;
	font-weight: normal;
	background-color: Red;
}
#content A {
	text-decoration: none;
}
#content A:hover {
	text-decoration: none;
}
#content table
{
	border-bottom: dashed 1px darkgray;
}
.negative {
	background-color: white;
	color: black;
}
.titlebar {
	text-align: center;
	background: black;
	width: 100%;
	height: 50px;
}
#footer {
	font-family: Tahoma;
	font-size: 8pt;
	margin-top: 5px;
	width: 100%;
	padding-bottom: 10px;
	vertical-align: top;
	text-align: center;
}
/* end - screen layout */
.filter {
	border: none;
}
label {
	vertical-align: top;
	font-size: 8pt;
	color: tomato;
	width: 120px;
}
.opinion label {
	width: 1px;
}
.ratings {
	vertical-align: bottom;
}
.ratings label {
	width: 1px;
	height: 0;
	vertical-align: bottom;
}
.ratings input {
	font-size: 8pt;
}
.contentunit {
	border-top: dotted 2px darkred;
}
.post {
margin-bottom: 10px;
}
.post .title, .post .title A, .about, .about A {
	float: none;
	font-size: 11pt;
	color: lightsalmon;
	text-transform: uppercase;
}
.post .title A:hover, .about A:hover {
	float: none;
	font-size: 11pt;
	color: tomato;
	text-decoration: underline;
}
.post .title A, .about, .about A {
	text-decoration: underline;
}
.post .title A.Edit {
	text-transform: lowercase; 
	color: red; 
	text-decoration: none; 
}
.post .type {
	font-size: 11pt;
	color: orange;
}
.post .date {
	color: tomato;
	text-align: center;
	font-size: 8pt;
}
.post .poster {
	color: darkgray;
	text-align: right;
	font-size: 8pt;
}
.faded {
	color: darkred;
}
.message {
	font-size: 10pt;
	color: Yellow;
}
.warningmessage {
	font-size: 10pt;
	color: Yellow;
	text-decoration: underline;
}
.errormessage {
	font-size: 10pt;
	color: red;
	text-decoration: underline;
}
.sectiontitle {
	font-family: "Trebuchet MS" , Tahoma;
	color: tomato;
	font-size: 16pt;
	font-weight: bold;
	text-decoration: underline;
	text-transform: uppercase;
}
.subsectiontitle {
	vertical-align: top;
	text-decoration: underline;
	font-size: 8pt;
	color: white;
	font-weight: normal;
}
input.entry {
	border: solid 1px red;
}
input.button, button {
	margin-top: 10px;
	margin-left: 125px;
	background-color: red;
	border: solid 1px white;
	text-transform: uppercase;
	color: white;
}
.opinion input.button, .tight button {
	margin-left: 0px;
}
IMG {
	border: none;
	padding: none;
	border-style: none;
	border-width: none;
	layout-grid: none;
	margin: none;
}
P, LI {
	color: White;
	padding: 2px;
	margin: 2px;
	font-size: 10pt;
}
EM { 
	color: orange; 
}
th {
	font-family: Tahoma, Arial;
	font-size: 9pt;
	font-weight: normal;
	color: Black;
	border: solid 1px white;
	background: orange; /*text-transform: capitalize; */
	text-align: left;
	padding: 2px;
	padding-left: 4px;
	padding-right: 4px;
}
td { 
	font-size: 8pt; 
	font-family: "Trebuchet MS";	
	padding: 0; 
}
.fine {	
	font-family: Tahoma; 
	font-size: 8pt; 
}
.backtohome A {	
	text-decoration: none; 
	color: tomato; 
}
.backtohome A:hover { 
	color: yellow; 
	text-decoration: none; 
}
ul {
	line-height: .9em;
}
cite { 
	color: salmon;
}
label { 
	width: 80px; float: left;
}
body#merch_page label {width: 70px;}
input { 
	clear: right; 
	margin-bottom: 5px; 
	padding: 2px; 
}
.onphoto {
	color: black;
}
textarea {
	height: 250px; 
	width: 330px; 
	border: solid 1px red; 
	margin-bottom: 10px;
}
#greeting { 
	position: absolute; 
	font-weight: bold; 
	top: 670px; 
	width: 475px; 
	left: 180px; 
}
#greeting a {
	font-weight: bold;
}
a.image{
	border: solid 1px red; 
	height: 110px; 
	width: 110px; 
	display: block; 
	margin: 0 auto;
}
a.image:hover {
	border: dashed 1px red;
}
.jukebox {
	height: 30%; 
	margin-top: 10%;
}
blockquote { 
	font-size: 1.3em; 
	font-weight: bold; 
	font-family: Georgia, verdana;
}
body#home_page blockquote { 
	position: absolute; 
	font-weight: bold; 
	top: 540px; 
	width: 150px; 
	left: 650px; 
	font-size: 1.2em; 
	color: white;
}
body#home_page blockquote cite { 
	color: red; 
}
#islandgirl { 
	background-image: url(images/island-girl-records.jpg); 
	background-repeat: no-repeat; 
	background-position: center; 
	height: 210px; 
	width: 210px; 
	position: absolute; 
	top: 560px; 
	left: 630px; 
	background-color: white; 
	border: solid 2px red;
}
* html #islandgirl { 
	top: 590px; 
	left: 620px; 
}
a#face {
	position: absolute;
	top: 3px;
	left: 630px;
	height: 92px;
	width: 102px;
	padding: 0;
	background-repeat: no-repeat;
	background-position: center;
	border: dashed 1px red;
	background-image: url(images/aaronprofileblk.jpg);
	display: block;
}
a#face:hover {
	background-image: url(images/aaronprofilezoom.jpg);
}
form.merchandise {min-height: 150px;}
form.merchandise img {float: right; width: 140px; margin-left: 10px;}
