@CHARSET "ISO-8859-1";

div.clear {
   clear: both;
}

.invisible {
	visibility: hidden;
}

.left {
	float: left;
}

.right {
	float: right;
}

.shadow,
div.slide div.slide-content img,
.blog article .article-body img {
	zoom: 1;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#666666', Direction=120, Strength=5);
	-moz-box-shadow: 5px 5px 5px #666;
  	-webkit-box-shadow: 5px 5px 5px #666;
  	box-shadow: 5px 5px 5px #666;
}

strong { font-weight: bold; }
em { font-style: italic; }

/* General template styling */

html, body {
	height: 100%;
}

header, nav, footer { display: block; }

body {
   background: #2c2c43 url(../img/background_v3.jpg) no-repeat fixed center top;
   color: black;
   font-family:  "Century Gothic", Arial, Helvetica, sans-serif;
   font-size: 16px;
}

a {
   color: #32314f;
   text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p.prevnext {
	text-align: center;
}

p.prevnext span {
	padding: 0 5px;
}

header {
	margin-top: 10px;
}

header a#logo {
	display:block;
	width: 960px;
	height: 119px;
	background: url(../img/logo_v3.png) no-repeat top center;
}

header a#logo h1 {
	display: none;
}

 nav.grid_10 {
	position: relative;
	text-indent: -9999px;
	background: url(../img/menu.png) no-repeat;
	width: 740px;
	height: 48px;
	top: 30px;
	z-index: 5;
	margin: 0;
	padding: 0;
}

 nav ul {
	display: block;
	width: 738px;
	height: 28px;
	margin: 10px 0 0 0;
}

 nav ul li {
	display: inline;
}

 nav ul li a {
	float: left;
	width: 78px;
	margin-left: 2px;
	height: 28px;
}

 nav ul li.first a {
	margin-left: 10px;
	width: 80px;
}

 nav ul li.last a {
	width: 80px;
}

 nav ul li a#a_home:hover,
 nav ul li.selected a#a_home {
	background: url(../img/menu-selected.png) no-repeat;
	background-position: -10px -10px
	
}

 nav ul li a#a_news:hover,
 nav ul li.selected a#a_news {
	background: url(../img/menu-selected.png) no-repeat;
	background-position: -92px -10px;
}


 nav ul li a#a_blog:hover,
 nav ul li.selected a#a_blog {
	background: url(../img/menu-selected.png) no-repeat;
	background-position: -172px -10px;
}

 nav ul li a#a_listen:hover,
 nav ul li.selected a#a_listen {
	background: url(../img/menu-selected.png) no-repeat;
	background-position: -252px -10px;
}

 nav ul li a#a_watch:hover,
 nav ul li.selected a#a_watch {
	background: url(../img/menu-selected.png) no-repeat;
	background-position: -332px -10px;
}

 nav ul li a#a_photos:hover,
 nav ul li.selected a#a_photos {
	background: url(../img/menu-selected.png) no-repeat;
	background-position: -412px -10px;
}

 nav ul li a#a_gigs:hover,
 nav ul li.selected a#a_gigs {
	background: url(../img/menu-selected.png) no-repeat;
	background-position: -492px -10px;
}

 nav ul li a#a_contact:hover,
 nav ul li.selected a#a_contact {
	background: url(../img/menu-selected.png) no-repeat;
	background-position: -572px -10px;
}

 nav ul li a#a_about:hover,
 nav ul li.selected a#a_about {
	background: url(../img/menu-selected.png) no-repeat;
	background-position: -652px -10px;
}

div#content-top {
	position: relative;
	width: 980px;
	height: 253px;
	background: url(../img/content-top.png) no-repeat top center;
	background-position: 10px 0;	
}

div#breadcrumbs {
	position: relative;
	top: 40px;
	margin-left: 30px;
	margin-top: 10px;
	padding-bottom: 5px;
	font-size: 12px;
	border-bottom: 1px solid #aeaeb4;
}

div#breadcrumbs a {
	color: black;
}

div#content-wrapper {
	position: relative;
	width: 980px;
	background: url(../img/content-mid.png) repeat-y center;
	background-position: 10px 0;
}

div#content {
	margin-left: 30px;
}

footer.container_12 {
	background: url(../img/content-bottom.png) no-repeat top center;
	background-position: 10px 0;
	width: 980px;
	height: 64px;
}

footer div.grid_10 {
	margin-left: 30px;
	font-size: 14px;
	top: 35px;
}

div#sidebar .box {
	margin-bottom: 20px;
}

/* Common Content Styles */

div#content p {
   line-height: 1.3;
   margin-bottom: 10px;
}

div#content h1,
div#content h2 {
	font-family: "Century", "Times New Roman", Times, serif;
	font-size: 24px;
	margin-bottom: 12px;
}

div#content h2 {
	font-weight: bold;
	font-size: 18px;
}


/* Sidebar Styling */

div#sidebar div.box h2 {
   font-weight: bold;
   margin-bottom: 10px;
   background: url(../img/bottom-grad.png) repeat-x;
   background-position: 0 -10px;
   padding: 5px;
   color: #333;
   text-shadow: 1px 1px 0 white;
}

div#sidebar .box ul li {
	margin: 5px 0;
}

div#sidebar div#list_signup a#a_sign_up {
	display: block;
	width: 118px;
	height: 48px;
	background: url(../img/sign-up.png) no-repeat top left;
	text-indent: -9999px;
	margin: 0 auto;
}

div#sidebar div#list_signup a#a_sign_up:hover {
	background-image: url(../img/sign-up-selected.png);
}

/* Home Page */

div#content-wrapper .home #featured {
	height: 300px;
	margin-bottom: 20px;
	overflow: hidden;
	border: 1px solid white;
	position: relative;
	-moz-box-shadow: 5px 5px 5px #666;
  	-webkit-box-shadow: 5px 5px 5px #666;
  	box-shadow: 5px 5px 5px #666;
}

div#content-wrapper .home #featured ul.menu {
	width: 141px;
	height: 300px;
	position: absolute;
	/* top: 1px; */
	left: 0;
	z-index: 10;
	background: url(../img/slides/featured-menu.png);
}

div#content-wrapper .home #featured ul.menu li {
	height: 60px;
	font-size: 24px;
	font-weight: bold;
}

div#content-wrapper .home #featured ul.menu li.selected {
	background: url(../img/slides/featured-arrow.png) no-repeat center right;
	width: 155px;
}

div#content-wrapper .home #featured ul.menu li a {
	color: black;
	margin: 1px 0;
	height: 42px;
	padding-left: 20px;
	padding-top: 16px;
	display: block;
}

div#content-wrapper .home #featured ul.menu li a:hover,
div#content-wrapper .home #featured ul.menu li.selected a {
	text-decoration: none;
	color: #5b637c;
}

div#content-wrapper .home #featured #slides {
	height: 1500px;
	position: relative;
}

div.slide {
	height: 300px;
	width: 700px;
}
div.slide div.slide-content {
	position: relative;
	overflow: hidden;
	padding: 5px;
}

div#content div.slide div.slide-content h1 {
	font-size: 24px;
	margin-bottom: 0;
}

div.slide div.slide-content hr {
	height: 2px;
	color: black;
	background-color: black;
	border: 0;
	margin: 2px 0 8px 0;
	-webkit-margin-before: 2px;
}

div.slide div.slide-content img {
	display: inline;
	margin-right: 10px;
	border: 1px solid white;
}

div.slide div.slide-content p {
	font-size: 14px;
	font-family: "Century", "Times New Roman", Times, serif;
}

div#content-wrapper .home #featured .slide a,
div#content-wrapper .home #featured .slide a:hover {
	display: block;
	left: 142px;
	height: 300px;
	color: black;
	text-decoration: none;
}

/* Activity Stream */

div#content-wrapper .home .activity_stream {
	border: 1px solid white;
	margin-right: 8px;
	background: url(../img/bottom-grad.png) repeat-x bottom left;
	-moz-box-shadow: 5px 5px 5px #666;
  	-webkit-box-shadow: 5px 5px 5px #666;
  	box-shadow: 5px 5px 5px #666;
}

div#content-wrapper .home .activity_stream h1 {
	padding: 10px;
	background: url(../img/top-grad.png) repeat-x top left;
}

div#content-wrapper .home .activity_stream ol {
	padding-left: 10px;
}

div#content-wrapper .home .activity_stream ol li {
	padding-left: 24px;
	margin-bottom: 20px;
	font-size: 14px;
}

div#content-wrapper .home .activity_stream ol li.gallery {
	background: url(../img/icons/camera.png) no-repeat top left;
}

div#content-wrapper .home .activity_stream ol li.song {
	background: url(../img/icons/music-beam-16.png) no-repeat top left;
}

div#content-wrapper .home .activity_stream ol li.album {
	background: url(../img/icons/cassette.png) no-repeat top left;
}

div#content-wrapper .home .activity_stream ol li.event {
	background: url(../img/icons/calendar.png) no-repeat top left;
}

div#content-wrapper .home .activity_stream ol li.video {
	background: url(../img/icons/clapperboard.png) no-repeat top left;
}

div#content-wrapper .home .activity_stream ol li.article {
	background: url(../img/icons/newspaper.png) no-repeat top left;
}

div#content-wrapper .home .activity_stream ol li span.time-ago {
	font-size: 12px;
	color: #575757;
}

/* Upcoming Gigs */

div#content-wrapper .home #upcoming-gigs
{
	border: 1px solid white;
	margin-left: 8px;
	background: url(../img/bottom-grad.png) repeat-x bottom left;
	-moz-box-shadow: 5px 5px 5px #666;
  	-webkit-box-shadow: 5px 5px 5px #666;
  	box-shadow: 5px 5px 5px #666;
}

div#content-wrapper .home #upcoming-gigs h1 {
	padding: 10px;
	background: url(../img/top-grad.png) repeat-x top left;
}

div#content-wrapper .home #upcoming-gigs ol {
	padding-left: 10px;
}

div#content-wrapper .home #upcoming-gigs ol li {
	font-size: 12px;
	line-height: 1.1;
	clear: both;
	margin-bottom: 20px;
}

div#content-wrapper .home #upcoming-gigs ol li .date {
	width: 60px;
	float: left;
}

div#content-wrapper .home #upcoming-gigs ol li .date span.day {
	font-size: 16px;
}

/* Blogs and news */

div#content-wrapper .blog article {
	display: block;
	padding-bottom: 3px;
	margin-bottom: 30px;
}

div#content-wrapper .blog article header {
	font-family: "Century", "Times New Roman", Times, serif;
	height: 66px;
	margin-bottom: 20px; 
	position: relative;
}

div#content-wrapper .blog div.img-frame {
	width: 66px;
	height: 66px;
	overflow: hidden;
	border: 2px solid white;
	float: left;
}

div#content-wrapper .blog article header img {
	display: block;
	width: 66px;
	height: auto;
}

div#content-wrapper .blog article header h1 {
   font-size: 20px;
   margin-bottom: 10px;
}

div#content-wrapper .blog article header hr {
	height: 2px;
	color: white;
	background-color: white;
	border: 0;
	margin: 4px 0;
}

div#content-wrapper .blog .article-byline {
   color: #4e4e4e;
   font-size: 12px;
   margin-top: 2px;
}

div#content-wrapper .blog article .article-body img {
	border: 1px solid white;
	margin: 0 20px 20px 0;
}

div#content-wrapper .blog article h2 {
	font-weight: bold;
	margin-bottom: 10px;
	font-family: "Century", "Times New Roman", Times, serif;
}

div#content-wrapper .blog article h3 {
	margin: 10px 0;
	font-weight: bold;
}

div#content-wrapper .blog article ol {
	list-style-type: decimal;
	list-style-position: inside;
}

div#content-wrapper .blog article li {
	margin-bottom: 5px;
}

/* Albums page */
div#content-wrapper .album-index ul.albums > li {
	clear: left;
}

div#content-wrapper .album-index div.album {
	margin-bottom: 20px;
	overflow: hidden;
}

div#content-wrapper .album-index div.artwork-col {
	float: left;
}

div#content-wrapper .album-index div.artwork-col a.buy-album {
	display: block;
	text-indent: -9999px;
	margin: 10px auto;
	background-image: url(../img/album-sprites.png);
	background-position: 0 -56px; 
	width: 102px; 
	height: 27px;
}
div#content-wrapper .album-index div.artwork-col a.buy-album:hover {
	background-position: 0 -27px;
}

div#content-wrapper .album-index div.artwork-col img {
	width: 138px;
	border: 1px solid white;
}

div#content-wrapper .album-index div.artwork-col div.no-artwork {
	width: 138px;
	height: 138px;
	border: 1px solid white;
	background: url(../img/record.jpg) no-repeat;
}

div#content-wrapper .album-index div.album h2 {
	font-size: 18px;
}

div#content-wrapper .album-index div.album h3 {
	font-size: 14px;
	margin-top: 5px;
}

div#content-wrapper .album-index div.album .album-desc {
	margin: 10px 0;
}

div#content-wrapper .album-index div.album div.songs ol {
	margin: 10px 0;
}

div#content-wrapper .album-index div.songs ol li {
	position: relative;
	margin: 5px 0;
	height: 34px;
}

div#content-wrapper .album-index div.songs ol li div {
	margin-right: 5px;
	float: left;
}

div#content-wrapper .album-index div.songs ol li div.title {
	width: 300px;
	position: relative;
	top: 8px;
}

div#content-wrapper .album-index div.songs ol li div.duration {
	/* display: inline-block; */
	position: relative;
	top: 8px;
}

div#content-wrapper .album-index div.songs ol li a.buy {
	display: inline-block;
	text-indent: -9999px;
	margin-right: 5px;
	background-image: url(../img/album-sprites.png);
	background-position: 0 -85px; 
	width: 50px; 
	height: 25px;
	top: 4px;
	position: relative;
}

div#content-wrapper .album-index div.songs ol li a.download {
	display: inline-block;
	text-indent: -9999px;
	margin-right: 5px;
	background-image: url(../img/album-sprites.png);
	background-position: 0 -139px; 
	width: 79px; 
	height: 25px;
	top: 4px;
	position: relative;
}

/* Videos page */

ul#videos li {
   display: block;
   clear: both;
   margin-bottom: 10px;
}

ul#videos li div.video-desc {
}

ul#videos li div.video-desc h2 {
   font-weight: bold;
   margin-bottom: 5px;
}


ul#videos li div.img-frame {
	height: 124px;
	width: 218px;
	overflow:hidden;
	border: 1px solid white;
}

ul#videos li div.img-frame div.play-icon {
   width: 34px;
   height: 34px;
   position: absolute;
   bottom: 10px;
   right: 10px;
   background-image: url(../img/album-sprites.png);
   background-position: 0 -274px;
   z-index: 5;
}

ul#videos li div.img-frame a:hover div.play-icon {
   background-position: 0 -236px;
}

/* Gigs page */

.gigs ul.giglisting {
	border-radius: 10px;
	border: 2px solid white;
	margin-bottom: 20px;
}

.gigs ul.giglisting li {
	border-bottom: 1px solid white;
	padding: 10px 0px;
	background: url(../img/bottom-grad.png) repeat-x bottom left;
	overflow: hidden;
}

.gigs ul.giglisting li:last-child {
	border-bottom: none;
	border-radius: 10px;
}

.gigs .gig {
	margin-top: 10px;
}
.gigs .gig .date {
	font-family: "Century", "Times New Roman", Times, serif;
	text-align: center;
}
.gigs .gig .date .month {
	font-size: 12px;
}
.gigs .gig .date .day {
	font-size: 18px;
}
.gigs .gig .event {
	font-size: 18px;
}
.gigs .gig .event .venue {
	font-size: 14px;
}
.gigs .gig .price {
	font-family: "Century", "Times New Roman", Times, serif;
	font-size: 20px;
	width: 120px;
}

.gigs .gig .buy a {
	display: block;
	width: 68px;
	height: 52px;
	text-indent: -9999px;
	background-image: url(../img/ticket.png);
	margin-top: -10px;
}

.gig img.flyer, .venue img {
	width: 138px;
	border: 1px solid white;
}

.gig .event_details {
	overflow: hidden;
}
div#content.gig .event-summary h1,
div#content.venue .venue-summary h1 {
	margin-bottom: 0;
}
div#content.gig .event-summary h2,
div#content.venue .venue-summary h2 {
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 20px;
}
.gig .event-summary span,
.venue .venue-summary span {
	font-size: 14px;
	margin-bottom: 10px;
}

.gig .event-summary span.label,
.venue .venue-summary span.label {
	font-weight: bold;
}

.gig .event-desc {
	margin-top: 20px;
}

div#content.venue .venue-desc h2 {
	font-weight: bold;
	margin-bottom: 10px;
	font-size: 16px;
}
/* Photos */

ul.gallery {
   margin: 0 auto;
}

ul.gallery li {
   display: inline;
   float: left;
   margin-bottom: 20px;
}

ul.gallery li div.img-frame,
ul.galleries li div.img-frame {
	height: 165px;
	width: 218px;
	overflow: hidden;
	border: 1px solid white;
}

div.img-frame img.landscape {
	height: 100%;
}

div.img-frame img.portrait {
	width: 100%;
}

ul.galleries li {
	margin-bottom: 20px;
}

ul.galleries li h2 {
   font-family: "Century", "Times New Roman", Times, serif;
   font-weight: bold;
   font-size: 18px;
   margin-bottom: 10px;
}


/* Contact form */

form .input {
	margin-bottom: 10px;
	overflow: hidden;
}

form label {
	display: inline;
	float: left;
	position: relative;
	font-weight: bold;
	width: 60px;
	margin-right: 10px;
	margin-top: 5px;
	clear: left;
}

form .text input,
form select,
form textarea {
	margin-left: 10px;
	width: 460px;
	float: left;
}

form select {
	padding: 5px;
}
form .submit input {
	margin-left: 80px;
}
form div.input {
   clear: none;
}

form div.input input, 
form div.input textarea,
form div.input select
{
   background-color: #ddd;
}

/* About page */

div#content.about img {
	display: block;
	width: 218px;
	border: 1px solid white;
	margin-right: 20px;
	margin-bottom: 10px;
}

/* Links page */
h2.links {
   margin-bottom: 10px;
   font-weight: bold;
}

ul.links {
   margin: 0 20px;
}

ul.links li {
   margin-bottom: 8px;
}

/* Terms and Conditions */

div#content.terms ol li {
	list-style: decimal;
	list-style-position: inside;
}

div#content.terms ul li {
	list-style: disc;
}

div#content.terms li {
	margin-bottom: 5px;
}

