/* These styles are for the sidebar listing */

//Fonts

@font-face {
    font-family: 'droid_serifbold';
    src: url('fonts/droidserif_bold_macroman/DroidSerif-Bold-webfont.eot');
    src: url('fonts/droidserif_bold_macroman/DroidSerif-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/droidserif_bold_macroman/DroidSerif-Bold-webfont.woff') format('woff'),
         url('fonts/droidserif_bold_macroman/DroidSerif-Bold-webfont.ttf') format('truetype'),
         url('fonts/droidserif_bold_macroman/DroidSerif-Bold-webfont.svg#droid_serifbold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'droid_serifregular';
    src: url('fonts/droidserif_regular_macroman/DroidSerif-webfont.eot');
    src: url('fonts/droidserif_regular_macroman/DroidSerif-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/droidserif_regular_macroman/DroidSerif-webfont.woff') format('woff'),
         url('fonts/droidserif_regular_macroman/DroidSerif-webfont.ttf') format('truetype'),
         url('fonts/droidserif_regular_macroman/DroidSerif-webfont.svg#droid_serifregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* This is the unordered list that holds the dates */
ul.gigpress-listing {
	font-family: 'droid_serifregular';
	font-size: 18px;
}

ul.gigpress-listing a {
}

/* Generic styles for the list items within */
.gigpress-listing li {	
	margin-bottom: 10px;
	line-height: 22px;
}

/* 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-family: Arial;
	font-weight: normal;
	font-size: 10px;
	color: #c8c9c9;
	text-transform:uppercase;
	display: block;
}

abbr.dtstart {
    font-family: Arial;
    font-weight: normal;
    font-size: 13px;
    color: #c8c9c9;
    text-transform:uppercase;
    display: block;
}


/* Sold Out shows in the sidebar */
ul.gigpress-listing strong.gigpress-soldout {
	display: none;
}
