/*
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.
*/
/* 

MAIN TOUR PAGE

 */
.ccp-tour-date {
	background: url("http://dev.chickcorea.com/wp-content/uploads/2013/09/hr_img_or.jpg") repeat-x scroll left top rgba(0, 0, 0, 0);
	clear:both;
	padding:10px 0 20px 0;
	overflow:auto;
	}
.ccp-tour-date h4 {
	margin-bottom:0px;
	font-size:16px;
	}
.ccp-tour-date h4 #city {
	text-transform:uppercase;
	font-weight:bold;
	}
a.gigpress-links-toggle {
	margin-top:5px;
	}
/* 

RELATED GIGS (SIDEBAR)

 */
.ccp-related-show h4{
	margin-bottom:0px;
	margin-top:5px;
	color: white;
	font-size: 18px; 
	background: url("http://dev.chickcorea.com/wp-content/uploads/2013/09/hr_img.jpg") repeat-x scroll left bottom transparent;
	height:40px;

	}
.ccp-related-show .date-time {
	margin-bottom:20px;
	}
.ccp-related-show .date {
	font-weight:bold;
	}
span.gigpress-sidebar-date {
	font-size: 13px;
}
/* TEST */
ul.tour-b li {
	position: relative;
	padding: 8px 25px 16px;
	background: white;
	font: 1em/1em Helvetica,Arial,sans-serif;
	text-transform: capitalize;
	color: black;
	margin-bottom: 0px;
}
ul.tour-b li:nth-child(odd) { background:#ECF2FD; }
ul.tour-b li h4 a{
	color: white;
	font-size: 30px;
	letter-spacing: 0px;
}
ul.tour-b li h4 {
	margin:0px 0 7px 0;
}
ul.tour-b a.button {
	padding: 2px 8px;
	margin: 4px 6px 0 0;
	color: white;
	font-size: 9px;
	font-family: Arial,sans-serif;
	text-shadow: none;
	font-weight: bold;

}
ul.tour-b .dtstart{
	font-size: 16px;	
}
ul.tour-b #venue a {
	color: #FFA500;
}
ul.tour-b #venue a:hover, ul.tour-b li h4 a:hover {
	text-decoration: underline;
}
/* HALF WIDTH */
#halfgigpress ul.tour-b li {
	position: relative;
	padding: 15px;
	background: #0046B2;
	font: bold 0.7em/1.2 Helvetica,Arial,sans-serif;
	text-transform: uppercase;
	color: white;
	margin-bottom: 0px;
}
#halfgigpress ul.tour-b li:nth-child(odd) { background:#4277E2; }
ul.tour-b li h4 {
	color: black;
	font-size: 13px;
	letter-spacing: 0px;
	margin: 0px;
	font-family: Helvetica,Arial,sans-serif;
	font-weight: bold;
}
.gigpress-ul {
	margin:0px;
	border: #ddd 1px solid;;
}
.gigpress-empty {
	margin-top: 20px;
}
#artist a {
	color: black;
}
#artist a:hover {
	color: #FFA500;
}
.dtstart {
	top: 2px;
	position: relative;
	right: 10px;
}