/*----upcoming events right panel-----*/
#upcoming-events-panel{
	float: left;
	margin: 1px 0 0 0;
	}
	
	
	
	/*------------------Events page------------------------*/
	.events-listing{
		float: left;
		width: 700px;
		border: 1px solid #dbdbdb;
		padding: 9px;
		background: url(/templates/images/events-listing-bg.gif) left top repeat-x #f6f6f6;
		margin: 0 0 15px 0;
		display: inline;
		}
		.events-listing .zone-image{
			float: left;
			width: 228px;
			height: 138px;
			border: 1px solid #b5b5b5;
			}
			.events-listing .zone-image img{
				float: left;
				width: 228px;
				height: 138px;
				}
		
		.events-listing .zone-description{
			float: right;
			width: 460px;
			}
			.events-listing .zone-description h2{
				float: left;
				width: 100%;
				color: #363535;
				text-transform: uppercase;
				border-bottom: 1px solid #cacaca;
				padding: 0;
				margin: 0;
				font-size: 150%;
				font-family: Arial, Verdana, Helvetica, sans-serif;
				}
				.events-listing .zone-description h2 a{
					float: left;
					width: 100%;
					color: #363535;
					border-bottom: none;
					padding: 0;
					margin: 0;
					text-decoration: none;
					}
					.events-listing .zone-description h2 a:hover{
						background: #eee;
						}
			
			.events-listing .zone-description .dates{
				float: left;
				width: 100%;
				color: #000;
				font-size: 90%;
				font-weight: bold;
				margin: 0 0 10px 0;
				}
			
			.events-listing .zone-description .summary{
				float: left;
				width: 100%;
				font-size: 90%;
				margin: 0 0 10px 0;
				}
			
			.events-listing .zone-description .more-info{
				float: left;
				width: 100%;
				font-size: 90%;
				margin: 0 0 10px 0;
				}
				.events-listing .zone-description .more-info a{
					font-weight: bold;
					}
	
	
		/*-------------Event details page--------------*/
		#content-wide .dates-details{
			float: left;
			width: 700px;
			background: url(/templates/images/grainy-inner-bg.jpg) left top repeat-x;
			font-size: 100%;
			font-weight: bold;
			color: #000;
			padding: 10px;
			margin: 0 0 10px 0;
			display: inline;
			border-bottom: 1px solid #cacaca;
			}
			
	.events-listing .zone-description-news {
		float: left;
		width: 702px;
		}