/* Template Styles
============================================================== */
body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-color: #CCC;
	background: url(/images/whitebg.jpg) repeat-y top center;
	background-attachment: fixed;
	font-family: Helvetica, Geneva, sans-serif;
	font-size: 9pt;
	line-height: 14pt;
}

td {
	font-family: Helvetica, Geneva, sans-serif;
	font-size: 9pt;
	line-height: 14pt;
}

th {
	font-family: Helvetica, Geneva, sans-serif;
	font-size: 9pt;
	line-height: 13pt;
	font-weight: bold;
}

td.tableheader {
	font-family: Helvetica, Geneva, sans-serif;
	font-size: 9pt;
	line-height: 13pt;
	font-weight: bold;
}

h3 {
	font-family: Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	font-size: 15px;
	margin: 0px;
}

h3.image {
	margin-bottom: 15px;
}

h4 {
	font-family: Helvetica, Geneva, sans-serif;
	font-size: 13px;
	margin: 0px;
}

p {
	font-family: Helvetica, Geneva, sans-serif;
	font-size: 9pt;
	line-height: 14pt;
}

a, a:visited, a:hover, a:active {
	text-decoration: none;
}

li a:hover, a:hover, a:visited:hover {
	border-bottom: 1px solid #933;
	color: #933;
}

a:active {
	color: #C96;
	border-bottom: 1px solid #C96;
}

a {
	color: #369;
	border-bottom: 1px dotted #369;
}

a:visited {
	color: #728FAC;
	border-bottom: 1px dotted #677;
}

a.noline, a.noline:hover, a.noline:active, a.noline:visited {
	border: none;
}


/* Layout Styles
------------------------------------------------------------ */
#container {
	width: 700px;
	margin: 0px auto;
	text-align: left;
	position: relative;
}

#containerpadding {
	margin: 20px;
	background-image: url(/images/columnbg.gif);
}

#header {
	width: 660px;
	height: 70px;
	background-color: #CCCCCC;
	background-image: url(/images/header.jpg);
}

#header span {
	display:none;
}

#navarea {
	width: 660px;
	height: 36px;
	background-color: #FFFFFF;
}

#nav {
	width: 660px;
	margin: 0px;
	padding: 0px;
	list-style: none;
	background-color: #FFFFFF;
}

#nav li {
	float:left;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#nav a {
	margin: 5px 0px;
	width: 73px;
	padding: 8px 0px;
	background-color: #FFFFFF;
	text-decoration: none;
	display:block;
	text-align: center;
	color: red;
	border: none;
}

.navitem {
	background-image: url(/images/menu_item.jpg);
}

.navitemover {
	background-image: none;
}

#content {
	width: 660px;
	clear: both;
	background-color: yellow;
	position: relative;
	margin: 0px;
	padding: 0px;
	min-height: 100%;
}

#column1 {
	width: 440px;
	float: left;
	background-color: #E6E6E6;
}

#column1wide {
	width: 660px;
	float: left;
	background-color: #E6E6E6;
}

#col1cont {
	background: url(/images/col1fade.gif) repeat-x top left;
	padding: 15px 10px;
}

#mainpic {
	width: 440px
	height: 155px;
	background-color: #999999;
}

#column2 {
	width: 220px;
	float: right;
	background: url(/images/col2fade.gif) no-repeat top left;
}

#col2cont {
	position: relative;
	padding: 15px 10px;
}

#clear {
	clear: both;
}

#footer { 
	clear: both;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	border-top: 1px solid #999;
}

#footer p {
	margin: 0;
	padding: 8px 20px;
	text-align: center;
	color: #666666;
	font-size: 11px;
	}

/* Fixes float escaping bug in IE/Win, hides from IE Mac \*/
* html #footer p { height: 1%; }
/* End hide from IE Mac */

/* #bottom {clear: both; height: 1px;} */

p.entryinfo {
	font-family: Helvetica, Geneva, sans-serif;
	font-size: 10px;
	margin: 0px;
}

p.entrycontent {
	font-family: Helvetica, Geneva, sans-serif;
	font-size: 9pt;
	margin-top: .5em; 
}

#tourlist {
	margin-top: 10px;
	margin-bottom: 10px;
	list-style-image: url(/images/list_box.gif);
	margin-left: 10px;
	padding-left: 10px;
	font-size: 9pt;
	line-height: 11pt;
}

#tourlist li{
	margin: 7px;
}

#tourlist li a {
	font-weight: bold;
}

form {
	margin: 0px;
	padding: 0px;
}

a.more {
	font-size: 8pt;
}

/* TOUR DATES 
==================================================== */

tr.eventrow th {
	border-bottom: 3px double #fff;
}

tr.eventrow td {
	border-bottom: 1px solid #fff;
}

td.date {
	padding: 5px 0px;
}

td#date {
	padding: 5px 0px;
}

td.venue {
	padding: 5px 15px;
}

td#venue {
	padding: 5px 15px;
}

td.citystate {
	padding: 5px 0px;
}

td#citystate {
	padding: 5px 0px;
}

/* EVENT INFO 
==================================================== */

td.infotitle {
	font-weight: bold;
}

td.infodata {
	padding: 0px 0px 10px 15px;
}

/* MUSIC 
==================================================== */

table.cdtable {
	margin-bottom: 30px;
}

td.cdpic {
	width: 150px;
}

td.cdinfo {
	padding: 0px 0px 0px 15px;
}

tr.songrow td {
	line-height: 14pt;
}

 




