/*************************************************************************
	Westminster City School
	MODULE: 	template-home.css
	PURPOSE:	Layout changes for homepage
	AUTHOR:		Matt Hill
	AUTHORURI:	http://www.friskdesign.com/
*************************************************************************/

/* Layout Adjustments
*************************************************************************/
#main {
	width:960px;
	min-height:600px;
	padding:10px 0 0;
	position:relative;
	background-position:top left;
	background-repeat:no-repeat;
}


/* Info Panels
*************************************************************************/
#infopanels {
	width:710px;
	position:absolute;
	top:10px;
	left:10px;
}
#infopanels .panel {
	float:left;
	width:210px;
	padding:10px;
	margin:0;
}
#infopanels #infoparents {
	width:200px;
	margin:0 10px;
}
#infopanels ul {
	
}
#infopanels li {
	list-style:square;
	margin:0 0 0 10px;
}
#infopanels li.last {
	list-style:none;
	text-align:right;
	margin:5px 0 5px;
}
#infopanels h1,
#infopanels h2 {
	font-size:1.5em;
	font-style:normal;
	line-height:1;
	margin:0 0 5px;	
}
/* Sidebar
*************************************************************************/
#newsevents {
	width:230px;
	height:590px;
	padding:0 10px 0 0;
	border:none;
	overflow:hidden;	
}
#newslist {height:290px;}
#eventlist {height:270px;}

/* Testimonial
*************************************************************************/
#testimonial {
	position:absolute;
	bottom:10px; left:10px;
	width:440px;
	padding:10px;
	background:#231f20;
	background:rgba(35,31,32,0.8);
	color:#FFF;
	font:normal 1.6em/normal normal Georgia,Georgia,"Times New Roman",serif;
	text-align:center;
}
#testimonial cite {
	font-style:italic;
	font-size:0.7em;
	float:right;
}
