@import "global.css";
@import "common.css";

/*
Allen School Online
- Program style sheet
- Created: June 5 2007
*/

#aCol { width: 215px; float: left; }
	/* #sideNav in common.css */
	
#bCol { width: 698px; float: left; }
	#contentHeader { width: 100%; margin: 0 0 18px 0; padding: 0 0 12px 0; background: url(/static/img/bg/doubleBorder.gif) repeat-x bottom left; }
	#contentHeader h2 { color: #666; font-size: 1.4em; }
	#contentHeader h1 { color: #600; font-size: 2.4em; }

	ul.stories { width: 100%; list-style: none; }		
	ul.stories li { height: 86px; margin: 0 0 10px 0; padding: 10px; background: url(/static/img/bg/storyBlurb.gif) repeat-x  bottom left; overflow: hidden; }
	ul.stories li img { float: left; margin: -5px 14px 0 0; }
	ul.stories li h4 { margin: 0 0 5px 0; font-size: 1.3em; color: #1d3a6b; }
	ul.stories li h5 { margin: 0 0 5px 0; font-size: 1.3em; font-weight: normal; color: #867d67; }
	ul.stories li p { margin: 0; }