@charset "utf-8";
/*	-------------------------------------------------------------
	CSS - FEATURED VENUES : 	Scoozy Events Website
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Filename:		s_featuredVenues.css
	Date:			September 1, 2009
	Author:			Halo Media LLC - http://www.halopowered.com/
	-------------------------------------------------------------	*/
	
	
/*	--------------------------------------------------------------------------------------------------------------------------
	.contentSpace Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/	
	.contentSpace {
		width:744px;
		padding:0 0 0 16px;
	}
	.contentSpace ul#navBar {
		margin:0 0 0 19px;
	}
	
/*	--------------------------------------------------------------------------------------------------------------------------
	.content Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	.content {
		padding:45px 0 11px 0;
	}
		.content h3 {
			width:719px; height:14px;
			margin:0 0 28px 0;
			background:url(../images/h3_featuredVenues.png) 0 0 no-repeat;
		}
		.content ul#venues {
		
		}
			.content ul#venues li {
				width:240px;
				display:inline;
				float:left;
			}
				.content ul#venues li h4.midtownLoft {
					width:130px; height:13px;
					margin:4px 0 8px 51px;
					background:url(../images/h4_midtown.png) 0 0 no-repeat;
				}
				.content ul#venues li h4.timesCenter {
					width:188px; height:19px;
					margin:0 0 6px 23px;
					background:url(../images/h4_times.png) 0 0 no-repeat;
				}
				.content ul#venues li h4.studio450 {
					width:96px; height:14px;
					margin:5px 0 6px 63px;
					background:url(../images/h4_450.png) 0 0 no-repeat;
				}
				.content ul#venues li img {
					display:block;
				}
				.content ul#venues li .info {
					width:225px;
					padding:5px 0 0 0;
				}
					.content ul#venues li .info a {
						font:italic 14px Arial, Helvetica, sans-serif;
						color:#ff3366;
					}
						.content ul#venues li .info a:hover {
						 color:#333;
						}
					.content ul#venues li .info h5 {
						margin:5px 0 5px 0;
						font:bold 14px Arial, Helvetica, sans-serif;
						color:#333;
					}
					.content ul#venues li .info .stat {
						margin:0 0 5px 0;
						font:italic 14px Arial, Helvetica, sans-serif;
						color:#4c4c4c;
						display:block;
					}