/*
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.
*/

/* For artist headings in the sidebar */
h3.gigpress-list-artist-heading {
	margin-left: 10px;
	margin-top: 10px;
	text-decoration: underline;
}
/* The secondary row for each show, contains time, admission, etc */
tr.gigpress-info td {
	font-size: 90%;
	color: #333;
	border-bottom: 1px solid #446d8c;
}
/* hai created for sidebar listings which we made link to the calendar's main page */
a.gigpress-sidebar-link:hover {
	text-decoration: none;
}