/* This stylesheet contains styles specific to the welcome page */

/* Introduction box behaves differently from other pages: adjustments for arrow next to it */
#introduction
{
	background: url("images/blurb_arrow.png") 100% 0 no-repeat;
	margin: 0 0 2em;
	padding: 0 128px 0 0;
	font-size: 100%;
}
#introduction div
{
	background: url("images/blurb_shadow.png") 0 100% repeat-x;
	margin: 0 0 0 -14px;
	padding: 0 0 2px;
	border: 0;
}

#introduction div div
{
	border: 1px solid white;
	background: #B5CBF8 url("images/blurb_bkg.png") repeat-x;
	margin-left: -7px;
	height: 138px;
	padding: 0 8px;
}
html>body #introduction div div	{ height: auto; min-height: 138px; }

#introduction h2	{ font-size: 133%; color: white; margin: 8px 0 0; }
#introduction p		{ margin: 0 0 4px; }

#usage_examples		{ list-style: none; list-style-image: none; margin: 1em 0 1em -28px; padding: 0; }
#usage_examples li	{ padding-left: 28px; background: url("images/bullet_large.png") no-repeat; }
#usage_examples h3	{ margin: 0; }