/*
This is the default stylesheet.  DO NOT MAKE CHNAGES HERE!
To customize any of these styles, copy the rules you which to change
into a file called 'gigpress.css' in your current theme directory.
Any style changes make there will override styles in this document.
*/

/* By default this is an h3 that appears above each artist's list of shows */
h3.gigpress-artist-heading  {	
}

/* This span contains the RSS and iCal links for the artist */
span.gigpress-artist-subscriptions {
	margin-left: 5px;
	float: right;
}

/* Default wrapper for the year/month menu */
.gigpress-menu-container {
	padding: 5px 0;
	text-align: right;
}

/* Meet the table that displays our shows */
.gigpress-table {
	width: 95%;
	border: none;
	border-collapse: collapse;
	border-top: 1px solid #CCC;
/*	margin: 0.5em 0 1em 0; */
	margin: auto;
}

/* This is for the main header cells containing the column labels */
/* ヘッダー */
tr.gigpress-header th {
	color: #FFFFFF;
	background-color: #242424;
	font-weight: bold;
	font-size: 90%;
}

/* Generic class for the table header cells */
.gigpress-table th {
	padding: 6px 8px;
	vertical-align: middle;
	text-align: left;
	border-bottom: 1px solid #CCC;
}

/* This is for the tour name header cells */
/* ツアー名 */
th.gigpress-heading {
	background-color: #646464;
	border-bottom: 1px solid #CCC;
	color: #FFFFFF;
	font-size: 90%;
}

/* This is for the tour name headings, whichever one you're using */
th.gigpress-heading h1, th.gigpress-heading h2, th.gigpress-heading h3, th.gigpress-heading h4, th.gigpress-heading h5 {
	margin: 0;
}

/* Applies to all cells in the table */
.gigpress-table td {
	padding: 6px 8px;
	vertical-align: middle;
	text-align: left;
}

/* Applies to the first row of each show listing */
/* 日付・アーティスト名など */
.gigpress-row td {
	background-color: #dfdfdf;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #CCC;
	font-size: 90%;
}

/* To set an alternating row style */
tr.gigpress-alt {
}

/* Individual classes for the label header cells that start the table */
th.gigpress-date {
}

th.gigpress-artist {
}

th.gigpress-city {
}

th.gigpress-venue {
}

th.gigpress-country {
}

/* Likewise, individual classes for the content cells */
.gigpress-date {
	font-weight: bold;
	table-layout: auto;
	width:20%;
}

td.gigpress-date {
	font-weight: bold;
}

td.gigpress-artist {
	font-weight: bold;
}

td.gigpress-city {
	font-weight: bold;
}

td.gigpress-venue {
	font-weight: bold;
}

td.gigpress-country {
}

/* Style for rows within a tour */
/* ツアー中 */
tr.gigpress-tour td {
	background-color: #eee9e6;
}

/* Style for the first row after a tour ends in the list */
tr.gigpress-divider.gigpress-row td {
	border-top: 5px solid #646464;
}

/* The secondary row for each show, contains time, admission, etc */
/* 情報カラム */
tr.gigpress-info td {
	font-size: 80%;
	color: #333;
	border-bottom: 1px solid #CCC;
	background-color: #fafafa;
}

/* Fix for themes that hide .description */
tr.gigpress-info td.description {
	visibility: visible !important;
}

/* Greys-out cancelled shows */
tr.gigpress-row.cancelled, tr.gigpress-info.cancelled, tr.cancelled span.gigpress-info-label, tr.cancelled span.gigpress-info-item {
	color: #999;
}

/* This wraps each of the bits of info in the "info" cell */
span.gigpress-info-item {
        white-space: pre-wrap;
}

/* For the labels for address, admission, etc in the "info" cell */
span.gigpress-info-label {
	color: #666;
}

/* In case you want to style the "Buy Tickets" link */
a.gigpress-tickets-link {
	font-weight: bold;
	text-transform: uppercase;
}

/* Notices for Cancelled or Sold Out shows */
strong.gigpress-cancelled, strong.gigpress-soldout {
	text-transform: uppercase;
	font-weight: bold;
	padding: 1px;
	background: #111;
	color: #FFF;
	border: none;
}

/* In case you want to style the Googlefied address link */
a.gigpress-address {
}


/* These styles control the peek-a-boo "add" links to iCal and Google Calendar. Behaviour dictated by a separate jQuery script. */
td.gigpress-links-cell {
	vertical-align: top;
}

.gigpress-calendar-add {
	position: relative;
}

a.gigpress-links-toggle {
	display: block;
	font-size: 80%;
	text-indent: initial;
	width: initial;
	height: initial;
	background: none;
	cursor: pointer;
}

a.gigpress-links-toggle:hover {
	background-position: initial;
	background: none;
}

a.gigpress-link-active {
/*
	background-position: -33px;
*/
}

a.gigpress-link-active:hover {
/*
	background-position: -22px;
*/
}

div.gigpress-calendar-links {
	display: none;
/*

	position: absolute;
	left: 20px;
	top: -1.2em;
	width: 15em;
	padding-left: 7px;
	background: transparent url(../../plugins/gigpress/images/calendar-links-bg.png) no-repeat left center;
*/
	z-index: 9999;
}


.gigpress-calendar-links-inner {
	background-color: #F3F3F3;
	padding: 6px 8px;
	font-size: 11px;
	line-height: 16px;
	border: 1px solid #CCC;
	border-width: 1px 1px 1px 0;
}

div.gigpress-calendar-links span {
	display: block;
}

/* These are for the RSS/iCal subscribe links */
p.gigpress-subscribe {
	text-align: left;
	color: #999;
	font-size: 80%;
}

p.gigpress-subscribe a {
	display: inline-block;
	text-indent: initial;
	width: initial;
	margin: initial;
}

a.gigpress-rss, a.gigpress-rss:hover {
	background: none;	
}

a.gigpress-ical, a.gigpress-ical:hover {
	background: none;	
}



/* These styles are for the sidebar listing */

/* This is the unordered list that holds the dates */
ul.gigpress-listing {
	font-size: 80%;
}

/* Generic styles for the list items within */
.gigpress-listing li {	
}

/* For artist headings in the sidebar */
h3.gigpress-list-artist-heading {
}

/* For tour headings in the sidebar */
span.gigpress-list-tour-heading {	
	font-weight: bold;
	font-size: 110%;
}

/* So if you like you can style each alternating list item differently */
li.gigpress-alt {
}

/* So if you like you can style the date differently */
span.gigpress-sidebar-date {
	font-weight: bold;
	display: block;
}

/* Sold Out shows in the sidebar */
ul.gigpress-listing strong.gigpress-soldout, ul.gigpress-listing a.gigpress-tickets-link {
	display: block;
}


/* These styles control the Related Show list that appears in the body of Related Posts */
ul.gigpress-related-show {
	margin: 0 0 2em;
}

ul.gigpress-related-show ul, ul.gigpress-related-show li {
	list-style: none outside none;
	margin: 0;
	padding: 0;
}

.gigpress-related-label {
	font-weight: bold;
}

.gigpress-related-item {
}


/* This is just to include data for hcalendar support, but hide it from view */
.hide {
	display: none;
}

/* Stop Firefox from underlining our abbreviated dates */
abbr {
	border: none;
	text-decoration: none;
	font-size: 100%;
}

/* add by tsuboy */
td.gigpress-flyer {
		vertical-align: top;
}

/* add by tsuboy */

table.gigpress-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 1px 1px; 
/*    background-color: transparent; */
/*    margin: 1em auto; */
}

/* ヘッダー：パディングを上下8px、左右12pxに凝縮 */
tr.gigpress-header th {
/*    background-color: #525c68;
    color: #ffffff;
    padding: 8px 12px;
    font-size: 0.8rem;
    letter-spacing: 0.05em;
	*/
    border: none;
    border-radius: 4px 4px 0 0;
}

/* ツアータイトル帯 */
th.gigpress-heading {
    /*
	background-color: #b5835a !important;
    color: #fff !important;
	*/
    font-size: 1.0rem;
    padding: 8px 15px !important;
    border-radius: 6px 6px 0 0;
}

/* --- 通常のライブ行（淡いセージグリーン） --- */
/* パディングを18pxから12pxへ短縮 */
.gigpress-row td {
	/*
    background-color: #f0f4f0 !important;
    color: #334155;
    font-size: 0.9rem;
    padding: 12px 10px !important;
	background-color: #aed6e6 ;
	*/

    border: none !important;

}

/* 詳細情報行（オフホワイト） */
/* パディングを全体的に詰め、情報のまとまりをタイトに */
tr.gigpress-info td {
/*    padding: 8px 12px 12px 12px !important; */
/*
	background-color: #fafaf9 !important;
    color: #475569;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
*/
	border-top: 1px solid #e2e8f0 !important;
    border-radius: 0 0 6px 6px;
}

/* 角丸の維持 */
.gigpress-row td:first-child { border-radius: 6px 0 0 0; }
.gigpress-row td:last-child { border-radius: 0 6px 0 0; }

/* 会場名・都市名の強調 */
td.gigpress-city, td.gigpress-venue {
/*
	color: #1e293b !important;
    font-weight: 700;
*/
}

/* --- 予約リンクボタン：サイズを少し小ぶりに変更 --- */
a.gigpress-tickets-link {
    display: inline-block;
    background-color: #64748b; 
    color: #fff !important;
    padding: 5px 10px;
    border-radius: 4px;
    text-decoration: none;
    font-size: 0.75rem;
    font-weight: bold;
    margin-top: 5px;
    transition: all 0.2s ease;
}

a.gigpress-tickets-link:hover {
    background-color: #334155;
    transform: translateY(-1px);
}

/* --- 詳細リンクボタン：サイズを少し小ぶりに変更 --- */
a.gigpress-external-link {
    display: inline-block;
    background-color: #64748b; 
    color: #fff !important;
    padding: 5px 10px;
    border-radius: 4px;
    text-decoration: none;
    font-size: 0.75rem;
    font-weight: bold;
    margin-top: 5px;
    transition: all 0.2s ease;
}

a.gigpress-external-link:hover {
    background-color: #334155;
    transform: translateY(-1px);
}
