/* -- General Reset -- */

body{
	color: #000000;
}

a,
a:link,
a:visited {
	color: #000000;
	outline: none;
}

img{
		background: url(../images/imgload.gif) no-repeat 50% 50%;
		border: none;
	}

hr{
	border: none;
	border-top: 1px dotted #B81E0E;
}

/* -- About Us Styles -- */

.third{
	width: 33%;
	float: left;
	margin-bottom: 20px;
}

.dir{
	height: 75px;
	clear: both;
	display: block;
	margin: 1px 0px;
}

	.dir img{
		float: left;
		margin-right: 10px;	
	}
	
#members{
	background: url(../i/members.jpg) no-repeat 0px -316px;
	height: 316px;
	width: 700px;
	margin-top: -70px;
	
}

#members:hover{
	background: url(../i/members.jpg) no-repeat 0px 0px;
	height: 316px;
	width: 700px;
}

/* -- Press -- */

.press{
	display: block;
	margin-top: 20px;
	margin-left: 25px;
}

.press-link{
	float: left;
	margin: 10px;
}

.chicago-tribune{
	margin-top: 41px;
}

#chicago-tribune{
	background: url(../i/press-logos.gif) 0px 0px;
	width: 144px;
	height: 22px;
}

	#chicago-tribune:hover{
		background: url(../i/press-logos.gif) 0px -102px;
		width: 144px;
		height: 22px;
	}

.npr{
	margin-top: 31px;
}


#npr{
	background: url(../i/press-logos.gif) -144px 0px;
	width: 120px;
	height: 40px;
}

	#npr:hover{
		background: url(../i/press-logos.gif) -144px -102px;
		width: 120px;
		height: 40px;
	}

.from-the-top,{
	margin-top: 0px;
}


#from-the-top,
#from-the-top2{
	background: url(../i/press-logos.gif) -264px 0px;
	width: 97px;
	height: 102px;
}

	#from-the-top:hover,
	#from-the-top2:hover{
		background: url(../i/press-logos.gif) -264px -102px;
		width: 97px;
		height: 102px;
	}

.nbc-today{
	margin-top: 21px;
}


#nbc-today{
	background: url(../i/press-logos.gif) -361px 0px;
	width: 86px;
	height: 55px;
}

	#nbc-today:hover{
		background: url(../i/press-logos.gif) -361px -102px;
		width: 86px;
		height: 55px;
	}

.chicago-tonight{
	margin-top: 32px;
}


#chicago-tonight{
	background: url(../i/press-logos.gif) -447px 0px;
	width: 130px;
	height: 37px;
}

	#chicago-tonight:hover{
		background: url(../i/press-logos.gif) -447px -102px;
		width: 130px;
		height: 37px;
	}
	
/* -- Calendar Styles -- */

.calendar-entry{
	display: block;
	clear: both;
	border-bottom: 1px dashed #cccccc;
}

	.calendar-det{
		width: 60px;
		padding: 15px 0px 10px 20px;
		display: block;
		clear: both;
		float: left;
	}
	
		.date{
			width: 50px;
			border: 1px solid #eaeaea;
			margin-right: 10px
		}
	
		.date-month{
			text-align: center;
			font-weight: bold;
			line-height: 20px;
			color: #000000;
			height: 20px;
			width: 50px;
			border-bottom: 1px dotted #cccccc;
		}
		
		.date-day{
			font-size: 30px;
			line-height: 33px;
			color: #666666;
			background: #ffffff;
			width: 50px;
			height: 33px;
			text-align: center;
		}
		
		.date-year{
			font-size: 12px;
			color: #ffffff;
			background: #cccccc;
			width: 50px;
			height: 14px;
			line-height: 14px;
			text-align: center;
			letter-spacing: 2px;
			
		}
		
		.time{
			width: 50px;
			font-size: 10px;
			line-height: 20px;
			text-align: center;
		}
	
	.calendar-content{
		width: 580px;
		padding-right: 20px;
		display: block;
		float: left;
	}
	
	.description{
		color: #666666;
		padding-left: 10px;
	}

/* -- Gallery Styles -- */

#gallery img, #video img{
	margin: 5px 22px;
}

/* -- Contact Styles -- */

#form{
	width: 50%;
	float: left;
	padding-left: 20px;
	margin-bottom: 10px;
}
	
	#form input[type="text"],
	#form textarea{
		width: 300px;
		padding: 10px;
		margin-top: 10px;
		margin-bottom: 20px;
		background: #eaeaea;
		border: 1px solid #cccccc;
		font-family: "Tahoma", Arial, sans-serif;
		font-size: 12px;
		letter-spacing: 1px;
	}
	
	input[type="submit"]{
		
	}

.other-content ul{
	padding-top: 20px;
	width: 100%;
}

.other-content li{
	list-style: none;
	display: block;
	float: left;
	margin: 0px 10px 10px 10px;
}

#faq h3{ margin-bottom: 10px; }

#video{ display: block; height: 269px; position: relative; }
.video-container{ width: 422px; float: left; }
.video-slide{ margin-bottom: 20px; padding: 10px; }
p.video-description{ float: right; width: 220px; }
p#video-nav{ position: absolute; top: 5px; right: -5px; display: block; text-align: right; z-index: 300; }
p#video-nav a{ background: #cccccc; padding: 10px 15px; color: #333333; cursor: pointer; }

.video-slide.bigger-vid{ padding-top: 40px; }
