/* CDELANEY.COM STYLE SHEET */

H1,H2,H3,H4 {
	font-family: "Trebuchet MS", Trebuchet, helvetica, geneva, arial, sans-serif;
	line-height: 105%;
	color: #336;
}

.statusmessage	{
	font: bold small verdana, arial, helvetica;
	color: red;
}

.sans	{
	font: normal small verdana, arial, helvetica;
}

A {
	text-decoration: underline;
}

A:hover {
	text-decoration: none;
}

INPUT.button {/* makes Submit, Reset buttons blue, to match nav bar graphics */
	color: #F5F5FF;
	background-color: #006;
	font-weight: bold;
}

input:focus	{
	background-color: rgb(255,255,235);
}

/* standard formatting classes - use with all elements to adjust size, white space, etc. */
/* see advanced style sheet for classes with margin declarations*/

.indent		{margin-top: 0px; text-indent: 16px;}	/* first line indented by a small amount */

.inset, dd	{margin-left: 16px;}	/* entire block inset by a small amount */
.insetmore	{margin-left: 28px;}
.insetmost	{margin-left: 42px;}
.insetless	{margin-left: 10px;}
.left			{text-align: left;}
.center		{text-align: center;}
.right		{text-align: right;}

sup, sub	{vertical-align: text-top;}
sub			{vertical-align: text-bottom;}

.small sup, .smaller sup, .smallest sup 	{font-size: 9px; vertical-align: super}
.small sub, .smaller sub, .smallest sub 	{font-size: 9px; vertical-align: sub}

.bold		{font-weight: bold}		/* make it bold */
.italic		{font-style: italic}	/* make it italic */
.normal		{font-weight: normal}	/* make it normal e.g. within Hn tags */

.serif		{font-family: georgia, serif}
.sans		{font-family: verdana, arial, helvetica, sans-serif}

/* advanced */

p.first		{margin-bottom: 0px}
p.middle		{margin-bottom: 0px; text-indent: 16px;}
p.last		{text-indent: 16px;}

.thick		{margin-bottom: 9px;}		/* extra white space below */
.thicker		{margin-bottom: 12px;}
.thickest	{margin-bottom: 16px;}

.thin			{margin-bottom: 3px;}		/* less white space below */
.thinner		{margin-bottom: 2px;}
.thinnest	{margin-bottom: 1px;}
.div			{margin-bottom: 0px;}
.head			{margin-top: 0px;}			/* e.g. at the top of a page */

.hthick		{margin-top: 12px;}			/* extra white space above */
.hthicker	{margin-top: 14px;}
.hthickest	{margin-top: 18px;}

.h				{margin-top: 8px;}			/* "default" white space above */

.hthin		{margin-top: 4px;}			/* less white space above */
.hthinner	{margin-top: 3px;}
.hthinnest	{margin-top: 2px;}
.hdiv			{margin-top: 0;}

ul.lithin li, ol.lithin li 			{padding-bottom: 3px}
ul.lithinner li, ol.lithinner li 	{padding-bottom: 2px}
ul.lithinnest li, ol.lithinnest li 	{padding-bottom: 1px}

ul.limedium li, ol.limedium li 		{padding-bottom: 6px}

ul.lithick li, ol.lithick li 			{padding-bottom: 9px}
ul.lithicker li, ol.lithicker li 	{padding-bottom: 12px}
ul.lithickest li, ol.lithickest li 	{padding-bottom: 16px}

.block		{display: block}
.inline		{display: inline}

.nowidth, .zerowidth		{font-size: 0}					/* insert "invisible" space to provide optional wrapping point */
.brand		{white-space: nowrap}		/* PACE brands e.g. Parties For PACE */


dt	{font-weight: bold;}

/* table formatting e.g. forms */
tr.hthick td		{padding-top: 1em}
tr.h td				{padding-top: 0.75em}
tr.n td				{padding-top: 0}	/* override 'h' e.g. in nested tables */
/* table.form td		{border: 1px dotted blue} */
/* table.form td		{vertical-align: bottom} */
table.form td.text	{text-align: right}
table.form td.left	{vertical-align: bottom; padding-right: 2px; white-space: nowrap; text-align: right}
table.form td.right	{text-align: left; vertical-align: bottom}
table.form td.top	{vertical-align: top}
table.form div.small	{line-height: 1.1}

th					{text-align: left; vertical-align: bottom; padding-top: 6px; font-size: 12px}
tr.underscore th	{border-bottom: 1px solid black}
td.numbers			{text-align: right; padding-left: 2px; white-space: nowrap}

span.required {color: red;}

.nowrap, .phone, .email		{white-space: nowrap;}
img.email						{display: inline; vertical-align: text-bottom; padding: 0 0 0 1px}
/* link information e.g. "(20KB PDF)" in smaller type (use only with default-sized text) */
.linkinfo	{font: 11px verdana, arial, helvetica, sans-serif; white-space: nowrap;}
