/* Reminder to self: This is a simplified version of the original CSS file. */
/* Only a portion needs to be copy-pasted. */
/* The rest is for reference. */


/* Start copy-paste No. 1 */
/* Replace all rules for body. */

body { 
	background-color: #004040;
	background-repeat: repeat-y;
	background-image: url("design/");
	font-family: Georgia, Times New Roman, Tahoma, serif; 
	color: #51988f;
	}

/* End copy-paste No. 1 */

a:link {
	text-decoration: none;
	font-variant: small-caps;
	color: #7FC0B8;
	}

a:visited {
	text-decoration: none;
	font-variant: small-caps;
	color: #7FC0B8;
	}

a:hover { 
	color: #BFF6F2;
	border-style: dashed;
	border-color: #052122;
	border-top-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px; 
	}	

a:active { }

/* Start copy-paste No. 2 */
/* Replace all rules that start with .menubar, #flashy_menu, and .layout */

#menubar {
	position: absolute; 
	left: 15.5%; 
	top: 0; 
	width: 586px; /* 567px - 51px - 51px */
	padding: 31px 51px;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
	background-color: #004f63; /* Doesn't match the background colour of bud_bullet.png. Change as necessary */
	background-image: url("design/teh_forest-arai.png"); 
	background-repeat: no-repeat;
	background-position: 0px 0px;
	}

#flashy_menu {
	float: right;
	list-style: none;
	text-indent: 0px;
	width: 80px; /* 100px - 10px - 10px */
	margin: 0;
	padding: 10px;
	border: 1px solid #000;
	background-color: #004040;
	background-image: url("design/");
	}	

#flashy_menu li {
		display: inline; /* Gets rid of white-space formed inbetween list items in IE/Win */
		margin: 0;
		padding: 0;
		font-size: 9px;
		text-transform: none;
		text-align: center;
		font-family: Georgia, Times New Roman, Tahoma, serif;
		}

#flashy_menu li a {
		display: block;
		width: 72px; /* 80px - 4px - 4px */
		height: 14px; /* 16px - 2px */
		padding: 2px 4px 0 4px; /* top padding shifts down text and gives illusion of being vertically centered in box. */
		background-color: #004040;
		background-image: url("design/link_back01.png");
		color: #7FC0B8;
		font-family: Georgia, Times New Roman, Tahoma, serif;
		text-align: center;
		text-transform: uppercase;
		}

#flashy_menu li a:hover {
		border-bottom-width: 0px;
		background-color: #052122;
		background-image: url("design/link_back02.png");
		color: #BFF6F2;
		}		

#layout {
	position: absolute;
	left: 15.5%;
	top: 160px;
	width: 650px; /* 567px - 19px - 19px */
	padding: 0 19px 51px;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
	background-image: url("design/teh_background2.png");
	background-color: #004f63; /* Doesn't match the background colour of bud_bullet.png; change as required */
	}
	
/* End copy-paste No. 2 */


h1,h2 {
	margin-top: 0;
	font-family: Courier New, Georgia, Times New Roman, Tahoma, serif;
    	border-bottom: 1px dashed #052122;
	color: #bff6f2;
	}

h1 {
	font-size: 1em;
	letter-spacing: 1px;
	}

#listy_bullets {
	list-style-image: url("design/teh_bud_bullet.gif");
	margin-top: 19px;
	margin-bottom: 19px;
	margin-left: 0;
	padding-left: 32px;
	font-size: 0.8em;
	font-family: Georgia, Times New Roman, Tahoma, serif;
	}

h2 { font-size: 0.90em; }

h3 { font-weight: bold;
	font-size: 0.90em; } /* For discography pages only */

h4 { font-weight: bold;
	font-size: 0.90em; } /* For For index & concert page only */

h5 { font-weight: normal;
	font-size: 0.90em; } /* For concert page only */

.cdinfo {
    font-family: Georgia, Times New Roman, Tahoma, serif, monospace;
	font-variant: small-caps;
    font-size: 0.90em;
    color: #51988F; 
	}

span.titleOrig {
display: block;
font-size: 12px;
color: #51988f;
}

span.titleRom {
display: block;
font-style: italic;
font-size: 12px;
color: #51988f;
}

span.titleEng {
display: block;
font-weight: bold;
font-size: 12px;
color: #51988f;
}

p { font-size: 0.8em; }

p.linkTop {
	font-size: 0.8em;
	margin-bottom: 31px;
	}

.quoted {
	font-family: Georgia, Times New Roman, Tahoma, serif;
	font-size: 0.80em;
	font-weight: normal;
	font-style: oblique;
	text-decoration: none;
	border-style: dashed;
	border-color: #052122;
	border-top-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	background-image: url("design/");
	padding: 3px;
	}

Input, Textarea {
	color: #51988f; 
	background: #004040;
	background-image: url("design/cloudy.png");
	border-width: 1px; 
	border-style: dashed; 
	border-color: #052122;
	font-size:12px;
	line-height: 14px;
	font-weight: normal;
	text-decoration: none; 
	font-family: Georgia, Times New Roman, Tahoma, serif 
	}

p#modDate { }