body {
	background: url('../images/elements/background-tiles.jpg') 50% 0 repeat;
	margin: 0;
	padding: 0;
	font-family: Tahoma, Verdana, sans-serif;
	color: #303030;
	text-align: center;
}

a:link,
a:visited { color: #512f63; }
a:hover,
a:active { color: #372441; }

/* {{{ YUI Reset/Fonts */

/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.5.1
*/
html{color:#000;background:#FFF;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;font-variant:normal;}
/* to preserve line-height and selector appearance */
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
/*to enable resizing for IE*/
input,textarea,select{*font-size:100%;}
/*because legend doesn't inherit in IE */
legend{color:#000;}

/* YUI Fonts */
body {font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}
table {font-size:inherit;font:100%;}
pre,code,kbd,samp,tt {font-family:monospace;*font-size:108%;line-height:100%;}

/* }}} */
/* {{{ Basic Layout */

#doc {
	margin: 0 auto;
	padding: 1px 0;
	width: 906px;
	text-align: left;
	clear: both;
	position: relative;
	background: #fff;
}

#hd, #bd, #ft {
	clear: both;
	position: relative;
	padding: 0 20px;
}

#bd {
	border-top: 3px solid #e8d033;
	padding: 0 10px;
	margin: 0 20px;
}

#right_column {
	float: right;
}

/* }}} */
/* {{{ Header */

#hd h1 {
	clear: both;
	width: 866px;
	margin: 0;
	padding: 0;
	background: url('../images/elements/logo.png') 0 15px no-repeat;
}

#hd h1 a {
	background: url('../images/elements/logo.png') left top no-repeat;
	height: 158px;
	margin: 0;
	display: block;
	line-height: 4000px;
	overflow: hidden;
}

#hd #menu,
#hd #social-media {
	position: relative;
	margin: 0;
}

#hd #menu li,
#hd #social-media li {
	list-style: none;
	display: block;
	float: left;
	text-align: center;
	font-family: 'Old Standard TT',serif;
	font-weight: bold;
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: -0.02em;
}
#hd #social-media li {
	float: right;
	font-size: 13px;
}

#hd #menu li a,
#hd #menu li span,
#hd #social-media li a,
#hd #social-media li span {
	padding: 10px 8px;
	display: block;
	text-decoration: none;
	position: relative;
}

#hd #social-media li a.facebook,
#hd #social-media li a.twitter,
#hd #social-media li a.youtube,
#hd #social-media li a.vimeo {
	background: url('../images/elements/social-icons.png') 0 2px no-repeat;
	margin-left: 20px;
	padding: 5px 0 5px 25px;
}

#hd #social-media li a.facebook { background-position: 0 -119px; }
#hd #social-media li a.twitter { background-position: 0 -180px; }
#hd #social-media li a.youtube { background-position: 0 -58px; }
#hd #social-media li a.vimeo { background-position: 0 2px; }

#hd #menu li.selected a,
#hd #menu li span,
#hd #social-media li.selected a,
#hd #social-media li span {
	color: #555;
	background: #ede192;
}

#hd #menu li a:hover,
#hd #social-media li a:hover {
	text-decoration: underline;
}

#hd #menu li#menu_store,
#hd #menu li#menu_bootleg,
#hd #menu li#menu_xxbundle {
	float: right;
}

/* }}} */
/* {{{ Nav Bar */

#nav_bar {
	font-size: 85%;
	color: #666;
	clear: both;
	margin-top: 1.5em;
}

#nav_bar a:link,
#nav_bar a:visited { color: #666; }
#nav_bar a:hover,
#nav_bar a:active { color: #022149; }

#nav_bar .swat-navbar-first { font-weight: bold; }

/* }}} */
/* {{{ Footer */

#ft {
	background: #e8d033;
	margin: 40px 20px 20px 20px;
	font-size: 85%;
	text-align: right;
	height: 76px;
	padding: 24px 20px;
}

#ft p,
#ft #footer_links {
	margin: 0;
}

#ft #footer_links li {
	font-family: 'Old Standard TT',serif;
	text-transform: uppercase;
	list-style: none;
	display: inline;
}

#ft #footer_links li a {
	padding: 0 8px;
}

#ft #feeds {
	float: left;
	text-align: left;
}

#ft #feeds h5 {
	display: inline;
	font-weight: normal;
}

#ft #feeds ul {
	margin: 0;
	padding: 0;
}

#ft #feeds li {
	list-style: none;
	margin: 2px;
}

#ft a.feed,
ul.blorg-syndication a,
ul.atom-feed-overview a.feed {
	padding-left: 16px;
	background: url('../images/elements/feed-icon.png') left 50% no-repeat;
	min-height: 18px;
	line-height: 18px;
	margin-left: 4px;
}

ul.blorg-syndication { margin-left: 0; }

ul.blorg-syndication li { list-style-type: none; }

.atom-feed-overview { margin: 0.5em; }
.atom-feed-overview li { list-style-type: none; }

/* }}} */
/* {{{ Main Content */

#page_title {
	font-family: 'Old Standard TT',serif;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
	margin: 5px 0;
	font-size: 24px;
	clear: both;
}

p, li, dt, dd {
	line-height: 1.5;
}

.entry-content img {
	background: #fff;
	border: 1px solid #eee;
	padding: 2px;
}

.img-right {
	float: right;
	margin-left: 1em;
	margin-bottom: 1em;
}

.img-border {
	border: 1px solid #bbb;
	padding: 2px;
}

.bio-photo {
	float: left;
	margin-right: 20px;
}

.bio-photo span {
	display: block;
	text-align: center;
	margin-bottom: 2em;
}

#gig_link {
	padding: 15px 0px 9px 22px;
	background: url('../images/elements/background-gig.png') repeat-x center top;
}

/* }}} */
/* {{{ Tour Nav Menu */
#tour_menu {
	font-size: 85%;
	background: #ede192;
	width: 780px;
	min-height: 25px;
	margin: 0 0 1em 0;
}

#tour_menu ul {
	margin: 0;
	padding: 0;
	display: block;
}

#tour_menu li {
	list-style: none;
	float: left;
	padding: 3px 12px;
}

#tour_menu li a {
	text-decoration: none;
}

#tour_menu span {
	font-weight: bold;
}

/* }}} */
/* {{{ Gig Details */

#fan_photos .swat-tile-view .swat-tile {
	height: 125px;
	width: 125px;
}

#fan_photos #photo_view {
	margin-top: .75em;
}

.fan-review-title span {
	display: block;
}

div.fan-review-content {
	border: none;
	background: url('../images/elements/separator.png') left top repeat-x;
}

#review_frame #review_form .swat-entry,
#review_frame #review_form .swat-textarea {
	width: 100%;
}

/* }}} */
/* {{{ Headings */

h1, h2, h3, h4, h5, h6 {
	color: #512F63;
	font-family: 'Old Standard TT',serif;
	text-transform: uppercase;
}

h1 a:link, h2 a:link, h3 a:link, h4 a:link, h5 a:link, h6 a:link,
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited {
	color: #512F63;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover,
h1 a:active, h2 a:active, h3 a:active, h4 a:active, h5 a:active, h6 a:active {
	color: #372441;
}

/* }}} */
/* {{{ Clearing Container fix */

.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */

/* }}} */
/* {{{ YUI Base */

/* base.css, part of YUI's CSS Foundation */
h1 { font-size:138.5%; /*18px via YUI Fonts CSS foundation*/ }
h2 { font-size:123.1%; /*16px via YUI Fonts CSS foundation*/ }
h3 { font-size:108%;   /*14px via YUI Fonts CSS foundation*/ }
h1,h2,h3 { margin:1em 0; }
h1,h2,h3,h4,h5,h6,strong { font-weight: bold; }
abbr,acronym {
	border-bottom:1px dotted #999;
	cursor:help;
}
em strong, em { font-style: italic; }
strong, strong em { font-weight: bold; }
address,blockquote,ul,ol,dl { margin:1em; }
ol,ul { margin-left:2em; }
ol li { list-style: decimal outside; }
ul li { list-style: disc outside; }
dl { margin-left: 0; }
dl dd { margin: 0.5em 0 0.25em 0; }
dl dd { margin-left: 0.5em; }
th,td {
	border: 0;
	padding:.5em;
}
th { font-weight:bold; }
caption {
	margin-bottom:.5em;
	text-align:center;
}
p,fieldset,table { margin-bottom:1em; }

/* }}} */
/* {{{ Twitter Gadget */

.blorg-twitter-gadget ul {
	margin: 0;
	padding: 10px 14px 0 14px;
}

.blorg-twitter-gadget ul li {
	list-style-type: none;
	margin: 0;
	padding: 0 0 1em 0;
	line-height: normal;
	font-size: 100%;
}

.blorg-twitter-gadget ul li a:link,
.blorg-twitter-gadget ul li a:visited {
	color: #303030;
	text-decoration: none;
}

.blorg-twitter-gadget ul li a:hover,
.blorg-twitter-gadget ul li a:active {
	text-decoration: underline;
}

.blorg-twitter-gadget ul li span {
	white-space: nowrap;
	font-size: 85%;
}

/* }}} */
/* {{{ TopSpin Newsletter Gadget */

.site-sidebar-gadget-first .site-gadget-content,
#newsletter_signup div {
	background: url(../images/elements/side-box-top-clean.png) center top no-repeat;
	padding: 8px 5px 0 5px;
}

#newsletter_signup {
	background: url('../images/elements/side-box-bottom.png') center bottom no-repeat;
	float: right;
	width: 234px;
}

/* }}} */

