body {
	background: #000 url(../images/tracks_bg.jpg) top left no-repeat fixed;
	margin: 0;
	padding: 0;
}
a img {
	border: 0;
}
a {
	color: #BA9483;
}
a:hover {
	text-decoration: none;
}
#logo {
	margin: -6px 0 0 30px;
}

.content {
	background: transparent url(../images/tracks_blur.jpg) top left no-repeat fixed;
	border: 2px solid #12131B;
	padding: 10px;
	overflow: auto;
	height: 400px;
	width: 50%;
	margin-left: 36%;
	font-family: tahoma, arial;
	font-size: 11px;
	color: #ddd;
	min-width: 300px;
}
#home {
	
}

#leftborder {
	position: absolute;
	left: 36%;
	top: 130px;
	margin-left: -18px;

/*	margin-top: 110px;
	margin-left: 36%;
	padding-left: -18px;
	float: left;
*/
}

#nav {
	background: transparent url(../images/tracks_blur.jpg) top left no-repeat fixed;
	float: right;
	border: 2px solid #12131B;
	padding: 0;
	margin-right: 40px;
	margin-top: 60px;
	color: #808099;
}
#nav a {
	text-decoration: none;
	color: #808099;
	height: 21px;
}
#nav ul {
	margin: 0;
	padding: 5px 10px 5px 10px;
	list-style-type: none;
}
#nav li {
	border-right: 1px dotted #12131B; 
	padding: 0;
	display: inline;
	margin: 0;
}
#nav li#lastlink {
	border-right: none;
}

.post .byline {
	background: #000 url(../images/tracks_bg.jpg) top left no-repeat fixed;
	text-align: right;
	border: 1px dotted #12131B;
	padding: 1px 8px 1px 0;	
}

/* these two rules used to create the transparent "frame" around images */
.rightgraphic {
	margin: 0px auto;
}
.frame, .frameleft {
	background: transparent url(../images/tracks_bg.jpg) top left no-repeat fixed;
	text-align: center;
/*	border: 1px solid #333; */
	border: 1px dotted #12131B; 
	float: right;
	display: block;
	margin: 5px;
	padding: 3px;
}
.frameleft {
	float: left;
}


/* this guy is used to create the transparent header things */
.section {
	background: #000 url(../images/tracks_bg.jpg) top left no-repeat fixed;
/*	border: 1px solid #333; */
	border: 1px dotted #12131B; 
	text-align: center;
	padding: 4px 0 4px 0;
	font-weight: bold; 
	font-size: 12px;
}



/* ----- css for individual content panes ----- */
#home #button {
	margin-top: 10px;
	float: right;
}
#home #archives {
	display: none;
}
#home #bottomrow {
	margin-top: 25px;
}
#home p {
	margin: 3px 0;
}
#shows table {
	width: 100%;
	text-align: center;
}
#shows td {
	padding: 2px;
}
#shows th {
	padding: 4px 0 4px 0;
}

/* not being used right now
#merch .merch_item {
	border-top: 1px dotted #12131B;
	padding-top: 10px;
}
#merch img {
	float: right;
}
#merch h2 {
	margin-top: 0;
}
#merch input, #merch select {
	font-size: 90%;
}
*/
#mp3 li {
	margin-bottom: 4px;
}


#photos .gallery {
	background: #000 url(../images/tracks_bg.jpg) top left no-repeat fixed;
	text-align: center;
	border: 1px solid #333;
	padding: 3px 4px 3px 4px;
	margin: 5px 3px 5px 3px;
	float: left;
}
#photos .gallery a {
	text-decoration: none;
	color: #fff;
}
#photos .byline {
	font-style: italic;
}
#photos .byline a {
	color: #BA9483;
	text-decoration: underline;
}
#photos .byline a:hover {
	text-decoration: none;
}


#contact .label {
	background: #000 url(../images/tracks_bg.jpg) top left no-repeat fixed;
	text-align: center;
	border: 1px solid #333;
	padding: 0 7px 0 7px;
}
#contact input, #contact textarea {
	background: #ddd url(../images/tracks_bg.jpg) top left no-repeat fixed;
	color: #fff;
	border: 1px solid #aaa;
	padding: 2px;
	font-size: 11px;
	font-family: tahoma, arial;
}
#contact #formlayout {
	margin-left: 20px;
}

#press #names {
	padding: 10px 0 30px 0;
	text-align: center;
}