/* screen.css */

body {
	margin: 0;
	padding: 0;
	background: #3f3f3f;
	font-family: "Lucida Grande", Verdana, sans-serif;
	color: #3f3f3f;
}
	
#container {
	width: 940px;
	background: #c8c7c8 url(/images/bg_container.png) repeat-x top;
	border: 10px solid #dfe6f9;
	margin: 0 auto;
}

#header {
	background: url(/images/bg_ocean.gif) no-repeat top;
	height: 120px;
}

#mainCol {
	width: 486px;
	margin: 0 45px 0 50px;
	float: left;
}

#mainColFullPage {
	margin: 0 45px 0 50px;
}

#wideCol {
	width: 725px;
	margin: 0;
	float: right;
	padding: 15px 0 50px 0;
	font-size: 12px;
}

#sidebar {
	width: 308px;
	margin-right: 50px;
	float: right;
}

.clear {
	clear: both;
}

#nav {
	width: 108px;
	float: left;
	font-family: Georgia, serif;
	font-size: 12px;
	font-weight: bold;
}

#contentCol {
	width: 377px;
	float: right;
	font-size: 12px;
	margin: 18px 0 0 0;
	line-height: 18px;
}

#nav ul {
	margin: 20px 0 0 0;
	padding: 0;
}

#nav ul li {
	list-style: none;
	margin-bottom: 10px;
}

#nav a:link,
#nav a:visited {
	color: #223d7b;
	text-decoration: none;
	border: none;
}

#nav a:hover,
#nav a:active,
.activeLink {
	color: #223d7b;
	text-decoration: none;
	background: #d4d4d4;
	padding: 5px;
	margin: 0 0 0 -5px;
	border: none;
}

#contentCol h3 {
	margin: 0;
	padding: 0;
	font-size: 12px;
}

#contentCol p {
	margin: 0;
	padding-bottom: 14px;
}

#Bio {
	text-indent: -100em;
	overflow: hidden;
	background: url(/images/h_bio.gif) no-repeat;
	height: 16px;
	
	margin: 0 0 10px 0;
	padding: 0 0 2px 0;
	border-bottom: 1px solid #909687;
}

#News {
	text-indent: -100em;
	overflow: hidden;
	background: url(/images/h_news.gif) no-repeat;
	height: 16px;
	
	margin: 0 0 10px 0;
	padding: 0 0 2px 0;
	border-bottom: 1px solid #909687;
}

#Tour {
	text-indent: -100em;
	overflow: hidden;
	background: url(/images/h_tourdates.gif) no-repeat;
	height: 16px;
	
	margin: 0 0 10px 0;
	padding: 0 0 2px 0;
	border-bottom: 1px solid #909687;
}

#Music {
	text-indent: -100em;
	overflow: hidden;
	background: url(/images/h_music.gif) no-repeat;
	height: 16px;
	
	margin: 0 0 10px 0;
	padding: 0 0 2px 0;
	border-bottom: 1px solid #909687;
}

#Video {
	text-indent: -100em;
	overflow: hidden;
	background: url(/images/h_video.gif) no-repeat;
	height: 16px;
	
	margin: 0 0 10px 0;
	padding: 0 0 2px 0;
	border-bottom: 1px solid #909687;
}

#Press {
	text-indent: -100em;
	overflow: hidden;
	background: url(/images/h_press.gif) no-repeat;
	height: 16px;
	
	margin: 0 0 10px 0;
	padding: 0 0 2px 0;
	border-bottom: 1px solid #909687;
}

#Contact {
	text-indent: -100em;
	overflow: hidden;
	background: url(/images/h_contact.gif) no-repeat;
	height: 16px;
	
	margin: 0 0 10px 0;
	padding: 0 0 2px 0;
	border-bottom: 1px solid #909687;
}

#Shop {
	text-indent: -100em;
	overflow: hidden;
	background: url(/images/h_shop.gif) no-repeat;
	height: 16px;
	
	margin: 0 0 10px 0;
	padding: 0 0 2px 0;
	border-bottom: 1px solid #909687;
}

#sidebarMailingList {
	font-size: 10px;
	margin: 20px 0;
	padding: 20px 0;
}

#sidebarMailingList p {
	margin: 0 0 -3px 0;
	padding: 0;
	font-weight: bold;
}

#sidebarMailingList form input {
	background: #d2d2d2;
	color: #333;
	font-family: "Lucida Grande", Verdana;
	font-weight: bold;
	font-size: 12px;
}

#sidebarMailingListHeader {
	text-indent: -100em;
	overflow: hidden;
	background: url(/images/h_mailinglist.gif) no-repeat;
	height: 16px;
	
	margin: 0 0 5px 0;
	padding: 0 0 2px 0;
	border-bottom: 1px solid #909687;
}



#contentCol a:link,
#wideCol a:link,
#contentCol a:visited,
#wideCol a:visited {
	color: #223d7b;
	text-decoration: none;
	border-bottom: 1px dotted #223d7b;
}

#contentCol a:hover,
#wideCol a:hover,
#contentCol a:active,
#wideCol a:active {
	color: #223d7b;
	text-decoration: none;
	border-bottom: 1px dotted #fff;
}

#footer {
	background: url(/images/bg_city.gif) no-repeat -10px 20px;
	height: 225px;
}

.buyQuickLinks {
	font-size: 10px;
}

.buyQuickLinks ul {
	margin: 8px 0 0 0;
	padding: 0;
}

.buyQuickLinks ul li {
	list-style: none;
	float: left;
}

a img {
	text-decoration: none;
	border: none;
}

#contentCol ul {
	margin: 5px 0 10px 0;
	padding: 0;
	border-top: 1px solid #aab0a2;
}

#contentCol ul li {
	list-style: none;
	padding: 5px 0;
	margin: 0;
	border-bottom: 1px solid #aab0a2;
}

ul.externalLinks {
	margin-top: 30px;
}

ul.externalLinks li {
	margin: 0 !important;
	padding: 0 !important;
}

ul.externalLinks li a {
	background: transparent !important;
}

.shopItem {
	display: block;
	margin-bottom: 15px;
}

.shopList {
	margin-top: 15px;
}

h2 {
	font-size: 13px;
	border-bottom: 1px solid #909687;
}













/* MT-SPECIFIC STYLES */

.entry-body {
	margin: 0 0 30px 0;
	padding: 0;
}