/*
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 {
	border-top:1px dotted #ccc;
	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 {
	margin-bottom: 15px;
	/*
	background-color:#fff;
	-webkit-border-radius: 3px;
    border-radius: 3px;
	-webkit-box-shadow:  2px 2px 5px 0px  #ddd;
    box-shadow:  2px 2px 5px 0px  #ddd;
	*/
	padding:5px;
	} 

.ccp-related-show h4{
	margin-bottom:0px;
	margin-top:5px;
	font-weight:bold;
	text-transform:uppercase;
	font-size:16px;
	line-height:20px;
	border-bottom:1px solid #666;
	}

.ccp-related-show .date-time {
	margin-bottom:5px;
	}
	
.ccp-related-show .date {
	font-weight:bold;
	}

.ccp-related-show .button {
	padding:0 8px 0 8px;
	margin-bottom:0;
	text-align:center;
	}