/* Meet the table that displays our events */
.eventpress-table {
	width: 100%;
	border: none;
	border-top: 1px solid #CCC;
	margin: 0;
}

/* This is for the main header cells containing the column labels */
tr.eventpress-header th {
	font-weight: bold;
}

/* Generic class for the table header cells */
.eventpress-table th {
	padding: 6px 8px;
	vertical-align: middle;
	text-align: left;
	border-bottom: 1px solid #CCC;
}

/* This is for the category name header cells */
th.eventpress-heading {
	background: #F3F3F3;
	border-bottom: 1px solid #CCC;
}

/* This is for the category name headings, whichever one you're using */
th.eventpress-heading h1, th.eventpress-heading h2, th.eventpress-heading h3, th.eventpress-heading h4, th.eventpress-heading h5 {
	margin: 0;
}

/* Applies to all cells in the table */
.eventpress-table td {
	padding: 6px 8px;
	vertical-align: middle;
	text-align: left;
}

/* Some subtle hover effects */
.eventpress-row:hover, .eventpress-info:hover {
	background: #FCFCFC;
	color: #000;
}

/* Applies to the first row of each event listing */
.eventpress-row td {
	border-bottom: 1px solid #EEE;
}

/* To set an alternating row style */
.eventpress-alt {
}

/* Individual classes for the label header cells that start the table */
th.eventpress-date {
}

th.eventpress-city {
}

th.eventpress-venue {
}

th.eventpress-country {
	text-align: center;
}

/* Likewise, individual classes for the content cells */
td.eventpress-date {
}

td.eventpress-city {
}

td.eventpress-venue {
}

td.eventpress-country {
	text-align: center;
}

tr.eventpress-info td {
	font-size: 90%;
	color: #333;
	border-bottom: 1px solid #CCC;
}

/* For the labels for address, admission, etc in the "info" cell */
span.eventpress-info-label {
	color: #666;
}

/* For the spacer cell that goes in-between categorys */
td.eventpress-empty {
}

/* In case you want to style the "Buy Tickets" link */
a.buy-tickets {
	font-weight: bold;
}

/* In case you want to style the Googlefied address link */
a.eventpress-address {
}

/* This is for the RSS link */
td.eventpress-rss a {
	padding-left: 14px;
	background: transparent url(images/feed-icon-10x10.png) no-repeat left center;
}



/* These styles are for the sidebar listing */

/* This is the unordered list that holds the dates */
ul.eventpress-listing {
}

/* Generic styles for the list items within */
.eventpress-listing li {	
}

/* For category headings in the sidebar */
span.eventpress-list-heading {	
	font-weight: bold;
	font-size: 110%;
}

/* So if you like you can syle the first list item differently */
li.eventpress-list-first {
}

/* So if you like you can syle the last list item differently */
li.eventpress-list-last {
}

/* So if you like you can syle the date differently */
span.eventpress-date {
	font-weight: bold;
}

/* Add a feed icon to the RSS link */
li.eventpress-list-rss a {
	padding-left: 14px;
	background: transparent url(images/feed-icon-10x10.png) no-repeat left center;
}
A

/* This is just to include data dor hcalendar support, but hide it from view 
span.hide {
	display: none;
}
*/
/* Stop Firefox from underlining our abbreviated dates */
abbr {
	border: none;
	text-decoration: none;
}
/* Event Press
-------------------------------------------------------------- */

#event-details {
	font-size:14px;
}
.eventpress-name {
}
.eventpress-date {
	display:block;
	font-size:1.5em;
	padding-bottom: 15px;
}
.eventpress-city {

}
.eventpress-name {
	font-size:150%;
}
#event-description {
}
.eventpress-info .description{
	padding-left: 30px;
}
.eventpress-info-label {
	padding:2px;
	margin-bottom:4px;
}
.eventpress-notes {
	border-top: 1px solid black;
	padding: 10px 20px;
	line-height:24px;
	background:#f4f0ec;
}
.eventpress-url {
	margin:8px 0;
}