	.event_list {
		width: 768px;
		margin-top: 10px;
		padding: 4px 0 0 0px;
		border-top: 1px dotted #777;
	}

	.event_list .event.unpublished {
		background: transparent url('../images/tile_lines.gif') repeat !important;
	}

	.event {
		background-color: #000;
		margin-top: 10px;
		padding: 4px 8px;
	}

		.event .photo {
			float: left;
			margin-right: 11px;
			width: 122px;
		}
		
		.also .event .photo {
			width: 61px;
		}

			.event .photo img {
				border: 3px solid #222;
				display: block;
			}

			.also .event .photo img {
				width: 61px;
			}

		.event .description {
			float: left;
			width: 610px;
		}
		
		.also .event .description {
			width: 330px;
			margin-top: 0px !important;
		}

			.event .description .title {
				color: #eee;
				font-weight: bold;
				float: left;
			}
			
			.also .event .description .title {
				font-size: 1.0em !important;
				margin-top: 0px !important;

			}
	
			.event div.plus {
				float: left;
				padding: 1px 4px;
				color: #c00;
			}
	
			.event .description .time {
				float: left;
				color: #eee;
			}

			.event .description .nav {
				font-size: .95em;
				text-transform: uppercase;
				text-align: right;
			}

				.event .description .nav a {
					color: #c00;
					margin-left: 5px;
				}
				

		.seating {
			position: absolute;
			z-index: 0;
		}

		.event_details .details {
			width: 460px;
			float: left;
			margin-right: 18px;
		}
	
/*		moved to lied.css
			.event_details .details .title {
				font-size: 2em;
				font-family: "lucida sans",lucida;
				margin-top: 15px;
				color: #eee;
			}
*/					

				.event_details .details .also .title {
					font-size: 1.6em;
					font-family: "lucida sans",lucida;
					font-style: italic;
					margin-top: 15px;
					color: #eee;
				}

			.event_details .details .time {
				font-size: .95em;
				color: #eee;
			}

			.event_details .details .description {
				margin-top: 12px;
				line-height: 1.5em;
			}

		.event_details .add_details {
			width: 288px;
			float: left;
		}
		
		.event_details .video {
			margin-top: 15px;
		}
		
			.event_details .urls a, .event_details .tickets a {
				color: #c00;
			}
			
			.event_details .tickets {
				margin-top: 15px;
				display: inline-block;
				text-transform: uppercase;
				font-size: .95em;
				padding-right: 25px;
				height: 17px;
				background: url("../images/cart.gif") no-repeat top right;
			}			
			
