body {
	background: #000 url(../images/body_back.jpg) no-repeat 50% 0;
	font-size: 12px;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	color: #000;
}

.clear {
	clear: both;
}

a {
	color: #066;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

em, p.nocomments {
	font-style: oblique;
}

strong {
	font-weight: bold;
}

#page {
	margin: 30px auto 0 auto;
	width: 960px;
	height: 600px;
	position: relative;
}

#outer {
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
}
 
#inner {
	width: 960px;
	height: 600px;
	margin-left: -480px;
	position: absolute;
	top: -300px;
	left: 50%;
}

#masthead {
	float: left;
	width: 360px;
	height: 600px;
	position: relative;
	background: url(../images/band01.jpg) no-repeat;
	border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
}

#video {
	position: absolute;
	top: 0;
	left: 0;
	width: 360px;
	height: 600px;
	z-index: 1;
}

#navigation {
	position: relative;
	float: left;
	background: #fff;
	width: 220px;
	padding-top: 40px;
	height: 560px;
}

#friendfeed p {
	margin: 0 auto 14px auto;
	line-height: 16px;
	width: 180px;
}

#friendfeed p.meta {
	font-size: 11px;
}

#navigation ul {
	position: absolute;
	bottom: 20px;
	left: 0;
}

#navigation ul a {
	display: block;
	text-indent: -9999em;
	overflow: hidden;
	width: 220px;
}

a#journal_btn {
	background-image: url(../images/journal_btn.png);
	height: 41px;
}

a#tourdates_btn {
	background-image: url(../images/tourdates_btn.png);
	height: 32px;
}

a#music_btn {
	background-image: url(../images/music_btn.png);
	height: 57px;
}

a#gallery_btn {
	background-image: url(../images/gallery_btn.png);
	height: 42px;
}

a#theband_btn {
	background-image: url(../images/theband_btn.png);
	height: 37px;
}

a#store_btn {
	background-image: url(../images/store_btn.png);
	height: 58px;
}

a#myspace_btn {
	float: left;
	background-image: url(../images/myspace_btn.png);
	width: 104px !important;
	height: 20px;
}

a#facebook_btn {
	float: left;
	background-image: url(../images/facebook_btn.png);
	width: 116px !important;
	height: 20px;
}

#navigation ul li a:hover {
	background-position: -100% 0;
}

#content {
	float: left;
	overflow: hidden;
	position: relative;
	height: 560px;
	width: 340px;
	padding: 20px;
	background: url(../images/back.jpg) no-repeat;
	border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
}

#content h1 {
	font-size: 30px;
	line-height: 30px;
	font-weight: bold;
	margin-bottom: 20px;
}

#content h2 {
	font-size: 25px;
	font-weight: bold;
	line-height: 25px;
	margin: 0 0 0 52px;
	padding-top: 4px;
}

#content h2 a, #content h3 a {
	color: #000;
}

#content h3 {
	font-size: 18px;
	font-weight: bold;
	line-height: 18px;
	margin-bottom: 18px;
	clear: both;
	vertical-align: middle;
}

#content p {
	line-height: 16px;
	margin-bottom: 14px;
	text-shadow: #cfd2ac 1px 1px 1px;
}

#content blockquote {
	margin-left: 14px;
	font-style: oblique;
}

#content p.meta {
	font-size: 11px;
	margin: 0 0 22px 53px;
}

#content .date {
	margin-right: 10px;
}

#content ul, #content ol {
	margin-bottom: 14px;
	margin-left: 18px;
	text-shadow: #cfd2ac 1px 1px 1px;
}

#content ul li, #content ol li {
	line-height: 16px;
	margin-bottom: 6px;
}

#content ol {
	list-style: decimal;
}

#content ul {
	list-style: disc;
}

#masthead h1 a {
	position: absolute;
	z-index: 80;
	top: 20px;
	left: 0;
	display: block;
	background: url(../images/theusualthings.png) no-repeat;
	width: 360px;
	height: 54px;
	overflow: hidden;
	text-indent: -9999em;
}

#masthead a {
	color: #e5dfb9;
}

#masthead #nextshow {
	position: absolute;
	z-index: 80;
	bottom: 20px;
	left: 20px;
	width: 320px;
	overflow: hidden;
	color: #fff;
	text-shadow: #000 1px 1px 1px;
}

#nextshow h3 {
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 3px;
}

#nextshow h3 a {
	color: #fff;
}

#nextshow ul {
	line-height: 18px;
}

.date, a.year-link, .gigpress-date abbr.dtstart {
	background: #000;
	padding: 4px;
	margin-right: 7px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	float: left;
	color: #fff;
	text-align: center;
}

.date:hover, a.year-link:hover, .gigpress-date abbr.dtstart:hover {
	text-decoration: none !important;
}

#nextshow .gigpress-date abbr.dtstart {
	background: #fff;
	color: #222;
}

.month {
	font-size: 11px;
	text-transform: uppercase;
}

.day {
	font-size: 30px;
	font-weight: bold;
}

.city {
	margin-top: 3px;
}

.city, .venue {
	font-size: 12px;
	font-weight: bold;
}

.details {
	font-size: 11px;
}

.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
}

.jScrollPaneDrag {
	position: absolute;
	background: #000 url(../images/scrollpane.jpg) repeat-y;
	cursor: pointer;
	overflow: hidden;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

.scrollpane {
	height: 520px;
	padding-right: 10px;
}

.scrollpane.long {
	height: 560px;
}

.pagination {
	position: absolute;
	bottom: 20px;
	height: 20px;
	width: 340px;
}

.pagination div.alignleft a, .pagination div.alignright a, .pagination div.aligncenter a {
	background: #000;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 4px 8px;
	color: #fff;
	text-decoration: none;
}

.pagination div.alignleft a:hover, .pagination div.alignright a:hover, .pagination div.aligncenter a:hover, a.year-link:hover {
	background: #fff;
	color: #066;
}

.alignleft {
	float: left;
}

.aligncenter {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.alignright {
	float: right;
}

img.alignleft {
	margin-right: 6px;
	margin-bottom: 6px;
}

/* Form shit */

input, textarea {
	color: #000;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	font-size: 12px;
	padding: 2px 4px 3px 4px;
	border: 0;
	width: 302px;
}

input[type=submit] {
	width: 10em;
	background: #fff;
	cursor: pointer;
}

input[type=submit]:hover {
	color: #066;
}

#content p.formfield {
	margin-bottom: 4px;
}

#content h4 .date, a.year-link, .gigpress-date abbr.dtstart {
	float: none;
	font-size: 12px;
	font-weight: bold;
	padding: 1px 3px;
	margin-right: 0;
	text-shadow: none;
}

#content h4 a {
	color: #000;
}

#content h4 {
	font-size: 14px;
	font-weight: bold;
	vertical-align: middle;
	margin-bottom: 3px;
}

div.smart-archives {
	margin-bottom: 14px;
}

.smart-archives p {
	margin-bottom: 6px !important;
}

#content ul {
	margin-bottom: 14px;
}

ul.categories li {
	display: inline;
}

ol.commentlist li {
	list-style-type: none;
	margin-left: -18px;
}

ol.commentlist li p {
	margin-left: 42px;
}

.comment-meta, .says {
	display: none;
}

.avatar {
	float: left;
	margin-right: 10px;
}

.fn {
	font-weight: bold;
	margin: 0 0 0 0;
}

.post img {
	width: 320px;
}

#feed {
	margin-left: 14px;
}

#feed img.service {
	float: left;
}

#feed p {
	width: 170px;
	margin-left: 24px;
	margin-bottom: 1em;
}

#feed p.entry {
	padding-top: 1px;
}

a.prev_btn, a.next_btn {
	background: #ededed;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 2px 4px 3px 4px;
	font-size: 9px;
	color: #111;
	text-decoration: none;
}

a.prev_btn:hover, a.next_btn:hover {
	background: #ededed;
	color: #066;
}

.price {
	position: absolute;
    top: 6px;
    left: 6px;
	background: #000;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 3px 7px 4px 7px;
	font-size: 14px;
	color: #fff;
	font-weight: bold;
}

.product {
	position: relative;
	float: left;
	margin-right: 7px;
	margin-bottom: 7px;
}

.icons {
	position: absolute;
	bottom: 6px;
	right: 6px;
}

span.ampersand {
   font-family:Baskerville,"Goudy Old Style","Palatino","Book Antiqua",serif;
   font-size:110%;
   font-style:italic;
   font-weight: normal;
}

.grid {
	margin-bottom: 18px;
}

#feed {
	display: none;
}

/*

#lightbox-image {
    width: 800px;
}

#lightbox-container-image-box {
    width: 820px !important;
    height: 585px !important;
}

#lightbox-container-image-data-box {
    width: 800px !important;
}

*/

#friendfeed {
    padding-top: 24px;
    position: absolute;
    left: 358px;
    top: 12px;
}

.controls {
    position: absolute;
    top: 0px;
    right: 0px;
}