/* @charset "iso-8859-1"; */

/* //////////////////////////////////////// */
/*
.color_0 { background-color: #003e71; color: #fff; border: none 1px #ccc; }
.color_1 { background-color: #004d8a; color: #fff; border: none 1px #ccc; }
.color_2 { background-color: #0078C0; color: #fff; border: none 1px #ccc; }
.color_3 { background-color: #ddd; border: none 1px #ccc; }
.color_4 { background-color: #f2f2f2; border: none 1px #ccc; }

.color_0 a, .color_0 > address, .color_0 > h1, .color_0 > h2, .color_0 > h3,
.color_1 a, .color_1 > address,
.color_2 a, .color_2 > address { color: #fff; }

.color_3 a, .color_3 address,
.color_4 a, .color_4 address { color: #555; } 
*/
/* //////////////////////////////////////// */

.font_mono {
	font-family: "Consolas","Bitstream Vera Sans Mono","Andale Mono","Lucida Console","LucidaSansTypewriterMonoStd","Courier New", monospace;
	font-size: 12px;
	font-weight: 500;
	font-style: normal;
	text-decoration: none;
}

.font_serif {
	color: #666;
	font-family: Georgia,Palatino,serif;
	font-size: 15px;
	font-weight: 200;
	font-style: normal;
	text-decoration: none;
	/* letter-spacing: -0.04em; */
	line-height: 1.6em; 
}

/* //////////////////////////////////////// */

p.note:before { content:"["; }
p.note:after  { content:"]"; }

a[href^='http://']:after {
/*
	content:" [" attr(href) "]";
*/
}

/* //////////////////////////////////////// */
/* http://www.positioniseverything.net/explorer/floatIndent.html */

img {
	margin: 0;
	padding: 0;
	text-align: center;
}

img.float_right, img.float_left {
	background-color: #ddd;
	border: solid 1px #ccc;
	padding: 4px;
	display: inline; /* http://www.positioniseverything.net/explorer/floatIndent.html */
}

.float_right {
	float: right;
	margin: 0 0 0 10px;
	display: inline;
}

.float_left {
	float: left;
	margin: 0 10px 0 0;
	display: inline;
}

/* //////////////////////////////////////// */
/* http://www.positioniseverything.net/explorer/floatIndent.html */

.box {
	border: none 1px blue;
	margin: 5px;
	padding: 0px;
	display: block;
	overflow: hidden;
}

.shape {
	border: none 1px red;
	margin: 0px;
	padding: 5px;
	display: block;
	overflow: hidden;
}

/* //////////////////////////////////////// */

/* reduce space between left and right boxed contents */
#body_left .box {
	border: solid 1px #000;
	margin-right: 0; /* this removes the normal space!!! */
}

#body_left .shape {

}

#body_left address {
	/* caution this empty statement has unknown FX on opera MUST STAY
	without opera does no do the margin-left:0 setting */
}

#body_left h6 {
	background-image: url('domain/stripe1.gif');
	background-repeat: repeat;
	background-position: 0 0;
	background-color: #ddd; 
	color: #3366ff;
	border-bottom: solid 1px #000;
	text-align: right;
	padding: 0 4px;
}

#body_left ul li {
	float: none;
}

#body_left ul li a {
	/* display: block; *//* IE6 and Google Cache Bug */
	display: block; /* keep this!!! */
	padding: 0 2px 0 2px;
}

#body_left ul li a:hover {
	color: blue;
	text-decoration: underline;
	display: block;
}

/* //////////////////////////////////////// */

/* required for opera to unhide gfx */
#home_php #body_left .box {
	/* overflow: visible; */
}

/* //////////////////////////////////////// */

#home_php {
}

/* //////////////////////////////////////// */

#band_php {
}

/* //////////////////////////////////////// */

#live_php {
}

/* //////////////////////////////////////// */

#photo_php {
}

/* //////////////////////////////////////// */

#news_php {
}

/* //////////////////////////////////////// */

#link_php {
}

/* //////////////////////////////////////// */

#guestbook_php .box {
}

/* //////////////////////////////////////// */

#disclaimer_php {
}

/* //////////////////////////////////////// */

#imprint_php .box {
}

/* //////////////////////////////////////// */

