.callout + .callout
{
	margin-top: 5px;
}

.callout-body
{
	padding: 20px;

	background: #B0E750;
	color: #669933;
}

.callout-fold
{
	height: 15px;
	
	background: url(../static/fold_green_right.png) top right no-repeat;
}

.callout-header
{
	font-family: KozGoPro-ExtraLight, arial, helvetica, san-serif;
	text-transform: uppercase;
	font-weight: normal;
	color: #FFFFFF;
}

.callout a, .callout a:link, .callout a:visited
{
	color: #ffff99;
}

.callout a:hover
{
	color: #FFFFFF;
}

h4 + ul
{
	margin-top: 10px;
}

/* fix for wordpress sidebar list nesting */

ul
{
	padding-left: 0;

	list-style-type: none;
	list-style-position: outside;
}

ul ul
{
	padding-left: 10px;

	list-style-image: url("../static/bullet_yellow.png");
	list-style-type: square;
	list-style-position: inside;
}