body {
/*	background: #3d3d3d url(../img/bg-solid.jpg) repeat;*/
	background: #3d3d3d url(../img/tattered-bg.jpg) repeat-y center top;
	color:#eee;
	padding:0;
	margin:0;
	/*font-family: Helvetica, Arial, sans-serif;*/
	font-family: 'Adobe Garamond Pro', 'Minion Pro', 'Times New Roman', Times, serif;
	font-size:14px;
}
body.landing {
	background: #3d3d3d url(../img/bg-solid.jpg) repeat;
}

h1, h2, h3, h4, h5 {
	font-family: 'Trajan Pro', Times, serif;
}

h1 a, h2 a, h3 a, h4 a, h5 a {
	color:#fff;
	text-decoration: none;
}

a, a:hover {
	color:#E9DAB3;
	text-decoration:none;
}
a:hover {
	color:#efe;
	text-shadow: 0px 0px 3px #cdc;
}
a img {
	border:none;
}
#centered {
	width:960px;
	margin:0px auto;
	padding:0;
	background: url(../img/header-bg-1.jpg) top left no-repeat;
}
#header {
	position:relative;
	height:130px;
	padding:0;
	overflow:visible;
	width:960px;
}
#sidebar {
	margin-top:20px;
}

#content-container {
	overflow:visible;
	position:relative;
	padding-top:0px;
	width:960px;
	clear:both;
	line-height:16px;
	min-height:600px;
}

#content-background-container {
	width:960px;
	overflow:hidden;
}
.content-background {
	position:absolute;
	width:960px;
	height:900px;
	background: url(../img/content-bg-1.png) no-repeat;
	top: 180px;
/*	z-index: -1;*/
}

.content-height {
	float:right;
	height:550px;
	width:1px;
}

#title {
	display:block;
	position:absolute;
	right:40px;
	top:10px;
	text-indent:-32000px;
	background: url(../img/title-monoheight.png) no-repeat;
	height:77px;
	width:310px;
}

.header-portrait {
	position:absolute;
	left:-120px;
	top:0px;
	height:500px;
	width:500px;	
}

.header-portrait.portrait-0 {
	background: url(../img/portraits/portrait-0.png) no-repeat;
}
.header-portrait.portrait-1 {
	background: url(../img/portraits/portrait-1.png) no-repeat;
}
.header-portrait.portrait-2 {
	background: url(../img/portraits/portrait-2.png) no-repeat;
}
.header-portrait.portrait-3 {
	background: url(../img/portraits/portrait-3.png) no-repeat;
}


#navigation {
	position:relative;
	top:90px;
}
#navigation li {
	list-style:none;
	padding:0;
	display:block;
	float:right;
	margin-left:10px;
	font-size:17px;
}
#footer {
	clear:both;
	width:960px;
/*	height:482px;*/
	padding: 454px 10px 20px 10px;
	position:relative;
	margin:0px auto;
	background: url(../img/footer-bg-1.jpg) top left no-repeat;
}

#sidebar {
	padding:0;
/*	float:left;*/
}
#sidebar h2 {
	font-size:16px;
}
#sidebar > li {
	list-style:none;
	margin-bottom:25px;	
}
#sidebar .widget ul {
	padding-left:10px;
}
#sidebar .widget li {
	list-style:none;
}

#content-container h1 {
	text-shadow: 0 0 4px #fff;
	text-align:right;
	padding-top:10px;
	padding-bottom:10px;
}

#loop {
	position:relative;
}

#loop .post {
	line-height:19px;
	margin-top:60px;
}

.li-comment {
	margin-top:30px;
}

.div-comment {
	line-height:19px;
}
.comment-avatar {
	width:54px;
	height:54px;
	float:left;
	margin:5px 10px 10px 0;
}

/* for use with avatars off: */
.comment-author-link {
	float:left;
	position:relative;
	font-weight:bold;
}

.authored-by {
	font-style:italic;
}

/* for use with avatars on:
.comment-author-link {
	float:left;
	position:relative;
	top:23px;
}
*/
.comment-text {
	clear:both;
}

.excerpt-categories {
	margin:0 10px;
}

.comment-date {
	padding:2px 16px 0;
	padding-left:16px;
	background:url(../img/list-item-marker.gif) no-repeat left 5px;
	color:#bbb;
}

.q-a {
	font-weight:bold;
}

/* Tour Page */
ul.tour-loop {
	padding:0;
	width
}
ul.tour-loop > li {
	list-style:none;
	margin-bottom:4px;
	padding:5px 10px 12px 10px;
	position:relative;
	clear:both;
	width:760px;
}
ul.tour-loop > li.tour-header {
	margin-top:30px;
	font-size:15px;
	font-family: 'Trajan Pro', Times, serif;
	font-weight:bold;
	background: url(../img/smoke-highlight-bg.png);
	padding: 10px;
	color:#eee;
}
ul.tour-loop > li.hover, ul.tour-loop > li.show-item-alt.hover {
	background: url(../img/smoke-highlight-bg.png);
	cursor:pointer;
}

ul.tour-loop > li.show-item-alt {
	background: url(../img/smoke-bg.png);
}
ul.tour-loop > li.expanded {
	padding-top:20px;
	/*background: url(../img/smoke-highlight-shadowed-bg.png);*/
	background: url(../img/show-expanded-bg.png) no-repeat;
	height:160px;
	width:760px;
	margin-bottom:50px;
	border-bottom:1px solid #777;
}
ul.tour-loop > li.expanded.hover {
	/*background: url(../img/smoke-highlight-shadowed-bg.png);*/
	background: url(../img/show-expanded-bg.png) no-repeat;
}
.show-date, .show-time, .show-venue, .show-city, .show-venue-details, .show-address {
	float:left;
	width:160px;
	margin:0 4px;
}
.show-date {
	width:110px;
}
.show-time {
	width:70px;
}
.show-venue, .show-venue-details {
	width:370px;
	padding-right:10px;
}
.show-venue-details {
	overflow:auto;
	height:130px;
}
.show-container, .show-detail-container {
	clear:both;
}
.show-detail-container {
	display:none;
}
#vttour-search-toggle, #vttour-archive-label {
	float:left;
	padding-right:10px;
	margin-right:30px;
	background:url(../img/list-item-marker.gif) no-repeat right 2px;
	font-weight:bold;
}
#vttour-search-container {
	margin:10px 10px;
	clear:both;
}
#vttour-year-archives {
	float:left;
	margin:0 40px;
	padding-left:0;
}
#vttour-year-archives li {
	float:left;
	margin-right:20px;
	list-style:none;
}
#vttour-search {
	margin:0 115px;
}
#vttour-search input {
	/*
	background: #888 url(../img/hang-shadow.png) repeat-x top;
	border:1px solid #222;
	height:21px;
	*/
}
#vttour-daterange-display {
	float:right;
	font-style:italic;
	color:#aabbaa;
}
#vttour-search-indicator {
	position:relative;
	left:700px;
	top:-30px;
	width:100px;
	padding-left:24px;
}
#vttour-search-indicator.searching {
	background:url(../img/working-small-dark.gif) no-repeat left 14px;
}
.extra-info {
	color:#eee;
}
.toggle-show-view {
	display:block;
	position:absolute;
	right:10px;
	top:5px;
	width:23px;
	height:23px;
	background: url(../img/plus-minus.png) no-repeat;
}
.expanded .toggle-show-view {
	background-position: -29px 0;
	top:86px;
}
.toggle-show-view {
	background-position: 0 0;
}

.toggle-show-view.hidden, .hidden {
	background:none;
}
.sold-out, .cancelled, .postponed {
	color:#f88;
}
.show-footer {
	clear:both;
}

.expanded .show-footer {
	position:absolute;
	bottom:10px;	
}

/* Listen Page */
dl.album-samples {
}
dl.album-samples dt {
	clear:left;
	margin:30px 20px 0 0;
	width:250px;
}
dl.album-samples dd {
	margin-top:30px;
	width:300px;
}
dl.album-samples dd ul {
	padding:0;
}
dl.album-samples dd li {
	list-style:none;
}
dl.album-samples .album-title {
	font-size:14px;
	font-family: 'Trajan Pro', Times, serif;
	margin-bottom:8px;
}

.mp3-download {
	/*
	padding-left:50px;
	background: url(../img/mp3link.gif) no-repeat;*/
}

/* Mailing list */
form#mailing-list fieldset {
	border:none;
	padding: 5px;
	font-size:14px;
	width:500px;
}
form#mailing-list legend {
	font-weight:bold;
	font-size:15px;
	color:#fff;
}
form#mailing-list label {
	float:left;
	clear:left;
	width:200px;
	margin:4px;
	text-align:right;
}
form#mailing-list input {
	float:left;
	margin: 4px;
}
form#mailing-list input[type=submit] {
	float:right;
}
form#mailing-list label.required {
	color:#ff7777;
}
.fanbridge-link {
	float:right;
	clear:both;
	display:block;
}

/* Posts */
.posts {
	margin-top:20px;
}
.post {
	margin-bottom:40px;
}
.post h3 a {
	color: #E9DAB3;
}

.post-date {
	position:relative;
	top:-15px;
	font-size:13px;
	border-top:1px solid #444;
	padding:2px 16px 0;
	padding-left:16px;
	background:url(../img/list-item-marker.gif) no-repeat left 5px;
	color:#bbb;
}

/* Landing */
#centered.landing {
	background:none;
	width:980px;
	overflow:visible;
}
#landing-container {
	height:800px;
	background: url(../img/landing-bg.jpg) -10px 0;
	top:-45px;
	position:relative;
}
#landing-container h1, #landing-container h2 {
	margin-top: 0;
	margin-bottom:10px;
}
#landing-container .title-container {
	position:absolute;
	top:165px;
}
#landing-container .nav-container {
	position:absolute;
	top:226px;
}
#title.landing {
	top:auto;
	right:auto;
}
#navigation.landing {
	top:14px;
	padding-left:0;
}
#navigation.landing li {
	float:left;
	margin-right:10px;
}
.landing-row {
	position:absolute;
	height:160px;
}
.landing-row ul {
	margin-top:5px;
	padding-left:0;
	list-style:none;
}
.landing-row li {
	list-style-image: url(../img/list-item-marker.gif);
}
.on-the-web li {
	list-style:none;
}

#landing-container .landing-row.one {
	top:300px;
}
#landing-container .landing-row.two {
	top:470px;
}
#landing-container .landing-row.three {
	top:600px;
	height:20px;
}
#landing-container .landing-row.three h2 {
	font-size:12px;
}
#landing-container .landing-row.three li {
	float:left;
	margin-right:50px;
}
#landing-container .landing-portrait {
	position:absolute;
	left:430px;
	top:116px;
	height:160px;
	width:540px;
}
#landing-container .portrait-0 {
	background: url(../img/portraits/landing/portrait-0.png) no-repeat;
}
#landing-container .portrait-1 {
	background: url(../img/portraits/landing/portrait-1.png) no-repeat;
}
#landing-container .portrait-2 {
	background: url(../img/portraits/landing/portrait-2.png) no-repeat;
}
#landing-container .portrait-3 {
	background: url(../img/portraits/landing/portrait-3.png) no-repeat;
}

#purchase-links li {
	list-style:none;
	float:left;
	margin-right:20px;
}

#now-playing {
	margin:0;
}
#radio-vt-header {
	margin:4px;
}

/* Contact */
dl.contact {
	position:relative;
	padding-top:30px;
}
dl.contact dt {
	font-size:15px;
	font-family: 'Trajan Pro', Times, serif;
	margin: 0 50px;
	position:absolute;
	width:250px;
	border-bottom: 1px dashed #777;
	padding-right:70px;
	/*
	font-size:15px;
	font-family: 'Trajan Pro', Times, serif;
	margin:30px 50px;
	width:200px;
	*/
}
dl.contact dt .caption {
	font-size:14px;
	font-style: italic;
	font-family: 'Adobe Garamond Pro', 'Minion Pro', 'Times New Roman', Times, serif;
}
dl.contact dd {
	margin: 0 0 40px 450px;
	/*
	width:300px;
	height:25px;
	position:relative;
	left:300px;
	top: -70px;
	*/
}

.aktt_tweets li {
	font-size:12px;
	margin: 0 10px 10px 0;
}
