@charset "utf-8";

aside 
{
	clear:both;
	width: 100%; 
	padding:1em;
/*bkgnd color set in structure.css */
}
 div.aside_cell{
	margin: 0 1em 1em 0;
	background-color:#FFFFCC;
	height:  12em;
	width:45%;
	float:left;
	border: thin solid #000;
	border-radius:12px;
}
aside  h4 {
	width: 100%;
	text-align:center;
	background-color:#006;
	color: #FFF;
	margin-bottom: 0.5em;
	border-top-left-radius:12px;
	border-top-right-radius:12px;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #FF0000;
}
aside  p
{
	padding: 0.5em;
	font-size: 0.9em;
	line-height: 1.5em;
}
@media screen and (min-width:400px){
aside  p
{
	padding: 0.5em;
	font-size: 1.0em;
	line-height: 1.5em;
	margin-top:0em;
}
}
@media screen and (min-width:650px){
 div.aside_cell{ width:30%; }
}