
/******************/
/* MAP */
#map { width: 940px; height: 500px; visibility: hidden; margin-bottom: -500px; z-index: -1;}


/******************/
/* GRID */
#grid {
	overflow: auto; /* to clear floats */
	z-index: 100;
	background: #fff;
	margin: 0 -10px;
}
#grid ul { margin-bottom: 10px; }
#grid li { list-style-type: disc; margin-left: 15px; }
#grid a.grid-link, .grid-item {
	width: 220px;
	height: 300px;
	display: block;
	position: relative;
	float: left;
	margin: 9px;
	overflow: hidden;
	border: 1px solid #fff;
	color: #666;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}
#grid a:hover {
/*    border: 1px solid #ccc;
*/}
#grid .corner-hack-bottom-left {
    top: 130px;
}
#grid .corner-hack-bottom-right {
    top: 130px;
}

/******************/
/* GRID CONTENT BLOCKS */
.event-content, .venue-content, .news-content, .ad-content { 
    padding: 12px 14px; 
    background: #fff; 
    position: relative; 
    height: 246px; /*280 - 13 * 2 - 10*/ 
  	-moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    font-size: 12px;
    line-height: 18px;
}
.event-content p, .venue-content p, .news-content p, .ad-content p { margin-bottom: 0.3em; }
.event-content h2, .venue-content h2, .news-content h2, .ad-content h2 { font-size: 142%; line-height: 1.15em; margin: 2px 0 10px 0; }
.event-times { margin-right: 0.6em; }
.event-category { display: inline; position: relative; top: -3px; }

.fadeout { 
    background: url('../images/fadeout.png') repeat-x; 
    width: 200px; 
    height: 25px; 
    position: absolute; 
    bottom: 0px; 
    left: 10px; 
}
