/*---------------------------------------------------------------------------------------------------------------
custom calls created in the display file by calling getContent(divID, database, pre-output, sql, post-output)
---------------------------------------------------------------------------------------------------------------*/
#news {position:absolute; top:650px; left:370px; width:198px; height:113px; overflow:hidden; color:#FFFFFF;}
	.newsBox{padding:12px 20px 10px 20px; font-size:10px; font-weight:bold; font-family:Trebuchet MS;}
	#news h1{font-size:18px; color:#FFFFFF;}
	.newsBox_1 /* date */ {float: left; padding-right:3px; margin-right:3px; border-right:1px solid #FFFFFF; font-weight:bold;}
	.newsBox_2 /* headline */ {display:none;} 
	.newsBox_3 /* summary */ {}
	.newsBox_4 /* id */ {display:none;}
	.newsBox a {position:absolute; top:85px; right:20px; color:#FFFFFF;}
	.newsBox a:hover {color:yellow;}
	
#blog {position:absolute; top:650px; left:575px; width:198px; height:113px; overflow:hidden;color:#FFFFFF;}
	.blogBox{padding:12px 20px 10px 20px; font-size:10px; font-weight:bold; font-family:Trebuchet MS;}
	#blog h1{font-size:18px; font-weight:bold; color:#FFFFFF;}
	.blogBox_1 /* post_date */ {float: left; padding-right:3px; margin-right:3px; border-right:1px solid #FFFFFF; font-weight:bold;}
	.blogBox_2 /* post_summary */ {} 
	.blogBox_3 /* post_title */ {display:none;}
	.blogBox_4 /* post_id */ {display:none;}
	.blogBox a{position:absolute; top:85px; right:20px; color:#FFFFFF;}
	.blogBox a:hover {color:yellow;}

#feature {position:absolute; top:650px; left:780px; width:198px; height:113px; overflow:hidden; color:#FFFFFF;}
	.featureBox {padding:12px 20px 10px 20px; font-size:10px; font-weight:bold; font-family:Trebuchet MS;}
	.featureBox_1 /* name */ {font-size:18px; font-weight:bold;}
	.featureBox_2 /* summary */ {}
	.featureBox_3 /* id */ {display:none;}
	.featureBox a {position:absolute; top:85px; right:20px; color:#FFFFFF;}
	.featureBox a:hover {color:yellow;}
/* -------------------------------------------------------------------------------------------------------------*/