@charset "UTF-8";
/*
	JIVEWIRED ELECTRONIC PRESS KIT STYLESHEET
	CREATED BY THREEFORMED MEDIA
	COPYRIGHT 2010
*/

/*	NOTES:
	
	Blue: 		#00AFCE
	Orange:		#FD441B
	Black:		#1E2223
	
*/
/*@import "epk-theme.css";*/

/*	W R A P P E R
************************************************************/
@media print {
	body.epk #content-inner:before {
		content: 'Jivewired.com Electronic Press Kit:';	
	}
}
#container {
	padding-bottom: 10px;
}
body.epk #container,
body.epk #content {
	padding-bottom: 0;
	margin-bottom: 0;
}

/*	S I D E B A R
************************************************************/
body.epk #sidebar-left {
	width: 220px;
	z-index: 2;
	padding-top: 84px;
	position: fixed;
	top: 0;
	left: 50%;
	margin-left: -470px;
}
#tracker {
	position: fixed;
	top: 0;
	visibility: hidden;
}
body.static-sidebar #sidebar-left { 
/* Controlled by jquery.scripts.js: 
Keeps the sidebar in place when 
window's height leaves no room */
	float: left;
	position: relative;
	margin-top: -98px;
	top: 0;
	zoom: 1;
}
.fix-left {
	left: 0 !important;
	margin-left: 10px !important;
}

/* A R T I S T   I N F O (see wrapper.css for complete styles) *********/
.sidebar #artist-head {
	margin-bottom: 1px;
	font-size: 0.9167em;
	position: static;
	/* CSS 3 */
	-moz-border-radius: 0;  
	-khtml-border-radius: 0;  
	-webkit-border-radius: 0;
	border-radius: 0;
	-webkit-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -khtml-border-radius-topleft: 3px;
	-webkit-border-top-right-radius: 3px;
    border-top-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    -khtml-border-radius-topright: 3px;
}
#artist-head #profile-photo img {
	width: 200px;
	max-height: 150px;
	margin: 0 auto 10px auto;
	display: block;
	width: 190px;
	/*padding: 4px;
	background-color: #FFF;
	border: 1px solid #999;*/
	/* CSS 3 
	-moz-border-radius: 3px;  
	-khtml-border-radius: 3px;  
	-webkit-border-radius: 3px;
	border-radius: 3px;*/
}
#artist-head #title-underlay h4 {
	/*text-transform: uppercase;*/
	letter-spacing: -0.03em;
	margin: 0 0 10px 0;
	background-color: #F1F1F1; /* #FFF */
	/*line-height: 1em;*/
	font-weight: bold;
	/* CSS 3 */
	-moz-border-radius: 2px;  
	-khtml-border-radius: 2px; 
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

body.epk #artist-head #title-underlay {
	height: 42px;
	z-index: 0;
	width: 220px;
	padding: 10px 0 15px 0;
	position: absolute;
	top: 21px;
	left: 0;
}
body.epk #artist-head #title-underlay h4 {
	margin: 0;
	width: 200px;
	padding: 10px 10px 5px 10px;
	position: absolute;
	bottom: 0;
}
body.epk #artist-head #title-underlay h4 span { /* prevents band names from being too long */
	display: block;
	max-height: 44px;
	overflow: hidden;
	font-weight: bold !important;
}

/*	C O N T E N T
************************************************************/
body.epk #content {
	float: right;	
}
body.epk #content {
	margin-top: -50px;
}
body.epk #content #content-inner {
	padding: 0;
}
body.epk #content .content-block {
	padding: 20px;
}
blockquote:before { 
	color: #00AFCE;
}

/* F E S T I V A L S
************************************************************/
#submissions {
	float: right;
	width: 180px;
}
#submissions label {
	font-size: 10px;
	text-transform: uppercase;
	display: block;
}
#submissions .fee {
	font-size: 30px;
	font-weight: bold;
	letter-spacing: -0.05em;
	margin-bottom: 10px;
	line-height: 1.0em;
}
#festival-info dl.margin-list {
	padding-right: 240px;	
}
#festival-info dl.margin-list dd {
	padding-left: 150px;	
}
#festival-info dl.margin-list dd:after {
	clear: none;	
}

/*	I N T R O
****************************************************/
/*#introduction p:first-letter {
	display: block;
	font-size: 3.2em;
	float: left;
	line-height: 1.15em;
	margin: 5px 10px -5px 0;
}*/
#bio {
	padding-top: 50px !important;  
}

/*	M E M B E R S  *******/
#members {
	clear: both;
	margin-bottom: 10px;
}
#members .member {
	float: left;
	width: 210px;
	margin: 0 15px 0 0;
}
#members .member img {
	margin-bottom: 5px;
}
#members .last-child {
	margin-right: 0;
}
.member img {
	display: block;
}
#member-list .member img {
	width: 70px;
}
form .member img {
	width: 140px;
}
.member img {
}

/*	M E D I A
****************************************************/

/*	D I S C O G R A P H Y  *******/
#discography {
}
ul#discs {
	margin-right: -15px;
}
ul#discs li {
	float: left;
	margin: 0 15px 15px 0;
	width: 80px;
	height: 80px;
}
ul#discs li:hover .tip,
ul#discs li.hover .tip {
	display: block;
}
ul#discs li a {	
}
ul#discs li img,
.disc { /* album art */
	width: 70px;
	height: 70px;
	display: block;
	font-size: 0.8334em; /* 10px */
}
ul#discs li .tip { /* album name & year (tooltip style) */
	display: none;
	position: relative;
	float: left;
	top: -30px;
	left: -5px;
	width: auto;
	z-index: 999;
	background-color: #FFF;
	border: 1px solid #CCC;
	opacity: 0.9;
	filter: alpha(opacity = 90);

	/* CSS 3 */
	-moz-border-radius: 3px;  
	-khtml-border-radius: 3px;  
	border-radius: 3px;
	box-shadow: 0 1px 4px #999;
	-webkit-box-shadow: 0 1px 4px #999;
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
}
ul#discs li .tip label {
	margin-top: -11px;
	padding: 19px 10px 5px 10px;
	font-size: 0.9167em;
	line-height: 1.1em;
	text-align: center;
	color: #2A2F30;
	width: auto !important;
	min-width: 68px;
	height: auto;
	white-space: nowrap;
}
ul#discs li .tip label em {
	display: block;	
	padding-top: 5px;
	color: #888;
	font-size: 0.91em;
}

/*	P H O T O S  *****/
#photographs {
}
#photos {
	width: 100%;
	overflow: hidden;
	position: relative;	
	margin-bottom: 10px;
}
#photos .inner {
	width: 999em;
	position: relative;	
}
#photos ul {
	float: left;
	width: 680px;
}
#photos ul li {
	float: left;
	margin: 0 20px 20px 0;
	width: 140px;
	height: 140px;
	padding: 4px;
	border: 1px solid #999;
	background-color: #FFF;
	/* CSS 3 */
	-moz-border-radius: 3px;  
	-khtml-border-radius: 3px;  
	border-radius: 3px;
}
#photos ul li.next,
#photos ul li.prev {
	float: left;
	margin: 0 20px 20px 0;
	padding: 0;
	border: none;
	width: 150px;
	height: 150px;
	background: none;
	position: relative;
	z-index: 1;
}
#photos ul li.next a,
#photos ul li.prev a {
	position: absolute;	
}
#photos ul li.prev a {
	top: 0;
	left: 0;
}
#photos ul li.next a {
	right: 0;
	bottom: 0;
}
/*#photos ul li a,*/
#photos ul li .photo-span {
	width: 140px;
	height: 140px;
	display: block;
}
#photos ul li .photo-span,
#photos ul li img,
.photo img {
	max-width: 140px;
	max-height: 140px;
	display: block;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-color: #000;
	display: block;
}
#photos ul li label {
	display: none;	
	text-align: center;
	position: absolute;
	left: 5px;
	color: #000;
	bottom: 5px;
	background-color: #FFF;
	width: 140px;
	font-size: 0.91667em;
	text-transform: uppercase;
}
#photos ul li:hover label {
	display: block;
	cursor: pointer;
}
.photo-span label {
	display: block;
	text-align: center;
	margin-top: 5px;
	font-size: 0.91667em;
	text-transform: uppercase;
}


/*	V I D E O S  *****/
#videos-container {
	margin-bottom: 10px;
}
#video-playing {
	float: left;
	width: 400px;
	/*padding: 4px;
	background-color: #FFF;
	border: 1px solid #999;*/
	min-height: 300px;
	/* CSS 3 
	-moz-border-radius: 3px;  
	-khtml-border-radius: 3px;  
	-webkit-border-radius: 3px;
	border-radius: 3px;*/
}
#video-playing h5 {
	padding-top: 5px;
}
#vids {
	float: left;
	margin-left: 20px;
}
#video-list {
	height: 337px;
	overflow: hidden;
	position: relative;
	border-width: 1px 0;
	border-style: solid;
	border-color: #999;
	clear: right;
	/* width: see below */
	zoom: 1;
}
#video-list.start {
	border-width: 0 0 1px 0;
	padding-top: 1px;
}
#video-list.end {
	border-width: 1px 0 0 0;
	padding-bottom: 1px;
}
#video-list ul {
	position: absolute; 
}
#video-list ul li {
	clear: left;
	font-size: 0.91667em;
	margin-bottom: 5px;
}
#video-list ul li a {
	display: block;
	height: 85px;
	overflow: hidden;
}
#video-list ul li img {
	width: 100px;
	float: left;
	margin: 0 10px 10px 0;
	/*padding: 4px;
	background-color: #FFF;
	border: 1px solid #999;*/
	/* CSS 3 
	-moz-border-radius: 3px;  
	-khtml-border-radius: 3px;  
	-webkit-border-radius: 3px;
	border-radius: 3px;*/
}
#vids-nav,
#video-list {
	width: 230px;	
}
#vids-nav #vids-up {
	display: none; 
}
#vids-nav {
	/*margin-left: 20px;
	float: right;
	clear: both;*/
}
#vids-nav #vids-up {
	float: right;
	width: 110px;
}
#vids-nav #vids-down {
	display: block;
	float: left;
	width: 110px;
}

/*	A U D I O  *****/
.track {
	padding: 5px 0 3px 0;/*5px 10px 3px 10px;*/
	clear: both;
}
.track h5 {
}
.track .icon {
	float: left;
	margin-right: 10px;
}
.track h5 .album {
	color: #999;
	font-weight: normal;
	font-style: italic;
	font-size: 0.857em;
}
.track .play {
	padding: 4px 2px 0 2px;	
}
.track .buy {
	padding: 3px 0 0 0;	
}
.track .play,
.track .buy {
	float: right;
	margin-left: 8px;
}

/*	P R E S S
****************************************************/
blockquote {
	padding: 0 ;/*160px 0 0;*/
	font-size: 1.0em; /* 12px */ 
}
blockquote:before {
	content: '' !important;
}
blockquote .open-quote { /* ie8.css */
	font-family: Arial, Verdana, sans-serif;
	float: left;
	font-size: 9.2em;
	line-height: 0.9em;
	color: #00AFCE;
	font-style: italic;
	display: block;
	width: 45px;
	height: 30px;
	text-indent: -12px;
	margin-bottom: 10px;
	
	*line-height: 1.0em;
	*margin-top: -8px;
	*font-size: 9.8em;
}
blockquote p {
	color: #070B0C;
	font-style: italic !important;
}
blockquote p + .source {
	margin-top: -15px;	
}
blockquote .source {
	clear: both;
}

/*	C A L E N D A R   L I S T
****************************************************/
#calendar-list {
	margin-bottom: 15px;
}
.calendar-title {
}
#calendar-list .month {
	margin-bottom: 20px;
}
#calendar-list .last-child {
	margin-bottom: 0;
}
#calendar-list dt { /* ie.css */
	float: left;
	clear: left;
	font-size: 1.6667em;
	width: 50px;
	text-align: center;
	background-color: #1E2223;
	color: #FFF;
	padding: 7px 10px 5px 10px;
	line-height: 1.0em;
	margin: 10px 0 0 0;
	/* CSS 3 */
	-moz-border-radius: 16px;  
	-khtml-border-radius: 16px;  
	border-radius: 16px;
}
#calendar-list dd { /* ie.css */
	padding: 10px 10px 10px 90px;
	min-height: 32px;
	border-bottom: 1px solid #DDD;
	z-index: 0;
}
#calendar-list dd:hover,
#calendar-list dd.hover {
	cursor: pointer;
}
#calendar-list .event {
	border-bottom: 1px solid #CCC;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
#calendar-list .event:last-child,
#calendar-list .event.last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}
#calendar-list dd h6 {
	color: #00AFCE;
}
#calendar-list dd span {
	float: right;
	font-weight: normal;
	color: #FD441B;
}
#calendar-list dd span:hover {
	text-decoration: underline
}
#calendar-list dd h6 a {
	font-size: 0.8334em;
	font-weight: normal;
}
#calendar-list dd p {
	margin-bottom: 0;	
}
#calendar-list dd .details {
	display: none;	
	border-top: 1px dotted #DDD;
	margin-top: 10px;
	padding: 10px 0 0 0;
}
/*	C A L E N D A R   T A B L E  
****************************************************/
#calendar-grid {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px;
}
#calendar-grid thead {
	color: #00AFCE;
	text-transform: uppercase;
	font-size: 0.91667em;
	line-height: 1.0em;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}
#calendar-grid thead th {
	padding: 4px;
	text-align: center;
}
#calendar-grid .edit-tools {
	display: none;
}
#calendar-grid tbody td {
	width: 14.2856%;
	height: 50px;
	padding: 4px;
}
#calendar-grid tbody td * {
	z-index: 3;	
	position: relative;
}
#calendar-grid tbody td .inner {
	width: 100%;
	height: 100%;
	position: relative;
	border-width: 0 1px 1px 0;
	border-color: #CCC;
	border-style: solid;
	padding: 0 1px 1px 0;
	background-color: #FFF;
	/* CSS 3 */
	-moz-border-radius: 3px;  
	-khtml-border-radius: 3px;  
	border-radius: 3px;
}
#calendar-grid td a,
#calendar-grid td .today {
	display: block;	
	position: absolute;
	z-index: 50;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 30px 0 0 9px;
}
#calendar-grid td .today {
	color: #00AFCE;
}
#calendar-grid td a:focus,
#calendar-grid td a:active {
	color: #FFF;
}
#calendar-grid tbody td .inner a:hover {
	text-decoration: none;
}
#calendar-grid tbody td:hover .inner {
	border-color: #CCC;
	border-width: 1px 0 0 1px;
	padding: 1px 0 0 1px;
}
#calendar-grid tbody td label {
	text-align: left;
	z-index: 1;
	font-size: 2em;
	color: #CCC;
	letter-spacing: -0.07em;
	font-weight: bold;
	display: block;
	position: absolute;
	text-indent: -0.07em;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 10px;
	line-height: 0.7em;
	overflow: hidden;
}
#calendar-grid tbody td.mt .inner {
	background-color: transparent;
}
/* Today */
#calendar-grid tbody td.today .inner {
	border-color: #00AFCE;
	background-color: #FFF;
}
#calendar-grid tbody td.today .inner a,
#calendar-grid tbody td.today label {
	color: #00AFCE;
}
/* Event */
#calendar-grid tbody td.event label {
	color: #FFF;
}
#calendar-grid tbody td.event .inner {
	background-color: #1E2223;/*#CCC;*/
	border-color: #FD441B;
}
/* Past Days */
#calendar-grid tbody td.past .inner {
	background-color: #FFF; /* #F7F7F7; */
}
#calendar-grid tbody td.past.event .inner {
	opacity: 0.7;
	filter: alpha(opacity = 80);
	background-color: #1E2223;/*#CCC;*/
}

/* EVENT DETAILS OVERLAY / TIP
********************************/
.event-details {
	background-color: #FFF;
	border: 1px solid #CCC;
	padding: 10px;
	width: 280px;
	text-align: left;
	/* CSS 3 */
	-moz-border-radius: 3px;  
	-khtml-border-radius: 3px;  
	border-radius: 3px;
	box-shadow: 0 1px 4px #999;
	-webkit-box-shadow: 0 1px 4px #999;
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
}
.event-details .close-tip {
	position: absolute;
	top: 5px;
	right: 5px;
	display: block;
	height: 16px;
	width: 16px;
	background: #FFF url(../images/shadowbox/close.png) 0 0 no-repeat;
	text-indent: -9999px;
	/* CSS 3 */
	-moz-border-radius: 3px;  
	-khtml-border-radius: 3px;  
	border-radius: 3px;
}
#calendar-grid .event .event-overlay {
	display: none;	
}
.event-details .event {
	border-bottom: 1px solid #DDD;	
	padding: 5px;
}
.event-details .odd {
	background-color: #EFEFEF;
}
.event-details .event:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}
.event-details .event:first-child {
	padding-top: 0;
}
.event-details .event h6 {
	color: #00AFCE;
}
.event-details .event p {
	margin-bottom: 5px;
}
.event-details .event .details {
	padding-top: 5px;
	font-size: 0.91667em;
	border-top: 1px dotted #DDD;
	margin-bottom: 0;
}
.event-details .event .edit-tools {
	float: right;	
}

/*	C O N T A C T
************************************************************/
#meta {	
	margin-top: -3px;
}

/*	F O O T E R
************************************************************/
body.epk #footer {
	padding-bottom: 20px; /* #epk-navigation's height + 10px */
	z-index: 0;
}

/*	T H E M E   O V E R I D E S
************************************************************/
body.epk {
	background-image: none;
}
body.epk #container .sidebar .nav ul li a {
	text-decoration: none !important;
	font-weight: bold !important;
}
body.epk #container .sidebar .nav ul li ul li a {
	background-color: transparent;
}
body.epk #container .sidebar .nav ul li ul li a:hover {
	background-color: inherit;
}
body.epk #container {
	background-color: transparent !Important;
	position: relative !Important;
	
	*background-image: none !Important;
}
body.epk #container #container-bg {
	background-color: #F1F1F1;
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
	right: 0 !important;
	bottom: 0 !important;
	opacity: 0.3;
	filter: alpha(opacity = 30);
	min-height: 100% !important;
	height: 100% !important;
}
#video-playing h5 {
	color: #2A2F30 !important;
}
#container p a:visited {
	/*opacity: 0.9;
	filter: alpha(opacity = 90);*/
}
#container #audio .even {
	background-color: transparent;
}
.jp-interface {
	-moz-box-shadow: 0 -2px 3px rgba(0, 0, 0, 0.6);
	-webkite-box-shadow: 0 -2px 3px rgba(0, 0, 0, 0.6);
}
