/* this sheet contains only styles pertaining to the featured articles layout
   it's opposed to the orignial homepage layout idea, and so it's in a seperate file*/

body#home {background:url(../images/background_plain.png) repeat-x;}
#story1, #small_stories{margin-top:50px; margin-bottom:20px;}
#story1, #small_stories div {-moz-border-radius:5px; -webkit-border-radius:5px;}

#story1 {height:300px; width:590px; padding:15px;}
#story1 h2 {
	color:#fff; 
	font-family:AGMd;
	font-size:50px;
	line-height:1.3em;
	background:rgba(0, 0, 0, 0.50); 
	display:inline;
	font-weight:normal;
	text-transform:uppercase;
}
#story1 a#mainlink {display:block; height:300px; width:590px; padding:15px; margin-left:-15px; margin-top:-15px;}
#story1 a {text-decoration:none;}
#story1 p, #story1 a#readmore {
	font-family:AGreg, sans-serif; 
	font-size:24px; 
	color:#fff; 
	text-shadow:1px 1px 3px #000; 
}
#story1 p {position:absolute; top:135px;}
#story1 a#readmore {font-size:18px; position:absolute; right:15px; bottom:15px; background:rgba(0, 0, 0, 0.50);}

#small_stories div {height:100px; width:280px; padding:0 10px; margin-bottom:15px; background:#ff0000;}
#small_stories div a {padding:5px 10px; margin:0 0 0 -10px; text-decoration:none; display:block; height:90px; width:280px;}
#small_stories div h2 {
	background:rgba(0, 0, 0, 0.50);
	padding:0; 
	color:#fff;
	font-family:AGMd;
	text-shadow:1px 1px 3px #000; 
	font-size:22px; 
	margin:0;
	display:inline;
	line-height:1.5em;
	font-weight:normal;
}