@charset "utf-8";
/* CSS Document */

body {
	background:url(../images/bg_page.jpg) repeat center top fixed;
  	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  	font-size: 12px;
  	font-weight: normal;
	margin-top: 0px;
}

#container {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	position: relative;
	width: 964px;
}

#pageHeader {
	width: 964px;
	height: 250px;
	background-color: transparent;
	/* background-image: url(../images/bg_banner-logo.png);
	background-repeat: no-repeat; */
	outline: none;
	}
	
#topNavigation {
	position: relative;
	width: 964px;
	height: 76px;
	background: url(../images/bg_nav.png) no-repeat;
}

#topNavInclude {
	position: absolute;
	left: 24px;
	top: 10px;
}

#contentTop {
	width: 964px;
	height: 18px;
	background-image: url(../images/bg_content-top.png);
	background-repeat: no-repeat;
	margin-bottom: 0px;
}

#contentMid {
	position: relative;
	display: inline-table;
	width: 964px;
	background-image: url(../images/bg_content-mid.png);
	background-repeat: repeat-y;
	margin-top: 0px;
	margin-bottom: 0px;
}

#contentBtm {
	/*clear: both;*/
	width: 964px;
	height: 18px;
	background-image: url(../images/bg_content-btm.png);
	background-repeat: no-repeat;
	margin-top: 0px;
}	

#footer {
	position: relative;
	width: 964px;
	height: 160px;
	background-image: url(../images/bg_footer.png);
	background-repeat: no-repeat;
	margin-bottom: 30px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: white;
}

#footer a,
#footer a:link,
#footer a:visited {
	color: white;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#footerSocialLinks {
	position: absolute;
	left: 24px;
	top: 18px;
}

#footerUtilityLinks {
	position: absolute;
	left: 24px;
	top: 130px;
}

#footerCopyright {
	position: absolute;
	right: 25px;
	top: 130px;
	text-align: right;
}

#footerMainLinks {
	position: absolute;
	right: 21px;
	top: 44px;
	text-align: right;
}

#footerMainLinks a {
	margin-left: 4px;
	margin-right: 4px;
}
 
#mainContent {
	float: left;
	width: 580px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 28px;
}

#mainContent img
{
	margin-right: 10px;
	outline: none;
}

#mainContent a, #mainContent a:link, #mainContent a:visited {
	color: #7A8696;
	text-decoration: none;
}
#mainContent a:hover {
	text-decoration: underline; 
}
#mainContent a img, #mainContent a:link img, #mainContent a:visited img {
	border: solid 2px #000;
}
#mainContent a:hover img {
	border: solid 2px #7B8796;
	text-decoration: underline; 
}

#sideBar {
	float: left;
	width: 334px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}

#sideBarTop
{
	background:url(../images/bg_sidebar-top.gif) no-repeat;
	width: 334px;
	height: 14px;
	margin-top: 0px;
	margin-bottom: 0px;
}

#sideBarMid
{
	background:url(../images/bg_sidebar-mid.gif) repeat-y;
	width: 334px;
	margin-top: 0px;
	margin-bottom: 0px;	
}

#sideBarMid img
{
	background: none;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 19px;
	border: 0px;
	outline: none;
}

#sideBarFlier
{
	background: url(../images/fliers/sb_flier_current.jpg) no-repeat;
	width: 300px;
	height: 382px;
	margin-top: 5px;
	margin-bottom: 0px;
	margin-left: 19px;
	border: 0px;
	outline: none;
}

#sideBarFlier img
{
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border: 0px;
	outline: none;
}

#sideBarSpacer
{
	background-image: none;
	height: 5px;
	width: 300px;
	margin-left: 19px;
}

#sideBarFlash
{
	width: 300px;
	height: 100px;
	background: none;
	margin-bottom: 5px;
	margin-left: 19px;
	border: 0px;
	outline: none;
}

#sideBarBtm
{
	background:url(../images/bg_sidebar-btm.gif) no-repeat;
	width: 334px;
	height: 13px;
	margin-top: 0px;
	margin-bottom: 0px;	
}

.headerContent
{
	margin-top: 26px;	
	margin-bottom: 20px;
}

.newsItem {
	/*position: relative;*/
	margin-bottom: 20px;
	display: inline-table;
}
.newsItem img {
	border: solid 1px #000;
}
.newsItemDate {
	font-size: 11px;
}

h2
{
	font-size: 16px;
	margin-top: 0px;
	margin-bottom: 20px;
	text-transform: uppercase;
}

h3 {
	color: #7B8796;
	text-transform: uppercase;
}

h4 {
	color: #7B8796;
	font-size: 13px;
}

h5 {
	font-size: 12px;
}

dt {
	font-weight: bold;
	line-height: 18px;
}

dd {
	margin-bottom: 16px;
	line-height: 14px;
	margin-left: 0px;
}
	
hr {
	/*line-height: 1px;*/
	color: #7B8796;
	clear: both;
	margin: 0 0 0 0;
	margin-top: 8px;
	margin-bottom: 8px;
}

p {
	margin-top: 14px;
	margin-bottom: 14px;
}

#tourTable {
	width: 580px;
  	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  	font-size: 12px;
}
#tourTable td {
	padding: 6px 6px 6px 6px;
}
.tourDate { width: 190px; }
.tourTime {}
.tourVenue { text-align: left; width: 240px; }
.tourCityState {}

#discogTable {
	width: 580px;
}
#discogTable td {
	padding: 6px 6px 6px 6px;
	vertical-align:top;
}
#discogTable td p {
	text-align: right;
	margin-right: 10px;
}
#discogTable td img {
	margin-top: 3px;
}
.discogText {width:360px;}

#videosTable {
	width: 580px;
}
#videosTable td {
	padding: 6px 6px 6px 6px;
	vertical-align: top;
}
#videosTable td p {
	text-align: left;
	font-weight: bold;
}
#videosObjectFix {
	position: absolute;
	top: 420px;
	left: 28px;
}
#photosSimpViewPosition {
	position: absolute;
	top: 350px;
	left: 28px;
}

#desktopsTable {
	width: 580px;
}
#desktopsTable td {
	padding: 6px 6px 6px 6px;
	text-align: center;
	vertical-align: top;
	font-weight: bold;
}
#desktopsTable td img {
	margin: 0 0 0 0;
	border: solid 1px #000;
}

#forumContent {
	/*float: left;*/
	width: 908px;
	margin-top: 0px;
	margin-bottom: 30px;
	margin-left: 28px;
}
 
#forumContent img
{
	margin-right: 10px;
	outline: none;
}

#forumContent a, #forumContent a:link, #forumContent a:visited {
	color: #7A8696;
	text-decoration: none;
}
#forumContent a:hover {
	text-decoration: underline; 
}
#forumContent a img, #forumContent a:link img, #forumContent a:visited img {
	border: solid 2px #000;
}
#forumContent a:hover img {
	border: solid 2px #7B8796;
	text-decoration: underline; 
}
#bannerCover
{
	position:absolute; top:904px; left:28px; width:570px; height: 14px; background-color:#E9E9E9; z-index: 10;
}
