html, body {
	margin: 0 auto;
	padding: 0;
	background-color: #336565;
}

#wrap {
	margin: 0 auto;
	text-align: center;
	width: 800px;
	min-height: 1px;
	border-right: 1px solid black;
	border-left: 1px solid black;
}

.content {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 14px;
	min-height: 600px;
	background-color: #669998;
	padding: 20px 20px 40px 30px;
	text-align: left;
}

#footer {
	height: 42px;
	width: 800px;
	background-color: black;
	color: #666;
	font: 10px/38px "Century Gothic", Arial, Helvetica, sans-serif;
	text-align: right;
}

#footer .webdesign {
	position: absolute;
	margin-left: 40px;
	color: #666;
}

#footer a:link {
	color: #65cc68;
	padding-right: 30px;
	text-align: right;
}

a:link, a:visited {
	color: #0C4E87;
	text-decoration: none;
	outline: none;
}

a:hover {
	text-decoration: underline;
}

p.greeting {
	margin-top: 30px;
	line-height: 23px;
}

p.section_header {
	border-bottom: 1px solid #003305;
	width: 700px;
	padding-bottom: 1px;
}

.divider {
	height: 25px;
	clear: both;
}

.image1 {
	float: right;
	border: 1px solid #003305;
	padding: 4px;
	margin: 0 20px 0 40px;
}

ul.discog {
	margin-bottom: 0;
	margin-top: 0;
	margin-right: 0;
	padding-left: 20px;
}

.discog li {
	list-style-type: circle;
	list-style-position: outside;
	text-shadow: #659966 1px 1px 0;
	opacity: 0.8;
	margin: 0 0 10px 0;
}

.discog li a:link,
.discog li a:visited {
	text-shadow: black 2px 2px 2px;
	opacity: 1;
	color: #caff9b;
}

.video_descrip {
	font-size: 12px;
}

.audio_link {
	margin-right: 40px;
	padding-left: 30px;
	background: url(../images/musicnote.png) no-repeat 0 1px;
	line-height: 40px;
	color: #0C4E87;
	padding-top: 8px;
	padding-bottom: 8px;
	margin-left: 10px;
}

/* @group header */

#bg_header {
	background: black url(../images/headerbg.jpg) no-repeat 36px 0;
	height: 240px;
	width: 800px;
	margin: 0;
	padding: 0;
}

p.header {
	color: #fdcc9b;
	font-size: 45px;
	text-align: left;
	text-indent: 40px;
	margin: 0;
	padding: 20px 0 0;
}

p.header_descrip {
	color: #ca9968;
	text-align: left;
	text-indent: 40px;
	margin: 0;
	padding: 0;
}

/* @end */

/* @group nav */

.nav {
	position: relative;
}

.nav1 a {
	float: left;
	margin-right: 5px;
	margin-left: 5px;
	text-decoration: none;
	outline: none;
	color: #fdcc9b;


/* #cbcc9a; */
	position: relative;
	top: 126px;
	left: 32px;
	font: 12px "Century Gothic", Arial, Helvetica, sans-serif;
	padding: 2px 4px 6px;
}

.nav1 a:hover {
	color: white;
	border-top: 3px solid #6898ca;
	padding-top: 1px;
}

/* @end */

/* @group cal */

.cal_date_band {
	font: 14px "Century Gothic";
	text-align: left;
	color: #003305;
}

.cal_date_venue {
	font-family: "Century Gothic";
	text-align: left;
}

.cal_date_city {
	text-align: left;
	font-size: 9px;
	line-height: 15px;
}

a.cal_date_more {
	font-weight: bold;
	font-size: 10px;
	text-align: left;
}

.cal_band {
	font: bold 20px "Century Gothic";
	text-decoration: none;
}

.cal_venue {
	font: 14px "Century Gothic";
	text-decoration: none;
}

.cal_info {
	font: 12px "Century Gothic";
	text-decoration: none;
}

.clmonth {
	border-collapse: collapse;
	width: 640px;
	border-bottom: 1px solid #BABABA;
	padding-top: 16px;
}

.clmonth caption {
	text-align: center;
	font: bold 140% "Century Gothic", "Trebuchet MS", Helvetica;
	padding-bottom: 20px;
	margin-bottom: 10px;
}

.clmonth th {
	padding: 2px 5px;
/*	background-color: #CCC;
	border: 1px solid #999; */
	color: #000;
	font: bold 11px Arial;
	width: 92px;
	text-align: center;
}

.clmonth td {
	text-align: right;
	overflow: wrap;
	color: #343;
	border: 1px solid #666;
	font: 11px Arial;
	padding: 2px 4px 8px 4px;
	vertical-align: top;
	height: 92px;
	width: 92px;
	background-color: #8cc;
}

.clmonth td a {
	color: #980034;
	font-size: 10px;
}

.clmonth td.previous, .clmonth td.next {
	background-color: #b7b7b7;
	color: #666;
}

.clmonth td.active {
	background-color: #fddcb2;
}

a.popup:visited {
	color: #000;
	text-decoration: none;
}

a.popup {
	text-decoration: none;
	position: relative;
	left: 0px;
	line-height: 20px;
	font-size: 10px;
}

a.popup span {
	display: none;
}

a.popup:hover {
	color: #232;
	cursor: default;
	z-index: 4;
}

a.popup:hover .popbox {
	display: block;
	position: absolute;
	top: -70px;
	left: -80px;
	width: 240px;
	background-color: #cbffcc;
	color: #232323;
	border: 1px solid #000;
	text-align: left;
	padding: 2em 12px 2em 2em;
}

a.popup:hover .poptop {
	display: block;
	position: absolute;
	top: 20px;
	left: 15px;
	text-align: left;
	margin-bottom: 8px;
}

/* @end */

/* @group photo */

.gallery_thumb {
	float: left;
	background-color: white;
	padding: 10px;
	margin-right: 5px;
	margin-bottom: 25px;
	border: 1px solid #444;
}

.gallery_thumb img {

}

.photo_th_comment {
	width: 100px;
	overflow: wrap;
	font-size: 11px;
	color: #242;
	margin:1em auto;
	text-align: center;
}

/* @end */
