/*****************************************
MAIN EVENT LISTING (INDEX)
Fit and Functional Stylesheet
Author:	Evan Barash
*****************************************/

#eventListing {
	color: #eee;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: auto;
	margin: 0;
	padding: 0px 25px 0px -10px;
	width: 100%;
	}

.listingItem, 
.listingItemEven {
	background: url(../images/bk_list_item.png) 0 100% repeat-x;
	margin: 0;
	min-height: 50px;
	padding: 13px 10px;
	}

.listingItemEven {
	background-color: #7B0137;
	}

.date {
	border-right: 1px solid #ccc;
	float: left;
	margin-bottom: 8px;
	margin-right: 10px;
	text-align: center;
	width: 35px;
	}

.day {
	color: #eee;
	font-size: 22px;
	font-weight: 700;
	width: 40px;
	}

.month {
	font-size: 11px;
	font-weight: 700;
	text-align: center;
	}

.event,
.eventDetails {
	float: left;
	width: 500px;
	}

.event .title img {
	float: right;
	height: 16px;
	margin: -10px 30px 0 0;
	padding: 0;
	width: 16px;
	}

.event .title a {
	color: #ccc;
	font-size: 16px;
	letter-spacing: -1px;
	margin: 6px 0;
	text-decoration: underline;
	}

.event .title a:hover {
	text-decoration: none;
	}

.eventDetails .venue {
	font-size: 16px;
	margin: 0 0 5px;
	}

.event .eventComment {
	float: right;
	margin-left: 45px;
	position: relative;
	width: 450px;
	}

.event .venue a,
.eventDetails .venue a {
	color: #fc9;
	font-weight: 700;
	text-decoration: none;
	}

.eventDetails .venue a:hover {
	color: #ABBC67;
	}

.event img,
.eventDetails img {
	margin-right: 3px;
	margin-top: -2px;
	vertical-align: middle;
	}

.rss {
	background: url(../images/feed-icon-14x14.png) 100% 0 no-repeat;
	display: block;
	font-size: 14px;
	height: 20px;
	padding-right: 25px;
	position: absolute;
	right: 8px;
	top: 8px;
	}

.event .venue,
.event .itemButtons {
	margin: 8px 0;
	}
