html {
	background-color: #482020;
	color: white;
}

body {
	background-color: #482020;
	
	color: white;
	font-family: 'Arial', sans-serif;
	font-size: 12pt;
	padding: 0px;
	margin: 20px;
}

#menu {
	background-color: #500000;
	background-image: url('img/border-topbottom');
	background-repeat: repeat-x;
	background-position: left top;
	color: #FFFFFF;
	
	padding: 0;
	margin: 0 auto 20px auto;
	
	height: 232px;
	
	text-align: center;
	font-size: 14pt;
	
	border: solid black 3px;
}

.content {
	background-color: #500000;
	background-image: url('img/border');
	background-repeat: repeat-x;
	background-position: top left;
	color: white;
	
	padding: 35px 20px 20px 20px;
	
	margin-top: 20px;
	margin-bottom: 20px;
	
	text-align: justify;
	
	border: solid black 3px;
}

.lyrics {
	margin: 15px 0 0 30px;
	font-family: 'Courier New', monospace;
	line-height: 1.1em;
}

p {
	padding: 0;
	margin: 0;
}

h1 {
	padding: 2px;
	margin: 0 0 20px 0;
	font-size: 18pt;
	line-height: 1em;
}

h2 {
	padding: 0;
	margin: 0;
	font-size: 12pt;
	font-weight: bold;
}

h3 {
	padding: 0;
	margin: 0;
	font-size: 13.5pt;
	font-weight: bold;
}

.hidden {
	color: #A0A0A0;
}

table {
	empty-cells: show;
	border-collapse: collapse;
	
	border: solid white 1px;
}

th {
	padding: 2px 5px 2px 5px;
	
	text-align: left;
	
	border: solid white 1px;
}

td {
	padding: 5px;
	
	border: solid white 1px;
}

table.images {
	width: 60%;
	
	text-align: left;
	
	margin-left: auto;
	margin-right: auto;
	border-style: none;
}

table.images td {
	border-style: none;
}

table#gb {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	border-style: none;
	empty-cells: show;
}

table#gb th {
	border-width: 2px 1px 1px 1px;
	border-color: white #A0A0A0 #A0A0A0 #A0A0A0;
}

table#gb th.left {
	border-width: 2px 1px 1px 2px;
	border-color: white #A0A0A0 #A0A0A0 white;
}

table#gb th.date {
	border-width: 2px 2px 1px 1px;
	border-color: white white #A0A0A0 #A0A0A0;
	text-align: right;
}

table#gb td {
	border-width: 1px 2px 2px 2px;
	border-color: #A0A0A0 white white white;
	text-align: left;
}

table#gb td.spacer {
	border-width: 2px 0 0 0;
	border-color: white;
}

a:link, a:active {
	text-decoration: none;
	color: yellow;
}

a:visited {
	text-decoration: none;
	color: #C0C000;
}

a:hover {
	text-decoration: underline;
	color: yellow;
}

img {
	border-style: none;
}

img.thumb {
	border: solid white 1px;
}

img.thumb_comments {
	border: solid red 1px;
}

img.thumb_new_comments {
	border: solid red 3px;
}

a:hover img.thumb, a:hover img.thumb_comments {
	border: solid yellow 1px;
}

a:hover img.thumb_new_comments {
	border: solid yellow 3px;
}

#menu a {
	color: white;
}

#menu a:hover {
	color: #FFFF80;
	text-decoration: none;
}

#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.comment_fabba {
	color: #FFA0A0;
}

.comment_change {
	color: red;
}

.comment_wtf {
	color: #40E0FF;
}
