html {
	text-align: center;
	-webkit-text-size-adjust: none;
}

body {	font-family: "Trebuchet MS", Verdana, sans-serif;
	color: #3d3d3d;
	margin: 0;
	padding: 0;
	background-color: #c2bfbf;
	text-align: center;
	width: 980px;
	margin-left: auto;
	margin-right: auto;
}

ul {
	padding-left: 25px;
}

li {
	margin-bottom: 5px;
}

form {
	display: block;
	position: relative;
	float: right;
	right: 70px;
	margin: 0;
}

ul.nobullet {
	list-style-type: none;
}

/* @group index */

#whitebox {
	background-color: #fff;
	border: 1px solid #616161;
	-webkit-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-moz-border-radius: 5px;
	line-height: 0;
	padding: 30px 30px 50px;
}

.margin70 {
	margin-top: 70px;
}

.margin5 {
	margin-top: 5px;
	margin-bottom: 5px;
}

#container {
	width: 600px;
	margin-left: 320px;
}

#name {
	font: 30px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-transform: lowercase;
	letter-spacing: 5px;
	white-space: nowrap;
	color: #700000;
	text-align: center;
	border-bottom: 1px dotted #8172c3;
	padding-bottom: 5px;
	padding-top: 5px;
	margin: 0;
}

.text {
	text-align: justify;
	font-size: 12px;
	line-height: 2;
	position: relative;
	margin: 20px;
}

.indexphoto {
	float: left;
	padding-top: 10px;
	display: inline;
}



/* @end */

/* @group table */

#schedule {
	font-size: 12px;
	margin-bottom: 30px;

}

.trtop {
	font-weight: bold;
	font-size: 14px;
	color: #000;
}

td {
	vertical-align: text-top;
	padding-bottom: 15px;
	text-align: left;
	padding-left: 5px;
}

td.nopad {
	padding: 0px;
}



/* @end */

/* @group contentpages */

#name2 {
	font: 34px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-transform: lowercase;
	letter-spacing: 5px;
	white-space: nowrap;
	color: #700000;
	text-align: center;
	padding-bottom: 15px;
	display: block;
	position: relative;
	top: 10px;
	margin: 0;
}

#container2 {
	padding-top: 20px;
}

#nav {
	color: #920007;
	letter-spacing: 2px;
	text-align: center;
	font-size: 14px;
	line-height: 2.5;
	white-space: nowrap;
	border-top: 1px dotted #918fac;
	border-bottom: 1px dotted #918fac;
	margin: 15px 30px 5px;
}

p.contentheader {
	line-height: 1.5;
	letter-spacing: 2px;
	font-size: 24px;
	color: #000;
	text-align: center;
	padding-bottom: 5px;
	margin-bottom: 20px;
	margin-top: 0px;
}

.content {
	margin-left: 290px;
	width: 580px;
	font-size: 12px;
	line-height: 1.5;
	text-align: justify;
	margin-bottom: 30px;
}

.header2 {
	font-size: 16px;
	line-height: 1;
	font-weight: bold;
	letter-spacing: 1.5px;
	color: #000;
	margin: 0 0 10px;
}

p.bandlinks {
	border-bottom: 1px dotted #920007;
	text-align: center;
	padding-bottom: 5px;
	font-size: 11px;
	margin-right: 20px;
	margin-bottom: 40px;
	margin-left: 20px;
	padding-top: 10px;
}

.bold {
	font-weight: bold;
}

.date {
	color: #000;
	font-size: 11px;
	margin: 0;
	padding-left: 10px;
	border-bottom: 1px solid #c7c7c7;
	background-color: #e7f1e7;
	line-height: 2;
}

.strong {
	font-size: 11px;
	font-weight: bold;
}

#postcontent {
	padding-right: 10px;
	padding-left: 10px;
}

p.title {
	font-size: 14px;
	margin: 10px 0 10px;
	font-weight: bold;
	border-bottom: 1px dotted #918fac;
}

p.musicians {
	font-size: 10px;
}

span.underline {
	text-decoration: underline;
}

span.tag {
	font-size: 16px;
}

.bottom {
	position: relative;
	display: block;
	text-align: center;
	padding-bottom: 20px;
}

.contact {	letter-spacing: 1pt;	font-size: 11px;
	display: block;
	position: relative;
	padding-top: 10px;
	margin: 0;
	white-space: nowrap;
	line-height: 1;
}

.credits {	letter-spacing: 2pt;	font-size: 9px;
	display: block;
	position: relative;
	padding-top: 8px;
	color: #737373;
	margin: 0;
	line-height: 1;
}

.textflush {
	text-align: justify;
	font-size: 12px;
	line-height: 2;
	position: relative;
	margin: 0 0 15px;
}

.indent {
	margin-left: 20px;
}

div.post {
	border: 1px solid #c7c7c7;
	background-color: #f6f1fe;
	margin-top: 20px;
}



/* @end */

/* @group link */

a:link {	text-decoration: none;
	color: #920007;
}a:visited {	text-decoration: none;
	color: #920007;}a:hover {	color: #21009e;
	text-decoration: none;
}

/* @end */

/* @group img */

img {
	border: 1px solid #000;
}

form img {
	border: none;	
}

.floatright {
	margin-left: 20px;
	margin-bottom: 10px;
	float: right;
	text-align: right;
}

.floatleft {
	float: left;
	margin-right: 20px;
}

.photo {
	padding-left: 40px;
	float: left;
}

img.noborder {
	border-style: none;
}

img.bandphoto {
	margin-left: 20px;
	float: right;
	margin-right: 20px;
}



/* @end */