@charset "utf-8";
/* ********************************************************** 
	Description:  This document is the stylesheet for news articles on www.usf.research.edu.
	
	Function:	news-zones.css describes the basic structure, layout, and formatting elements 
		of news zones and headlines for use with Absolute News Manager on www.usf.research.edu.
************************************************************** */

/*          News Boxes          */

#news-grid img {	
	float:left;
}

#news-grid { 
	width:674px;
	overflow:hidden;
	margin-left:0px;
	margin-bottom:10px;
	color: #333;
	text-align: left;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1.05em;
	line-height:1.43em;
}

#news-grid a {
	color: #034430;
	text-decoration:none;
}

#news-grid a:hover {
	color:#09aa7a;
	text-decoration:none;
}


/*    headline-left - Use on headlines on zones on the left side (zones 1, 3, and 5)   */
.headline-left {
	min-height:132px;
	height:132px;
	overflow:hidden;
	margin: 10px 20px 0 0;
	width: 326px;
	float:left;
	
/*	min-width:350px; /* Hack for FireFox */
/*	width: 350px !important; /* Hack for Internet Explorer 7 */
/*	width: 348px; /* hack for Internet Explorer 6 */
/*	min-height:110px;
/*	height:100px !important;
/*	height:108px;
/*	margin-right:20px; */ 
}

.headline-left img {
	margin-top:3px;
	margin-right:8px; 
}


/*   headline-right - Use on headlines in zones on the right side (zones 2, 4, and 6)    */
.headline-right {
	min-height:132px;
	height:132px;
	margin:10px 0 0 0;
	width:326px;
	float:left;
/*	min-width:350px; /* Hack for FireFox */
/*	width: 350px !important; /* Hack for Internet Explorer 7 */
/*	width: 348px; /* Hack for Internet Explorer 6 */
/*	min-height:110px;
/*	height:100px !important;
/*	height:108px;
/*	margin-right:20px;
	overflow:hidden;  */
}

.headline-right img {
	margin-top:3px;
	margin-right:8px;
}


a img {
	border:0px;
}


