/*template page-jadwal.php*/
.gigpress-container {
	margin-bottom:24px;
	}
.gigpress-table {
	border:none;
	background:none;
	margin-bottom:12px;
	font-size:12px;
	}
.gigpress-table a {
	text-decoration:none;
	}	
.gigpress-table .hide,
.gigpress-listing .hide,
.gigpress-links-toggle {
	display:none;
	}
.gigpress-table abbr,
.gigpress-listing abbr,
.gigpress-related-show abbr {
	border:none;
	cursor:text;
	}

.gigpress-table th,
.gigpress-table td {
	background:none;
	border:none;
	text-align:left;
	padding-top:0;
	padding-bottom:0;
	vertical-align:top;
	}
	
.gigpress-table th {
	font-size:11px;
	text-transform:uppercase;
	letter-spacing:1px;
	font-weight:normal;
	color:#888;
	border-bottom:1px solid #ddd;
	}
.gigpress-table .gigpress-info {
	color:#666;
	}
.gigpress-table .gigpress-row td {
	padding-top:9px;
	}
.gigpress-table .gigpress-info td {
	padding-bottom:9px;
	border-bottom:1px solid #ddd;
	}
.gigpress-table .gigpress-heading {
	padding:6px 12px 6px 12px;
	background:#ddd;
	}
	.gigpress-table .gigpress-tour {
		background:#eaeaea;
		}
		.gigpress-table .gigpress-tour td.gigpress-date,
		.gigpress-table .gigpress-tour td.gigpress-links-cell {
			padding-left:12px;
			}
			
.gigpress-table td.gigpress-date {
	text-transform:uppercase;
	color:#666;
	width:20%;
	}
.gigpress-table td.gigpress-city {
	font-weight:bold;
	color:#000;
	}
.gigpress-table .gigpress-country {
	text-align:right;
	}
.gigpress-table td.gigpress-links-cell {
	vertical-align:top;
	font-size:11px;
	}
.gigpress-table td.description {
	padding-top:3px;
	}
.gigpress-table .gigpress-info-item{
	display:block;
	margin-bottom:3px;
	}
	
.gigpress-table .cancelled, 
.gigpress-table .cancelled td,
.gigpress-table .cancelled a{
	color:#aaa!important;
	cursor:default!important;
	}
	.gigpress-table .cancelled .gigpress-calendar-links {
		display:none;
		}
			
#gigpress-past .gigpress-table {
	}
#gigpress-past .gigpress-table th,
#gigpress-past .gigpress-table td {
	padding-top:6px;
	padding-bottom:6px;
	}
#gigpress-past .gigpress-table .gigpress-info {
	display:none;
	}
#gigpress-past .gigpress-table .gigpress-row {
	border-bottom:1px solid #ddd;
	}
#gigpress-past .gigpress-table td.gigpress-city {
	font-weight:normal;
	color:inherit;
	}
#gigpress-past .gigpress-subscribe {
	display:none;
	}
	
	
/*Sidebar*/
.gigpress-listing {
	list-style:none;
	margin:0 0 0 0;
	line-height:1;
	background:#0E0E0E;
        color:#666666;
	}
	.gigpress-listing .gigpress-alt {
		background:#0a0a0a;
		}
		.gigpress-listing span {
			display:block;
			}
		.gigpress-listing ul {
			margin:0;
			list-style:none;
			}
	.gigpress-listing .vevent,
	.gigpress-listing .gigpress-list-tour-heading {
		display:block;
		padding:9px;
		}
	.gigpress-listing .gigpress-list-tour-heading {
		background:#252525;
		text-transform:uppercase;
		letter-spacing:1px;
		padding-bottom:0;
		font-size:11px;
		}
	.gigpress-listing .gigpress-tour {
		background:#222;
		}
	.gigpress-listing .gigpress-tour.gigpress-alt {
		background:#252525;
		}
	.gigpress-listing .gigpress-tickets-link,
	.gigpress-listing .gigpress-soldout,
	.gigpress-listing .gigpress-cancelled {
		display:none;
		}
		
.gigpress-listing .gigpress-sidebar-prep {
	display:none;
	}
.gigpress-listing .gigpress-sidebar-city {
	font-size:18px;
	}
.gigpress-listing .gigpress-sidebar-date,
.gigpress-listing .gigpress-sidebar-venue {
	text-transform:uppercase;
	font-size:11px;
	letter-spacing:1px;
	}
.gigpress-listing .gigpress-sidebar-venue,
.gigpress-listing .gigpress-sidebar-venue a {
	color:#666666;
	cursor:text;
	}
.gigpress-listing .gigpress-tour .gigpress-sidebar-venue,
.gigpress-listing .gigpress-tour .gigpress-sidebar-venue a {
	color:#111;
	}

		
		
		
.gigpress-sidebar-more {
	margin-bottom:0;
	}
	.gigpress-sidebar-more a {
		padding:9px;
		display:block;
		text-align:center;
		background: #5D5851; /* old browsers */
		background: -moz-linear-gradient(top, #5D5851 0%, #11100F 100%); /* firefox */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5D5851), color-stop(100%,#11100F)); /* webkit */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5D5851', endColorstr='#11100F',GradientType=0 ); /* ie */
		color:#fff;	
		}
	.gigpress-sidebar-more a:hover {
		background: #FF5E99; /* old browsers */
		background: -moz-linear-gradient(top, #FF5E99 0%, #A41E4F 100%); /* firefox */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FF5E99), color-stop(100%,#A41E4F)); /* webkit */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FF5E99', endColorstr='#A41E4F',GradientType=0 ); /* ie */
		color:#000;
		}
#sidebar .gigpress-subscribe {
	color:#222;
	margin-top:12px;
	font-size:11px;
	}
	
/*On related posts*/	
.gigpress-related-container {
	margin-bottom:12px;
	clear:both;
	background: #EEEEEE; /* old browsers */
	background: -moz-linear-gradient(top, #EEEEEE 0%, #DDDDDD 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#EEEEEE), color-stop(100%,#DDDDDD)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EEEEEE', endColorstr='#DDDDDD',GradientType=0 ); /* ie */
	border:1px solid #ddd;
	border-bottom:1px solid #ccc;
	padding:6px 6px;
	}
.gigpress-related-container a {
	text-decoration:none;
	}
.gigpress-related-show{
	font-size:12px;
	margin-bottom:0;
	width:50%;
	float:left;
	border:none;
	background:none;
	}
.gigpress-related-show th,
.gigpress-related-show td {
	background:none;
	border:none;
	padding:0 3px;
	}
.gigpress-related-show th {
	text-align:left;
	width:40%;
	}
	
.gigpress-related-container .cancelled,
.gigpress-related-container .cancelled a {
	color:#aaa;
	cursor:default;
	}
.gigpress-related-container .cancelled .gigpress-calendar-links-inner {
	display:none;
	}
	
	
/*common*/	
.gigpress-cancelled,
.gigpress-soldout,
.gigpress-tickets-link {
	color:#f0f0f0;
	display:inline-block;
	padding:6px;
	cursor:default;
	}
.gigpress-cancelled {
	background:#f00;
	}
.gigpress-soldout {
	background:#666;
	}
.gigpress-tickets-link {
	background: #5D5851; /* old browsers */
	background: -moz-linear-gradient(top, #5D5851 0%, #11100F 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5D5851), color-stop(100%,#11100F)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5D5851', endColorstr='#11100F',GradientType=0 ); /* ie */
	color:#fff;	
	cursor:pointer;
	}
	.gigpress-tickets-link:hover {
		background: #FF5E99; /* old browsers */
		background: -moz-linear-gradient(top, #FF5E99 0%, #A41E4F 100%); /* firefox */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FF5E99), color-stop(100%,#A41E4F)); /* webkit */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FF5E99', endColorstr='#A41E4F',GradientType=0 ); /* ie */
		color:#000;
		}
.gigpress-gcal,
.gigpress-ical,
.gigpress-rss,	
.gigpress-gcal a,
.gigpress-ical a,
.gigpress-rss a {
	display:inline-block;
	width:16px;
	height:16px;
	text-indent:-9999px;
	cursor:pointer;
	}
	.gigpress-gcal,
	.gigpress-gcal a {
		background:url(gigpress-templates/icon_google_calendar.png) 0 0 no-repeat;
		}
	.gigpress-ical,
	.gigpress-ical a {
		background:url(gigpress-templates/icon_ical.png) 0 0 no-repeat;
		}
	.gigpress-rss,
	.gigpress-rss a {
		background:url(gigpress-templates/icon_rss.png) 0 0 no-repeat;
		}
.gigpress-subscribe {
	margin-bottom:0;
	text-align:left;
	font-size:12px;
	color:#888;
	}
	
	
	
	
@media only screen and (max-width: 800px) {
.gigpress-related-heading {
	margin-top:24px;
	}

}


@media only screen and (max-width: 640px) {

}

	
@media only screen and (max-width: 480px) {
.gigpress-calendar-links-inner {
	display:none;
	}

}
	
	
@media only screen and (max-width: 360px) {
.gigpress-related-heading {
	margin-top:24px;
	}
.gigpress-related-show{
	width:100%;
	float:none;
	}
.gigpress-calendar-links-inner {
	display:none;
	}

}
	
	
	
	
	
	
	
	
	
	
	
