.mizzou-engineer a {
	text-indent: -99999px;
	display: block;
	height: 55px;
	margin-bottom: 7px;
	width: 940px;
	text-decoration: none;
	background: url(../images/mizzou-engineer.png) center center no-repeat;
}

.sideNews{
	width: 31.3333% !important;
}

.mainNews{
	width: 60.6667% !important;
}

#content .featured-news,
#content .featured-magazine,
#content .secondary-magazine,
#content .secondary-news {
	opacity:.6;
	background: #222;
	filter:alpha(opacity=60); /*for IE */	
	overflow:hidden;
	position: relative;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	margin-bottom: 20px;
}

#content .featured-news:hover,
#content .featured-magazine:hover,
#content .secondary-magazine:hover,
#content .secondary-news:hover {
	opacity:1;
	filter:alpha(opacity=100); /*for IE */	
}

#content .archives-caption {
	background:#2B2929; /* fallback color */
	background: rgba(43, 41, 41, 0.9);
	z-index: 9999;
	color:#fff;
}


#content .featured-news {
	max-height: 361px;
	width: 62.5% !important;
}

		#content .featured-news a {
			display: block;
		}
	
		#content .featured-news .archives-caption {
			padding:0px;
			margin:0px;
			position:absolute;
			bottom: 0px;
		}
		
		#content .featured-news .archives-caption .archives-excerpt {
			height:0px;
			-webkit-transition: all .5s ease-in-out;
			-moz-transition: all .5s ease-in-out;
			-o-transition: all .5s ease-in-out;
			transition: all .5s ease-in-out;	
		}
		
		#content .featured-news:hover .archives-excerpt {
			height: 100px;
		}
		

#content .featured-magazine {
	max-height: 190px;
}

		#content .featured-magazine .archives-caption {
			padding:0px;
			margin:0px;	
			bottom:0px;
			position: absolute;
		}
		
		#content .featured-magazine .archives-caption .archives-excerpt {
			height:0px;
			-webkit-transition: all .5s ease-in-out;
			-moz-transition: all .5s ease-in-out;
			-o-transition: all .5s ease-in-out;
			transition: all .5s ease-in-out;	
		}
		
		#content .featured-magazine:hover .archives-caption .archives-excerpt {
			height:140px;
		}



#content .secondary-magazine {
	max-height: 190px;
}

		#content .secondary-magazine .archives-caption {
			padding:0;
			margin:0px;
			bottom:0px;
			position:absolute;	
		}
		
		#content .secondary-magazine .archives-caption .archives-excerpt {
			font-size: 86%;
			text-decoration: underline;
			height: 0px;
			-webkit-transition: all .5s ease-in-out;
			-moz-transition: all .5s ease-in-out;
			-o-transition: all .5s ease-in-out;
			transition: all .5s ease-in-out;	
		}
		
		#content .secondary-magazine:hover .archives-caption .archives-excerpt {
			height:35px;
		}


#content .secondary-news {
	max-height:130px;
}


		#content .secondary-news:hover {
			overflow:visible;
			left:-10px;
		}
		
		#content .secondary-news .archives-caption {
			padding:0;
			margin:0px;
			bottom:0;
			position:absolute;
			right:-10px;	
			
		}
		
		#content .secondary-news .archives-caption .archives-excerpt {
			width:0px;
			-webkit-transition: all .1s ease-in-out;
			-moz-transition: all .1s ease-in-out;
			-o-transition: all .1s ease-in-out;
			transition: all .1s ease-in-out;
			display:none;
		}
		
		#content .secondary-news:hover .archives-caption .featured-magazine {
			position:relative;
			display:block;	
		}

#content .featured-news .archives-caption h3 {
	font-size: 180%;
	color: #F2F2F2;
	font-family: georgia;
	text-shadow: 0px -1px 0px #1E1E1E;
	font-weight: normal;	
	padding: 10px 20px 10px 20px;
	margin: 0;
	border:0px;			
}


#content .featured-magazine .archives-caption h3,
#content .secondary-magazine .archives-caption h4,
#content .secondary-magazine .archives-caption p,
#content .secondary-news .archives-caption h5 {
	color: #F2F2F2;
	font-family: georgia;
	text-shadow: 0px -1px 0px #1E1E1E;
	font-weight: normal;	
	padding: 10px 20px 10px 20px;
	margin: 0;
	border:0px;			
}

		#content .featured-magazine .archives-caption p {
					font-size: 86%;
		}


#content .featured-news .archives-caption h3:hover,
#content .featured-magazine .archives-caption h3:hover,
#content .secondary-magazine .archives-caption h4:hover,
#content  .secondary-news .archives-caption h5:hover {
	color: #ffcc34;
	text-decoration: none;
}

#content .archives-caption a {
	text-decoration: none;
	color: #F2F2F2;	
}	

/*#content .archives-caption a:hover {
	text-decoration: underline;	
}*/	

#content .archives-caption p {
	color:#F2F2F2;
	padding: 0 0 0 20px;
}

.month-archives {
	margin-bottom: 0px;
	padding-bottom: 20px;
}
		
		
		/*necessary for transparency of indv. div*/
		
		.month-archives a {
			background: #fff;	
			font-weight: bold;
			display: block;
			text-align: center;
			text-decoration: none;
			height: 180px;
			overflow: hidden;	
		}

		
.news-categories {
	background: #ccc;
	margin-top:0px;
}

#content .news-categories ul {
	margin: 0;
}

#content  .news-categories li {
	width: 320px;
	float: left;
	position: relative;
	display: block;
	border-top: 1px solid red;
	margin-left: 0;
}

